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

The status of a disk on a VM.

Attributes

  • freeSpaceBytes (type: String.t, default: nil) - Free disk space.
  • totalSpaceBytes (type: String.t, default: nil) - Total disk space.

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.DiskStatus{
  freeSpaceBytes: String.t() | nil,
  totalSpaceBytes: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.