C# Class Amazon.EC2.AvailabilityZoneState

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

Méthodes publiques

Свойство Type Description
Available AvailabilityZoneState
Impaired AvailabilityZoneState
Information AvailabilityZoneState
Unavailable AvailabilityZoneState

Méthodes publiques

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

Property Details

Available public_oe static_oe property

Constant Available for AvailabilityZoneState
public static AvailabilityZoneState,Amazon.EC2 Available
Résultat AvailabilityZoneState

Impaired public_oe static_oe property

Constant Impaired for AvailabilityZoneState
public static AvailabilityZoneState,Amazon.EC2 Impaired
Résultat AvailabilityZoneState

Information public_oe static_oe property

Constant Information for AvailabilityZoneState
public static AvailabilityZoneState,Amazon.EC2 Information
Résultat AvailabilityZoneState

Unavailable public_oe static_oe property

Constant Unavailable for AvailabilityZoneState
public static AvailabilityZoneState,Amazon.EC2 Unavailable
Résultat AvailabilityZoneState