GoogleApi.Genomics.V2alpha1.Model.WorkerStatus (google_api_genomics v0.18.0) View Source

The status of the worker VM.

Attributes

  • attachedDisks (type: %{optional(String.t) => GoogleApi.Genomics.V2alpha1.Model.DiskStatus.t}, default: nil) - Status of attached disks.
  • bootDisk (type: GoogleApi.Genomics.V2alpha1.Model.DiskStatus.t, default: nil) - Status of the boot disk.
  • freeRamBytes (type: String.t, default: nil) - Free RAM.
  • totalRamBytes (type: String.t, default: nil) - Total RAM.
  • uptimeSeconds (type: String.t, default: nil) - System uptime.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Genomics.V2alpha1.Model.WorkerStatus{
  attachedDisks:
    %{optional(String.t()) => GoogleApi.Genomics.V2alpha1.Model.DiskStatus.t()}
    | nil,
  bootDisk: GoogleApi.Genomics.V2alpha1.Model.DiskStatus.t() | nil,
  freeRamBytes: String.t() | nil,
  totalRamBytes: String.t() | nil,
  uptimeSeconds: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.