subnet = $subnet; } /** * @return string */ public function getSubnet() { return $this->subnet; } /** * @param string */ public function setVmMachineType($vmMachineType) { $this->vmMachineType = $vmMachineType; } /** * @return string */ public function getVmMachineType() { return $this->vmMachineType; } /** * @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(VmCreationConfig::class, 'Google_Service_DatabaseMigrationService_VmCreationConfig');