C# Class Amazon.ElasticBeanstalk.EnvironmentHealth

Constants used for properties of type EnvironmentHealth.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
Green EnvironmentHealth
Grey EnvironmentHealth
Red EnvironmentHealth
Yellow EnvironmentHealth

Public Methods

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

Finds the constant for the unique value.

Method Details

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

FindValue() public static method

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

Property Details

Green public static property

Constant Green for EnvironmentHealth
public static EnvironmentHealth,Amazon.ElasticBeanstalk Green
return EnvironmentHealth

Grey public static property

Constant Grey for EnvironmentHealth
public static EnvironmentHealth,Amazon.ElasticBeanstalk Grey
return EnvironmentHealth

Red public static property

Constant Red for EnvironmentHealth
public static EnvironmentHealth,Amazon.ElasticBeanstalk Red
return EnvironmentHealth

Yellow public static property

Constant Yellow for EnvironmentHealth
public static EnvironmentHealth,Amazon.ElasticBeanstalk Yellow
return EnvironmentHealth