Show / Hide Table of Contents

Class GlueRecord

Defines a host on your domain that is a DNS name server for your domain and/or other domains. Glue records are a way of making the IP address of a name server known, even when it serves DNS queries for its parent domain. For example, when ns.example.com is a name server for example.com, the host ns.example.com must have a glue record to break the circular DNS reference.

Inheritance
object
GlueRecord
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.CloudDomains.v1beta1.Data
Assembly: Google.Apis.CloudDomains.v1beta1.dll
Syntax
public class GlueRecord : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

HostName

Required. Domain name of the host in Punycode format.

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

Ipv4Addresses

List of IPv4 addresses corresponding to this host in the standard decimal format (e.g. 198.51.100.1). At least one of ipv4_address and ipv6_address must be set.

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

Ipv6Addresses

List of IPv6 addresses corresponding to this host in the standard hexadecimal format (e.g. 2001:db8::). At least one of ipv4_address and ipv6_address must be set.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX