C# Класс Amazon.ServerMigrationService.ReplicationRunState

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

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

Свойство Тип Описание
ACTIVE ReplicationRunState
COMPLETED ReplicationRunState
DELETED ReplicationRunState
DELETING ReplicationRunState
FAILED ReplicationRunState
MISSED ReplicationRunState
PENDING ReplicationRunState

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

Метод Описание
FindValue ( string value ) : ReplicationRunState

Finds the constant for the unique value.

ReplicationRunState ( 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 ) : ReplicationRunState
value string The unique value for the constant
Результат ReplicationRunState

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

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

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

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

Constant ACTIVE for ReplicationRunState
public static ReplicationRunState,Amazon.ServerMigrationService ACTIVE
Результат ReplicationRunState

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

Constant COMPLETED for ReplicationRunState
public static ReplicationRunState,Amazon.ServerMigrationService COMPLETED
Результат ReplicationRunState

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

Constant DELETED for ReplicationRunState
public static ReplicationRunState,Amazon.ServerMigrationService DELETED
Результат ReplicationRunState

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

Constant DELETING for ReplicationRunState
public static ReplicationRunState,Amazon.ServerMigrationService DELETING
Результат ReplicationRunState

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

Constant FAILED for ReplicationRunState
public static ReplicationRunState,Amazon.ServerMigrationService FAILED
Результат ReplicationRunState

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

Constant MISSED for ReplicationRunState
public static ReplicationRunState,Amazon.ServerMigrationService MISSED
Результат ReplicationRunState

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

Constant PENDING for ReplicationRunState
public static ReplicationRunState,Amazon.ServerMigrationService PENDING
Результат ReplicationRunState