destinationZone = $destinationZone;
}
/**
* @return string
*/
public function getDestinationZone()
{
return $this->destinationZone;
}
/**
* @param string
*/
public function setTargetDisk($targetDisk)
{
$this->targetDisk = $targetDisk;
}
/**
* @return string
*/
public function getTargetDisk()
{
return $this->targetDisk;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DiskMoveRequest::class, 'Google_Service_Compute_DiskMoveRequest');