C# Класс Amazon.ElasticMapReduce.InstanceGroupState

Constants used for properties of type InstanceGroupState.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ARRESTED InstanceGroupState
BOOTSTRAPPING InstanceGroupState
ENDED InstanceGroupState
PROVISIONING InstanceGroupState
RESIZING InstanceGroupState
RUNNING InstanceGroupState
SHUTTING_DOWN InstanceGroupState
SUSPENDED InstanceGroupState
TERMINATED InstanceGroupState
TERMINATING InstanceGroupState

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

Метод Описание
FindValue ( string value ) : InstanceGroupState

Finds the constant for the unique value.

InstanceGroupState ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

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

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : InstanceGroupState
value string The unique value for the constant
Результат InstanceGroupState

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

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public InstanceGroupState ( string value ) : System
value string
Результат System

Описание свойств

ARRESTED публичное статическое свойство

Constant ARRESTED for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce ARRESTED
Результат InstanceGroupState

BOOTSTRAPPING публичное статическое свойство

Constant BOOTSTRAPPING for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce BOOTSTRAPPING
Результат InstanceGroupState

ENDED публичное статическое свойство

Constant ENDED for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce ENDED
Результат InstanceGroupState

PROVISIONING публичное статическое свойство

Constant PROVISIONING for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce PROVISIONING
Результат InstanceGroupState

RESIZING публичное статическое свойство

Constant RESIZING for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce RESIZING
Результат InstanceGroupState

RUNNING публичное статическое свойство

Constant RUNNING for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce RUNNING
Результат InstanceGroupState

SHUTTING_DOWN публичное статическое свойство

Constant SHUTTING_DOWN for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce SHUTTING_DOWN
Результат InstanceGroupState

SUSPENDED публичное статическое свойство

Constant SUSPENDED for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce SUSPENDED
Результат InstanceGroupState

TERMINATED публичное статическое свойство

Constant TERMINATED for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce TERMINATED
Результат InstanceGroupState

TERMINATING публичное статическое свойство

Constant TERMINATING for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce TERMINATING
Результат InstanceGroupState