Show / Hide Table of Contents

Class DnsRecordSet

Represents a DNS record set resource.

Inheritance
object
DnsRecordSet
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ServiceNetworking.v1.Data
Assembly: Google.Apis.ServiceNetworking.v1.dll
Syntax
public class DnsRecordSet : IDirectResponseSchema

Properties

Data

Required. As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) for examples see https://cloud.google.com/dns/records/json-record.

Declaration
[JsonProperty("data")]
public virtual IList<string> Data { get; set; }
Property Value
Type Description
IList<string>

Domain

Required. The DNS or domain name of the record set, e.g. test.example.com. Cloud DNS requires that a DNS suffix ends with a trailing dot.

Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Ttl

Required. The period of time for which this RecordSet can be cached by resolvers.

Declaration
[JsonProperty("ttl")]
public virtual object Ttl { get; set; }
Property Value
Type Description
object

Type

Required. The identifier of a supported record type.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX