GoogleApi.VMMigration.V1.Model.ComputeEngineDisksTargetDetails (google_api_vm_migration v0.11.0)
View SourceComputeEngineDisksTargetDetails is a collection of created Persistent Disks details.
Attributes
-
disks(type:list(GoogleApi.VMMigration.V1.Model.PersistentDisk.t), default:nil) - The details of each created Persistent Disk. -
disksTargetDetails(type:GoogleApi.VMMigration.V1.Model.DisksMigrationDisksTargetDetails.t, default:nil) - Details of the disks-only migration target. -
vmTargetDetails(type:GoogleApi.VMMigration.V1.Model.DisksMigrationVmTargetDetails.t, default:nil) - Details for the VM the migrated data disks are attached to.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.VMMigration.V1.Model.ComputeEngineDisksTargetDetails{ disks: [GoogleApi.VMMigration.V1.Model.PersistentDisk.t()] | nil, disksTargetDetails: GoogleApi.VMMigration.V1.Model.DisksMigrationDisksTargetDetails.t() | nil, vmTargetDetails: GoogleApi.VMMigration.V1.Model.DisksMigrationVmTargetDetails.t() | nil }