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