Show / Hide Table of Contents

Class CustomDomainOperationMetadata

Additional metadata for operations on custom domains.

Inheritance
object
CustomDomainOperationMetadata
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 CustomDomainOperationMetadata : IDirectResponseSchema

Properties

CertState

Output only. The custom domain's CertState, which must be CERT_ACTIVE for the create operations to complete.

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

HostState

Output only. The custom domain's HostState, which must be HOST_ACTIVE for Create operations of the domain name this CustomDomain refers toto complete.

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

Issues

Output only. A list of issues that are currently preventing the operation from completing. These are generally DNS-related issues encountered when querying a domain's records or attempting to mint an SSL certificate.

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

LiveMigrationSteps

Output only. A list of steps that the user must complete to migrate their domain to App Hosting without downtime.

Declaration
[JsonProperty("liveMigrationSteps")]
public virtual IList<LiveMigrationStep> LiveMigrationSteps { get; set; }
Property Value
Type Description
IList<LiveMigrationStep>

OwnershipState

Output only. The custom domain's OwnershipState, which must be OWNERSHIP_ACTIVE for the create operations to complete.

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

QuickSetupUpdates

Output only. A set of DNS record updates to perform, to allow App Hosting to serve secure content on the domain.

Declaration
[JsonProperty("quickSetupUpdates")]
public virtual IList<DnsUpdates> QuickSetupUpdates { get; set; }
Property Value
Type Description
IList<DnsUpdates>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX