destinationZone = $destinationZone;
}
/**
* @return string
*/
public function getDestinationZone()
{
return $this->destinationZone;
}
/**
* @param string
*/
public function setTargetInstance($targetInstance)
{
$this->targetInstance = $targetInstance;
}
/**
* @return string
*/
public function getTargetInstance()
{
return $this->targetInstance;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(InstanceMoveRequest::class, 'Google_Service_Compute_InstanceMoveRequest');