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

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

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

Свойство Тип Описание
Available VolumeState
Creating VolumeState
Deleted VolumeState
Deleting VolumeState
Error VolumeState
InUse VolumeState

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

Метод Описание
FindValue ( string value ) : VolumeState

Finds the constant for the unique value.

VolumeState ( 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() публичный статический Метод

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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