Package org.jclouds.aws.ec2.domain
Class PlacementGroup
java.lang.Object
org.jclouds.aws.ec2.domain.PlacementGroup
- All Implemented Interfaces:
Comparable<PlacementGroup>
A placement group is a logical grouping of instances.
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.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionPlacementGroup
(String region, String name, String strategy, PlacementGroup.State state) -
Method Summary
-
Constructor Details
-
PlacementGroup
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<PlacementGroup>
-
getRegion
Deprecated.To be removed in jclouds 1.6Warning
Especially on EC2 clones that may not support regions, this value is fragile. Consider alternate means to determine context. -
getName
- Returns:
- Name of the placement group.
-
getStrategy
- Returns:
- The placement strategy.
-
getState
- Returns:
- Status of the placement group.
-
hashCode
public int hashCode() -
equals
-
toString
-