Class CreateDomainMappingRequest (1.5.3)

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

Request message for DomainMappings.CreateDomainMapping.

Attributes

NameDescription
parent str
Name of the parent Application resource. Example: apps/myapp.
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.