C# Class Amazon.ElasticMapReduce.ClusterState

Constants used for properties of type ClusterState.
Inheritance: ConstantClass
Exibir arquivo Open project: aws/aws-sdk-net

Public Properties

Property Type Description
BOOTSTRAPPING ClusterState
RUNNING ClusterState
STARTING ClusterState
TERMINATED ClusterState
TERMINATED_WITH_ERRORS ClusterState
TERMINATING ClusterState
WAITING ClusterState

Public Methods

Method 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 method

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
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : ClusterState
value string The unique value for the constant
return ClusterState

Property Details

BOOTSTRAPPING public_oe static_oe property

Constant BOOTSTRAPPING for ClusterState
public static ClusterState,Amazon.ElasticMapReduce BOOTSTRAPPING
return ClusterState

RUNNING public_oe static_oe property

Constant RUNNING for ClusterState
public static ClusterState,Amazon.ElasticMapReduce RUNNING
return ClusterState

STARTING public_oe static_oe property

Constant STARTING for ClusterState
public static ClusterState,Amazon.ElasticMapReduce STARTING
return ClusterState

TERMINATED public_oe static_oe property

Constant TERMINATED for ClusterState
public static ClusterState,Amazon.ElasticMapReduce TERMINATED
return ClusterState

TERMINATED_WITH_ERRORS public_oe static_oe property

Constant TERMINATED_WITH_ERRORS for ClusterState
public static ClusterState,Amazon.ElasticMapReduce TERMINATED_WITH_ERRORS
return ClusterState

TERMINATING public_oe static_oe property

Constant TERMINATING for ClusterState
public static ClusterState,Amazon.ElasticMapReduce TERMINATING
return ClusterState

WAITING public_oe static_oe property

Constant WAITING for ClusterState
public static ClusterState,Amazon.ElasticMapReduce WAITING
return ClusterState