View Source GoogleApi.MigrationCenter.V1.Model.DiskPartition (google_api_migration_center v0.6.0)

Disk Partition details.

Attributes

  • capacityBytes (type: String.t, default: nil) - Partition capacity.
  • fileSystem (type: String.t, default: nil) - Partition file system.
  • freeBytes (type: String.t, default: nil) - Partition free space.
  • mountPoint (type: String.t, default: nil) - Mount pount (Linux/Windows) or drive letter (Windows).
  • subPartitions (type: GoogleApi.MigrationCenter.V1.Model.DiskPartitionList.t, default: nil) - Sub-partitions.
  • type (type: String.t, default: nil) - Partition type.
  • uuid (type: String.t, default: nil) - Partition UUID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MigrationCenter.V1.Model.DiskPartition{
  capacityBytes: String.t() | nil,
  fileSystem: String.t() | nil,
  freeBytes: String.t() | nil,
  mountPoint: String.t() | nil,
  subPartitions: GoogleApi.MigrationCenter.V1.Model.DiskPartitionList.t() | nil,
  type: String.t() | nil,
  uuid: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.