Class DomainMappingSpec
The desired state of the Domain Mapping.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class DomainMappingSpec : IDirectResponseSchema
Properties
CertificateMode
The mode of the certificate.
Declaration
[JsonProperty("certificateMode")]
public virtual string CertificateMode { 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 |
ForceOverride
If set, the mapping will override any mapping set before this spec was set. It is recommended that the user leaves this empty to receive an error warning about a potential conflict and only set it once the respective UI has given such a warning.
Declaration
[JsonProperty("forceOverride")]
public virtual bool? ForceOverride { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RouteName
The name of the Knative Route that this DomainMapping applies to. The route must exist.
Declaration
[JsonProperty("routeName")]
public virtual string RouteName { get; set; }
Property Value
Type | Description |
---|---|
string |