Uses of Class
kubevirt.io.V1Port
-
Packages that use V1Port Package Description kubevirt.io -
-
Uses of V1Port in kubevirt.io
Methods in kubevirt.io that return V1Port Modifier and Type Method Description V1PortV1Port. name(java.lang.String name)V1PortV1Port. port(java.lang.Integer port)V1PortV1Port. protocol(java.lang.String protocol)Methods in kubevirt.io that return types with arguments of type V1Port Modifier and Type Method Description java.util.List<V1Port>V1Interface. getPorts()List of ports to be forwarded to the virtual machine.Methods in kubevirt.io with parameters of type V1Port Modifier and Type Method Description V1InterfaceV1Interface. addPortsItem(V1Port portsItem)Method parameters in kubevirt.io with type arguments of type V1Port Modifier and Type Method Description V1InterfaceV1Interface. ports(java.util.List<V1Port> ports)voidV1Interface. setPorts(java.util.List<V1Port> ports)
-