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

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

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

Свойство Тип Описание
BOOTSTRAPPING ClusterState
RUNNING ClusterState
STARTING ClusterState
TERMINATED ClusterState
TERMINATED_WITH_ERRORS ClusterState
TERMINATING ClusterState
WAITING ClusterState

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

Метод Описание
ClusterState ( 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 ( string value ) : ClusterState

Finds the constant for the unique value.

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

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

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 ClusterState ( string value ) : System
value string
Результат System

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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