public sealed class ResourceRecord : IMessage<ResourceRecord>, IEquatable<ResourceRecord>, IDeepCloneable<ResourceRecord>, IBufferMessage, IMessage
A DNS resource record.
Implements
Google.Protobuf.IMessage<ResourceRecord>, IEquatable<ResourceRecord>, Google.Protobuf.IDeepCloneable<ResourceRecord>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
ResourceRecord.Types.RecordType |