View Source GoogleApi.AppEngine.V1.Model.DomainMapping (google_api_app_engine v0.42.0)
A domain serving an App Engine application.
Attributes
-
id
(type:String.t
, default:nil
) - Relative name of the domain serving the application. Example: example.com. -
name
(type:String.t
, default:nil
) - Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.@OutputOnly -
resourceRecords
(type:list(GoogleApi.AppEngine.V1.Model.ResourceRecord.t)
, default:nil
) - 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 -
sslSettings
(type:GoogleApi.AppEngine.V1.Model.SslSettings.t
, default:nil
) - SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AppEngine.V1.Model.DomainMapping{ id: String.t() | nil, name: String.t() | nil, resourceRecords: [GoogleApi.AppEngine.V1.Model.ResourceRecord.t()] | nil, sslSettings: GoogleApi.AppEngine.V1.Model.SslSettings.t() | nil }