C# Class Amazon.Inspector.AgentHealthCode

Constants used for properties of type AgentHealthCode.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
IDLE AgentHealthCode
RUNNING AgentHealthCode
SHUTDOWN AgentHealthCode
THROTTLED AgentHealthCode
UNHEALTHY AgentHealthCode
UNKNOWN AgentHealthCode

Méthodes publiques

Méthode 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 méthode

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
Résultat System

FindValue() public static méthode

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

Property Details

IDLE public_oe static_oe property

Constant IDLE for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector IDLE
Résultat AgentHealthCode

RUNNING public_oe static_oe property

Constant RUNNING for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector RUNNING
Résultat AgentHealthCode

SHUTDOWN public_oe static_oe property

Constant SHUTDOWN for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector SHUTDOWN
Résultat AgentHealthCode

THROTTLED public_oe static_oe property

Constant THROTTLED for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector THROTTLED
Résultat AgentHealthCode

UNHEALTHY public_oe static_oe property

Constant UNHEALTHY for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector UNHEALTHY
Résultat AgentHealthCode

UNKNOWN public_oe static_oe property

Constant UNKNOWN for AgentHealthCode
public static AgentHealthCode,Amazon.Inspector UNKNOWN
Résultat AgentHealthCode