destinationZone property

String? destinationZone
getter/setter pair

The URL of the destination zone to move the disk.

This can be a full or partial URL. For example, the following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - zones/zone

Implementation

core.String? destinationZone;