vm = $vm; } /** * @return string */ public function getVm() { return $this->vm; } /** * @param VmCreationConfig */ public function setVmCreationConfig(VmCreationConfig $vmCreationConfig) { $this->vmCreationConfig = $vmCreationConfig; } /** * @return VmCreationConfig */ public function getVmCreationConfig() { return $this->vmCreationConfig; } /** * @param int */ public function setVmPort($vmPort) { $this->vmPort = $vmPort; } /** * @return int */ public function getVmPort() { return $this->vmPort; } /** * @param VmSelectionConfig */ public function setVmSelectionConfig(VmSelectionConfig $vmSelectionConfig) { $this->vmSelectionConfig = $vmSelectionConfig; } /** * @return VmSelectionConfig */ public function getVmSelectionConfig() { return $this->vmSelectionConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GenerateSshScriptRequest::class, 'Google_Service_DatabaseMigrationService_GenerateSshScriptRequest');