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

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

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

Свойство Тип Описание
Available ImageState
Deregistered ImageState
Error ImageState
Failed ImageState
Invalid ImageState
Pending ImageState
Transient ImageState

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

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

Finds the constant for the unique value.

ImageState ( 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 ) : ImageState
value string The unique value for the constant
Результат ImageState

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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