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

An instance-attached disk resource.

Attributes

  • architecture (type: String.t, default: nil) - [Output Only] The architecture of the attached disk.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.