C# Class Amazon.EC2.SummaryStatus

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

Méthodes publiques

Свойство Type Description
Impaired SummaryStatus
Initializing SummaryStatus
InsufficientData SummaryStatus
NotApplicable SummaryStatus
Ok SummaryStatus

Méthodes publiques

Méthode Description
FindValue ( string value ) : SummaryStatus

Finds the constant for the unique value.

SummaryStatus ( 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 méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : SummaryStatus
value string The unique value for the constant
Résultat SummaryStatus

SummaryStatus() 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 SummaryStatus ( string value ) : System
value string
Résultat System

Property Details

Impaired public_oe static_oe property

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

Initializing public_oe static_oe property

Constant Initializing for SummaryStatus
public static SummaryStatus,Amazon.EC2 Initializing
Résultat SummaryStatus

InsufficientData public_oe static_oe property

Constant InsufficientData for SummaryStatus
public static SummaryStatus,Amazon.EC2 InsufficientData
Résultat SummaryStatus

NotApplicable public_oe static_oe property

Constant NotApplicable for SummaryStatus
public static SummaryStatus,Amazon.EC2 NotApplicable
Résultat SummaryStatus

Ok public_oe static_oe property

Constant Ok for SummaryStatus
public static SummaryStatus,Amazon.EC2 Ok
Résultat SummaryStatus