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

Describes a placement group.
Показать файл Открыть проект

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

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

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

PlacementGroup ( string groupName ) : System

Instantiates PlacementGroup with the parameterized properties

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

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

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

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

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

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

Instantiates PlacementGroup with the parameterized properties
public PlacementGroup ( string groupName ) : System
groupName string The name of the placement group.
Результат System