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

View Source

a vm instance

Attributes

  • name (type: String.t, default: nil) - Output only. name of the VM
  • region (type: String.t, default: nil) - Output only. The location of the VM
  • status (type: String.t, default: nil) - Output only. The state of the VM

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.Instance{
  name: String.t() | nil,
  region: String.t() | nil,
  status: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.