Uses of Class
kubevirt.io.V1Network
-
Packages that use V1Network Package Description kubevirt.io -
-
Uses of V1Network in kubevirt.io
Methods in kubevirt.io that return V1Network Modifier and Type Method Description V1Network
V1Network. genie(V1GenieNetwork genie)
V1Network
V1Network. multus(V1MultusNetwork multus)
V1Network
V1Network. name(java.lang.String name)
V1Network
V1Network. pod(V1PodNetwork pod)
Methods in kubevirt.io that return types with arguments of type V1Network Modifier and Type Method Description java.util.List<V1Network>
V1VirtualMachineInstanceSpec. getNetworks()
List of networks that can be attached to a vm's virtual interface.Methods in kubevirt.io with parameters of type V1Network Modifier and Type Method Description V1VirtualMachineInstanceSpec
V1VirtualMachineInstanceSpec. addNetworksItem(V1Network networksItem)
Method parameters in kubevirt.io with type arguments of type V1Network Modifier and Type Method Description V1VirtualMachineInstanceSpec
V1VirtualMachineInstanceSpec. networks(java.util.List<V1Network> networks)
void
V1VirtualMachineInstanceSpec. setNetworks(java.util.List<V1Network> networks)
-