Show / Hide Table of Contents

Class DnsUpdates

A set of DNS record updates that you should make to allow Hosting to serve secure content in response to requests against your domain name. These updates present the current state of your domain name's DNS records when Hosting last queried them, and the desired set of records that Hosting needs to see before your custom domain can be fully active.

Inheritance
object
DnsUpdates
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.FirebaseHosting.v1.Data
Assembly: Google.Apis.FirebaseHosting.v1.dll
Syntax
public class DnsUpdates : IDirectResponseSchema

Properties

CheckTime

object representation of CheckTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CheckTimeDateTimeOffset instead.")]
public virtual object CheckTime { get; set; }
Property Value
Type Description
object

CheckTimeDateTimeOffset

DateTimeOffset representation of CheckTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CheckTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CheckTimeRaw

The last time Hosting checked your custom domain's DNS records.

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

Desired

The set of DNS records Hosting needs to serve secure content on the domain.

Declaration
[JsonProperty("desired")]
public virtual IList<DnsRecordSet> Desired { get; set; }
Property Value
Type Description
IList<DnsRecordSet>

Discovered

The set of DNS records Hosting discovered when inspecting a domain.

Declaration
[JsonProperty("discovered")]
public virtual IList<DnsRecordSet> Discovered { get; set; }
Property Value
Type Description
IList<DnsRecordSet>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX