targetInstance property

String? targetInstance
getter/setter pair

The URL of the target instance to move.

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

Implementation

core.String? targetInstance;