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.
| C# |
public class CreatePlacementGroupRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CreatePlacementGroupRequest()()()() | Initializes a new instance of the CreatePlacementGroupRequest 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
| |
| 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) |
Sets the name of the PlacementGroup.
| |
| WithStrategy(String) |
Sets the placement group strategy.
|
| Object | |
| CreatePlacementGroupRequest | |