Class DomainMapping (1.4.0)

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

A domain serving an App Engine application.

Attributes

NameDescription
name str
Full path to the ``DomainMapping`` resource in the API. Example: ``apps/myapp/domainMapping/example.com``. @OutputOnly
id str
Relative name of the domain serving the application. Example: ``example.com``.
ssl_settings google.cloud.appengine_admin_v1.types.SslSettings
SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
resource_records Sequence[google.cloud.appengine_admin_v1.types.ResourceRecord]
The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping. @OutputOnly

Inheritance

builtins.object > proto.message.Message > DomainMapping