C# Class Amazon.ApplicationDiscoveryService.AgentStatus

Constants used for properties of type AgentStatus.
Inheritance: ConstantClass
显示文件 Open project: aws/aws-sdk-net

Public Properties

Property Type Description
BLACKLISTED AgentStatus
HEALTHY AgentStatus
RUNNING AgentStatus
SHUTDOWN AgentStatus
UNHEALTHY AgentStatus
UNKNOWN AgentStatus

Public Methods

Method Description
AgentStatus ( 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 ) : AgentStatus

Finds the constant for the unique value.

Method Details

AgentStatus() public method

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 AgentStatus ( string value ) : System
value string
return System

FindValue() public static method

Finds the constant for the unique value.
public static FindValue ( string value ) : AgentStatus
value string The unique value for the constant
return AgentStatus

Property Details

BLACKLISTED public_oe static_oe property

Constant BLACKLISTED for AgentStatus
public static AgentStatus,Amazon.ApplicationDiscoveryService BLACKLISTED
return AgentStatus

HEALTHY public_oe static_oe property

Constant HEALTHY for AgentStatus
public static AgentStatus,Amazon.ApplicationDiscoveryService HEALTHY
return AgentStatus

RUNNING public_oe static_oe property

Constant RUNNING for AgentStatus
public static AgentStatus,Amazon.ApplicationDiscoveryService RUNNING
return AgentStatus

SHUTDOWN public_oe static_oe property

Constant SHUTDOWN for AgentStatus
public static AgentStatus,Amazon.ApplicationDiscoveryService SHUTDOWN
return AgentStatus

UNHEALTHY public_oe static_oe property

Constant UNHEALTHY for AgentStatus
public static AgentStatus,Amazon.ApplicationDiscoveryService UNHEALTHY
return AgentStatus

UNKNOWN public_oe static_oe property

Constant UNKNOWN for AgentStatus
public static AgentStatus,Amazon.ApplicationDiscoveryService UNKNOWN
return AgentStatus