Show / Hide Table of Contents

Class DnsUpdates

A set of DNS record updates that you should make to allow App Hosting to serve secure content in response to requests against your domain. These updates present the current state of your domain's and related subdomains' DNS records when App Hosting last queried them, and the desired set of records that App 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.FirebaseAppHosting.v1beta.Data
Assembly: Google.Apis.FirebaseAppHosting.v1beta.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

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

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

Desired

Output only. The set of DNS records App Hosting needs in order to be able to serve secure content on the domain.

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

Discovered

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

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

DomainName

Output only. The domain name the DNS updates pertain to.

Declaration
[JsonProperty("domainName")]
public virtual string DomainName { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX