GoogleApi.Workstations.V1.Model.GceInstanceHost (google_api_workstations v0.7.0)

View Source

The Compute Engine instance host.

Attributes

  • id (type: String.t, default: nil) - Optional. Output only. The ID of the Compute Engine instance.
  • name (type: String.t, default: nil) - Optional. Output only. The name of the Compute Engine instance.
  • zone (type: String.t, default: nil) - Optional. Output only. The zone of the Compute Engine instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Workstations.V1.Model.GceInstanceHost{
  id: String.t() | nil,
  name: String.t() | nil,
  zone: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.