vmZone = $vmZone; } /** * @return string */ public function getVmZone() { return $this->vmZone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VmSelectionConfig::class, 'Google_Service_DatabaseMigrationService_VmSelectionConfig');