GoogleApi.Compute.V1.Model.SavedDisk (google_api_compute v0.47.0) View Source

An instance-attached disk resource.

Attributes

  • kind (type: String.t, default: compute#savedDisk) - [Output Only] Type of the resource. Always compute#savedDisk for attached disks.
  • sourceDisk (type: String.t, default: nil) - Specifies a URL of the disk attached to the source instance.
  • storageBytes (type: String.t, default: nil) - [Output Only] Size of the individual disk snapshot used by this machine image.
  • storageBytesStatus (type: String.t, default: nil) - [Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Compute.V1.Model.SavedDisk{
  kind: String.t() | nil,
  sourceDisk: String.t() | nil,
  storageBytes: String.t() | nil,
  storageBytesStatus: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.