Enum AppsResource.DomainMappingsResource.CreateRequest.OverrideStrategyEnum
Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected.
Namespace: Google.Apis.Appengine.v1
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public enum AppsResource.DomainMappingsResource.CreateRequest.OverrideStrategyEnum
Fields
Name | Description |
---|---|
OVERRIDE__ | Overrides allowed. If a mapping already exists for the specified domain, the request will overwrite it. Note that this might stop another Google product from serving. For example, if the domain is mapped to another App Engine application, that app will no longer serve from that domain. |
STRICT | Overrides not allowed. If a mapping already exists for the specified domain, the request will return an ALREADY_EXISTS (409). |
UNSPECIFIEDDOMAINOVERRIDESTRATEGY | Strategy unspecified. Defaults to STRICT. |