C# Класс Amazon.EC2.AllocationState

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

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

Свойство Тип Описание
Available AllocationState
PermanentFailure AllocationState
Released AllocationState
ReleasedPermanentFailure AllocationState
UnderAssessment AllocationState

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

Метод Описание
AllocationState ( 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 ) : AllocationState

Finds the constant for the unique value.

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

AllocationState() публичный метод

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 AllocationState ( string value ) : System
value string
Результат System

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

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

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

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

Constant Available for AllocationState
public static AllocationState,Amazon.EC2 Available
Результат AllocationState

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

Constant PermanentFailure for AllocationState
public static AllocationState,Amazon.EC2 PermanentFailure
Результат AllocationState

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

Constant Released for AllocationState
public static AllocationState,Amazon.EC2 Released
Результат AllocationState

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

Constant ReleasedPermanentFailure for AllocationState
public static AllocationState,Amazon.EC2 ReleasedPermanentFailure
Результат AllocationState

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

Constant UnderAssessment for AllocationState
public static AllocationState,Amazon.EC2 UnderAssessment
Результат AllocationState