C# Class Amazon.Route53.HealthCheckType

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

Public Properties

Property Type Description
CALCULATED HealthCheckType
CLOUDWATCH_METRIC HealthCheckType
HTTP HealthCheckType
HTTPS HealthCheckType
HTTPS_STR_MATCH HealthCheckType
HTTP_STR_MATCH HealthCheckType
TCP HealthCheckType

Public Methods

Method 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 method

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

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

Property Details

CALCULATED public static property

Constant CALCULATED for HealthCheckType
public static HealthCheckType,Amazon.Route53 CALCULATED
return HealthCheckType

CLOUDWATCH_METRIC public static property

Constant CLOUDWATCH_METRIC for HealthCheckType
public static HealthCheckType,Amazon.Route53 CLOUDWATCH_METRIC
return HealthCheckType

HTTP public static property

Constant HTTP for HealthCheckType
public static HealthCheckType,Amazon.Route53 HTTP
return HealthCheckType

HTTPS public static property

Constant HTTPS for HealthCheckType
public static HealthCheckType,Amazon.Route53 HTTPS
return HealthCheckType

HTTPS_STR_MATCH public static property

Constant HTTPS_STR_MATCH for HealthCheckType
public static HealthCheckType,Amazon.Route53 HTTPS_STR_MATCH
return HealthCheckType

HTTP_STR_MATCH public static property

Constant HTTP_STR_MATCH for HealthCheckType
public static HealthCheckType,Amazon.Route53 HTTP_STR_MATCH
return HealthCheckType

TCP public static property

Constant TCP for HealthCheckType
public static HealthCheckType,Amazon.Route53 TCP
return HealthCheckType