C# Класс Amazon.EC2.InstanceStateName

Constants used for properties of type InstanceStateName.
Наследование: ConstantClass
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Pending InstanceStateName
Running InstanceStateName
ShuttingDown InstanceStateName
Stopped InstanceStateName
Stopping InstanceStateName
Terminated InstanceStateName

Открытые методы

Метод Описание
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.

Описание методов

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : InstanceStateName
value string The unique value for the constant
Результат InstanceStateName

InstanceStateName() публичный Метод

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
Результат System

Описание свойств

Pending публичное статическое свойство

Constant Pending for InstanceStateName
public static InstanceStateName,Amazon.EC2 Pending
Результат InstanceStateName

Running публичное статическое свойство

Constant Running for InstanceStateName
public static InstanceStateName,Amazon.EC2 Running
Результат InstanceStateName

ShuttingDown публичное статическое свойство

Constant ShuttingDown for InstanceStateName
public static InstanceStateName,Amazon.EC2 ShuttingDown
Результат InstanceStateName

Stopped публичное статическое свойство

Constant Stopped for InstanceStateName
public static InstanceStateName,Amazon.EC2 Stopped
Результат InstanceStateName

Stopping публичное статическое свойство

Constant Stopping for InstanceStateName
public static InstanceStateName,Amazon.EC2 Stopping
Результат InstanceStateName

Terminated публичное статическое свойство

Constant Terminated for InstanceStateName
public static InstanceStateName,Amazon.EC2 Terminated
Результат InstanceStateName