C# Class Amazon.ElasticMapReduce.InstanceStateChangeReasonCode

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

Méthodes publiques

Свойство Type Description
BOOTSTRAP_FAILURE InstanceStateChangeReasonCode
CLUSTER_TERMINATED InstanceStateChangeReasonCode
INSTANCE_FAILURE InstanceStateChangeReasonCode
INTERNAL_ERROR InstanceStateChangeReasonCode
VALIDATION_ERROR InstanceStateChangeReasonCode

Méthodes publiques

Méthode Description
FindValue ( string value ) : InstanceStateChangeReasonCode

Finds the constant for the unique value.

InstanceStateChangeReasonCode ( 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.

Method Details

FindValue() public static méthode

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

InstanceStateChangeReasonCode() 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 InstanceStateChangeReasonCode ( string value ) : System
value string
Résultat System

Property Details

BOOTSTRAP_FAILURE public_oe static_oe property

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

CLUSTER_TERMINATED public_oe static_oe property

Constant CLUSTER_TERMINATED for InstanceStateChangeReasonCode
public static InstanceStateChangeReasonCode,Amazon.ElasticMapReduce CLUSTER_TERMINATED
Résultat InstanceStateChangeReasonCode

INSTANCE_FAILURE public_oe static_oe property

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

INTERNAL_ERROR public_oe static_oe property

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

VALIDATION_ERROR public_oe static_oe property

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