C# Class Amazon.APIGateway.CacheClusterStatus

Constants used for properties of type CacheClusterStatus.
Inheritance: ConstantClass
显示文件 Open project: aws/aws-sdk-net

Public Properties

Property Type Description
AVAILABLE CacheClusterStatus
CREATE_IN_PROGRESS CacheClusterStatus
DELETE_IN_PROGRESS CacheClusterStatus
FLUSH_IN_PROGRESS CacheClusterStatus
NOT_AVAILABLE CacheClusterStatus

Public Methods

Method Description
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.

Method Details

CacheClusterStatus() public method

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
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : CacheClusterStatus
value string The unique value for the constant
return CacheClusterStatus

Property Details

AVAILABLE public_oe static_oe property

Constant AVAILABLE for CacheClusterStatus
public static CacheClusterStatus,Amazon.APIGateway AVAILABLE
return CacheClusterStatus

CREATE_IN_PROGRESS public_oe static_oe property

Constant CREATE_IN_PROGRESS for CacheClusterStatus
public static CacheClusterStatus,Amazon.APIGateway CREATE_IN_PROGRESS
return CacheClusterStatus

DELETE_IN_PROGRESS public_oe static_oe property

Constant DELETE_IN_PROGRESS for CacheClusterStatus
public static CacheClusterStatus,Amazon.APIGateway DELETE_IN_PROGRESS
return CacheClusterStatus

FLUSH_IN_PROGRESS public_oe static_oe property

Constant FLUSH_IN_PROGRESS for CacheClusterStatus
public static CacheClusterStatus,Amazon.APIGateway FLUSH_IN_PROGRESS
return CacheClusterStatus

NOT_AVAILABLE public_oe static_oe property

Constant NOT_AVAILABLE for CacheClusterStatus
public static CacheClusterStatus,Amazon.APIGateway NOT_AVAILABLE
return CacheClusterStatus