targetDisk property

String? targetDisk
getter/setter pair

The URL of the target disk to move.

This can be a full or partial URL. For example, the following are all valid URLs to a disk:

https://www.googleapis.com/compute/v1/projects/project/zones/zone/disks/disk

  • projects/project/zones/zone/disks/disk
  • zones/zone/disks/disk

Implementation

core.String? targetDisk;