C# Class Amazon.ElasticMapReduce.AutoScalingPolicyState

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

Méthodes publiques

Свойство Type Description
ATTACHED AutoScalingPolicyState
ATTACHING AutoScalingPolicyState
DETACHED AutoScalingPolicyState
DETACHING AutoScalingPolicyState
FAILED AutoScalingPolicyState
PENDING AutoScalingPolicyState

Méthodes publiques

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

Property Details

ATTACHED public_oe static_oe property

Constant ATTACHED for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce ATTACHED
Résultat AutoScalingPolicyState

ATTACHING public_oe static_oe property

Constant ATTACHING for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce ATTACHING
Résultat AutoScalingPolicyState

DETACHED public_oe static_oe property

Constant DETACHED for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce DETACHED
Résultat AutoScalingPolicyState

DETACHING public_oe static_oe property

Constant DETACHING for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce DETACHING
Résultat AutoScalingPolicyState

FAILED public_oe static_oe property

Constant FAILED for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce FAILED
Résultat AutoScalingPolicyState

PENDING public_oe static_oe property

Constant PENDING for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce PENDING
Résultat AutoScalingPolicyState