Show / Hide Table of Contents

Class LiveMigrationStep

A set of updates including ACME challenges and DNS records that allow Hosting to create an SSL certificate and establish project ownership for your domain name before you direct traffic to Hosting servers. Use these updates to facilitate zero downtime migrations to Hosting from other services. After you've made the recommended updates, check your custom domain's ownershipState and certState. To avoid downtime, they should be OWNERSHIP_ACTIVE and CERT_ACTIVE, respectively, before you update your A and AAAA records.

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

Properties

CertVerification

Output only. A pair of ACME challenges that Hosting's Certificate Authority (CA) can use to create an SSL cert for your domain name. Use either the DNS or HTTP challenge; it's not necessary to provide both.

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

DnsUpdates

Output only. DNS updates to facilitate your domain's zero-downtime migration to Hosting.

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

ETag

The ETag of the item.

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

Issues

Output only. Issues that prevent the current step from completing.

Declaration
[JsonProperty("issues")]
public virtual IList<Status> Issues { get; set; }
Property Value
Type Description
IList<Status>

State

Output only. The state of the live migration step, indicates whether you should work to complete the step now, in the future, or have already completed it.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX