C# Class Amazon.ElasticBeanstalk.InstancesHealthAttribute

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

Public Properties

Property Type Description
All InstancesHealthAttribute
ApplicationMetrics InstancesHealthAttribute
AvailabilityZone InstancesHealthAttribute
Causes InstancesHealthAttribute
Color InstancesHealthAttribute
Deployment InstancesHealthAttribute
HealthStatus InstancesHealthAttribute
InstanceType InstancesHealthAttribute
LaunchedAt InstancesHealthAttribute
RefreshedAt InstancesHealthAttribute
System InstancesHealthAttribute

Public Methods

Method Description
FindValue ( string value ) : InstancesHealthAttribute

Finds the constant for the unique value.

InstancesHealthAttribute ( 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 method

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

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

Property Details

All public static property

Constant All for InstancesHealthAttribute
public static InstancesHealthAttribute,Amazon.ElasticBeanstalk All
return InstancesHealthAttribute

ApplicationMetrics public static property

Constant ApplicationMetrics for InstancesHealthAttribute
public static InstancesHealthAttribute,Amazon.ElasticBeanstalk ApplicationMetrics
return InstancesHealthAttribute

AvailabilityZone public static property

Constant AvailabilityZone for InstancesHealthAttribute
public static InstancesHealthAttribute,Amazon.ElasticBeanstalk AvailabilityZone
return InstancesHealthAttribute

Causes public static property

Constant Causes for InstancesHealthAttribute
public static InstancesHealthAttribute,Amazon.ElasticBeanstalk Causes
return InstancesHealthAttribute

Color public static property

Constant Color for InstancesHealthAttribute
public static InstancesHealthAttribute,Amazon.ElasticBeanstalk Color
return InstancesHealthAttribute

Deployment public static property

Constant Deployment for InstancesHealthAttribute
public static InstancesHealthAttribute,Amazon.ElasticBeanstalk Deployment
return InstancesHealthAttribute

HealthStatus public static property

Constant HealthStatus for InstancesHealthAttribute
public static InstancesHealthAttribute,Amazon.ElasticBeanstalk HealthStatus
return InstancesHealthAttribute

InstanceType public static property

Constant InstanceType for InstancesHealthAttribute
public static InstancesHealthAttribute,Amazon.ElasticBeanstalk InstanceType
return InstancesHealthAttribute

LaunchedAt public static property

Constant LaunchedAt for InstancesHealthAttribute
public static InstancesHealthAttribute,Amazon.ElasticBeanstalk LaunchedAt
return InstancesHealthAttribute

RefreshedAt public static property

Constant RefreshedAt for InstancesHealthAttribute
public static InstancesHealthAttribute,Amazon.ElasticBeanstalk RefreshedAt
return InstancesHealthAttribute

System public static property

Constant System for InstancesHealthAttribute
public static InstancesHealthAttribute,Amazon.ElasticBeanstalk System
return InstancesHealthAttribute