C# Class Amazon.EC2.InstanceStateName

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

Méthodes publiques

Свойство Type Description
Pending InstanceStateName
Running InstanceStateName
ShuttingDown InstanceStateName
Stopped InstanceStateName
Stopping InstanceStateName
Terminated InstanceStateName

Méthodes publiques

Méthode 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 méthode

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

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

Property Details

Pending public_oe static_oe property

Constant Pending for InstanceStateName
public static InstanceStateName,Amazon.EC2 Pending
Résultat InstanceStateName

Running public_oe static_oe property

Constant Running for InstanceStateName
public static InstanceStateName,Amazon.EC2 Running
Résultat InstanceStateName

ShuttingDown public_oe static_oe property

Constant ShuttingDown for InstanceStateName
public static InstanceStateName,Amazon.EC2 ShuttingDown
Résultat InstanceStateName

Stopped public_oe static_oe property

Constant Stopped for InstanceStateName
public static InstanceStateName,Amazon.EC2 Stopped
Résultat InstanceStateName

Stopping public_oe static_oe property

Constant Stopping for InstanceStateName
public static InstanceStateName,Amazon.EC2 Stopping
Résultat InstanceStateName

Terminated public_oe static_oe property

Constant Terminated for InstanceStateName
public static InstanceStateName,Amazon.EC2 Terminated
Résultat InstanceStateName