C# Class Amazon.EC2.InstanceStateName

Constants used for properties of type InstanceStateName.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
Pending InstanceStateName
Running InstanceStateName
ShuttingDown InstanceStateName
Stopped InstanceStateName
Stopping InstanceStateName
Terminated InstanceStateName

Public Methods

Method Description
FindValue ( string value ) : InstanceStateName

Finds the constant for the unique value.

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

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

Property Details

Pending public static property

Constant Pending for InstanceStateName
public static InstanceStateName,Amazon.EC2 Pending
return InstanceStateName

Running public static property

Constant Running for InstanceStateName
public static InstanceStateName,Amazon.EC2 Running
return InstanceStateName

ShuttingDown public static property

Constant ShuttingDown for InstanceStateName
public static InstanceStateName,Amazon.EC2 ShuttingDown
return InstanceStateName

Stopped public static property

Constant Stopped for InstanceStateName
public static InstanceStateName,Amazon.EC2 Stopped
return InstanceStateName

Stopping public static property

Constant Stopping for InstanceStateName
public static InstanceStateName,Amazon.EC2 Stopping
return InstanceStateName

Terminated public static property

Constant Terminated for InstanceStateName
public static InstanceStateName,Amazon.EC2 Terminated
return InstanceStateName