C# Class Amazon.OpsWorksCM.BackupStatus

Constants used for properties of type BackupStatus.
Inheritance: ConstantClass
Mostrar archivo Open project: aws/aws-sdk-net

Public Properties

Property Type Description
DELETING BackupStatus
FAILED BackupStatus
IN_PROGRESS BackupStatus
OK BackupStatus

Public Methods

Method Description
BackupStatus ( 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 ) : BackupStatus

Finds the constant for the unique value.

Method Details

BackupStatus() 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 BackupStatus ( string value ) : System
value string
return System

FindValue() public static method

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

Property Details

DELETING public_oe static_oe property

Constant DELETING for BackupStatus
public static BackupStatus,Amazon.OpsWorksCM DELETING
return BackupStatus

FAILED public_oe static_oe property

Constant FAILED for BackupStatus
public static BackupStatus,Amazon.OpsWorksCM FAILED
return BackupStatus

IN_PROGRESS public_oe static_oe property

Constant IN_PROGRESS for BackupStatus
public static BackupStatus,Amazon.OpsWorksCM IN_PROGRESS
return BackupStatus

OK public_oe static_oe property

Constant OK for BackupStatus
public static BackupStatus,Amazon.OpsWorksCM OK
return BackupStatus