AWS SDK for .NET Documentation
CreatePlacementGroupRequest Class
AmazonAmazon.EC2.ModelCreatePlacementGroupRequest Did this page help you?   Yes   No    Tell us about it...
Creates a PlacementGroup into which multiple Amazon EC2 instances can be launched. Users must give the group a name unique within the scope of the user account.
Declaration Syntax
C#
public class CreatePlacementGroupRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreatePlacementGroupRequest()()()()
Initializes a new instance of the CreatePlacementGroupRequest 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

IsSetStrategy()()()()
Checks if Strategy property is set

Strategy
The placement group strategy.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithGroupName(String) Obsolete.
Sets the name of the PlacementGroup.

WithStrategy(String) Obsolete.
Sets the placement group strategy.

Inheritance Hierarchy
Object
EC2Request
 CreatePlacementGroupRequest

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