C# Class Amazon.EC2.ReportInstanceReasonCodes

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

Public Properties

Property Type Description
InstanceStuckInState ReportInstanceReasonCodes
NotAcceptingCredentials ReportInstanceReasonCodes
Other ReportInstanceReasonCodes
PasswordNotAvailable ReportInstanceReasonCodes
PerformanceEbsVolume ReportInstanceReasonCodes
PerformanceInstanceStore ReportInstanceReasonCodes
PerformanceNetwork ReportInstanceReasonCodes
PerformanceOther ReportInstanceReasonCodes
Unresponsive ReportInstanceReasonCodes

Public Methods

Method Description
FindValue ( string value ) : ReportInstanceReasonCodes

Finds the constant for the unique value.

ReportInstanceReasonCodes ( 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 ) : ReportInstanceReasonCodes
value string The unique value for the constant
return ReportInstanceReasonCodes

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

Property Details

InstanceStuckInState public static property

Constant InstanceStuckInState for ReportInstanceReasonCodes
public static ReportInstanceReasonCodes,Amazon.EC2 InstanceStuckInState
return ReportInstanceReasonCodes

NotAcceptingCredentials public static property

Constant NotAcceptingCredentials for ReportInstanceReasonCodes
public static ReportInstanceReasonCodes,Amazon.EC2 NotAcceptingCredentials
return ReportInstanceReasonCodes

Other public static property

Constant Other for ReportInstanceReasonCodes
public static ReportInstanceReasonCodes,Amazon.EC2 Other
return ReportInstanceReasonCodes

PasswordNotAvailable public static property

Constant PasswordNotAvailable for ReportInstanceReasonCodes
public static ReportInstanceReasonCodes,Amazon.EC2 PasswordNotAvailable
return ReportInstanceReasonCodes

PerformanceEbsVolume public static property

Constant PerformanceEbsVolume for ReportInstanceReasonCodes
public static ReportInstanceReasonCodes,Amazon.EC2 PerformanceEbsVolume
return ReportInstanceReasonCodes

PerformanceInstanceStore public static property

Constant PerformanceInstanceStore for ReportInstanceReasonCodes
public static ReportInstanceReasonCodes,Amazon.EC2 PerformanceInstanceStore
return ReportInstanceReasonCodes

PerformanceNetwork public static property

Constant PerformanceNetwork for ReportInstanceReasonCodes
public static ReportInstanceReasonCodes,Amazon.EC2 PerformanceNetwork
return ReportInstanceReasonCodes

PerformanceOther public static property

Constant PerformanceOther for ReportInstanceReasonCodes
public static ReportInstanceReasonCodes,Amazon.EC2 PerformanceOther
return ReportInstanceReasonCodes

Unresponsive public static property

Constant Unresponsive for ReportInstanceReasonCodes
public static ReportInstanceReasonCodes,Amazon.EC2 Unresponsive
return ReportInstanceReasonCodes