GoogleApi.AppEngine.V1.Model.DomainMapping (google_api_app_engine v0.34.0) 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.@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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.