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

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

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

Свойство Тип Описание
Available AvailabilityZoneState
Impaired AvailabilityZoneState
Information AvailabilityZoneState
Unavailable AvailabilityZoneState

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

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

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

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

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

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

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

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