C# Класс Amazon.Inspector.AgentHealthCode

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

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

Свойство Тип Описание
IDLE AgentHealthCode
RUNNING AgentHealthCode
SHUTDOWN AgentHealthCode
THROTTLED AgentHealthCode
UNHEALTHY AgentHealthCode
UNKNOWN AgentHealthCode

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant IDLE for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector IDLE
Результат AgentHealthCode

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

Constant RUNNING for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector RUNNING
Результат AgentHealthCode

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

Constant SHUTDOWN for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector SHUTDOWN
Результат AgentHealthCode

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

Constant THROTTLED for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector THROTTLED
Результат AgentHealthCode

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

Constant UNHEALTHY for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector UNHEALTHY
Результат AgentHealthCode

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

Constant UNKNOWN for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector UNKNOWN
Результат AgentHealthCode