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

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

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

Свойство Тип Описание
ALL_STEPS_COMPLETED ClusterStateChangeReasonCode
BOOTSTRAP_FAILURE ClusterStateChangeReasonCode
INSTANCE_FAILURE ClusterStateChangeReasonCode
INTERNAL_ERROR ClusterStateChangeReasonCode
STEP_FAILURE ClusterStateChangeReasonCode
USER_REQUEST ClusterStateChangeReasonCode
VALIDATION_ERROR ClusterStateChangeReasonCode

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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