AWS SDK for .NET Documentation
PlacementGroupInfo Class
AmazonAmazon.EC2.ModelPlacementGroupInfo Did this page help you?   Yes   No    Tell us about it...
A placement group into which multiple Amazon EC2 instances can be launched.
Declaration Syntax
C#
public class PlacementGroupInfo
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PlacementGroupInfo()()()()
Initializes a new instance of the PlacementGroupInfo class

Equals(Object)
Determines whether the specified Object is equal to the current 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
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
Object
PlacementGroupInfo

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)