Uses of Class
kubevirt.io.V1Port
-
Packages that use V1Port Package Description kubevirt.io -
-
Uses of V1Port in kubevirt.io
Fields in kubevirt.io with type parameters of type V1Port Modifier and Type Field Description private java.util.List<V1Port>
V1Interface. ports
Methods in kubevirt.io that return V1Port Modifier and Type Method Description V1Port
V1Port. name(java.lang.String name)
V1Port
V1Port. port(java.lang.Integer port)
V1Port
V1Port. 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 V1Interface
V1Interface. addPortsItem(V1Port portsItem)
Method parameters in kubevirt.io with type arguments of type V1Port Modifier and Type Method Description V1Interface
V1Interface. ports(java.util.List<V1Port> ports)
void
V1Interface. setPorts(java.util.List<V1Port> ports)
-