Show / Hide Table of Contents

Class DomainMapping

Resource to hold the state and status of a user's domain mapping.

Inheritance
System.Object
DomainMapping
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRun.v1alpha1.Data
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class DomainMapping : IDirectResponseSchema

Properties

ApiVersion

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

Declaration
[JsonProperty("apiVersion")]
public virtual string ApiVersion { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

Kind

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

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
System.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
Back to top