google_api_app_engine v0.15.0 GoogleApi.AppEngine.V1.Model.DomainMapping View Source
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.@OutputOnlyresourceRecords
(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.@OutputOnlysslSettings
(type:GoogleApi.AppEngine.V1.Model.SslSettings.t
, default:nil
) - SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.AppEngine.V1.Model.DomainMapping{ id: String.t(), name: String.t(), resourceRecords: [GoogleApi.AppEngine.V1.Model.ResourceRecord.t()], sslSettings: GoogleApi.AppEngine.V1.Model.SslSettings.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.