C# Class Amazon.EC2.AvailabilityZoneState

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

Public Properties

Property Type Description
Available AvailabilityZoneState
Impaired AvailabilityZoneState
Information AvailabilityZoneState
Unavailable AvailabilityZoneState

Public Methods

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

Finds the constant for the unique value.

Method Details

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

FindValue() public static method

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

Property Details

Available public static property

Constant Available for AvailabilityZoneState
public static AvailabilityZoneState,Amazon.EC2 Available
return AvailabilityZoneState

Impaired public static property

Constant Impaired for AvailabilityZoneState
public static AvailabilityZoneState,Amazon.EC2 Impaired
return AvailabilityZoneState

Information public static property

Constant Information for AvailabilityZoneState
public static AvailabilityZoneState,Amazon.EC2 Information
return AvailabilityZoneState

Unavailable public static property

Constant Unavailable for AvailabilityZoneState
public static AvailabilityZoneState,Amazon.EC2 Unavailable
return AvailabilityZoneState