C# Класс Amazon.EC2.Model.CreatePlacementGroupRequest

Container for the parameters to the CreatePlacementGroup operation.

Creates a placement group that you launch cluster instances into. You must give the group a name that's unique within the scope of your account.

For more information about placement groups and cluster instances, see Cluster Instances in the Amazon Elastic Compute Cloud User Guide .

Наследование: AmazonEC2Request
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CreatePlacementGroupRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

CreatePlacementGroupRequest ( string groupName, Amazon.EC2.Model.PlacementStrategy strategy ) : System

Instantiates CreatePlacementGroupRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetGroupName ( ) : bool
IsSetStrategy ( ) : bool

Описание методов

CreatePlacementGroupRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public CreatePlacementGroupRequest ( ) : System
Результат System

CreatePlacementGroupRequest() публичный Метод

Instantiates CreatePlacementGroupRequest with the parameterized properties
public CreatePlacementGroupRequest ( string groupName, Amazon.EC2.Model.PlacementStrategy strategy ) : System
groupName string A name for the placement group. Constraints: Up to 255 ASCII characters
strategy Amazon.EC2.Model.PlacementStrategy The placement strategy.
Результат System