C# Класс Amazon.ElasticMapReduce.AutoScalingPolicyState

Constants used for properties of type AutoScalingPolicyState.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ATTACHED AutoScalingPolicyState
ATTACHING AutoScalingPolicyState
DETACHED AutoScalingPolicyState
DETACHING AutoScalingPolicyState
FAILED AutoScalingPolicyState
PENDING AutoScalingPolicyState

Открытые методы

Метод Описание
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.

Описание методов

AutoScalingPolicyState() публичный Метод

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
Результат System

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : AutoScalingPolicyState
value string The unique value for the constant
Результат AutoScalingPolicyState

Описание свойств

ATTACHED публичное статическое свойство

Constant ATTACHED for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce ATTACHED
Результат AutoScalingPolicyState

ATTACHING публичное статическое свойство

Constant ATTACHING for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce ATTACHING
Результат AutoScalingPolicyState

DETACHED публичное статическое свойство

Constant DETACHED for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce DETACHED
Результат AutoScalingPolicyState

DETACHING публичное статическое свойство

Constant DETACHING for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce DETACHING
Результат AutoScalingPolicyState

FAILED публичное статическое свойство

Constant FAILED for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce FAILED
Результат AutoScalingPolicyState

PENDING публичное статическое свойство

Constant PENDING for AutoScalingPolicyState
public static AutoScalingPolicyState,Amazon.ElasticMapReduce PENDING
Результат AutoScalingPolicyState