Class DomainMappingSpec
The desired state of the Domain Mapping.
Inheritance
System.Object
DomainMappingSpec
Implements
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 DomainMappingSpec : IDirectResponseSchema
Properties
CertificateMode
The mode of the certificate.
Declaration
[JsonProperty("certificateMode")]
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
[JsonProperty("forceOverride")]
public virtual 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
[JsonProperty("routeName")]
public virtual string RouteName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |