vm = $vm; } /** * @return string */ public function getVm() { return $this->vm; } /** * @param string */ public function setVmIp($vmIp) { $this->vmIp = $vmIp; } /** * @return string */ public function getVmIp() { return $this->vmIp; } /** * @param int */ public function setVmPort($vmPort) { $this->vmPort = $vmPort; } /** * @return int */ public function getVmPort() { return $this->vmPort; } /** * @param string */ public function setVpc($vpc) { $this->vpc = $vpc; } /** * @return string */ public function getVpc() { return $this->vpc; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReverseSshConnectivity::class, 'Google_Service_DatabaseMigrationService_ReverseSshConnectivity');