C# Class Amazon.ElasticMapReduce.AutoScalingPolicyState

Constants used for properties of type AutoScalingPolicyState.
Inheritance: ConstantClass
Datei anzeigen Open project: aws/aws-sdk-net

Public Properties

Property Type Description
ATTACHED AutoScalingPolicyState
ATTACHING AutoScalingPolicyState
DETACHED AutoScalingPolicyState
DETACHING AutoScalingPolicyState
FAILED AutoScalingPolicyState
PENDING AutoScalingPolicyState

Public Methods

Method Description
AutoScalingPolicyState ( 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 ) : AutoScalingPolicyState

Finds the constant for the unique value.

Method Details

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

FindValue() public static method

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

Property Details

ATTACHED public_oe static_oe property

Constant ATTACHED for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce ATTACHED
return AutoScalingPolicyState

ATTACHING public_oe static_oe property

Constant ATTACHING for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce ATTACHING
return AutoScalingPolicyState

DETACHED public_oe static_oe property

Constant DETACHED for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce DETACHED
return AutoScalingPolicyState

DETACHING public_oe static_oe property

Constant DETACHING for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce DETACHING
return AutoScalingPolicyState

FAILED public_oe static_oe property

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

PENDING public_oe static_oe property

Constant PENDING for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce PENDING
return AutoScalingPolicyState