C# Class Amazon.Route53.RRType

Constants used for properties of type RRType.
Inheritance: ConstantClass
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
A RRType
AAAA RRType
CNAME RRType
MX RRType
NAPTR RRType
NS RRType
PTR RRType
SOA RRType
SPF RRType
SRV RRType
TXT RRType

Public Methods

Method Description
FindValue ( string value ) : RRType

Finds the constant for the unique value.

RRType ( 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 ) : RRType
value string The unique value for the constant
return RRType

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

Property Details

A public_oe static_oe property

Constant A for RRType
public static RRType,Amazon.Route53 A
return RRType

AAAA public_oe static_oe property

Constant AAAA for RRType
public static RRType,Amazon.Route53 AAAA
return RRType

CNAME public_oe static_oe property

Constant CNAME for RRType
public static RRType,Amazon.Route53 CNAME
return RRType

MX public_oe static_oe property

Constant MX for RRType
public static RRType,Amazon.Route53 MX
return RRType

NAPTR public_oe static_oe property

Constant NAPTR for RRType
public static RRType,Amazon.Route53 NAPTR
return RRType

NS public_oe static_oe property

Constant NS for RRType
public static RRType,Amazon.Route53 NS
return RRType

PTR public_oe static_oe property

Constant PTR for RRType
public static RRType,Amazon.Route53 PTR
return RRType

SOA public_oe static_oe property

Constant SOA for RRType
public static RRType,Amazon.Route53 SOA
return RRType

SPF public_oe static_oe property

Constant SPF for RRType
public static RRType,Amazon.Route53 SPF
return RRType

SRV public_oe static_oe property

Constant SRV for RRType
public static RRType,Amazon.Route53 SRV
return RRType

TXT public_oe static_oe property

Constant TXT for RRType
public static RRType,Amazon.Route53 TXT
return RRType