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

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

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

Свойство Тип Описание
Bundling BundleTaskState
Cancelling BundleTaskState
Complete BundleTaskState
Failed BundleTaskState
Pending BundleTaskState
Storing BundleTaskState
WaitingForShutdown BundleTaskState

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

Метод Описание
BundleTaskState ( 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 ( string value ) : BundleTaskState

Finds the constant for the unique value.

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

BundleTaskState() публичный метод

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 BundleTaskState ( string value ) : System
value string
Результат System

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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