Uses of Class
kubevirt.io.V1Interface
-
Packages that use V1Interface Package Description kubevirt.io -
-
Uses of V1Interface in kubevirt.io
Methods in kubevirt.io that return V1Interface Modifier and Type Method Description V1Interface
V1Interface. addPortsItem(V1Port portsItem)
V1Interface
V1Interface. bootOrder(java.lang.Integer bootOrder)
V1Interface
V1Interface. bridge(V1InterfaceBridge bridge)
V1Interface
V1Interface. dhcpOptions(V1DHCPOptions dhcpOptions)
V1Interface
V1Interface. macAddress(java.lang.String macAddress)
V1Interface
V1Interface. masquerade(V1InterfaceMasquerade masquerade)
V1Interface
V1Interface. model(java.lang.String model)
V1Interface
V1Interface. name(java.lang.String name)
V1Interface
V1Interface. pciAddress(java.lang.String pciAddress)
V1Interface
V1Interface. ports(java.util.List<V1Port> ports)
V1Interface
V1Interface. slirp(V1InterfaceSlirp slirp)
V1Interface
V1Interface. sriov(V1InterfaceSRIOV sriov)
Methods in kubevirt.io that return types with arguments of type V1Interface Modifier and Type Method Description java.util.List<V1Interface>
V1Devices. getInterfaces()
Interfaces describe network interfaces which are added to the vmi.Methods in kubevirt.io with parameters of type V1Interface Modifier and Type Method Description V1Devices
V1Devices. addInterfacesItem(V1Interface interfacesItem)
Method parameters in kubevirt.io with type arguments of type V1Interface Modifier and Type Method Description V1Devices
V1Devices. interfaces(java.util.List<V1Interface> interfaces)
void
V1Devices. setInterfaces(java.util.List<V1Interface> interfaces)
-