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.
Implements
IMessageResourceRecord, IEquatableResourceRecord, IDeepCloneableResourceRecord, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ResourceRecord()
public ResourceRecord()
ResourceRecord(ResourceRecord)
public ResourceRecord(ResourceRecord other)
Parameter | |
---|---|
Name | Description |
other |
ResourceRecord |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Type
public ResourceRecord.Types.RecordType Type { get; set; }
Resource record type. Example: AAAA
.
Property Value | |
---|---|
Type | Description |
ResourceRecordTypesRecordType |