C# Class Amazon.ElasticMapReduce.InstanceGroupState

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

Public Properties

Property Type Description
ARRESTED InstanceGroupState
BOOTSTRAPPING InstanceGroupState
ENDED InstanceGroupState
PROVISIONING InstanceGroupState
RESIZING InstanceGroupState
RUNNING InstanceGroupState
SHUTTING_DOWN InstanceGroupState
SUSPENDED InstanceGroupState
TERMINATED InstanceGroupState
TERMINATING InstanceGroupState

Public Methods

Method Description
FindValue ( string value ) : InstanceGroupState

Finds the constant for the unique value.

InstanceGroupState ( 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 ) : InstanceGroupState
value string The unique value for the constant
return InstanceGroupState

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

Property Details

ARRESTED public_oe static_oe property

Constant ARRESTED for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce ARRESTED
return InstanceGroupState

BOOTSTRAPPING public_oe static_oe property

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

ENDED public_oe static_oe property

Constant ENDED for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce ENDED
return InstanceGroupState

PROVISIONING public_oe static_oe property

Constant PROVISIONING for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce PROVISIONING
return InstanceGroupState

RESIZING public_oe static_oe property

Constant RESIZING for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce RESIZING
return InstanceGroupState

RUNNING public_oe static_oe property

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

SHUTTING_DOWN public_oe static_oe property

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

SUSPENDED public_oe static_oe property

Constant SUSPENDED for InstanceGroupState
public static InstanceGroupState,Amazon.ElasticMapReduce SUSPENDED
return InstanceGroupState

TERMINATED public_oe static_oe property

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

TERMINATING public_oe static_oe property

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