C# Class Amazon.OpsWorksCM.BackupStatus

Constants used for properties of type BackupStatus.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
DELETING BackupStatus
FAILED BackupStatus
IN_PROGRESS BackupStatus
OK BackupStatus

Méthodes publiques

Méthode 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 méthode

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
Résultat System

FindValue() public static méthode

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

Property Details

DELETING public_oe static_oe property

Constant DELETING for BackupStatus
public static BackupStatus,Amazon.OpsWorksCM DELETING
Résultat BackupStatus

FAILED public_oe static_oe property

Constant FAILED for BackupStatus
public static BackupStatus,Amazon.OpsWorksCM FAILED
Résultat BackupStatus

IN_PROGRESS public_oe static_oe property

Constant IN_PROGRESS for BackupStatus
public static BackupStatus,Amazon.OpsWorksCM IN_PROGRESS
Résultat BackupStatus

OK public_oe static_oe property

Constant OK for BackupStatus
public static BackupStatus,Amazon.OpsWorksCM OK
Résultat BackupStatus