Show / Hide Table of Contents

Class DomainMapping

Resource to hold the state and status of a user's domain mapping. NOTE: This resource is currently in Beta.

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

Properties

ApiVersion

The API version for this call such as "domains.cloudrun.com/v1".

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

Kind

The kind of resource, in this case "DomainMapping".

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

Metadata

Metadata associated with this BuildTemplate.

Declaration
[JsonProperty("metadata")]
public virtual ObjectMeta Metadata { get; set; }
Property Value
Type Description
ObjectMeta

Spec

The spec for this DomainMapping.

Declaration
[JsonProperty("spec")]
public virtual DomainMappingSpec Spec { get; set; }
Property Value
Type Description
DomainMappingSpec

Status

The current status of the DomainMapping.

Declaration
[JsonProperty("status")]
public virtual DomainMappingStatus Status { get; set; }
Property Value
Type Description
DomainMappingStatus

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX