C# Class Amazon.Route53.RRType

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

Méthodes publiques

Свойство Type Description
A RRType
AAAA RRType
CNAME RRType
MX RRType
NAPTR RRType
NS RRType
PTR RRType
SOA RRType
SPF RRType
SRV RRType
TXT RRType

Méthodes publiques

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

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

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

Property Details

A public_oe static_oe property

Constant A for RRType
public static RRType,Amazon.Route53 A
Résultat RRType

AAAA public_oe static_oe property

Constant AAAA for RRType
public static RRType,Amazon.Route53 AAAA
Résultat RRType

CNAME public_oe static_oe property

Constant CNAME for RRType
public static RRType,Amazon.Route53 CNAME
Résultat RRType

MX public_oe static_oe property

Constant MX for RRType
public static RRType,Amazon.Route53 MX
Résultat RRType

NAPTR public_oe static_oe property

Constant NAPTR for RRType
public static RRType,Amazon.Route53 NAPTR
Résultat RRType

NS public_oe static_oe property

Constant NS for RRType
public static RRType,Amazon.Route53 NS
Résultat RRType

PTR public_oe static_oe property

Constant PTR for RRType
public static RRType,Amazon.Route53 PTR
Résultat RRType

SOA public_oe static_oe property

Constant SOA for RRType
public static RRType,Amazon.Route53 SOA
Résultat RRType

SPF public_oe static_oe property

Constant SPF for RRType
public static RRType,Amazon.Route53 SPF
Résultat RRType

SRV public_oe static_oe property

Constant SRV for RRType
public static RRType,Amazon.Route53 SRV
Résultat RRType

TXT public_oe static_oe property

Constant TXT for RRType
public static RRType,Amazon.Route53 TXT
Résultat RRType