A placement group into which multiple Amazon EC2 instances can be launched.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class PlacementGroupInfo
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PlacementGroupInfo()()()() | Initializes a new instance of the PlacementGroupInfo class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | GroupName | 
            The name of the PlacementGroup.
             | 
|  | IsSetGroupName()()()() | 
            Checks if GroupName property is set
             | 
|  | IsSetState()()()() | 
            Checks if State property is set
             | 
|  | IsSetStrategy()()()() | 
            Checks if Strategy property is set
             | 
|  | State | 
            The state of the PlacementGroup.
             | 
|  | Strategy | 
            The strategy to use when allocating Amazon EC2 instances for the PlacementGroup.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithGroupName(String) | Obsolete. 
            Sets the name of the PlacementGroup.
             | 
|  | WithState(String) | Obsolete. 
            Sets the state of the PlacementGroup.
             | 
|  | WithStrategy(String) | Obsolete. 
            Sets the strategy to use when allocating Amazon EC2 instances for the PlacementGroup.
             | 
 Remarks
 Remarks
            A placement group ensures that Amazon EC2 instances are physically
            located close enough to support HPC features, such as higher IO
            network connections between instances in the group.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | PlacementGroupInfo |