DomainMapping(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A domain serving an App Engine application. .. attribute:: name
Full path to the DomainMapping
resource in the API.
Example: apps/myapp/domainMapping/example.com
.
@OutputOnly
:type: str
Attributes
Name | Description |
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 |