C# Class Amazon.Inspector.AgentHealthCode

Constants used for properties of type AgentHealthCode.
Inheritance: ConstantClass
Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
IDLE AgentHealthCode
RUNNING AgentHealthCode
SHUTDOWN AgentHealthCode
THROTTLED AgentHealthCode
UNHEALTHY AgentHealthCode
UNKNOWN AgentHealthCode

Public Methods

Method Description
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.

Method Details

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

FindValue() public static method

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

Property Details

IDLE public static property

Constant IDLE for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector IDLE
return AgentHealthCode

RUNNING public static property

Constant RUNNING for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector RUNNING
return AgentHealthCode

SHUTDOWN public static property

Constant SHUTDOWN for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector SHUTDOWN
return AgentHealthCode

THROTTLED public static property

Constant THROTTLED for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector THROTTLED
return AgentHealthCode

UNHEALTHY public static property

Constant UNHEALTHY for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector UNHEALTHY
return AgentHealthCode

UNKNOWN public static property

Constant UNKNOWN for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector UNKNOWN
return AgentHealthCode