Uses of Class
org.jclouds.openstack.nova.v2_0.domain.PortInterface.State
-
Packages that use PortInterface.State Package Description org.jclouds.openstack.nova.v2_0.domain -
-
Uses of PortInterface.State in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return PortInterface.State Modifier and Type Method Description static PortInterface.StatePortInterface.State. fromValue(String value)abstract PortInterface.StatePortInterface. portState()static PortInterface.StatePortInterface.State. valueOf(String name)Returns the enum constant of this type with the specified name.static PortInterface.State[]PortInterface.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type PortInterface.State Modifier and Type Method Description static PortInterfacePortInterface. create(String portId, String netId, PortInterface.State portState, List<FixedIP> fixedIPS)
-