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 V1InterfaceV1Interface. addPortsItem(V1Port portsItem)V1InterfaceV1Interface. bootOrder(java.lang.Integer bootOrder)V1InterfaceV1Interface. bridge(V1InterfaceBridge bridge)V1InterfaceV1Interface. dhcpOptions(V1DHCPOptions dhcpOptions)V1InterfaceV1Interface. macAddress(java.lang.String macAddress)V1InterfaceV1Interface. masquerade(V1InterfaceMasquerade masquerade)V1InterfaceV1Interface. model(java.lang.String model)V1InterfaceV1Interface. name(java.lang.String name)V1InterfaceV1Interface. pciAddress(java.lang.String pciAddress)V1InterfaceV1Interface. ports(java.util.List<V1Port> ports)V1InterfaceV1Interface. slirp(V1InterfaceSlirp slirp)V1InterfaceV1Interface. 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 V1DevicesV1Devices. addInterfacesItem(V1Interface interfacesItem)Method parameters in kubevirt.io with type arguments of type V1Interface Modifier and Type Method Description V1DevicesV1Devices. interfaces(java.util.List<V1Interface> interfaces)voidV1Devices. setInterfaces(java.util.List<V1Interface> interfaces)
-