Enum AppsResource.DomainMappingsResource.CreateRequest.OverrideStrategyEnum | Google.Apis.Appengine.v1alpha
Show / Hide Table of Contents

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.v1alpha
Assembly: Google.Apis.Appengine.v1alpha.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.

In this article
Back to top Generated by DocFX