Class DomainMappingSpec
The desired state of the Domain Mapping.
Inheritance
System.Object
DomainMappingSpec
Implements
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class DomainMappingSpec : object, IDirectResponseSchema
Properties
CertificateMode
The mode of the certificate.
Declaration
public virtual string CertificateMode { 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 |
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
public virtual Nullable<bool> ForceOverride { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
RouteName
The name of the Knative Route that this DomainMapping applies to. The route must exist.
Declaration
public virtual string RouteName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |