C# Класс Amazon.APIGateway.CacheClusterStatus

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

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

Свойство Тип Описание
AVAILABLE CacheClusterStatus
CREATE_IN_PROGRESS CacheClusterStatus
DELETE_IN_PROGRESS CacheClusterStatus
FLUSH_IN_PROGRESS CacheClusterStatus
NOT_AVAILABLE CacheClusterStatus

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant AVAILABLE for CacheClusterStatus
public static CacheClusterStatus,Amazon.APIGateway AVAILABLE
Результат CacheClusterStatus

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

Constant CREATE_IN_PROGRESS for CacheClusterStatus
public static CacheClusterStatus,Amazon.APIGateway CREATE_IN_PROGRESS
Результат CacheClusterStatus

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

Constant DELETE_IN_PROGRESS for CacheClusterStatus
public static CacheClusterStatus,Amazon.APIGateway DELETE_IN_PROGRESS
Результат CacheClusterStatus

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

Constant FLUSH_IN_PROGRESS for CacheClusterStatus
public static CacheClusterStatus,Amazon.APIGateway FLUSH_IN_PROGRESS
Результат CacheClusterStatus

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

Constant NOT_AVAILABLE for CacheClusterStatus
public static CacheClusterStatus,Amazon.APIGateway NOT_AVAILABLE
Результат CacheClusterStatus