public class PlacementGroup extends Object implements Comparable<PlacementGroup>
You first create a cluster placement group, then launch multiple cluster compute instances into the group. Currently cluster compute instances are available only in the US-East (Northern Virginia) Region. You must give each placement group a name that is unique within your account. For more information about cluster placement groups, see Cluster Compute Instance Concepts.
Note
You can't merge cluster placement groups. Instead you must terminate the instances in one of the groups, and then relaunch the instances into the other group.
Modifier and Type | Class and Description |
---|---|
static class |
PlacementGroup.State |
Constructor and Description |
---|
PlacementGroup(String region,
String name,
String strategy,
PlacementGroup.State state) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PlacementGroup o) |
boolean |
equals(Object obj) |
String |
getName() |
String |
getRegion()
Deprecated.
|
PlacementGroup.State |
getState() |
String |
getStrategy() |
int |
hashCode() |
String |
toString() |
public PlacementGroup(String region, String name, String strategy, PlacementGroup.State state)
public int compareTo(PlacementGroup o)
compareTo
in interface Comparable<PlacementGroup>
@Deprecated public String getRegion()
public String getName()
public String getStrategy()
public PlacementGroup.State getState()
Copyright © 2009-2013 jclouds. All Rights Reserved.