Uses of Class
org.jclouds.openstack.nova.v2_0.domain.PortState
-
Packages that use PortState Package Description org.jclouds.openstack.nova.v2_0.domain -
-
Uses of PortState in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return PortState Modifier and Type Method Description static PortState
PortState. fromValue(String name)
This provides GSON enum support in jclouds.PortState
InterfaceAttachment. getPortState()
static PortState
PortState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PortState[]
PortState. 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 PortState Modifier and Type Method Description T
InterfaceAttachment.Builder. portState(PortState portState)
Constructors in org.jclouds.openstack.nova.v2_0.domain with parameters of type PortState Constructor Description InterfaceAttachment(String networkId, String portId, PortState portState, String macAddress, com.google.common.collect.ImmutableSet<FixedIP> fixedIps)
-