sourceDisk property

String? sourceDisk
getter/setter pair

URL of the disk attached to the source instance.

This can be a full or valid partial URL. For example, the following are valid values: - 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? sourceDisk;