C# Class Amazon.ElasticBeanstalk.EnvironmentHealthStatus

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

Méthodes publiques

Свойство Type Description
Degraded EnvironmentHealthStatus
Info EnvironmentHealthStatus
NoData EnvironmentHealthStatus
Ok EnvironmentHealthStatus
Pending EnvironmentHealthStatus
Severe EnvironmentHealthStatus
Unknown EnvironmentHealthStatus
Warning EnvironmentHealthStatus

Méthodes publiques

Méthode Description
EnvironmentHealthStatus ( 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 ) : EnvironmentHealthStatus

Finds the constant for the unique value.

Method Details

EnvironmentHealthStatus() 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 EnvironmentHealthStatus ( 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 ) : EnvironmentHealthStatus
value string The unique value for the constant
Résultat EnvironmentHealthStatus

Property Details

Degraded public_oe static_oe property

Constant Degraded for EnvironmentHealthStatus
public static EnvironmentHealthStatus,Amazon.ElasticBeanstalk Degraded
Résultat EnvironmentHealthStatus

Info public_oe static_oe property

Constant Info for EnvironmentHealthStatus
public static EnvironmentHealthStatus,Amazon.ElasticBeanstalk Info
Résultat EnvironmentHealthStatus

NoData public_oe static_oe property

Constant NoData for EnvironmentHealthStatus
public static EnvironmentHealthStatus,Amazon.ElasticBeanstalk NoData
Résultat EnvironmentHealthStatus

Ok public_oe static_oe property

Constant Ok for EnvironmentHealthStatus
public static EnvironmentHealthStatus,Amazon.ElasticBeanstalk Ok
Résultat EnvironmentHealthStatus

Pending public_oe static_oe property

Constant Pending for EnvironmentHealthStatus
public static EnvironmentHealthStatus,Amazon.ElasticBeanstalk Pending
Résultat EnvironmentHealthStatus

Severe public_oe static_oe property

Constant Severe for EnvironmentHealthStatus
public static EnvironmentHealthStatus,Amazon.ElasticBeanstalk Severe
Résultat EnvironmentHealthStatus

Unknown public_oe static_oe property

Constant Unknown for EnvironmentHealthStatus
public static EnvironmentHealthStatus,Amazon.ElasticBeanstalk Unknown
Résultat EnvironmentHealthStatus

Warning public_oe static_oe property

Constant Warning for EnvironmentHealthStatus
public static EnvironmentHealthStatus,Amazon.ElasticBeanstalk Warning
Résultat EnvironmentHealthStatus