Show / Hide Table of Contents

Class DomainMappingCondition

DomainMappingCondition contains state information for a DomainMapping.

Inheritance
System.Object
DomainMappingCondition
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 DomainMappingCondition : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

LastTransitionTime

Last time the condition transitioned from one status to another. +optional

Declaration
[JsonProperty("lastTransitionTime")]
public virtual object LastTransitionTime { get; set; }
Property Value
Type Description
System.Object

Message

Human readable message indicating details about the current status. +optional

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

Reason

One-word CamelCase reason for the condition's current status. +optional

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

Severity

How to interpret failures of this condition, one of Error, Warning, Info +optional

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

Status

Status of the condition, one of True, False, Unknown.

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

Type

Type of domain mapping condition.

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

Implements

IDirectResponseSchema
Back to top