C# Class Amazon.ElasticMapReduce.JobFlowExecutionState

Constants used for properties of type JobFlowExecutionState.
Inheritance: ConstantClass
Mostra file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
BOOTSTRAPPING JobFlowExecutionState
COMPLETED JobFlowExecutionState
FAILED JobFlowExecutionState
RUNNING JobFlowExecutionState
SHUTTING_DOWN JobFlowExecutionState
STARTING JobFlowExecutionState
TERMINATED JobFlowExecutionState
WAITING JobFlowExecutionState

Public Methods

Method Description
FindValue ( string value ) : JobFlowExecutionState

Finds the constant for the unique value.

JobFlowExecutionState ( 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 method

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

JobFlowExecutionState() 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 JobFlowExecutionState ( string value ) : System
value string
return System

Property Details

BOOTSTRAPPING public_oe static_oe property

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

COMPLETED public_oe static_oe property

Constant COMPLETED for JobFlowExecutionState
public static JobFlowExecutionState,Amazon.ElasticMapReduce COMPLETED
return JobFlowExecutionState

FAILED public_oe static_oe property

Constant FAILED for JobFlowExecutionState
public static JobFlowExecutionState,Amazon.ElasticMapReduce FAILED
return JobFlowExecutionState

RUNNING public_oe static_oe property

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

SHUTTING_DOWN public_oe static_oe property

Constant SHUTTING_DOWN for JobFlowExecutionState
public static JobFlowExecutionState,Amazon.ElasticMapReduce SHUTTING_DOWN
return JobFlowExecutionState

STARTING public_oe static_oe property

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

TERMINATED public_oe static_oe property

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

WAITING public_oe static_oe property

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