ComputeEngineDisksTargetDetails is a collection of created Persistent Disks details.
JSON representation |
---|
{ "disks": [ { object ( |
Fields | |
---|---|
disks[] |
The details of each created Persistent Disk. |
Union field vm_target . Details of the VM the disks are attached to. vm_target can be only one of the following: |
|
disksTargetDetails |
Details of the disks-only migration target. |
vmTargetDetails |
Details for the VM the migrated data disks are attached to. |
DisksMigrationDisksTargetDetails
This type has no fields.
Details for a disks-only migration.
DisksMigrationVmTargetDetails
Details for the VM created VM as part of disks migration.
JSON representation |
---|
{ "vmUri": string } |
Fields | |
---|---|
vmUri |
Output only. The URI of the Compute Engine VM. |
PersistentDisk
Details of a created Persistent Disk.
JSON representation |
---|
{ "sourceDiskNumber": integer, "diskUri": string } |
Fields | |
---|---|
sourceDiskNumber |
The ordinal number of the source VM disk. |
diskUri |
The URI of the Persistent Disk. |