vmMachineType = $vmMachineType; } /** * @return string */ public function getVmMachineType() { return $this->vmMachineType; } /** * @param string */ public function setVmName($vmName) { $this->vmName = $vmName; } /** * @return string */ public function getVmName() { return $this->vmName; } /** * @param string */ public function setVmSubnet($vmSubnet) { $this->vmSubnet = $vmSubnet; } /** * @return string */ public function getVmSubnet() { return $this->vmSubnet; } /** * @param string */ public function setVmZone($vmZone) { $this->vmZone = $vmZone; } /** * @return string */ public function getVmZone() { return $this->vmZone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GenerateTcpProxyScriptRequest::class, 'Google_Service_DatabaseMigrationService_GenerateTcpProxyScriptRequest');