C# Class Amazon.ElasticMapReduce.ClusterState

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

Méthodes publiques

Свойство Type Description
BOOTSTRAPPING ClusterState
RUNNING ClusterState
STARTING ClusterState
TERMINATED ClusterState
TERMINATED_WITH_ERRORS ClusterState
TERMINATING ClusterState
WAITING ClusterState

Méthodes publiques

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

Method Details

ClusterState() 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 ClusterState ( 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 ) : ClusterState
value string The unique value for the constant
Résultat ClusterState

Property Details

BOOTSTRAPPING public_oe static_oe property

Constant BOOTSTRAPPING for ClusterState
public static ClusterState,Amazon.ElasticMapReduce BOOTSTRAPPING
Résultat ClusterState

RUNNING public_oe static_oe property

Constant RUNNING for ClusterState
public static ClusterState,Amazon.ElasticMapReduce RUNNING
Résultat ClusterState

STARTING public_oe static_oe property

Constant STARTING for ClusterState
public static ClusterState,Amazon.ElasticMapReduce STARTING
Résultat ClusterState

TERMINATED public_oe static_oe property

Constant TERMINATED for ClusterState
public static ClusterState,Amazon.ElasticMapReduce TERMINATED
Résultat ClusterState

TERMINATED_WITH_ERRORS public_oe static_oe property

Constant TERMINATED_WITH_ERRORS for ClusterState
public static ClusterState,Amazon.ElasticMapReduce TERMINATED_WITH_ERRORS
Résultat ClusterState

TERMINATING public_oe static_oe property

Constant TERMINATING for ClusterState
public static ClusterState,Amazon.ElasticMapReduce TERMINATING
Résultat ClusterState

WAITING public_oe static_oe property

Constant WAITING for ClusterState
public static ClusterState,Amazon.ElasticMapReduce WAITING
Résultat ClusterState