Package | Description |
---|---|
org.jclouds.ec2.domain |
Modifier and Type | Method and Description |
---|---|
static Subnet.State |
Subnet.State.fromValue(String v) |
Subnet.State |
Subnet.getSubnetState()
The subnet state - either available or pending.
|
static Subnet.State |
Subnet.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Subnet.State[] |
Subnet.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Subnet.Builder |
Subnet.Builder.subnetState(Subnet.State subnetState) |
Copyright © 2009-2013 jclouds. All Rights Reserved.