Package | Description |
---|---|
org.jclouds.openstack.nova.v2_0.domain |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
T |
InterfaceAttachment.Builder.portState(PortState portState) |
Constructor and Description |
---|
InterfaceAttachment(String networkId,
String portId,
PortState portState,
String macAddress,
com.google.common.collect.ImmutableSet<FixedIP> fixedIps) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.