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

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

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

Свойство Тип Описание
BOOTSTRAPPING JobFlowExecutionState
COMPLETED JobFlowExecutionState
FAILED JobFlowExecutionState
RUNNING JobFlowExecutionState
SHUTTING_DOWN JobFlowExecutionState
STARTING JobFlowExecutionState
TERMINATED JobFlowExecutionState
WAITING JobFlowExecutionState

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

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

Finds the constant for the unique value.

JobFlowExecutionState ( 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 ) : JobFlowExecutionState
value string The unique value for the constant
Результат JobFlowExecutionState

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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