C# Class Amazon.Route53.HealthCheckType

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

Méthodes publiques

Свойство Type Description
CALCULATED HealthCheckType
CLOUDWATCH_METRIC HealthCheckType
HTTP HealthCheckType
HTTPS HealthCheckType
HTTPS_STR_MATCH HealthCheckType
HTTP_STR_MATCH HealthCheckType
TCP HealthCheckType

Méthodes publiques

Méthode Description
FindValue ( string value ) : HealthCheckType

Finds the constant for the unique value.

HealthCheckType ( 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.

Method Details

FindValue() public static méthode

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

HealthCheckType() 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 HealthCheckType ( string value ) : System
value string
Résultat System

Property Details

CALCULATED public_oe static_oe property

Constant CALCULATED for HealthCheckType
public static HealthCheckType,Amazon.Route53 CALCULATED
Résultat HealthCheckType

CLOUDWATCH_METRIC public_oe static_oe property

Constant CLOUDWATCH_METRIC for HealthCheckType
public static HealthCheckType,Amazon.Route53 CLOUDWATCH_METRIC
Résultat HealthCheckType

HTTP public_oe static_oe property

Constant HTTP for HealthCheckType
public static HealthCheckType,Amazon.Route53 HTTP
Résultat HealthCheckType

HTTPS public_oe static_oe property

Constant HTTPS for HealthCheckType
public static HealthCheckType,Amazon.Route53 HTTPS
Résultat HealthCheckType

HTTPS_STR_MATCH public_oe static_oe property

Constant HTTPS_STR_MATCH for HealthCheckType
public static HealthCheckType,Amazon.Route53 HTTPS_STR_MATCH
Résultat HealthCheckType

HTTP_STR_MATCH public_oe static_oe property

Constant HTTP_STR_MATCH for HealthCheckType
public static HealthCheckType,Amazon.Route53 HTTP_STR_MATCH
Résultat HealthCheckType

TCP public_oe static_oe property

Constant TCP for HealthCheckType
public static HealthCheckType,Amazon.Route53 TCP
Résultat HealthCheckType