Class DomainMappingStatus
The current state of the Domain Mapping.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class DomainMappingStatus : IDirectResponseSchema
Properties
Conditions
Array of observed DomainMappingConditions, indicating the current state of the DomainMapping.
Declaration
[JsonProperty("conditions")]
public virtual IList<GoogleCloudRunV1Condition> Conditions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRunV1Condition> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MappedRouteName
The name of the route that the mapping currently points to.
Declaration
[JsonProperty("mappedRouteName")]
public virtual string MappedRouteName { get; set; }
Property Value
Type | Description |
---|---|
string |
ObservedGeneration
ObservedGeneration is the 'Generation' of the DomainMapping that was last processed by the controller. Clients polling for completed reconciliation should poll until observedGeneration = metadata.generation and the Ready condition's status is True or False.
Declaration
[JsonProperty("observedGeneration")]
public virtual int? ObservedGeneration { get; set; }
Property Value
Type | Description |
---|---|
int? |
ResourceRecords
The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.
Declaration
[JsonProperty("resourceRecords")]
public virtual IList<ResourceRecord> ResourceRecords { get; set; }
Property Value
Type | Description |
---|---|
IList<ResourceRecord> |
Url
Optional. Not supported by Cloud Run.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |