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

View Source

The body of three tier workload

Attributes

  • apiLayer (type: GoogleApi.WorkloadManager.V1.Model.APILayerServer.t, default: nil) - Output only. The API layer for three tier workload
  • backend (type: GoogleApi.WorkloadManager.V1.Model.BackendServer.t, default: nil) - Output only. The backend for three tier workload
  • endpoint (type: String.t, default: nil) - Output only. the workload endpoint
  • frontend (type: GoogleApi.WorkloadManager.V1.Model.FrontEndServer.t, default: nil) - Output only. The frontend for three tier workload

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.ThreeTierWorkload{
  apiLayer: GoogleApi.WorkloadManager.V1.Model.APILayerServer.t() | nil,
  backend: GoogleApi.WorkloadManager.V1.Model.BackendServer.t() | nil,
  endpoint: String.t() | nil,
  frontend: GoogleApi.WorkloadManager.V1.Model.FrontEndServer.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.