Class DNSRecord
DNS record.
Implements
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class DNSRecord : IMessage<DNSRecord>, IEquatable<DNSRecord>, IDeepCloneable<DNSRecord>, IBufferMessage, IMessage
Constructors
DNSRecord()
Declaration
public DNSRecord()
DNSRecord(DNSRecord)
Declaration
public DNSRecord(DNSRecord other)
Parameters
| Type | Name | Description |
|---|---|---|
| DNSRecord | other |
Properties
Expire
Expire.
Declaration
public Duration Expire { get; set; }
Property Value
| Type | Description |
|---|---|
| Duration |
Minimum
Minimum.
Declaration
public Duration Minimum { get; set; }
Property Value
| Type | Description |
|---|---|
| Duration |
Priority
Priority.
Declaration
public long Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Refresh
Refresh.
Declaration
public Duration Refresh { get; set; }
Property Value
| Type | Description |
|---|---|
| Duration |
Retry
Retry.
Declaration
public long Retry { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Rname
Rname.
Declaration
public string Rname { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Serial
Serial.
Declaration
public long Serial { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Ttl
Time to live.
Declaration
public Duration Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Duration |
Type
Type.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Value.
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |