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

View Source

The backend server

Attributes

  • backupFile (type: String.t, default: nil) - Output only. The backup file
  • backupSchedule (type: String.t, default: nil) - Output only. The backup schedule
  • name (type: String.t, default: nil) - Output only. The backend name
  • osVersion (type: String.t, default: nil) - Output only. OS information
  • resources (type: list(GoogleApi.WorkloadManager.V1.Model.CloudResource.t), default: nil) - Output only. resources in the component

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.BackendServer{
  backupFile: String.t() | nil,
  backupSchedule: String.t() | nil,
  name: String.t() | nil,
  osVersion: String.t() | nil,
  resources: [GoogleApi.WorkloadManager.V1.Model.CloudResource.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.