GoogleApi.WorkloadManager.V1.Model.Layer (google_api_workload_manager v0.12.0)

View Source

The database layer

Attributes

  • applicationType (type: String.t, default: nil) - the application layer
  • databaseType (type: String.t, default: nil) - Optional. the database layer
  • instances (type: list(GoogleApi.WorkloadManager.V1.Model.Instance.t), default: nil) - Optional. instances in a layer
  • sid (type: String.t, default: nil) - Output only. system identification of a layer

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.Layer{
  applicationType: String.t() | nil,
  databaseType: String.t() | nil,
  instances: [GoogleApi.WorkloadManager.V1.Model.Instance.t()] | nil,
  sid: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.