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