public static enum PlacementGroup.State extends Enum<PlacementGroup.State>
| Enum Constant and Description | 
|---|
AVAILABLE  | 
DELETED  | 
DELETING  | 
PENDING  | 
UNRECOGNIZED  | 
| Modifier and Type | Method and Description | 
|---|---|
static PlacementGroup.State | 
fromValue(String state)  | 
String | 
toString()  | 
String | 
value()  | 
static PlacementGroup.State | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static PlacementGroup.State[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final PlacementGroup.State PENDING
public static final PlacementGroup.State AVAILABLE
public static final PlacementGroup.State DELETING
public static final PlacementGroup.State DELETED
public static final PlacementGroup.State UNRECOGNIZED
public static PlacementGroup.State[] values()
for (PlacementGroup.State c : PlacementGroup.State.values()) System.out.println(c);
public static PlacementGroup.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String value()
public String toString()
toString in class Enum<PlacementGroup.State>public static PlacementGroup.State fromValue(String state)
Copyright © 2009-2013 jclouds. All Rights Reserved.