View Source GoogleApi.MigrationCenter.V1.Model.MachineDiskDetails (google_api_migration_center v0.5.2)

Details of machine disks.

Attributes

  • disks (type: GoogleApi.MigrationCenter.V1.Model.DiskEntryList.t, default: nil) - List of disks.
  • totalCapacityBytes (type: String.t, default: nil) - Disk total Capacity.
  • totalFreeBytes (type: String.t, default: nil) - Total disk free space.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.MachineDiskDetails{
  disks: GoogleApi.MigrationCenter.V1.Model.DiskEntryList.t() | nil,
  totalCapacityBytes: String.t() | nil,
  totalFreeBytes: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.