C# Class Amazon.OpsWorksCM.ServerStatus

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

Méthodes publiques

Свойство Type Description
BACKING_UP ServerStatus
CONNECTION_LOST ServerStatus
CREATING ServerStatus
DELETING ServerStatus
FAILED ServerStatus
HEALTHY ServerStatus
MODIFYING ServerStatus
RUNNING ServerStatus
SETUP ServerStatus
UNDER_MAINTENANCE ServerStatus
UNHEALTHY ServerStatus

Méthodes publiques

Méthode Description
FindValue ( string value ) : ServerStatus

Finds the constant for the unique value.

ServerStatus ( 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.

Method Details

FindValue() public static méthode

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

ServerStatus() 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 ServerStatus ( string value ) : System
value string
Résultat System

Property Details

BACKING_UP public_oe static_oe property

Constant BACKING_UP for ServerStatus
public static ServerStatus,Amazon.OpsWorksCM BACKING_UP
Résultat ServerStatus

CONNECTION_LOST public_oe static_oe property

Constant CONNECTION_LOST for ServerStatus
public static ServerStatus,Amazon.OpsWorksCM CONNECTION_LOST
Résultat ServerStatus

CREATING public_oe static_oe property

Constant CREATING for ServerStatus
public static ServerStatus,Amazon.OpsWorksCM CREATING
Résultat ServerStatus

DELETING public_oe static_oe property

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

FAILED public_oe static_oe property

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

HEALTHY public_oe static_oe property

Constant HEALTHY for ServerStatus
public static ServerStatus,Amazon.OpsWorksCM HEALTHY
Résultat ServerStatus

MODIFYING public_oe static_oe property

Constant MODIFYING for ServerStatus
public static ServerStatus,Amazon.OpsWorksCM MODIFYING
Résultat ServerStatus

RUNNING public_oe static_oe property

Constant RUNNING for ServerStatus
public static ServerStatus,Amazon.OpsWorksCM RUNNING
Résultat ServerStatus

SETUP public_oe static_oe property

Constant SETUP for ServerStatus
public static ServerStatus,Amazon.OpsWorksCM SETUP
Résultat ServerStatus

UNDER_MAINTENANCE public_oe static_oe property

Constant UNDER_MAINTENANCE for ServerStatus
public static ServerStatus,Amazon.OpsWorksCM UNDER_MAINTENANCE
Résultat ServerStatus

UNHEALTHY public_oe static_oe property

Constant UNHEALTHY for ServerStatus
public static ServerStatus,Amazon.OpsWorksCM UNHEALTHY
Résultat ServerStatus