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 V1NetworkV1Network. genie(V1GenieNetwork genie)V1NetworkV1Network. multus(V1MultusNetwork multus)V1NetworkV1Network. name(java.lang.String name)V1NetworkV1Network. 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 V1VirtualMachineInstanceSpecV1VirtualMachineInstanceSpec. addNetworksItem(V1Network networksItem)Method parameters in kubevirt.io with type arguments of type V1Network Modifier and Type Method Description V1VirtualMachineInstanceSpecV1VirtualMachineInstanceSpec. networks(java.util.List<V1Network> networks)voidV1VirtualMachineInstanceSpec. setNetworks(java.util.List<V1Network> networks)
-