Class CreateDomainMappingRequest (1.1.5)

CreateDomainMappingRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for DomainMappings.CreateDomainMapping. .. attribute:: parent

Name of the parent Application resource. Example: apps/myapp.

:type: str

Attributes

NameDescription
domain_mapping google.cloud.appengine_admin_v1.types.DomainMapping
Domain mapping configuration.
override_strategy google.cloud.appengine_admin_v1.types.DomainOverrideStrategy
Whether the domain creation should override any existing mappings for this domain. By default, overrides are rejected.