View Source GoogleApi.FirebaseHosting.V1beta1.Model.LiveMigrationStep (google_api_firebase_hosting v0.17.1)
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.
Attributes
-
certVerification
(type:GoogleApi.FirebaseHosting.V1beta1.Model.CertVerification.t
, default:nil
) - 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. -
dnsUpdates
(type:GoogleApi.FirebaseHosting.V1beta1.Model.DnsUpdates.t
, default:nil
) - Output only. DNS updates to facilitate your domain's zero-downtime migration to Hosting. -
issues
(type:list(GoogleApi.FirebaseHosting.V1beta1.Model.Status.t)
, default:nil
) - Output only. Issues that prevent the current step from completing. -
state
(type:String.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.FirebaseHosting.V1beta1.Model.LiveMigrationStep{ certVerification: GoogleApi.FirebaseHosting.V1beta1.Model.CertVerification.t() | nil, dnsUpdates: GoogleApi.FirebaseHosting.V1beta1.Model.DnsUpdates.t() | nil, issues: [GoogleApi.FirebaseHosting.V1beta1.Model.Status.t()] | nil, state: String.t() | nil }