C# Class Amazon.ElasticMapReduce.ClusterStateChangeReasonCode

Constants used for properties of type ClusterStateChangeReasonCode.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
ALL_STEPS_COMPLETED ClusterStateChangeReasonCode
BOOTSTRAP_FAILURE ClusterStateChangeReasonCode
INSTANCE_FAILURE ClusterStateChangeReasonCode
INTERNAL_ERROR ClusterStateChangeReasonCode
STEP_FAILURE ClusterStateChangeReasonCode
USER_REQUEST ClusterStateChangeReasonCode
VALIDATION_ERROR ClusterStateChangeReasonCode

Méthodes publiques

Méthode Description
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.

Method Details

ClusterStateChangeReasonCode() public méthode

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
Résultat System

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : ClusterStateChangeReasonCode
value string The unique value for the constant
Résultat ClusterStateChangeReasonCode

Property Details

ALL_STEPS_COMPLETED public_oe static_oe property

Constant ALL_STEPS_COMPLETED for ClusterStateChangeReasonCode
public static ClusterStateChangeReasonCode,Amazon.ElasticMapReduce ALL_STEPS_COMPLETED
Résultat ClusterStateChangeReasonCode

BOOTSTRAP_FAILURE public_oe static_oe property

Constant BOOTSTRAP_FAILURE for ClusterStateChangeReasonCode
public static ClusterStateChangeReasonCode,Amazon.ElasticMapReduce BOOTSTRAP_FAILURE
Résultat ClusterStateChangeReasonCode

INSTANCE_FAILURE public_oe static_oe property

Constant INSTANCE_FAILURE for ClusterStateChangeReasonCode
public static ClusterStateChangeReasonCode,Amazon.ElasticMapReduce INSTANCE_FAILURE
Résultat ClusterStateChangeReasonCode

INTERNAL_ERROR public_oe static_oe property

Constant INTERNAL_ERROR for ClusterStateChangeReasonCode
public static ClusterStateChangeReasonCode,Amazon.ElasticMapReduce INTERNAL_ERROR
Résultat ClusterStateChangeReasonCode

STEP_FAILURE public_oe static_oe property

Constant STEP_FAILURE for ClusterStateChangeReasonCode
public static ClusterStateChangeReasonCode,Amazon.ElasticMapReduce STEP_FAILURE
Résultat ClusterStateChangeReasonCode

USER_REQUEST public_oe static_oe property

Constant USER_REQUEST for ClusterStateChangeReasonCode
public static ClusterStateChangeReasonCode,Amazon.ElasticMapReduce USER_REQUEST
Résultat ClusterStateChangeReasonCode

VALIDATION_ERROR public_oe static_oe property

Constant VALIDATION_ERROR for ClusterStateChangeReasonCode
public static ClusterStateChangeReasonCode,Amazon.ElasticMapReduce VALIDATION_ERROR
Résultat ClusterStateChangeReasonCode