App Engine v1 API - Class ResourceRecord (2.3.0)

public sealed class ResourceRecord : IMessage<ResourceRecord>, IEquatable<ResourceRecord>, IDeepCloneable<ResourceRecord>, IBufferMessage, IMessage

Reference documentation and code samples for the App Engine v1 API class ResourceRecord.

A DNS resource record.

Inheritance

object > ResourceRecord

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

ResourceRecord()

public ResourceRecord()

ResourceRecord(ResourceRecord)

public ResourceRecord(ResourceRecord other)
Parameter
NameDescription
otherResourceRecord

Properties

Name

public string Name { get; set; }

Relative name of the object affected by this record. Only applicable for CNAME records. Example: 'www'.

Property Value
TypeDescription
string

Rrdata

public string Rrdata { get; set; }

Data for this record. Values vary by record type, as defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1).

Property Value
TypeDescription
string

Type

public ResourceRecord.Types.RecordType Type { get; set; }

Resource record type. Example: AAAA.

Property Value
TypeDescription
ResourceRecordTypesRecordType