diff --git a/HISTORY.rst b/HISTORY.rst index 3c61b63..770fae7 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,5 +1,9 @@ History ======= +0.9.16 (2025-03-05) +-------------------- +* Bug fixes and Bios updates + 0.9.15 (2024-12-09) -------------------- * Bug fixes diff --git a/imcsdk/__init__.py b/imcsdk/__init__.py index ad3ca0d..888b9c5 100644 --- a/imcsdk/__init__.py +++ b/imcsdk/__init__.py @@ -57,4 +57,4 @@ def set_log_level(level=logging.DEBUG): __author__ = 'Cisco Systems' __email__ = 'ucs-python@cisco.com' -__version__ = '0.9.15' +__version__ = '0.9.16' diff --git a/imcsdk/imcbiostables.py b/imcsdk/imcbiostables.py index 111199e..c678ccd 100644 --- a/imcsdk/imcbiostables.py +++ b/imcsdk/imcbiostables.py @@ -169,6 +169,7 @@ "lomPort2state": {"mo_name": "BiosVfLOMPortOptionROM", "prop_name": "vp_lom_port2_state"}, "lomPort3state": {"mo_name": "BiosVfLOMPortOptionROM", "prop_name": "vp_lom_port3_state"}, "lomPortsAllState": {"mo_name": "BiosVfLOMPortOptionROM", "prop_name": "vp_lom_ports_all_state"}, + "latencyOptimizedMode": {"mo_name": "BiosVfLatencyOptimizedMode", "prop_name": "vp_latency_optimized_mode"}, "legacyUsbSupport": {"mo_name": "BiosVfLegacyUSBSupport", "prop_name": "vp_legacy_usb_support"}, "lvDdrMode": {"mo_name": "BiosVfLvDIMMSupport", "prop_name": "vp_lv_ddr_mode"}, "mmcfgBase": {"mo_name": "BiosVfMMCFGBase", "prop_name": "vp_mmcfg_base"}, @@ -286,8 +287,24 @@ "slotFrontNvme23optionRom": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme23_option_rom"}, "slotFrontNvme24linkSpeed": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme24_link_speed"}, "slotFrontNvme24optionRom": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme24_option_rom"}, + "slotFrontNvme25linkSpeed": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme25_link_speed"}, + "slotFrontNvme25optionRom": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme25_option_rom"}, + "slotFrontNvme26linkSpeed": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme26_link_speed"}, + "slotFrontNvme26optionRom": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme26_option_rom"}, + "slotFrontNvme27linkSpeed": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme27_link_speed"}, + "slotFrontNvme27optionRom": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme27_option_rom"}, + "slotFrontNvme28linkSpeed": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme28_link_speed"}, + "slotFrontNvme28optionRom": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme28_option_rom"}, + "slotFrontNvme29linkSpeed": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme29_link_speed"}, + "slotFrontNvme29optionRom": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme29_option_rom"}, "slotFrontNvme2linkSpeed": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme2_link_speed"}, "slotFrontNvme2optionRom": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme2_option_rom"}, + "slotFrontNvme30linkSpeed": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme30_link_speed"}, + "slotFrontNvme30optionRom": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme30_option_rom"}, + "slotFrontNvme31linkSpeed": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme31_link_speed"}, + "slotFrontNvme31optionRom": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme31_option_rom"}, + "slotFrontNvme32linkSpeed": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme32_link_speed"}, + "slotFrontNvme32optionRom": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme32_option_rom"}, "slotFrontNvme3linkSpeed": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme3_link_speed"}, "slotFrontNvme3optionRom": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme3_option_rom"}, "slotFrontNvme4linkSpeed": {"mo_name": "BiosVfPCISlotOptionROMEnable", "prop_name": "vp_slot_front_nvme4_link_speed"}, @@ -394,6 +411,7 @@ "pcieSlotsCdnEnable": {"mo_name": "BiosVfPcieSlotsCdnEnable", "prop_name": "vp_pcie_slots_cdn_enable"}, "postPackageRepair": {"mo_name": "BiosVfPostPackageRepair", "prop_name": "vp_post_package_repair"}, "popSupport": {"mo_name": "BiosVfPowerOnPasswordSupport", "prop_name": "vp_pop_support"}, + "preBootDmaProtection": {"mo_name": "BiosVfPreBootDMAProtection", "prop_name": "vp_pre_boot_dma_protection"}, "prmrrSize": {"mo_name": "BiosVfPrmrrSize", "prop_name": "vp_prmrr_size"}, "processorC1e": {"mo_name": "BiosVfProcessorC1E", "prop_name": "vp_processor_c1_e"}, "processorC3report": {"mo_name": "BiosVfProcessorC3Report", "prop_name": "vp_processor_c3_report"}, diff --git a/imcsdk/imcconstants.py b/imcsdk/imcconstants.py index 51761de..8853d78 100644 --- a/imcsdk/imcconstants.py +++ b/imcsdk/imcconstants.py @@ -221,6 +221,7 @@ class NamingId: BIOS_VF_LLCALLOC = "biosVfLLCAlloc" BIOS_VF_LLCPREFETCH = "biosVfLLCPrefetch" BIOS_VF_LOMPORT_OPTION_ROM = "biosVfLOMPortOptionROM" + BIOS_VF_LATENCY_OPTIMIZED_MODE = "biosVfLatencyOptimizedMode" BIOS_VF_LEGACY_USBSUPPORT = "biosVfLegacyUSBSupport" BIOS_VF_LV_DIMMSUPPORT = "biosVfLvDIMMSupport" BIOS_VF_MMCFGBASE = "biosVfMMCFGBase" @@ -271,6 +272,7 @@ class NamingId: BIOS_VF_PCIE_SLOTS_CDN_ENABLE = "biosVfPcieSlotsCdnEnable" BIOS_VF_POST_PACKAGE_REPAIR = "biosVfPostPackageRepair" BIOS_VF_POWER_ON_PASSWORD_SUPPORT = "biosVfPowerOnPasswordSupport" + BIOS_VF_PRE_BOOT_DMAPROTECTION = "biosVfPreBootDMAProtection" BIOS_VF_PRMRR_SIZE = "biosVfPrmrrSize" BIOS_VF_PROCESSOR_C1_E = "biosVfProcessorC1E" BIOS_VF_PROCESSOR_C3_REPORT = "biosVfProcessorC3Report" @@ -1862,6 +1864,7 @@ class NamingPropertyId: VP_LOMPORT2_STATE = "vpLOMPort2State" VP_LOMPORT3_STATE = "vpLOMPort3State" VP_LOMPORTS_ALL_STATE = "vpLOMPortsAllState" + VP_LATENCY_OPTIMIZED_MODE = "vpLatencyOptimizedMode" VP_LEGACY_OSREDIRECTION = "vpLegacyOSRedirection" VP_LEGACY_USBSUPPORT = "vpLegacyUSBSupport" VP_LV_DDRMODE = "vpLvDDRMode" @@ -1932,6 +1935,7 @@ class NamingPropertyId: VP_PCIE_SLOT_NVME6_OPTION_ROM = "vpPcieSlotNvme6OptionROM" VP_PCIE_SLOTS_CDN_ENABLE = "vpPcieSlotsCdnEnable" VP_POST_PACKAGE_REPAIR = "vpPostPackageRepair" + VP_PRE_BOOT_DMAPROTECTION = "vpPreBootDMAProtection" VP_PRMRR_SIZE = "vpPrmrrSize" VP_PROCESSOR_C1_E = "vpProcessorC1E" VP_PROCESSOR_C3_REPORT = "vpProcessorC3Report" @@ -2029,8 +2033,24 @@ class NamingPropertyId: VP_SLOT_FRONT_NVME23_OPTION_ROM = "vpSlotFrontNvme23OptionROM" VP_SLOT_FRONT_NVME24_LINK_SPEED = "vpSlotFrontNvme24LinkSpeed" VP_SLOT_FRONT_NVME24_OPTION_ROM = "vpSlotFrontNvme24OptionROM" + VP_SLOT_FRONT_NVME25_LINK_SPEED = "vpSlotFrontNvme25LinkSpeed" + VP_SLOT_FRONT_NVME25_OPTION_ROM = "vpSlotFrontNvme25OptionROM" + VP_SLOT_FRONT_NVME26_LINK_SPEED = "vpSlotFrontNvme26LinkSpeed" + VP_SLOT_FRONT_NVME26_OPTION_ROM = "vpSlotFrontNvme26OptionROM" + VP_SLOT_FRONT_NVME27_LINK_SPEED = "vpSlotFrontNvme27LinkSpeed" + VP_SLOT_FRONT_NVME27_OPTION_ROM = "vpSlotFrontNvme27OptionROM" + VP_SLOT_FRONT_NVME28_LINK_SPEED = "vpSlotFrontNvme28LinkSpeed" + VP_SLOT_FRONT_NVME28_OPTION_ROM = "vpSlotFrontNvme28OptionROM" + VP_SLOT_FRONT_NVME29_LINK_SPEED = "vpSlotFrontNvme29LinkSpeed" + VP_SLOT_FRONT_NVME29_OPTION_ROM = "vpSlotFrontNvme29OptionROM" VP_SLOT_FRONT_NVME2_LINK_SPEED = "vpSlotFrontNvme2LinkSpeed" VP_SLOT_FRONT_NVME2_OPTION_ROM = "vpSlotFrontNvme2OptionROM" + VP_SLOT_FRONT_NVME30_LINK_SPEED = "vpSlotFrontNvme30LinkSpeed" + VP_SLOT_FRONT_NVME30_OPTION_ROM = "vpSlotFrontNvme30OptionROM" + VP_SLOT_FRONT_NVME31_LINK_SPEED = "vpSlotFrontNvme31LinkSpeed" + VP_SLOT_FRONT_NVME31_OPTION_ROM = "vpSlotFrontNvme31OptionROM" + VP_SLOT_FRONT_NVME32_LINK_SPEED = "vpSlotFrontNvme32LinkSpeed" + VP_SLOT_FRONT_NVME32_OPTION_ROM = "vpSlotFrontNvme32OptionROM" VP_SLOT_FRONT_NVME3_LINK_SPEED = "vpSlotFrontNvme3LinkSpeed" VP_SLOT_FRONT_NVME3_OPTION_ROM = "vpSlotFrontNvme3OptionROM" VP_SLOT_FRONT_NVME4_LINK_SPEED = "vpSlotFrontNvme4LinkSpeed" diff --git a/imcsdk/imchandle.py b/imcsdk/imchandle.py index e8b347d..0152c39 100644 --- a/imcsdk/imchandle.py +++ b/imcsdk/imchandle.py @@ -432,13 +432,7 @@ def add_mo(self, mo, modify_present=True, timeout=None): validate_mo_version(self, mo) - if modify_present in imcgenutils.AFFIRMATIVE_LIST: - if self.query_dn(mo.dn) is None: - mo.status = "created" - else: - mo.status = "modified" - else: - mo.status = "created" + mo.status = self._get_mo_status(mo, "add", modify_present) self.__to_commit[mo.dn] = mo self._commit(timeout=timeout) @@ -463,7 +457,7 @@ def set_mo(self, mo, timeout=None): validate_mo_version(self, mo) - mo.status = "modified" + mo.status = self._get_mo_status(mo, "set") self.__to_commit[mo.dn] = mo self._commit(timeout=timeout) @@ -583,14 +577,7 @@ def add_mos(self, mos, modify_present=True, timeout=None): obj = handle.set_mos(mos) """ for mo in mos: - if modify_present in imcgenutils.AFFIRMATIVE_LIST: - if self.query_dn(mo.dn) is None: - mo.status = "created" - else: - mo.status = "modified" - else: - mo.status = "created" - + mo.status = self._get_mo_status(mo, "add", modify_present) self.__to_commit[mo.dn] = mo return self._commit_mos(timeout) @@ -743,3 +730,22 @@ def _commit_mos(self, timeout=None): # Always cleanup the commit buffer self.__to_commit.clear() return ret + + def _get_mo_status(self, mo, operation, modify_present=True): + """Method to get mo status based on the type of operation""" + status = None + if operation == "set": + status = "modified" + # When processing vmedia with admin_action="save-unmapped-volume", + # ensure the status is set to an empty string (""). + # This prevents the XML API from throwing an exception due to + # "Invalid request: adminAction and status are not expected in the same configConfMo request of commVMediaMap". + # Keep the default status as "modified" for other admin actions. + from imcsdk.mometa.comm.CommVMediaMap import CommVMediaMap, CommVMediaMapConsts + if all([isinstance(mo, CommVMediaMap), hasattr(mo, 'admin_action'), mo.admin_action == CommVMediaMapConsts.ADMIN_ACTION_SAVE_UNMAPPED_VOLUME]): + status = "" + elif operation == "add": + status = "created" + if modify_present in imcgenutils.AFFIRMATIVE_LIST and self.query_dn(mo.dn) is not None: + status = "modified" + return status diff --git a/imcsdk/imcmeta.py b/imcsdk/imcmeta.py index dcdf840..303153d 100644 --- a/imcsdk/imcmeta.py +++ b/imcsdk/imcmeta.py @@ -52,9 +52,11 @@ class VersionMeta: Version423a = ImcVersion("4.2(3a)") Version431a = ImcVersion("4.3(1a)") Version432_230190 = ImcVersion("4.3(2.230190)") + Version432_230285 = ImcVersion("4.3(2.230285)") Version433_240024 = ImcVersion("4.3(3.240024)") Version434_240077 = ImcVersion("4.3(4.240077)") - Version435_241008 = ImcVersion("4.3(5.241008)") + Version435_240037 = ImcVersion("4.3(5.240037)") + Version435_240045 = ImcVersion("4.3(5.240045)") MO_CLASS_ID = frozenset([ "AaaLdap", @@ -253,6 +255,7 @@ class VersionMeta: "BiosVfLLCAlloc", "BiosVfLLCPrefetch", "BiosVfLOMPortOptionROM", + "BiosVfLatencyOptimizedMode", "BiosVfLegacyUSBSupport", "BiosVfLvDIMMSupport", "BiosVfMMCFGBase", @@ -303,6 +306,7 @@ class VersionMeta: "BiosVfPcieSlotsCdnEnable", "BiosVfPostPackageRepair", "BiosVfPowerOnPasswordSupport", + "BiosVfPreBootDMAProtection", "BiosVfPrmrrSize", "BiosVfProcessorC1E", "BiosVfProcessorC3Report", @@ -675,15 +679,15 @@ class VersionMeta: "BiosBootDevGrp": MoMeta("BiosBootDevGrp", "biosBootDevGrp", "bdg-[order]", VersionMeta.Version151f, "OutputOnly", 0x1, [], ["admin", "read-only", "user"], ['biosBOT'], ['biosBootDev'], ["Get"]), "BiosBootDevPrecision": MoMeta("BiosBootDevPrecision", "biosBootDevPrecision", "bdvp-[order]", VersionMeta.Version201a, "OutputOnly", 0x1, [], ["admin", "read-only", "user"], ['biosBOT'], [], ["Get"]), "BiosBootMode": MoMeta("BiosBootMode", "biosBootMode", "boot-mode", VersionMeta.Version201a, "OutputOnly", 0x1, [], ["admin", "user"], ['biosBOT'], [], ["Get"]), - "BiosPassword": MoMeta("BiosPassword", "biosPassword", "bios-pw", VersionMeta.Version435_241008, "InputOutput", 0x1, [], ["admin"], [], [], [None]), - "BiosPlatformDefaults": MoMeta("BiosPlatformDefaults", "biosPlatformDefaults", "bios-defaults", VersionMeta.Version151x, "OutputOnly", 0x1, [], ["admin", "read-only", "user"], ['biosUnit'], ['biosVfASPMSupport', 'biosVfAcpiSratSpFlagEn', 'biosVfAdaptiveRefreshMgmtLevel', 'biosVfAdjacentCacheLinePrefetch', 'biosVfAdvancedMemTest', 'biosVfAltitude', 'biosVfAssertNMIOnPERR', 'biosVfAssertNMIOnSERR', 'biosVfAutoCCState', 'biosVfAutonumousCstateEnable', 'biosVfBmeDmaMitigation', 'biosVfBootOptionNumRetry', 'biosVfBootOptionReCoolDown', 'biosVfBootOptionRetry', 'biosVfBootPerformanceMode', 'biosVfBurstAndPostponedRefresh', 'biosVfC1AutoDemotion', 'biosVfC1AutoUnDemotion', 'biosVfCDNEnable', 'biosVfCDNSupport', 'biosVfCPUEnergyPerformance', 'biosVfCPUFrequencyFloor', 'biosVfCPUPerformance', 'biosVfCPUPowerManagement', 'biosVfCRQos', 'biosVfCbsCmnApbdis', 'biosVfCbsCmnApbdisDfPstateRs', 'biosVfCbsCmnCpuAvx512', 'biosVfCbsCmnCpuCpb', 'biosVfCbsCmnCpuGenDowncoreCtrl', 'biosVfCbsCmnCpuGlobalCstateCtrl', 'biosVfCbsCmnCpuL1StreamHwPrefetcher', 'biosVfCbsCmnCpuL2StreamHwPrefetcher', 'biosVfCbsCmnCpuSevAsidSpaceLimit', 'biosVfCbsCmnCpuSmee', 'biosVfCbsCmnCpuStreamingStoresCtrl', 'biosVfCbsCmnDeterminismSlider', 'biosVfCbsCmnEdcControlThrottle', 'biosVfCbsCmnEfficiencyModeEn', 'biosVfCbsCmnEfficiencyModeEnRs', 'biosVfCbsCmnFixedSocPstate', 'biosVfCbsCmnGnbNbIOMMU', 'biosVfCbsCmnGnbSMUCPPC', 'biosVfCbsCmnGnbSMUDfCstates', 'biosVfCbsCmnGnbSMUDffoRs', 'biosVfCbsCmnGnbSMUDlwmSupport', 'biosVfCbsCmnMemCtrlBankGroupSwapDdr4', 'biosVfCbsCmnMemCtrllerPwrDnEnDdr', 'biosVfCbsCmnMemMapBankInterleaveDdr4', 'biosVfCbsCmnMemSpeedDdr47xx2', 'biosVfCbsCmnMemSpeedDdr47xx3', 'biosVfCbsCmnPreferredIO7xx2', 'biosVfCbsCmnPreferredIO7xx3', 'biosVfCbsCmncTDPCtl', 'biosVfCbsCmnxGmiForceLinkWidthRs', 'biosVfCbsCpuCcdCtrlSsp', 'biosVfCbsCpuCoreCtrl', 'biosVfCbsCpuDownCoreCtrlBergamo', 'biosVfCbsCpuDownCoreCtrlGenoa', 'biosVfCbsCpuSmtCtrl', 'biosVfCbsDbgCpuGenCpuWdt', 'biosVfCbsDbgCpuLApicMode', 'biosVfCbsDbgCpuSnpMemCover', 'biosVfCbsDbgCpuSnpMemSizeCover', 'biosVfCbsDfCmn4LinkMaxXgmiSpeed', 'biosVfCbsDfCmnAcpiSratL3Numa', 'biosVfCbsDfCmnDramNps', 'biosVfCbsDfCmnDramScrubTime', 'biosVfCbsDfCmnMemIntlv', 'biosVfCbsDfCmnMemIntlvControl', 'biosVfCbsDfCmnMemIntlvSize', 'biosVfCbsDfDbgXgmiLinkCfg', 'biosVfCbsGnbDbgPcieTbtSupport', 'biosVfCbsSevSnpSupport', 'biosVfCiscoAdaptiveMemTraining', 'biosVfCiscoDebugLevel', 'biosVfCiscoOpromLaunchOptimization', 'biosVfCiscoXgmiMaxSpeed', 'biosVfCkeLowPolicy', 'biosVfClosedLoopThermThrotl', 'biosVfCmciEnable', 'biosVfConfigTDP', 'biosVfConfigTDPLevel', 'biosVfConsoleRedirection', 'biosVfCoreMultiProcessing', 'biosVfCpuPaLimit', 'biosVfCpuPerfEnhancement', 'biosVfCrfastgoConfig', 'biosVfDCPMMFirmwareDowngrade', 'biosVfDCUPrefetch', 'biosVfDRAMClockThrottling', 'biosVfDemandScrub', 'biosVfDfxOsbEn', 'biosVfDirectCacheAccess', 'biosVfDmaCtrlOptIn', 'biosVfDramRefreshRate', 'biosVfDramSwThermalThrottling', 'biosVfEPPEnable', 'biosVfEPPProfile', 'biosVfEadrSupport', 'biosVfEdpcEn', 'biosVfEnableClockSpreadSpec', 'biosVfEnableMktme', 'biosVfEnableRMT', 'biosVfEnableTdx', 'biosVfEnableTdxSeamldr', 'biosVfEnableTme', 'biosVfEnergyEfficientTurbo', 'biosVfEngPerfTuning', 'biosVfEnhancedIntelSpeedStepTech', 'biosVfEpochUpdate', 'biosVfErrorCheckScrub', 'biosVfExecuteDisableBit', 'biosVfExtendedAPIC', 'biosVfFRB2Enable', 'biosVfHWPMEnable', 'biosVfHardwarePrefetch', 'biosVfIMCInterleave', 'biosVfIOATConfigCpm', 'biosVfIOHResource', 'biosVfIPV4HTTP', 'biosVfIPV4PXE', 'biosVfIPV6HTTP', 'biosVfIPV6PXE', 'biosVfIntelDynamicSpeedSelect', 'biosVfIntelHyperThreadingTech', 'biosVfIntelSpeedSelect', 'biosVfIntelTurboBoostTech', 'biosVfIntelVTForDirectedIO', 'biosVfIntelVirtualizationTechnology', 'biosVfIohErrorEn', 'biosVfKTIPrefetch', 'biosVfLLCAlloc', 'biosVfLLCPrefetch', 'biosVfLOMPortOptionROM', 'biosVfLegacyUSBSupport', 'biosVfLvDIMMSupport', 'biosVfMMCFGBase', 'biosVfMemoryBandwidthBoost', 'biosVfMemoryInterleave', 'biosVfMemoryMappedIOAbove4GB', 'biosVfMemoryRefreshRate', 'biosVfMemorySizeLimit', 'biosVfMemoryThermalThrottling', 'biosVfMirroringMode', 'biosVfMmiohBase', 'biosVfMmiohSize', 'biosVfNUMAOptimized', 'biosVfNetworkStack', 'biosVfNvmdimmPerformConfig', 'biosVfOSBootWatchdogTimer', 'biosVfOSBootWatchdogTimerPolicy', 'biosVfOSBootWatchdogTimerTimeout', 'biosVfOnboardNIC', 'biosVfOnboardStorage', 'biosVfOnboardStorageSWStack', 'biosVfOperationMode', 'biosVfOptimizedPowerMode', 'biosVfOutOfBandMgmtPort', 'biosVfPCIOptionROMs', 'biosVfPCISlotOptionROMEnable', 'biosVfPCIeRASSupport', 'biosVfPCIeSSDHotPlugSupport', 'biosVfPOSTErrorPause', 'biosVfPSata', 'biosVfPStateCoordType', 'biosVfPackageCStateLimit', 'biosVfPanicHighWatermark', 'biosVfPartialCacheLineSparing', 'biosVfPartialMirrorModeConfig', 'biosVfPartialMirrorPercent', 'biosVfPartialMirrorValue1', 'biosVfPartialMirrorValue2', 'biosVfPartialMirrorValue3', 'biosVfPartialMirrorValue4', 'biosVfPatrolScrub', 'biosVfPatrolScrubDuration', 'biosVfPchPciePllSsc', 'biosVfPchUsb30Mode', 'biosVfPciRomClp', 'biosVfPcieARISupport', 'biosVfPciePllSsc', 'biosVfPcieSlotsCdnEnable', 'biosVfPostPackageRepair', 'biosVfPowerOnPasswordSupport', 'biosVfPrmrrSize', 'biosVfProcessorC1E', 'biosVfProcessorC3Report', 'biosVfProcessorC6Report', 'biosVfProcessorCState', 'biosVfPwrPerfTuning', 'biosVfQPIConfig', 'biosVfQpiLinkSpeed', 'biosVfQpiSnoopMode', 'biosVfResizeBarSupport', 'biosVfRuntimePostPackageRepair', 'biosVfSEV', 'biosVfSHA1PCRBank', 'biosVfSHA256PCRBank', 'biosVfSHA384PCRBank', 'biosVfSMEE', 'biosVfSataModeSelect', 'biosVfSelectMemoryRASConfiguration', 'biosVfSelectPprType', 'biosVfSerialMux', 'biosVfSerialPortAEnable', 'biosVfSgx', 'biosVfSgxEpoch', 'biosVfSgxLePubKeyHash', 'biosVfSinglePCTLEnable', 'biosVfSmtMode', 'biosVfSnoopyModeFor2LM', 'biosVfSnoopyModeForAD', 'biosVfSparingMode', 'biosVfSrIov', 'biosVfSubNumaClustering', 'biosVfSvmMode', 'biosVfTPMControl', 'biosVfTSME', 'biosVfTXTSupport', 'biosVfTpmPpiRequired', 'biosVfTpmSupport', 'biosVfUCSMBootOrderRuleControl', 'biosVfUFSDisable', 'biosVfUPILinkEnablement', 'biosVfUPIPowerManagement', 'biosVfUSBBootConfig', 'biosVfUSBEmulation', 'biosVfUSBPortsConfig', 'biosVfUefiMemMapSpFlagEn', 'biosVfUmaBasedClustering', 'biosVfUsbXhciSupport', 'biosVfVMDEnable', 'biosVfVgaPriority', 'biosVfVirtualNuma', 'biosVfVolMemoryMode', 'biosVfWorkLoadConfig', 'biosVfX2ApicOptOut', 'biosVfXPTPrefetch', 'biosVfXPTRemotePrefetch'], ["Get"]), + "BiosPassword": MoMeta("BiosPassword", "biosPassword", "bios-pw", VersionMeta.Version435_240045, "InputOutput", 0x1, [], ["admin"], [], [], [None]), + "BiosPlatformDefaults": MoMeta("BiosPlatformDefaults", "biosPlatformDefaults", "bios-defaults", VersionMeta.Version151x, "OutputOnly", 0x1, [], ["admin", "read-only", "user"], ['biosUnit'], ['biosVfASPMSupport', 'biosVfAcpiSratSpFlagEn', 'biosVfAdaptiveRefreshMgmtLevel', 'biosVfAdjacentCacheLinePrefetch', 'biosVfAdvancedMemTest', 'biosVfAltitude', 'biosVfAssertNMIOnPERR', 'biosVfAssertNMIOnSERR', 'biosVfAutoCCState', 'biosVfAutonumousCstateEnable', 'biosVfBmeDmaMitigation', 'biosVfBootOptionNumRetry', 'biosVfBootOptionReCoolDown', 'biosVfBootOptionRetry', 'biosVfBootPerformanceMode', 'biosVfBurstAndPostponedRefresh', 'biosVfC1AutoDemotion', 'biosVfC1AutoUnDemotion', 'biosVfCDNEnable', 'biosVfCDNSupport', 'biosVfCPUEnergyPerformance', 'biosVfCPUFrequencyFloor', 'biosVfCPUPerformance', 'biosVfCPUPowerManagement', 'biosVfCRQos', 'biosVfCbsCmnApbdis', 'biosVfCbsCmnApbdisDfPstateRs', 'biosVfCbsCmnCpuAvx512', 'biosVfCbsCmnCpuCpb', 'biosVfCbsCmnCpuGenDowncoreCtrl', 'biosVfCbsCmnCpuGlobalCstateCtrl', 'biosVfCbsCmnCpuL1StreamHwPrefetcher', 'biosVfCbsCmnCpuL2StreamHwPrefetcher', 'biosVfCbsCmnCpuSevAsidSpaceLimit', 'biosVfCbsCmnCpuSmee', 'biosVfCbsCmnCpuStreamingStoresCtrl', 'biosVfCbsCmnDeterminismSlider', 'biosVfCbsCmnEdcControlThrottle', 'biosVfCbsCmnEfficiencyModeEn', 'biosVfCbsCmnEfficiencyModeEnRs', 'biosVfCbsCmnFixedSocPstate', 'biosVfCbsCmnGnbNbIOMMU', 'biosVfCbsCmnGnbSMUCPPC', 'biosVfCbsCmnGnbSMUDfCstates', 'biosVfCbsCmnGnbSMUDffoRs', 'biosVfCbsCmnGnbSMUDlwmSupport', 'biosVfCbsCmnMemCtrlBankGroupSwapDdr4', 'biosVfCbsCmnMemCtrllerPwrDnEnDdr', 'biosVfCbsCmnMemMapBankInterleaveDdr4', 'biosVfCbsCmnMemSpeedDdr47xx2', 'biosVfCbsCmnMemSpeedDdr47xx3', 'biosVfCbsCmnPreferredIO7xx2', 'biosVfCbsCmnPreferredIO7xx3', 'biosVfCbsCmncTDPCtl', 'biosVfCbsCmnxGmiForceLinkWidthRs', 'biosVfCbsCpuCcdCtrlSsp', 'biosVfCbsCpuCoreCtrl', 'biosVfCbsCpuDownCoreCtrlBergamo', 'biosVfCbsCpuDownCoreCtrlGenoa', 'biosVfCbsCpuSmtCtrl', 'biosVfCbsDbgCpuGenCpuWdt', 'biosVfCbsDbgCpuLApicMode', 'biosVfCbsDbgCpuSnpMemCover', 'biosVfCbsDbgCpuSnpMemSizeCover', 'biosVfCbsDfCmn4LinkMaxXgmiSpeed', 'biosVfCbsDfCmnAcpiSratL3Numa', 'biosVfCbsDfCmnDramNps', 'biosVfCbsDfCmnDramScrubTime', 'biosVfCbsDfCmnMemIntlv', 'biosVfCbsDfCmnMemIntlvControl', 'biosVfCbsDfCmnMemIntlvSize', 'biosVfCbsDfDbgXgmiLinkCfg', 'biosVfCbsGnbDbgPcieTbtSupport', 'biosVfCbsSevSnpSupport', 'biosVfCiscoAdaptiveMemTraining', 'biosVfCiscoDebugLevel', 'biosVfCiscoOpromLaunchOptimization', 'biosVfCiscoXgmiMaxSpeed', 'biosVfCkeLowPolicy', 'biosVfClosedLoopThermThrotl', 'biosVfCmciEnable', 'biosVfConfigTDP', 'biosVfConfigTDPLevel', 'biosVfConsoleRedirection', 'biosVfCoreMultiProcessing', 'biosVfCpuPaLimit', 'biosVfCpuPerfEnhancement', 'biosVfCrfastgoConfig', 'biosVfDCPMMFirmwareDowngrade', 'biosVfDCUPrefetch', 'biosVfDRAMClockThrottling', 'biosVfDemandScrub', 'biosVfDfxOsbEn', 'biosVfDirectCacheAccess', 'biosVfDmaCtrlOptIn', 'biosVfDramRefreshRate', 'biosVfDramSwThermalThrottling', 'biosVfEPPEnable', 'biosVfEPPProfile', 'biosVfEadrSupport', 'biosVfEdpcEn', 'biosVfEnableClockSpreadSpec', 'biosVfEnableMktme', 'biosVfEnableRMT', 'biosVfEnableTdx', 'biosVfEnableTdxSeamldr', 'biosVfEnableTme', 'biosVfEnergyEfficientTurbo', 'biosVfEngPerfTuning', 'biosVfEnhancedIntelSpeedStepTech', 'biosVfEpochUpdate', 'biosVfErrorCheckScrub', 'biosVfExecuteDisableBit', 'biosVfExtendedAPIC', 'biosVfFRB2Enable', 'biosVfHWPMEnable', 'biosVfHardwarePrefetch', 'biosVfIMCInterleave', 'biosVfIOATConfigCpm', 'biosVfIOHResource', 'biosVfIPV4HTTP', 'biosVfIPV4PXE', 'biosVfIPV6HTTP', 'biosVfIPV6PXE', 'biosVfIntelDynamicSpeedSelect', 'biosVfIntelHyperThreadingTech', 'biosVfIntelSpeedSelect', 'biosVfIntelTurboBoostTech', 'biosVfIntelVTForDirectedIO', 'biosVfIntelVirtualizationTechnology', 'biosVfIohErrorEn', 'biosVfKTIPrefetch', 'biosVfLLCAlloc', 'biosVfLLCPrefetch', 'biosVfLOMPortOptionROM', 'biosVfLatencyOptimizedMode', 'biosVfLegacyUSBSupport', 'biosVfLvDIMMSupport', 'biosVfMMCFGBase', 'biosVfMemoryBandwidthBoost', 'biosVfMemoryInterleave', 'biosVfMemoryMappedIOAbove4GB', 'biosVfMemoryRefreshRate', 'biosVfMemorySizeLimit', 'biosVfMemoryThermalThrottling', 'biosVfMirroringMode', 'biosVfMmiohBase', 'biosVfMmiohSize', 'biosVfNUMAOptimized', 'biosVfNetworkStack', 'biosVfNvmdimmPerformConfig', 'biosVfOSBootWatchdogTimer', 'biosVfOSBootWatchdogTimerPolicy', 'biosVfOSBootWatchdogTimerTimeout', 'biosVfOnboardNIC', 'biosVfOnboardStorage', 'biosVfOnboardStorageSWStack', 'biosVfOperationMode', 'biosVfOptimizedPowerMode', 'biosVfOutOfBandMgmtPort', 'biosVfPCIOptionROMs', 'biosVfPCISlotOptionROMEnable', 'biosVfPCIeRASSupport', 'biosVfPCIeSSDHotPlugSupport', 'biosVfPOSTErrorPause', 'biosVfPSata', 'biosVfPStateCoordType', 'biosVfPackageCStateLimit', 'biosVfPanicHighWatermark', 'biosVfPartialCacheLineSparing', 'biosVfPartialMirrorModeConfig', 'biosVfPartialMirrorPercent', 'biosVfPartialMirrorValue1', 'biosVfPartialMirrorValue2', 'biosVfPartialMirrorValue3', 'biosVfPartialMirrorValue4', 'biosVfPatrolScrub', 'biosVfPatrolScrubDuration', 'biosVfPchPciePllSsc', 'biosVfPchUsb30Mode', 'biosVfPciRomClp', 'biosVfPcieARISupport', 'biosVfPciePllSsc', 'biosVfPcieSlotsCdnEnable', 'biosVfPostPackageRepair', 'biosVfPowerOnPasswordSupport', 'biosVfPreBootDMAProtection', 'biosVfPrmrrSize', 'biosVfProcessorC1E', 'biosVfProcessorC3Report', 'biosVfProcessorC6Report', 'biosVfProcessorCState', 'biosVfPwrPerfTuning', 'biosVfQPIConfig', 'biosVfQpiLinkSpeed', 'biosVfQpiSnoopMode', 'biosVfResizeBarSupport', 'biosVfRuntimePostPackageRepair', 'biosVfSEV', 'biosVfSHA1PCRBank', 'biosVfSHA256PCRBank', 'biosVfSHA384PCRBank', 'biosVfSMEE', 'biosVfSataModeSelect', 'biosVfSelectMemoryRASConfiguration', 'biosVfSelectPprType', 'biosVfSerialMux', 'biosVfSerialPortAEnable', 'biosVfSgx', 'biosVfSgxEpoch', 'biosVfSgxLePubKeyHash', 'biosVfSinglePCTLEnable', 'biosVfSmtMode', 'biosVfSnoopyModeFor2LM', 'biosVfSnoopyModeForAD', 'biosVfSparingMode', 'biosVfSrIov', 'biosVfSubNumaClustering', 'biosVfSvmMode', 'biosVfTPMControl', 'biosVfTSME', 'biosVfTXTSupport', 'biosVfTpmPpiRequired', 'biosVfTpmSupport', 'biosVfUCSMBootOrderRuleControl', 'biosVfUFSDisable', 'biosVfUPILinkEnablement', 'biosVfUPIPowerManagement', 'biosVfUSBBootConfig', 'biosVfUSBEmulation', 'biosVfUSBPortsConfig', 'biosVfUefiMemMapSpFlagEn', 'biosVfUmaBasedClustering', 'biosVfUsbXhciSupport', 'biosVfVMDEnable', 'biosVfVgaPriority', 'biosVfVirtualNuma', 'biosVfVolMemoryMode', 'biosVfWorkLoadConfig', 'biosVfX2ApicOptOut', 'biosVfXPTPrefetch', 'biosVfXPTRemotePrefetch'], ["Get"]), "BiosProfile": MoMeta("BiosProfile", "biosProfile", "bios-profile-[name]", VersionMeta.Version301c, "InputOutput", 0x1, [], ["admin", "read-only", "user"], ['biosProfileManagement'], ['biosProfileToken'], ["Get", "Set"]), "BiosProfileManagement": MoMeta("BiosProfileManagement", "biosProfileManagement", "profile-mgmt", VersionMeta.Version301c, "InputOutput", 0x1, [], ["admin", "read-only", "user"], ['biosUnit'], ['biosProfile', 'uploadBiosProfile'], ["Get", "Set"]), "BiosProfileToken": MoMeta("BiosProfileToken", "biosProfileToken", "token-[name]", VersionMeta.Version301c, "OutputOnly", 0x1, [], ["admin", "read-only", "user"], ['biosProfile'], [], ["Get"]), "BiosSettings": MoMeta("BiosSettings", "biosSettings", "bios-settings", VersionMeta.Version151f, "InputOutput", 0x1, [], ["admin", "read-only", "user"], ['biosUnit'], [], ["Get"]), "BiosUnit": MoMeta("BiosUnit", "biosUnit", "bios", VersionMeta.Version151f, "InputOutput", 0x1, [], ["admin", "read-only", "user"], ['computeRackUnit'], ['biosBOT', 'biosPlatformDefaults', 'biosProfileManagement', 'biosSettings', 'biosf2Password', 'firmwareBootDefinition', 'firmwareRunning', 'firmwareUpdatable', 'secureBootCertificateManagement'], ["Get", "Set"]), "BiosVfASPMSupport": MoMeta("BiosVfASPMSupport", "biosVfASPMSupport", "ASPM-Support", VersionMeta.Version151f, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), - "BiosVfAcpiSratSpFlagEn": MoMeta("BiosVfAcpiSratSpFlagEn", "biosVfAcpiSratSpFlagEn", "ACPI-SRAT-Memory-Flag", VersionMeta.Version435_241008, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), + "BiosVfAcpiSratSpFlagEn": MoMeta("BiosVfAcpiSratSpFlagEn", "biosVfAcpiSratSpFlagEn", "ACPI-SRAT-Memory-Flag", VersionMeta.Version435_240037, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfAdaptiveRefreshMgmtLevel": MoMeta("BiosVfAdaptiveRefreshMgmtLevel", "biosVfAdaptiveRefreshMgmtLevel", "Adaptive-Refresh-Mgmt-Level", VersionMeta.Version431a, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfAdjacentCacheLinePrefetch": MoMeta("BiosVfAdjacentCacheLinePrefetch", "biosVfAdjacentCacheLinePrefetch", "Adjacent-Cache-Line-Prefetch", VersionMeta.Version151f, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), "BiosVfAdvancedMemTest": MoMeta("BiosVfAdvancedMemTest", "biosVfAdvancedMemTest", "Advanced-Memory-Test", VersionMeta.Version413a, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), @@ -786,8 +790,8 @@ class VersionMeta: "BiosVfEnableClockSpreadSpec": MoMeta("BiosVfEnableClockSpreadSpec", "biosVfEnableClockSpreadSpec", "External-SSC-Enable", VersionMeta.Version412a, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfEnableMktme": MoMeta("BiosVfEnableMktme", "biosVfEnableMktme", "Enable-Mktme", VersionMeta.Version421a, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfEnableRMT": MoMeta("BiosVfEnableRMT", "biosVfEnableRMT", "Rank-Margin-Tool", VersionMeta.Version431a, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), - "BiosVfEnableTdx": MoMeta("BiosVfEnableTdx", "biosVfEnableTdx", "Trust-Domain-Extension", VersionMeta.Version433_240024, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), - "BiosVfEnableTdxSeamldr": MoMeta("BiosVfEnableTdxSeamldr", "biosVfEnableTdxSeamldr", "TDX-Secure-Arbitration-Mode-Loader", VersionMeta.Version433_240024, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), + "BiosVfEnableTdx": MoMeta("BiosVfEnableTdx", "biosVfEnableTdx", "Trust-Domain-Extension", VersionMeta.Version432_230285, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), + "BiosVfEnableTdxSeamldr": MoMeta("BiosVfEnableTdxSeamldr", "biosVfEnableTdxSeamldr", "TDX-Secure-Arbitration-Mode-Loader", VersionMeta.Version432_230285, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfEnableTme": MoMeta("BiosVfEnableTme", "biosVfEnableTme", "Enable-Time", VersionMeta.Version421a, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfEnergyEfficientTurbo": MoMeta("BiosVfEnergyEfficientTurbo", "biosVfEnergyEfficientTurbo", "energy-efficient-turbo", VersionMeta.Version304a, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfEngPerfTuning": MoMeta("BiosVfEngPerfTuning", "biosVfEngPerfTuning", "Eng-Perf-Tuning", VersionMeta.Version303a, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), @@ -817,6 +821,7 @@ class VersionMeta: "BiosVfLLCAlloc": MoMeta("BiosVfLLCAlloc", "biosVfLLCAlloc", "LLC-Alloc", VersionMeta.Version421b, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfLLCPrefetch": MoMeta("BiosVfLLCPrefetch", "biosVfLLCPrefetch", "LLC-Prefetch", VersionMeta.Version304a, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), "BiosVfLOMPortOptionROM": MoMeta("BiosVfLOMPortOptionROM", "biosVfLOMPortOptionROM", "LOMPort-OptionROM", VersionMeta.Version151f, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), + "BiosVfLatencyOptimizedMode": MoMeta("BiosVfLatencyOptimizedMode", "biosVfLatencyOptimizedMode", "Latency-Optimized-Mode", VersionMeta.Version435_240045, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfLegacyUSBSupport": MoMeta("BiosVfLegacyUSBSupport", "biosVfLegacyUSBSupport", "LegacyUSB-Support", VersionMeta.Version151f, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), "BiosVfLvDIMMSupport": MoMeta("BiosVfLvDIMMSupport", "biosVfLvDIMMSupport", "LvDIMM-Support", VersionMeta.Version151f, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), "BiosVfMMCFGBase": MoMeta("BiosVfMMCFGBase", "biosVfMMCFGBase", "MMCFG-Base", VersionMeta.Version201a, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), @@ -867,6 +872,7 @@ class VersionMeta: "BiosVfPcieSlotsCdnEnable": MoMeta("BiosVfPcieSlotsCdnEnable", "biosVfPcieSlotsCdnEnable", "PCIe-Slots-CDN-Control", VersionMeta.Version413h, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfPostPackageRepair": MoMeta("BiosVfPostPackageRepair", "biosVfPostPackageRepair", "post-package-repair", VersionMeta.Version421a, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfPowerOnPasswordSupport": MoMeta("BiosVfPowerOnPasswordSupport", "biosVfPowerOnPasswordSupport", "POP-Support", VersionMeta.Version301c, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), + "BiosVfPreBootDMAProtection": MoMeta("BiosVfPreBootDMAProtection", "biosVfPreBootDMAProtection", "PreBootDMAProtection", VersionMeta.Version435_240045, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfPrmrrSize": MoMeta("BiosVfPrmrrSize", "biosVfPrmrrSize", "PRMRR-Size", VersionMeta.Version432_230190, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfProcessorC1E": MoMeta("BiosVfProcessorC1E", "biosVfProcessorC1E", "Processor-C1E", VersionMeta.Version151f, "InputOutput", 0x1, [], ["admin", "read-only", "user"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), "BiosVfProcessorC3Report": MoMeta("BiosVfProcessorC3Report", "biosVfProcessorC3Report", "Processor-C3-Report", VersionMeta.Version151f, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), @@ -882,7 +888,7 @@ class VersionMeta: "BiosVfSEV": MoMeta("BiosVfSEV", "biosVfSEV", "SEV", VersionMeta.Version413a, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfSHA1PCRBank": MoMeta("BiosVfSHA1PCRBank", "biosVfSHA1PCRBank", "SHA1-PCR-Bank", VersionMeta.Version413h, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfSHA256PCRBank": MoMeta("BiosVfSHA256PCRBank", "biosVfSHA256PCRBank", "SHA256-PCR-Bank", VersionMeta.Version413h, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), - "BiosVfSHA384PCRBank": MoMeta("BiosVfSHA384PCRBank", "biosVfSHA384PCRBank", "SHA384-PCR-Bank", VersionMeta.Version433_240024, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), + "BiosVfSHA384PCRBank": MoMeta("BiosVfSHA384PCRBank", "biosVfSHA384PCRBank", "SHA384-PCR-Bank", VersionMeta.Version432_230285, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfSMEE": MoMeta("BiosVfSMEE", "biosVfSMEE", "smee", VersionMeta.Version401a, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfSataModeSelect": MoMeta("BiosVfSataModeSelect", "biosVfSataModeSelect", "Pch-Sata-Mode", VersionMeta.Version202c, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), "BiosVfSelectMemoryRASConfiguration": MoMeta("BiosVfSelectMemoryRASConfiguration", "biosVfSelectMemoryRASConfiguration", "SelectMemory-RAS-configuration", VersionMeta.Version151f, "InputOutput", 0x1, [], ["admin", "read-only", "user"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), @@ -912,7 +918,7 @@ class VersionMeta: "BiosVfUSBBootConfig": MoMeta("BiosVfUSBBootConfig", "biosVfUSBBootConfig", "USB-Boot-Config", VersionMeta.Version151f, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), "BiosVfUSBEmulation": MoMeta("BiosVfUSBEmulation", "biosVfUSBEmulation", "USBEmulation-Support", VersionMeta.Version151f, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), "BiosVfUSBPortsConfig": MoMeta("BiosVfUSBPortsConfig", "biosVfUSBPortsConfig", "USB-Ports-Config", VersionMeta.Version151f, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), - "BiosVfUefiMemMapSpFlagEn": MoMeta("BiosVfUefiMemMapSpFlagEn", "biosVfUefiMemMapSpFlagEn", "Special-Purpose-Memory-Flag", VersionMeta.Version435_241008, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), + "BiosVfUefiMemMapSpFlagEn": MoMeta("BiosVfUefiMemMapSpFlagEn", "biosVfUefiMemMapSpFlagEn", "Special-Purpose-Memory-Flag", VersionMeta.Version435_240037, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfUmaBasedClustering": MoMeta("BiosVfUmaBasedClustering", "biosVfUmaBasedClustering", "Uma-based-clustering", VersionMeta.Version421a, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), "BiosVfUsbXhciSupport": MoMeta("BiosVfUsbXhciSupport", "biosVfUsbXhciSupport", "UsbXhci-Support", VersionMeta.Version303a, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), "BiosVfVMDEnable": MoMeta("BiosVfVMDEnable", "biosVfVMDEnable", "VMDEnable", VersionMeta.Version401a, "InputOutput", 0x1, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), @@ -1065,7 +1071,7 @@ class VersionMeta: "OsiController": MoMeta("OsiController", "osiController", "osi", VersionMeta.Version301c, "OutputOnly", 0x1, [], ["read-only"], ['topSystem'], ['niosInstall', 'osiCancel', 'osiStart', 'osiStatus'], ["Get"]), "OsiStart": MoMeta("OsiStart", "osiStart", "osiStart", VersionMeta.Version301c, "InputOutput", 0x1, [], ["admin"], ['osiController'], [], ["Get"]), "OsiStatus": MoMeta("OsiStatus", "osiStatus", "osiStatus", VersionMeta.Version301c, "OutputOnly", 0x1, [], ["read-only"], ['osiController'], [], ["Get"]), - "PackagePowerLimit": MoMeta("PackagePowerLimit", "packagePowerLimit", "power-limit", VersionMeta.Version435_241008, "InputOutput", 0x1, [], ["admin", "read-only", "user"], ['computeBoard'], [], [None]), + "PackagePowerLimit": MoMeta("PackagePowerLimit", "packagePowerLimit", "power-limit", VersionMeta.Version435_240037, "InputOutput", 0x1, [], ["admin", "read-only", "user"], ['computeBoard'], [], [None]), "PciAdapterFruInventory": MoMeta("PciAdapterFruInventory", "pciAdapterFruInventory", "pci-adapter-fru-[id]", VersionMeta.Version422a, "OutputOnly", 0x1, [], ["admin", "read-only", "user"], ['computeRackUnit'], ['pciAdapterFruInventoryInfo', 'pciAdapterPortStatus', 'pciAdapterTemperature'], [None]), "PciAdapterFruInventoryInfo": MoMeta("PciAdapterFruInventoryInfo", "pciAdapterFruInventoryInfo", "fru-info-inv-[id]", VersionMeta.Version422a, "OutputOnly", 0x1, [], ["admin", "read-only", "user"], ['pciAdapterFruInventory'], [], [None]), "PciAdapterPortStatus": MoMeta("PciAdapterPortStatus", "pciAdapterPortStatus", "pci-adapter-portstatus-[id]", VersionMeta.Version433_240024, "OutputOnly", 0x1, [], ["admin", "read-only", "user"], ['pciAdapterFruInventory'], ['faultInst'], [None]), diff --git a/imcsdk/mometa/adaptor/AdaptorEthGenProfile.py b/imcsdk/mometa/adaptor/AdaptorEthGenProfile.py index 013a243..1d8ec81 100644 --- a/imcsdk/mometa/adaptor/AdaptorEthGenProfile.py +++ b/imcsdk/mometa/adaptor/AdaptorEthGenProfile.py @@ -62,7 +62,7 @@ class AdaptorEthGenProfile(ManagedObject): "vmq": MoPropertyMeta("vmq", "vmq", "string", VersionMeta.Version202c, MoPropertyMeta.READ_WRITE, 0x10000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled"], []), "vxlan": MoPropertyMeta("vxlan", "vxlan", "string", VersionMeta.Version303a, MoPropertyMeta.READ_WRITE, 0x20000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled"], []), "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version151f, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), - "ether_channel_pinning": MoPropertyMeta("ether_channel_pinning", "etherChannelPinning", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x40000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled"], []), + "ether_channel_pinning": MoPropertyMeta("ether_channel_pinning", "etherChannelPinning", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x40000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled"], []), "pci_link": MoPropertyMeta("pci_link", "pciLink", "uint", VersionMeta.Version303a, MoPropertyMeta.READ_WRITE, 0x80000, None, None, None, [], ["0-1"]), "ptp": MoPropertyMeta("ptp", "ptp", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x100000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled"], []), "qinq_offload": MoPropertyMeta("qinq_offload", "qinqOffload", "string", VersionMeta.Version432_230190, MoPropertyMeta.READ_WRITE, 0x200000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled"], []), diff --git a/imcsdk/mometa/bios/BiosPassword.py b/imcsdk/mometa/bios/BiosPassword.py index ae041d6..1f86241 100644 --- a/imcsdk/mometa/bios/BiosPassword.py +++ b/imcsdk/mometa/bios/BiosPassword.py @@ -16,17 +16,17 @@ class BiosPassword(ManagedObject): naming_props = set([]) mo_meta = { - "classic": MoMeta("BiosPassword", "biosPassword", "bios-pw", VersionMeta.Version435_241008, "InputOutput", 0x1f, [], ["admin"], [], [], [None]), + "classic": MoMeta("BiosPassword", "biosPassword", "bios-pw", VersionMeta.Version435_240045, "InputOutput", 0x1f, [], ["admin"], [], [], [None]), } prop_meta = { "classic": { - "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), - "password": MoPropertyMeta("password", "password", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x4, None, None, r"""[\S+]{0,20}""", [], []), - "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x8, 0, 255, None, [], []), - "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["", "created", "deleted", "modified", "removed"], []), + "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), + "password": MoPropertyMeta("password", "password", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x4, None, None, r"""[\S+]{0,20}""", [], []), + "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x8, 0, 255, None, [], []), + "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["", "created", "deleted", "modified", "removed"], []), }, } diff --git a/imcsdk/mometa/bios/BiosPlatformDefaults.py b/imcsdk/mometa/bios/BiosPlatformDefaults.py index 2425b6a..8f912b7 100644 --- a/imcsdk/mometa/bios/BiosPlatformDefaults.py +++ b/imcsdk/mometa/bios/BiosPlatformDefaults.py @@ -16,7 +16,7 @@ class BiosPlatformDefaults(ManagedObject): naming_props = set([]) mo_meta = { - "classic": MoMeta("BiosPlatformDefaults", "biosPlatformDefaults", "bios-defaults", VersionMeta.Version151x, "OutputOnly", 0xf, [], ["admin", "read-only", "user"], ['biosUnit'], ['biosVfASPMSupport', 'biosVfAcpiSratSpFlagEn', 'biosVfAdaptiveRefreshMgmtLevel', 'biosVfAdjacentCacheLinePrefetch', 'biosVfAdvancedMemTest', 'biosVfAltitude', 'biosVfAssertNMIOnPERR', 'biosVfAssertNMIOnSERR', 'biosVfAutoCCState', 'biosVfAutonumousCstateEnable', 'biosVfBmeDmaMitigation', 'biosVfBootOptionNumRetry', 'biosVfBootOptionReCoolDown', 'biosVfBootOptionRetry', 'biosVfBootPerformanceMode', 'biosVfBurstAndPostponedRefresh', 'biosVfC1AutoDemotion', 'biosVfC1AutoUnDemotion', 'biosVfCDNEnable', 'biosVfCDNSupport', 'biosVfCPUEnergyPerformance', 'biosVfCPUFrequencyFloor', 'biosVfCPUPerformance', 'biosVfCPUPowerManagement', 'biosVfCRQos', 'biosVfCbsCmnApbdis', 'biosVfCbsCmnApbdisDfPstateRs', 'biosVfCbsCmnCpuAvx512', 'biosVfCbsCmnCpuCpb', 'biosVfCbsCmnCpuGenDowncoreCtrl', 'biosVfCbsCmnCpuGlobalCstateCtrl', 'biosVfCbsCmnCpuL1StreamHwPrefetcher', 'biosVfCbsCmnCpuL2StreamHwPrefetcher', 'biosVfCbsCmnCpuSevAsidSpaceLimit', 'biosVfCbsCmnCpuSmee', 'biosVfCbsCmnCpuStreamingStoresCtrl', 'biosVfCbsCmnDeterminismSlider', 'biosVfCbsCmnEdcControlThrottle', 'biosVfCbsCmnEfficiencyModeEn', 'biosVfCbsCmnEfficiencyModeEnRs', 'biosVfCbsCmnFixedSocPstate', 'biosVfCbsCmnGnbNbIOMMU', 'biosVfCbsCmnGnbSMUCPPC', 'biosVfCbsCmnGnbSMUDfCstates', 'biosVfCbsCmnGnbSMUDffoRs', 'biosVfCbsCmnGnbSMUDlwmSupport', 'biosVfCbsCmnMemCtrlBankGroupSwapDdr4', 'biosVfCbsCmnMemCtrllerPwrDnEnDdr', 'biosVfCbsCmnMemMapBankInterleaveDdr4', 'biosVfCbsCmnMemSpeedDdr47xx2', 'biosVfCbsCmnMemSpeedDdr47xx3', 'biosVfCbsCmnPreferredIO7xx2', 'biosVfCbsCmnPreferredIO7xx3', 'biosVfCbsCmncTDPCtl', 'biosVfCbsCmnxGmiForceLinkWidthRs', 'biosVfCbsCpuCcdCtrlSsp', 'biosVfCbsCpuCoreCtrl', 'biosVfCbsCpuDownCoreCtrlBergamo', 'biosVfCbsCpuDownCoreCtrlGenoa', 'biosVfCbsCpuSmtCtrl', 'biosVfCbsDbgCpuGenCpuWdt', 'biosVfCbsDbgCpuLApicMode', 'biosVfCbsDbgCpuSnpMemCover', 'biosVfCbsDbgCpuSnpMemSizeCover', 'biosVfCbsDfCmn4LinkMaxXgmiSpeed', 'biosVfCbsDfCmnAcpiSratL3Numa', 'biosVfCbsDfCmnDramNps', 'biosVfCbsDfCmnDramScrubTime', 'biosVfCbsDfCmnMemIntlv', 'biosVfCbsDfCmnMemIntlvControl', 'biosVfCbsDfCmnMemIntlvSize', 'biosVfCbsDfDbgXgmiLinkCfg', 'biosVfCbsGnbDbgPcieTbtSupport', 'biosVfCbsSevSnpSupport', 'biosVfCiscoAdaptiveMemTraining', 'biosVfCiscoDebugLevel', 'biosVfCiscoOpromLaunchOptimization', 'biosVfCiscoXgmiMaxSpeed', 'biosVfCkeLowPolicy', 'biosVfClosedLoopThermThrotl', 'biosVfCmciEnable', 'biosVfConfigTDP', 'biosVfConfigTDPLevel', 'biosVfConsoleRedirection', 'biosVfCoreMultiProcessing', 'biosVfCpuPaLimit', 'biosVfCpuPerfEnhancement', 'biosVfCrfastgoConfig', 'biosVfDCPMMFirmwareDowngrade', 'biosVfDCUPrefetch', 'biosVfDRAMClockThrottling', 'biosVfDemandScrub', 'biosVfDfxOsbEn', 'biosVfDirectCacheAccess', 'biosVfDmaCtrlOptIn', 'biosVfDramRefreshRate', 'biosVfDramSwThermalThrottling', 'biosVfEPPEnable', 'biosVfEPPProfile', 'biosVfEadrSupport', 'biosVfEdpcEn', 'biosVfEnableClockSpreadSpec', 'biosVfEnableMktme', 'biosVfEnableRMT', 'biosVfEnableTdx', 'biosVfEnableTdxSeamldr', 'biosVfEnableTme', 'biosVfEnergyEfficientTurbo', 'biosVfEngPerfTuning', 'biosVfEnhancedIntelSpeedStepTech', 'biosVfEpochUpdate', 'biosVfErrorCheckScrub', 'biosVfExecuteDisableBit', 'biosVfExtendedAPIC', 'biosVfFRB2Enable', 'biosVfHWPMEnable', 'biosVfHardwarePrefetch', 'biosVfIMCInterleave', 'biosVfIOATConfigCpm', 'biosVfIOHResource', 'biosVfIPV4HTTP', 'biosVfIPV4PXE', 'biosVfIPV6HTTP', 'biosVfIPV6PXE', 'biosVfIntelDynamicSpeedSelect', 'biosVfIntelHyperThreadingTech', 'biosVfIntelSpeedSelect', 'biosVfIntelTurboBoostTech', 'biosVfIntelVTForDirectedIO', 'biosVfIntelVirtualizationTechnology', 'biosVfIohErrorEn', 'biosVfKTIPrefetch', 'biosVfLLCAlloc', 'biosVfLLCPrefetch', 'biosVfLOMPortOptionROM', 'biosVfLegacyUSBSupport', 'biosVfLvDIMMSupport', 'biosVfMMCFGBase', 'biosVfMemoryBandwidthBoost', 'biosVfMemoryInterleave', 'biosVfMemoryMappedIOAbove4GB', 'biosVfMemoryRefreshRate', 'biosVfMemorySizeLimit', 'biosVfMemoryThermalThrottling', 'biosVfMirroringMode', 'biosVfMmiohBase', 'biosVfMmiohSize', 'biosVfNUMAOptimized', 'biosVfNetworkStack', 'biosVfNvmdimmPerformConfig', 'biosVfOSBootWatchdogTimer', 'biosVfOSBootWatchdogTimerPolicy', 'biosVfOSBootWatchdogTimerTimeout', 'biosVfOnboardNIC', 'biosVfOnboardStorage', 'biosVfOnboardStorageSWStack', 'biosVfOperationMode', 'biosVfOptimizedPowerMode', 'biosVfOutOfBandMgmtPort', 'biosVfPCIOptionROMs', 'biosVfPCISlotOptionROMEnable', 'biosVfPCIeRASSupport', 'biosVfPCIeSSDHotPlugSupport', 'biosVfPOSTErrorPause', 'biosVfPSata', 'biosVfPStateCoordType', 'biosVfPackageCStateLimit', 'biosVfPanicHighWatermark', 'biosVfPartialCacheLineSparing', 'biosVfPartialMirrorModeConfig', 'biosVfPartialMirrorPercent', 'biosVfPartialMirrorValue1', 'biosVfPartialMirrorValue2', 'biosVfPartialMirrorValue3', 'biosVfPartialMirrorValue4', 'biosVfPatrolScrub', 'biosVfPatrolScrubDuration', 'biosVfPchPciePllSsc', 'biosVfPchUsb30Mode', 'biosVfPciRomClp', 'biosVfPcieARISupport', 'biosVfPciePllSsc', 'biosVfPcieSlotsCdnEnable', 'biosVfPostPackageRepair', 'biosVfPowerOnPasswordSupport', 'biosVfPrmrrSize', 'biosVfProcessorC1E', 'biosVfProcessorC3Report', 'biosVfProcessorC6Report', 'biosVfProcessorCState', 'biosVfPwrPerfTuning', 'biosVfQPIConfig', 'biosVfQpiLinkSpeed', 'biosVfQpiSnoopMode', 'biosVfResizeBarSupport', 'biosVfRuntimePostPackageRepair', 'biosVfSEV', 'biosVfSHA1PCRBank', 'biosVfSHA256PCRBank', 'biosVfSHA384PCRBank', 'biosVfSMEE', 'biosVfSataModeSelect', 'biosVfSelectMemoryRASConfiguration', 'biosVfSelectPprType', 'biosVfSerialMux', 'biosVfSerialPortAEnable', 'biosVfSgx', 'biosVfSgxEpoch', 'biosVfSgxLePubKeyHash', 'biosVfSinglePCTLEnable', 'biosVfSmtMode', 'biosVfSnoopyModeFor2LM', 'biosVfSnoopyModeForAD', 'biosVfSparingMode', 'biosVfSrIov', 'biosVfSubNumaClustering', 'biosVfSvmMode', 'biosVfTPMControl', 'biosVfTSME', 'biosVfTXTSupport', 'biosVfTpmPpiRequired', 'biosVfTpmSupport', 'biosVfUCSMBootOrderRuleControl', 'biosVfUFSDisable', 'biosVfUPILinkEnablement', 'biosVfUPIPowerManagement', 'biosVfUSBBootConfig', 'biosVfUSBEmulation', 'biosVfUSBPortsConfig', 'biosVfUefiMemMapSpFlagEn', 'biosVfUmaBasedClustering', 'biosVfUsbXhciSupport', 'biosVfVMDEnable', 'biosVfVgaPriority', 'biosVfVirtualNuma', 'biosVfVolMemoryMode', 'biosVfWorkLoadConfig', 'biosVfX2ApicOptOut', 'biosVfXPTPrefetch', 'biosVfXPTRemotePrefetch'], ["Get"]), + "classic": MoMeta("BiosPlatformDefaults", "biosPlatformDefaults", "bios-defaults", VersionMeta.Version151x, "OutputOnly", 0xf, [], ["admin", "read-only", "user"], ['biosUnit'], ['biosVfASPMSupport', 'biosVfAcpiSratSpFlagEn', 'biosVfAdaptiveRefreshMgmtLevel', 'biosVfAdjacentCacheLinePrefetch', 'biosVfAdvancedMemTest', 'biosVfAltitude', 'biosVfAssertNMIOnPERR', 'biosVfAssertNMIOnSERR', 'biosVfAutoCCState', 'biosVfAutonumousCstateEnable', 'biosVfBmeDmaMitigation', 'biosVfBootOptionNumRetry', 'biosVfBootOptionReCoolDown', 'biosVfBootOptionRetry', 'biosVfBootPerformanceMode', 'biosVfBurstAndPostponedRefresh', 'biosVfC1AutoDemotion', 'biosVfC1AutoUnDemotion', 'biosVfCDNEnable', 'biosVfCDNSupport', 'biosVfCPUEnergyPerformance', 'biosVfCPUFrequencyFloor', 'biosVfCPUPerformance', 'biosVfCPUPowerManagement', 'biosVfCRQos', 'biosVfCbsCmnApbdis', 'biosVfCbsCmnApbdisDfPstateRs', 'biosVfCbsCmnCpuAvx512', 'biosVfCbsCmnCpuCpb', 'biosVfCbsCmnCpuGenDowncoreCtrl', 'biosVfCbsCmnCpuGlobalCstateCtrl', 'biosVfCbsCmnCpuL1StreamHwPrefetcher', 'biosVfCbsCmnCpuL2StreamHwPrefetcher', 'biosVfCbsCmnCpuSevAsidSpaceLimit', 'biosVfCbsCmnCpuSmee', 'biosVfCbsCmnCpuStreamingStoresCtrl', 'biosVfCbsCmnDeterminismSlider', 'biosVfCbsCmnEdcControlThrottle', 'biosVfCbsCmnEfficiencyModeEn', 'biosVfCbsCmnEfficiencyModeEnRs', 'biosVfCbsCmnFixedSocPstate', 'biosVfCbsCmnGnbNbIOMMU', 'biosVfCbsCmnGnbSMUCPPC', 'biosVfCbsCmnGnbSMUDfCstates', 'biosVfCbsCmnGnbSMUDffoRs', 'biosVfCbsCmnGnbSMUDlwmSupport', 'biosVfCbsCmnMemCtrlBankGroupSwapDdr4', 'biosVfCbsCmnMemCtrllerPwrDnEnDdr', 'biosVfCbsCmnMemMapBankInterleaveDdr4', 'biosVfCbsCmnMemSpeedDdr47xx2', 'biosVfCbsCmnMemSpeedDdr47xx3', 'biosVfCbsCmnPreferredIO7xx2', 'biosVfCbsCmnPreferredIO7xx3', 'biosVfCbsCmncTDPCtl', 'biosVfCbsCmnxGmiForceLinkWidthRs', 'biosVfCbsCpuCcdCtrlSsp', 'biosVfCbsCpuCoreCtrl', 'biosVfCbsCpuDownCoreCtrlBergamo', 'biosVfCbsCpuDownCoreCtrlGenoa', 'biosVfCbsCpuSmtCtrl', 'biosVfCbsDbgCpuGenCpuWdt', 'biosVfCbsDbgCpuLApicMode', 'biosVfCbsDbgCpuSnpMemCover', 'biosVfCbsDbgCpuSnpMemSizeCover', 'biosVfCbsDfCmn4LinkMaxXgmiSpeed', 'biosVfCbsDfCmnAcpiSratL3Numa', 'biosVfCbsDfCmnDramNps', 'biosVfCbsDfCmnDramScrubTime', 'biosVfCbsDfCmnMemIntlv', 'biosVfCbsDfCmnMemIntlvControl', 'biosVfCbsDfCmnMemIntlvSize', 'biosVfCbsDfDbgXgmiLinkCfg', 'biosVfCbsGnbDbgPcieTbtSupport', 'biosVfCbsSevSnpSupport', 'biosVfCiscoAdaptiveMemTraining', 'biosVfCiscoDebugLevel', 'biosVfCiscoOpromLaunchOptimization', 'biosVfCiscoXgmiMaxSpeed', 'biosVfCkeLowPolicy', 'biosVfClosedLoopThermThrotl', 'biosVfCmciEnable', 'biosVfConfigTDP', 'biosVfConfigTDPLevel', 'biosVfConsoleRedirection', 'biosVfCoreMultiProcessing', 'biosVfCpuPaLimit', 'biosVfCpuPerfEnhancement', 'biosVfCrfastgoConfig', 'biosVfDCPMMFirmwareDowngrade', 'biosVfDCUPrefetch', 'biosVfDRAMClockThrottling', 'biosVfDemandScrub', 'biosVfDfxOsbEn', 'biosVfDirectCacheAccess', 'biosVfDmaCtrlOptIn', 'biosVfDramRefreshRate', 'biosVfDramSwThermalThrottling', 'biosVfEPPEnable', 'biosVfEPPProfile', 'biosVfEadrSupport', 'biosVfEdpcEn', 'biosVfEnableClockSpreadSpec', 'biosVfEnableMktme', 'biosVfEnableRMT', 'biosVfEnableTdx', 'biosVfEnableTdxSeamldr', 'biosVfEnableTme', 'biosVfEnergyEfficientTurbo', 'biosVfEngPerfTuning', 'biosVfEnhancedIntelSpeedStepTech', 'biosVfEpochUpdate', 'biosVfErrorCheckScrub', 'biosVfExecuteDisableBit', 'biosVfExtendedAPIC', 'biosVfFRB2Enable', 'biosVfHWPMEnable', 'biosVfHardwarePrefetch', 'biosVfIMCInterleave', 'biosVfIOATConfigCpm', 'biosVfIOHResource', 'biosVfIPV4HTTP', 'biosVfIPV4PXE', 'biosVfIPV6HTTP', 'biosVfIPV6PXE', 'biosVfIntelDynamicSpeedSelect', 'biosVfIntelHyperThreadingTech', 'biosVfIntelSpeedSelect', 'biosVfIntelTurboBoostTech', 'biosVfIntelVTForDirectedIO', 'biosVfIntelVirtualizationTechnology', 'biosVfIohErrorEn', 'biosVfKTIPrefetch', 'biosVfLLCAlloc', 'biosVfLLCPrefetch', 'biosVfLOMPortOptionROM', 'biosVfLatencyOptimizedMode', 'biosVfLegacyUSBSupport', 'biosVfLvDIMMSupport', 'biosVfMMCFGBase', 'biosVfMemoryBandwidthBoost', 'biosVfMemoryInterleave', 'biosVfMemoryMappedIOAbove4GB', 'biosVfMemoryRefreshRate', 'biosVfMemorySizeLimit', 'biosVfMemoryThermalThrottling', 'biosVfMirroringMode', 'biosVfMmiohBase', 'biosVfMmiohSize', 'biosVfNUMAOptimized', 'biosVfNetworkStack', 'biosVfNvmdimmPerformConfig', 'biosVfOSBootWatchdogTimer', 'biosVfOSBootWatchdogTimerPolicy', 'biosVfOSBootWatchdogTimerTimeout', 'biosVfOnboardNIC', 'biosVfOnboardStorage', 'biosVfOnboardStorageSWStack', 'biosVfOperationMode', 'biosVfOptimizedPowerMode', 'biosVfOutOfBandMgmtPort', 'biosVfPCIOptionROMs', 'biosVfPCISlotOptionROMEnable', 'biosVfPCIeRASSupport', 'biosVfPCIeSSDHotPlugSupport', 'biosVfPOSTErrorPause', 'biosVfPSata', 'biosVfPStateCoordType', 'biosVfPackageCStateLimit', 'biosVfPanicHighWatermark', 'biosVfPartialCacheLineSparing', 'biosVfPartialMirrorModeConfig', 'biosVfPartialMirrorPercent', 'biosVfPartialMirrorValue1', 'biosVfPartialMirrorValue2', 'biosVfPartialMirrorValue3', 'biosVfPartialMirrorValue4', 'biosVfPatrolScrub', 'biosVfPatrolScrubDuration', 'biosVfPchPciePllSsc', 'biosVfPchUsb30Mode', 'biosVfPciRomClp', 'biosVfPcieARISupport', 'biosVfPciePllSsc', 'biosVfPcieSlotsCdnEnable', 'biosVfPostPackageRepair', 'biosVfPowerOnPasswordSupport', 'biosVfPreBootDMAProtection', 'biosVfPrmrrSize', 'biosVfProcessorC1E', 'biosVfProcessorC3Report', 'biosVfProcessorC6Report', 'biosVfProcessorCState', 'biosVfPwrPerfTuning', 'biosVfQPIConfig', 'biosVfQpiLinkSpeed', 'biosVfQpiSnoopMode', 'biosVfResizeBarSupport', 'biosVfRuntimePostPackageRepair', 'biosVfSEV', 'biosVfSHA1PCRBank', 'biosVfSHA256PCRBank', 'biosVfSHA384PCRBank', 'biosVfSMEE', 'biosVfSataModeSelect', 'biosVfSelectMemoryRASConfiguration', 'biosVfSelectPprType', 'biosVfSerialMux', 'biosVfSerialPortAEnable', 'biosVfSgx', 'biosVfSgxEpoch', 'biosVfSgxLePubKeyHash', 'biosVfSinglePCTLEnable', 'biosVfSmtMode', 'biosVfSnoopyModeFor2LM', 'biosVfSnoopyModeForAD', 'biosVfSparingMode', 'biosVfSrIov', 'biosVfSubNumaClustering', 'biosVfSvmMode', 'biosVfTPMControl', 'biosVfTSME', 'biosVfTXTSupport', 'biosVfTpmPpiRequired', 'biosVfTpmSupport', 'biosVfUCSMBootOrderRuleControl', 'biosVfUFSDisable', 'biosVfUPILinkEnablement', 'biosVfUPIPowerManagement', 'biosVfUSBBootConfig', 'biosVfUSBEmulation', 'biosVfUSBPortsConfig', 'biosVfUefiMemMapSpFlagEn', 'biosVfUmaBasedClustering', 'biosVfUsbXhciSupport', 'biosVfVMDEnable', 'biosVfVgaPriority', 'biosVfVirtualNuma', 'biosVfVolMemoryMode', 'biosVfWorkLoadConfig', 'biosVfX2ApicOptOut', 'biosVfXPTPrefetch', 'biosVfXPTRemotePrefetch'], ["Get"]), "modular": MoMeta("BiosPlatformDefaults", "biosPlatformDefaults", "bios-defaults", VersionMeta.Version2013e, "OutputOnly", 0xf, [], ["admin", "read-only", "user"], ['biosUnit'], ['biosVfASPMSupport', 'biosVfAdjacentCacheLinePrefetch', 'biosVfAdvancedMemTest', 'biosVfAltitude', 'biosVfAssertNMIOnPERR', 'biosVfAssertNMIOnSERR', 'biosVfAutoCCState', 'biosVfAutonumousCstateEnable', 'biosVfBmeDmaMitigation', 'biosVfBootOptionRetry', 'biosVfBootPerformanceMode', 'biosVfCDNEnable', 'biosVfCDNSupport', 'biosVfCPUEnergyPerformance', 'biosVfCPUFrequencyFloor', 'biosVfCPUPerformance', 'biosVfCPUPowerManagement', 'biosVfCRQos', 'biosVfCiscoAdaptiveMemTraining', 'biosVfCiscoDebugLevel', 'biosVfCiscoOpromLaunchOptimization', 'biosVfCkeLowPolicy', 'biosVfCmciEnable', 'biosVfConfigTDPLevel', 'biosVfConsoleRedirection', 'biosVfCoreMultiProcessing', 'biosVfCrfastgoConfig', 'biosVfDCPMMFirmwareDowngrade', 'biosVfDCUPrefetch', 'biosVfDRAMClockThrottling', 'biosVfDemandScrub', 'biosVfDirectCacheAccess', 'biosVfDramRefreshRate', 'biosVfEPPEnable', 'biosVfEPPProfile', 'biosVfEnableClockSpreadSpec', 'biosVfEnergyEfficientTurbo', 'biosVfEnhancedIntelSpeedStepTech', 'biosVfExecuteDisableBit', 'biosVfExtendedAPIC', 'biosVfFRB2Enable', 'biosVfHWPMEnable', 'biosVfHardwarePrefetch', 'biosVfIMCInterleave', 'biosVfIOHResource', 'biosVfIPV4HTTP', 'biosVfIPV4PXE', 'biosVfIPV6HTTP', 'biosVfIPV6PXE', 'biosVfIntelHyperThreadingTech', 'biosVfIntelSpeedSelect', 'biosVfIntelTurboBoostTech', 'biosVfIntelVTForDirectedIO', 'biosVfIntelVirtualizationTechnology', 'biosVfKTIPrefetch', 'biosVfLLCPrefetch', 'biosVfLOMPortOptionROM', 'biosVfLegacyUSBSupport', 'biosVfLvDIMMSupport', 'biosVfMMCFGBase', 'biosVfMemoryInterleave', 'biosVfMemoryMappedIOAbove4GB', 'biosVfMemoryRefreshRate', 'biosVfMemorySizeLimit', 'biosVfMemoryThermalThrottling', 'biosVfMirroringMode', 'biosVfNUMAOptimized', 'biosVfNetworkStack', 'biosVfNvmdimmPerformConfig', 'biosVfOSBootWatchdogTimer', 'biosVfOSBootWatchdogTimerPolicy', 'biosVfOSBootWatchdogTimerTimeout', 'biosVfOnboardNIC', 'biosVfOnboardStorage', 'biosVfOnboardStorageSWStack', 'biosVfOutOfBandMgmtPort', 'biosVfPCIOptionROMs', 'biosVfPCISlotOptionROMEnable', 'biosVfPCIeRASSupport', 'biosVfPOSTErrorPause', 'biosVfPSata', 'biosVfPStateCoordType', 'biosVfPackageCStateLimit', 'biosVfPanicHighWatermark', 'biosVfPartialMirrorModeConfig', 'biosVfPartialMirrorPercent', 'biosVfPartialMirrorValue1', 'biosVfPartialMirrorValue2', 'biosVfPartialMirrorValue3', 'biosVfPartialMirrorValue4', 'biosVfPatrolScrub', 'biosVfPatrolScrubDuration', 'biosVfPchUsb30Mode', 'biosVfPciRomClp', 'biosVfPciePllSsc', 'biosVfPowerOnPasswordSupport', 'biosVfProcessorC1E', 'biosVfProcessorC3Report', 'biosVfProcessorC6Report', 'biosVfProcessorCState', 'biosVfPwrPerfTuning', 'biosVfQPIConfig', 'biosVfQpiLinkSpeed', 'biosVfQpiSnoopMode', 'biosVfSataModeSelect', 'biosVfSelectMemoryRASConfiguration', 'biosVfSelectPprType', 'biosVfSerialPortAEnable', 'biosVfSnoopyModeFor2LM', 'biosVfSnoopyModeForAD', 'biosVfSparingMode', 'biosVfSrIov', 'biosVfSubNumaClustering', 'biosVfTPMControl', 'biosVfTPMSupport', 'biosVfTXTSupport', 'biosVfUCSMBootOrderRuleControl', 'biosVfUFSDisable', 'biosVfUSBBootConfig', 'biosVfUSBEmulation', 'biosVfUSBPortsConfig', 'biosVfUsbXhciSupport', 'biosVfVgaPriority', 'biosVfWorkLoadConfig', 'biosVfXPTPrefetch'], ["Get"]) } diff --git a/imcsdk/mometa/bios/BiosVfAcpiSratSpFlagEn.py b/imcsdk/mometa/bios/BiosVfAcpiSratSpFlagEn.py index 87982c0..c836469 100644 --- a/imcsdk/mometa/bios/BiosVfAcpiSratSpFlagEn.py +++ b/imcsdk/mometa/bios/BiosVfAcpiSratSpFlagEn.py @@ -20,18 +20,18 @@ class BiosVfAcpiSratSpFlagEn(ManagedObject): naming_props = set([]) mo_meta = { - "classic": MoMeta("BiosVfAcpiSratSpFlagEn", "biosVfAcpiSratSpFlagEn", "ACPI-SRAT-Memory-Flag", VersionMeta.Version435_241008, "InputOutput", 0x1f, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), + "classic": MoMeta("BiosVfAcpiSratSpFlagEn", "biosVfAcpiSratSpFlagEn", "ACPI-SRAT-Memory-Flag", VersionMeta.Version435_240037, "InputOutput", 0x1f, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), } prop_meta = { "classic": { - "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version435_241008, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), - "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), - "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), - "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), - "vp_acpi_srat_sp_flag_en": MoPropertyMeta("vp_acpi_srat_sp_flag_en", "vpAcpiSratSpFlagEn", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version435_240037, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), + "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), + "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), + "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), + "vp_acpi_srat_sp_flag_en": MoPropertyMeta("vp_acpi_srat_sp_flag_en", "vpAcpiSratSpFlagEn", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), }, } diff --git a/imcsdk/mometa/bios/BiosVfEnableTdx.py b/imcsdk/mometa/bios/BiosVfEnableTdx.py index 47605ed..02c1476 100644 --- a/imcsdk/mometa/bios/BiosVfEnableTdx.py +++ b/imcsdk/mometa/bios/BiosVfEnableTdx.py @@ -20,18 +20,18 @@ class BiosVfEnableTdx(ManagedObject): naming_props = set([]) mo_meta = { - "classic": MoMeta("BiosVfEnableTdx", "biosVfEnableTdx", "Trust-Domain-Extension", VersionMeta.Version433_240024, "InputOutput", 0x1f, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), + "classic": MoMeta("BiosVfEnableTdx", "biosVfEnableTdx", "Trust-Domain-Extension", VersionMeta.Version432_230285, "InputOutput", 0x1f, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), } prop_meta = { "classic": { - "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version433_240024, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), - "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version433_240024, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), - "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version433_240024, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), - "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version433_240024, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), - "vp_enable_tdx": MoPropertyMeta("vp_enable_tdx", "vpEnableTdx", "string", VersionMeta.Version433_240024, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version432_230285, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), + "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version432_230285, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), + "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version432_230285, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), + "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version432_230285, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), + "vp_enable_tdx": MoPropertyMeta("vp_enable_tdx", "vpEnableTdx", "string", VersionMeta.Version432_230285, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), }, } diff --git a/imcsdk/mometa/bios/BiosVfEnableTdxSeamldr.py b/imcsdk/mometa/bios/BiosVfEnableTdxSeamldr.py index 8ead400..38ae559 100644 --- a/imcsdk/mometa/bios/BiosVfEnableTdxSeamldr.py +++ b/imcsdk/mometa/bios/BiosVfEnableTdxSeamldr.py @@ -20,18 +20,18 @@ class BiosVfEnableTdxSeamldr(ManagedObject): naming_props = set([]) mo_meta = { - "classic": MoMeta("BiosVfEnableTdxSeamldr", "biosVfEnableTdxSeamldr", "TDX-Secure-Arbitration-Mode-Loader", VersionMeta.Version433_240024, "InputOutput", 0x1f, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), + "classic": MoMeta("BiosVfEnableTdxSeamldr", "biosVfEnableTdxSeamldr", "TDX-Secure-Arbitration-Mode-Loader", VersionMeta.Version432_230285, "InputOutput", 0x1f, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), } prop_meta = { "classic": { - "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version433_240024, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), - "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version433_240024, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), - "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version433_240024, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), - "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version433_240024, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), - "vp_enable_tdx_seamldr": MoPropertyMeta("vp_enable_tdx_seamldr", "vpEnableTdxSeamldr", "string", VersionMeta.Version433_240024, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version432_230285, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), + "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version432_230285, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), + "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version432_230285, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), + "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version432_230285, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), + "vp_enable_tdx_seamldr": MoPropertyMeta("vp_enable_tdx_seamldr", "vpEnableTdxSeamldr", "string", VersionMeta.Version432_230285, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), }, } diff --git a/imcsdk/mometa/bios/BiosVfEpochUpdate.py b/imcsdk/mometa/bios/BiosVfEpochUpdate.py index e221f66..e79e4df 100644 --- a/imcsdk/mometa/bios/BiosVfEpochUpdate.py +++ b/imcsdk/mometa/bios/BiosVfEpochUpdate.py @@ -9,6 +9,7 @@ class BiosVfEpochUpdateConsts: VP_EPOCH_UPDATE_CHANGE_TO_NEW_RANDOM_OWNER_EPOCHS = "Change to New Random Owner EPOCHs" VP_EPOCH_UPDATE_MANUAL_USER_DEFINED_OWNER_EPOCHS = "Manual User Defined Owner EPOCHs" VP_EPOCH_UPDATE_SGX_OWNER_EPOCH_ACTIVATED = "SGX Owner EPOCH activated" + VP_EPOCH_UPDATE_SGX_OWNER_EPOCH_DEACTIVATED = "SGX Owner EPOCH deactivated" VP_EPOCH_UPDATE_PLATFORM_DEFAULT = "platform-default" @@ -30,7 +31,7 @@ class BiosVfEpochUpdate(ManagedObject): "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), - "vp_epoch_update": MoPropertyMeta("vp_epoch_update", "vpEpochUpdate", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Change to New Random Owner EPOCHs", "Manual User Defined Owner EPOCHs", "SGX Owner EPOCH activated", "platform-default"], []), + "vp_epoch_update": MoPropertyMeta("vp_epoch_update", "vpEpochUpdate", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Change to New Random Owner EPOCHs", "Manual User Defined Owner EPOCHs", "SGX Owner EPOCH activated", "SGX Owner EPOCH deactivated", "platform-default"], []), }, } diff --git a/imcsdk/mometa/bios/BiosVfIntelSpeedSelect.py b/imcsdk/mometa/bios/BiosVfIntelSpeedSelect.py index 3dc483a..7808a3f 100644 --- a/imcsdk/mometa/bios/BiosVfIntelSpeedSelect.py +++ b/imcsdk/mometa/bios/BiosVfIntelSpeedSelect.py @@ -12,6 +12,11 @@ class BiosVfIntelSpeedSelectConsts: VP_INTEL_SPEED_SELECT_CONFIG_2 = "Config 2" VP_INTEL_SPEED_SELECT_CONFIG_3 = "Config 3" VP_INTEL_SPEED_SELECT_CONFIG_4 = "Config 4" + VP_INTEL_SPEED_SELECT_LEVEL_0 = "Level 0" + VP_INTEL_SPEED_SELECT_LEVEL_1 = "Level 1" + VP_INTEL_SPEED_SELECT_LEVEL_2 = "Level 2" + VP_INTEL_SPEED_SELECT_LEVEL_3 = "Level 3" + VP_INTEL_SPEED_SELECT_LEVEL_4 = "Level 4" VP_INTEL_SPEED_SELECT_PLATFORM_DEFAULT = "platform-default" @@ -33,7 +38,7 @@ class BiosVfIntelSpeedSelect(ManagedObject): "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version404b, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version404b, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version404b, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), - "vp_intel_speed_select": MoPropertyMeta("vp_intel_speed_select", "vpIntelSpeedSelect", "string", VersionMeta.Version404b, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Auto", "Base", "Config 1", "Config 2", "Config 3", "Config 4", "platform-default"], []), + "vp_intel_speed_select": MoPropertyMeta("vp_intel_speed_select", "vpIntelSpeedSelect", "string", VersionMeta.Version404b, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Auto", "Base", "Config 1", "Config 2", "Config 3", "Config 4", "Level 0", "Level 1", "Level 2", "Level 3", "Level 4", "platform-default"], []), "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version404b, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), }, diff --git a/imcsdk/mometa/bios/BiosVfLatencyOptimizedMode.py b/imcsdk/mometa/bios/BiosVfLatencyOptimizedMode.py new file mode 100644 index 0000000..413965d --- /dev/null +++ b/imcsdk/mometa/bios/BiosVfLatencyOptimizedMode.py @@ -0,0 +1,58 @@ +"""This module contains the general information for BiosVfLatencyOptimizedMode ManagedObject.""" + +from ...imcmo import ManagedObject +from ...imccoremeta import MoPropertyMeta, MoMeta +from ...imcmeta import VersionMeta + + +class BiosVfLatencyOptimizedModeConsts: + VP_LATENCY_OPTIMIZED_MODE_DISABLED = "Disabled" + VP_LATENCY_OPTIMIZED_MODE_ENABLED = "Enabled" + _VP_LATENCY_OPTIMIZED_MODE_DISABLED = "disabled" + _VP_LATENCY_OPTIMIZED_MODE_ENABLED = "enabled" + VP_LATENCY_OPTIMIZED_MODE_PLATFORM_DEFAULT = "platform-default" + + +class BiosVfLatencyOptimizedMode(ManagedObject): + """This is BiosVfLatencyOptimizedMode class.""" + + consts = BiosVfLatencyOptimizedModeConsts() + naming_props = set([]) + + mo_meta = { + "classic": MoMeta("BiosVfLatencyOptimizedMode", "biosVfLatencyOptimizedMode", "Latency-Optimized-Mode", VersionMeta.Version435_240045, "InputOutput", 0x1f, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), + } + + + prop_meta = { + + "classic": { + "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version435_240045, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), + "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), + "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), + "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), + "vp_latency_optimized_mode": MoPropertyMeta("vp_latency_optimized_mode", "vpLatencyOptimizedMode", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + }, + + } + + prop_map = { + + "classic": { + "childAction": "child_action", + "dn": "dn", + "rn": "rn", + "status": "status", + "vpLatencyOptimizedMode": "vp_latency_optimized_mode", + }, + + } + + def __init__(self, parent_mo_or_dn, **kwargs): + self._dirty_mask = 0 + self.child_action = None + self.status = None + self.vp_latency_optimized_mode = None + + ManagedObject.__init__(self, "BiosVfLatencyOptimizedMode", parent_mo_or_dn, **kwargs) + diff --git a/imcsdk/mometa/bios/BiosVfPCISlotOptionROMEnable.py b/imcsdk/mometa/bios/BiosVfPCISlotOptionROMEnable.py index 44ef703..cc95931 100644 --- a/imcsdk/mometa/bios/BiosVfPCISlotOptionROMEnable.py +++ b/imcsdk/mometa/bios/BiosVfPCISlotOptionROMEnable.py @@ -564,6 +564,71 @@ class BiosVfPCISlotOptionROMEnableConsts: _VP_SLOT_FRONT_NVME24_OPTION_ROM_DISABLED = "disabled" _VP_SLOT_FRONT_NVME24_OPTION_ROM_ENABLED = "enabled" VP_SLOT_FRONT_NVME24_OPTION_ROM_PLATFORM_DEFAULT = "platform-default" + VP_SLOT_FRONT_NVME25_LINK_SPEED_AUTO = "Auto" + VP_SLOT_FRONT_NVME25_LINK_SPEED_DISABLED = "Disabled" + VP_SLOT_FRONT_NVME25_LINK_SPEED_GEN1 = "GEN1" + VP_SLOT_FRONT_NVME25_LINK_SPEED_GEN2 = "GEN2" + VP_SLOT_FRONT_NVME25_LINK_SPEED_GEN3 = "GEN3" + VP_SLOT_FRONT_NVME25_LINK_SPEED_GEN4 = "GEN4" + VP_SLOT_FRONT_NVME25_LINK_SPEED_GEN5 = "GEN5" + VP_SLOT_FRONT_NVME25_LINK_SPEED_PLATFORM_DEFAULT = "platform-default" + VP_SLOT_FRONT_NVME25_OPTION_ROM_DISABLED = "Disabled" + VP_SLOT_FRONT_NVME25_OPTION_ROM_ENABLED = "Enabled" + _VP_SLOT_FRONT_NVME25_OPTION_ROM_DISABLED = "disabled" + _VP_SLOT_FRONT_NVME25_OPTION_ROM_ENABLED = "enabled" + VP_SLOT_FRONT_NVME25_OPTION_ROM_PLATFORM_DEFAULT = "platform-default" + VP_SLOT_FRONT_NVME26_LINK_SPEED_AUTO = "Auto" + VP_SLOT_FRONT_NVME26_LINK_SPEED_DISABLED = "Disabled" + VP_SLOT_FRONT_NVME26_LINK_SPEED_GEN1 = "GEN1" + VP_SLOT_FRONT_NVME26_LINK_SPEED_GEN2 = "GEN2" + VP_SLOT_FRONT_NVME26_LINK_SPEED_GEN3 = "GEN3" + VP_SLOT_FRONT_NVME26_LINK_SPEED_GEN4 = "GEN4" + VP_SLOT_FRONT_NVME26_LINK_SPEED_GEN5 = "GEN5" + VP_SLOT_FRONT_NVME26_LINK_SPEED_PLATFORM_DEFAULT = "platform-default" + VP_SLOT_FRONT_NVME26_OPTION_ROM_DISABLED = "Disabled" + VP_SLOT_FRONT_NVME26_OPTION_ROM_ENABLED = "Enabled" + _VP_SLOT_FRONT_NVME26_OPTION_ROM_DISABLED = "disabled" + _VP_SLOT_FRONT_NVME26_OPTION_ROM_ENABLED = "enabled" + VP_SLOT_FRONT_NVME26_OPTION_ROM_PLATFORM_DEFAULT = "platform-default" + VP_SLOT_FRONT_NVME27_LINK_SPEED_AUTO = "Auto" + VP_SLOT_FRONT_NVME27_LINK_SPEED_DISABLED = "Disabled" + VP_SLOT_FRONT_NVME27_LINK_SPEED_GEN1 = "GEN1" + VP_SLOT_FRONT_NVME27_LINK_SPEED_GEN2 = "GEN2" + VP_SLOT_FRONT_NVME27_LINK_SPEED_GEN3 = "GEN3" + VP_SLOT_FRONT_NVME27_LINK_SPEED_GEN4 = "GEN4" + VP_SLOT_FRONT_NVME27_LINK_SPEED_GEN5 = "GEN5" + VP_SLOT_FRONT_NVME27_LINK_SPEED_PLATFORM_DEFAULT = "platform-default" + VP_SLOT_FRONT_NVME27_OPTION_ROM_DISABLED = "Disabled" + VP_SLOT_FRONT_NVME27_OPTION_ROM_ENABLED = "Enabled" + _VP_SLOT_FRONT_NVME27_OPTION_ROM_DISABLED = "disabled" + _VP_SLOT_FRONT_NVME27_OPTION_ROM_ENABLED = "enabled" + VP_SLOT_FRONT_NVME27_OPTION_ROM_PLATFORM_DEFAULT = "platform-default" + VP_SLOT_FRONT_NVME28_LINK_SPEED_AUTO = "Auto" + VP_SLOT_FRONT_NVME28_LINK_SPEED_DISABLED = "Disabled" + VP_SLOT_FRONT_NVME28_LINK_SPEED_GEN1 = "GEN1" + VP_SLOT_FRONT_NVME28_LINK_SPEED_GEN2 = "GEN2" + VP_SLOT_FRONT_NVME28_LINK_SPEED_GEN3 = "GEN3" + VP_SLOT_FRONT_NVME28_LINK_SPEED_GEN4 = "GEN4" + VP_SLOT_FRONT_NVME28_LINK_SPEED_GEN5 = "GEN5" + VP_SLOT_FRONT_NVME28_LINK_SPEED_PLATFORM_DEFAULT = "platform-default" + VP_SLOT_FRONT_NVME28_OPTION_ROM_DISABLED = "Disabled" + VP_SLOT_FRONT_NVME28_OPTION_ROM_ENABLED = "Enabled" + _VP_SLOT_FRONT_NVME28_OPTION_ROM_DISABLED = "disabled" + _VP_SLOT_FRONT_NVME28_OPTION_ROM_ENABLED = "enabled" + VP_SLOT_FRONT_NVME28_OPTION_ROM_PLATFORM_DEFAULT = "platform-default" + VP_SLOT_FRONT_NVME29_LINK_SPEED_AUTO = "Auto" + VP_SLOT_FRONT_NVME29_LINK_SPEED_DISABLED = "Disabled" + VP_SLOT_FRONT_NVME29_LINK_SPEED_GEN1 = "GEN1" + VP_SLOT_FRONT_NVME29_LINK_SPEED_GEN2 = "GEN2" + VP_SLOT_FRONT_NVME29_LINK_SPEED_GEN3 = "GEN3" + VP_SLOT_FRONT_NVME29_LINK_SPEED_GEN4 = "GEN4" + VP_SLOT_FRONT_NVME29_LINK_SPEED_GEN5 = "GEN5" + VP_SLOT_FRONT_NVME29_LINK_SPEED_PLATFORM_DEFAULT = "platform-default" + VP_SLOT_FRONT_NVME29_OPTION_ROM_DISABLED = "Disabled" + VP_SLOT_FRONT_NVME29_OPTION_ROM_ENABLED = "Enabled" + _VP_SLOT_FRONT_NVME29_OPTION_ROM_DISABLED = "disabled" + _VP_SLOT_FRONT_NVME29_OPTION_ROM_ENABLED = "enabled" + VP_SLOT_FRONT_NVME29_OPTION_ROM_PLATFORM_DEFAULT = "platform-default" VP_SLOT_FRONT_NVME2_LINK_SPEED_AUTO = "Auto" VP_SLOT_FRONT_NVME2_LINK_SPEED_DISABLED = "Disabled" VP_SLOT_FRONT_NVME2_LINK_SPEED_GEN1 = "GEN1" @@ -577,6 +642,45 @@ class BiosVfPCISlotOptionROMEnableConsts: _VP_SLOT_FRONT_NVME2_OPTION_ROM_DISABLED = "disabled" _VP_SLOT_FRONT_NVME2_OPTION_ROM_ENABLED = "enabled" VP_SLOT_FRONT_NVME2_OPTION_ROM_PLATFORM_DEFAULT = "platform-default" + VP_SLOT_FRONT_NVME30_LINK_SPEED_AUTO = "Auto" + VP_SLOT_FRONT_NVME30_LINK_SPEED_DISABLED = "Disabled" + VP_SLOT_FRONT_NVME30_LINK_SPEED_GEN1 = "GEN1" + VP_SLOT_FRONT_NVME30_LINK_SPEED_GEN2 = "GEN2" + VP_SLOT_FRONT_NVME30_LINK_SPEED_GEN3 = "GEN3" + VP_SLOT_FRONT_NVME30_LINK_SPEED_GEN4 = "GEN4" + VP_SLOT_FRONT_NVME30_LINK_SPEED_GEN5 = "GEN5" + VP_SLOT_FRONT_NVME30_LINK_SPEED_PLATFORM_DEFAULT = "platform-default" + VP_SLOT_FRONT_NVME30_OPTION_ROM_DISABLED = "Disabled" + VP_SLOT_FRONT_NVME30_OPTION_ROM_ENABLED = "Enabled" + _VP_SLOT_FRONT_NVME30_OPTION_ROM_DISABLED = "disabled" + _VP_SLOT_FRONT_NVME30_OPTION_ROM_ENABLED = "enabled" + VP_SLOT_FRONT_NVME30_OPTION_ROM_PLATFORM_DEFAULT = "platform-default" + VP_SLOT_FRONT_NVME31_LINK_SPEED_AUTO = "Auto" + VP_SLOT_FRONT_NVME31_LINK_SPEED_DISABLED = "Disabled" + VP_SLOT_FRONT_NVME31_LINK_SPEED_GEN1 = "GEN1" + VP_SLOT_FRONT_NVME31_LINK_SPEED_GEN2 = "GEN2" + VP_SLOT_FRONT_NVME31_LINK_SPEED_GEN3 = "GEN3" + VP_SLOT_FRONT_NVME31_LINK_SPEED_GEN4 = "GEN4" + VP_SLOT_FRONT_NVME31_LINK_SPEED_GEN5 = "GEN5" + VP_SLOT_FRONT_NVME31_LINK_SPEED_PLATFORM_DEFAULT = "platform-default" + VP_SLOT_FRONT_NVME31_OPTION_ROM_DISABLED = "Disabled" + VP_SLOT_FRONT_NVME31_OPTION_ROM_ENABLED = "Enabled" + _VP_SLOT_FRONT_NVME31_OPTION_ROM_DISABLED = "disabled" + _VP_SLOT_FRONT_NVME31_OPTION_ROM_ENABLED = "enabled" + VP_SLOT_FRONT_NVME31_OPTION_ROM_PLATFORM_DEFAULT = "platform-default" + VP_SLOT_FRONT_NVME32_LINK_SPEED_AUTO = "Auto" + VP_SLOT_FRONT_NVME32_LINK_SPEED_DISABLED = "Disabled" + VP_SLOT_FRONT_NVME32_LINK_SPEED_GEN1 = "GEN1" + VP_SLOT_FRONT_NVME32_LINK_SPEED_GEN2 = "GEN2" + VP_SLOT_FRONT_NVME32_LINK_SPEED_GEN3 = "GEN3" + VP_SLOT_FRONT_NVME32_LINK_SPEED_GEN4 = "GEN4" + VP_SLOT_FRONT_NVME32_LINK_SPEED_GEN5 = "GEN5" + VP_SLOT_FRONT_NVME32_LINK_SPEED_PLATFORM_DEFAULT = "platform-default" + VP_SLOT_FRONT_NVME32_OPTION_ROM_DISABLED = "Disabled" + VP_SLOT_FRONT_NVME32_OPTION_ROM_ENABLED = "Enabled" + _VP_SLOT_FRONT_NVME32_OPTION_ROM_DISABLED = "disabled" + _VP_SLOT_FRONT_NVME32_OPTION_ROM_ENABLED = "enabled" + VP_SLOT_FRONT_NVME32_OPTION_ROM_PLATFORM_DEFAULT = "platform-default" VP_SLOT_FRONT_NVME3_LINK_SPEED_AUTO = "Auto" VP_SLOT_FRONT_NVME3_LINK_SPEED_DISABLED = "Disabled" VP_SLOT_FRONT_NVME3_LINK_SPEED_GEN1 = "GEN1" @@ -1206,7 +1310,7 @@ class BiosVfPCISlotOptionROMEnable(ManagedObject): naming_props = set([]) mo_meta = { - "classic": MoMeta("BiosVfPCISlotOptionROMEnable", "biosVfPCISlotOptionROMEnable", "PCI-Slot-OptionROM-Enable", VersionMeta.Version151f, "InputOutput", 0x1ffffffffffffffffffffffffffffffffffffffffffff, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), + "classic": MoMeta("BiosVfPCISlotOptionROMEnable", "biosVfPCISlotOptionROMEnable", "PCI-Slot-OptionROM-Enable", VersionMeta.Version151f, "InputOutput", 0x1ffffffffffffffffffffffffffffffffffffffffffffffff, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]), "modular": MoMeta("BiosVfPCISlotOptionROMEnable", "biosVfPCISlotOptionROMEnable", "PCI-Slot-OptionROM-Enable", VersionMeta.Version2013e, "InputOutput", 0x3ffffffffffffff, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], ["Get", "Set"]) } @@ -1313,84 +1417,100 @@ class BiosVfPCISlotOptionROMEnable(ManagedObject): "vp_slot_front_nvme23_option_rom": MoPropertyMeta("vp_slot_front_nvme23_option_rom", "vpSlotFrontNvme23OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x1000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), "vp_slot_front_nvme24_link_speed": MoPropertyMeta("vp_slot_front_nvme24_link_speed", "vpSlotFrontNvme24LinkSpeed", "string", VersionMeta.Version431a, MoPropertyMeta.READ_WRITE, 0x2000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), "vp_slot_front_nvme24_option_rom": MoPropertyMeta("vp_slot_front_nvme24_option_rom", "vpSlotFrontNvme24OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x4000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_front_nvme2_link_speed": MoPropertyMeta("vp_slot_front_nvme2_link_speed", "vpSlotFrontNvme2LinkSpeed", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x8000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), - "vp_slot_front_nvme2_option_rom": MoPropertyMeta("vp_slot_front_nvme2_option_rom", "vpSlotFrontNvme2OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x10000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_front_nvme3_link_speed": MoPropertyMeta("vp_slot_front_nvme3_link_speed", "vpSlotFrontNvme3LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x20000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), - "vp_slot_front_nvme3_option_rom": MoPropertyMeta("vp_slot_front_nvme3_option_rom", "vpSlotFrontNvme3OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x40000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_front_nvme4_link_speed": MoPropertyMeta("vp_slot_front_nvme4_link_speed", "vpSlotFrontNvme4LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x80000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), - "vp_slot_front_nvme4_option_rom": MoPropertyMeta("vp_slot_front_nvme4_option_rom", "vpSlotFrontNvme4OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x100000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_front_nvme5_link_speed": MoPropertyMeta("vp_slot_front_nvme5_link_speed", "vpSlotFrontNvme5LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x200000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), - "vp_slot_front_nvme5_option_rom": MoPropertyMeta("vp_slot_front_nvme5_option_rom", "vpSlotFrontNvme5OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x400000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_front_nvme6_link_speed": MoPropertyMeta("vp_slot_front_nvme6_link_speed", "vpSlotFrontNvme6LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x800000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), - "vp_slot_front_nvme6_option_rom": MoPropertyMeta("vp_slot_front_nvme6_option_rom", "vpSlotFrontNvme6OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x1000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_front_nvme7_link_speed": MoPropertyMeta("vp_slot_front_nvme7_link_speed", "vpSlotFrontNvme7LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x2000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), - "vp_slot_front_nvme7_option_rom": MoPropertyMeta("vp_slot_front_nvme7_option_rom", "vpSlotFrontNvme7OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x4000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_front_nvme8_link_speed": MoPropertyMeta("vp_slot_front_nvme8_link_speed", "vpSlotFrontNvme8LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x8000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), - "vp_slot_front_nvme8_option_rom": MoPropertyMeta("vp_slot_front_nvme8_option_rom", "vpSlotFrontNvme8OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x10000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_front_nvme9_link_speed": MoPropertyMeta("vp_slot_front_nvme9_link_speed", "vpSlotFrontNvme9LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x20000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), - "vp_slot_front_nvme9_option_rom": MoPropertyMeta("vp_slot_front_nvme9_option_rom", "vpSlotFrontNvme9OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x40000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_front_slot5_link_speed": MoPropertyMeta("vp_slot_front_slot5_link_speed", "vpSlotFrontSlot5LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x80000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), - "vp_slot_front_slot6_link_speed": MoPropertyMeta("vp_slot_front_slot6_link_speed", "vpSlotFrontSlot6LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x100000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), - "vp_slot_gp_u1_state": MoPropertyMeta("vp_slot_gp_u1_state", "vpSlotGPU1State", "string", VersionMeta.Version402c, MoPropertyMeta.READ_WRITE, 0x200000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_gp_u2_state": MoPropertyMeta("vp_slot_gp_u2_state", "vpSlotGPU2State", "string", VersionMeta.Version402c, MoPropertyMeta.READ_WRITE, 0x400000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_gp_u3_state": MoPropertyMeta("vp_slot_gp_u3_state", "vpSlotGPU3State", "string", VersionMeta.Version402c, MoPropertyMeta.READ_WRITE, 0x800000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_gp_u4_state": MoPropertyMeta("vp_slot_gp_u4_state", "vpSlotGPU4State", "string", VersionMeta.Version402c, MoPropertyMeta.READ_WRITE, 0x1000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_gp_u5_state": MoPropertyMeta("vp_slot_gp_u5_state", "vpSlotGPU5State", "string", VersionMeta.Version402c, MoPropertyMeta.READ_WRITE, 0x2000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_gp_u6_state": MoPropertyMeta("vp_slot_gp_u6_state", "vpSlotGPU6State", "string", VersionMeta.Version402c, MoPropertyMeta.READ_WRITE, 0x4000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_gp_u7_state": MoPropertyMeta("vp_slot_gp_u7_state", "vpSlotGPU7State", "string", VersionMeta.Version402c, MoPropertyMeta.READ_WRITE, 0x8000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_gp_u8_state": MoPropertyMeta("vp_slot_gp_u8_state", "vpSlotGPU8State", "string", VersionMeta.Version402c, MoPropertyMeta.READ_WRITE, 0x10000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_hba_link_speed": MoPropertyMeta("vp_slot_hba_link_speed", "vpSlotHBALinkSpeed", "string", VersionMeta.Version204c, MoPropertyMeta.READ_WRITE, 0x20000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), - "vp_slot_lo_m1_link": MoPropertyMeta("vp_slot_lo_m1_link", "vpSlotLOM1Link", "string", VersionMeta.Version401a, MoPropertyMeta.READ_WRITE, 0x40000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_lo_m2_link": MoPropertyMeta("vp_slot_lo_m2_link", "vpSlotLOM2Link", "string", VersionMeta.Version401a, MoPropertyMeta.READ_WRITE, 0x80000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_mlom_link_speed": MoPropertyMeta("vp_slot_mlom_link_speed", "vpSlotMLOMLinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x100000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), - "vp_slot_mraid_link_speed": MoPropertyMeta("vp_slot_mraid_link_speed", "vpSlotMRAIDLinkSpeed", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x200000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), - "vp_slot_mraid_state": MoPropertyMeta("vp_slot_mraid_state", "vpSlotMRAIDState", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x400000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n10_state": MoPropertyMeta("vp_slot_n10_state", "vpSlotN10State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x800000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n11_state": MoPropertyMeta("vp_slot_n11_state", "vpSlotN11State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x1000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n12_state": MoPropertyMeta("vp_slot_n12_state", "vpSlotN12State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x2000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n13_state": MoPropertyMeta("vp_slot_n13_state", "vpSlotN13State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x4000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n14_state": MoPropertyMeta("vp_slot_n14_state", "vpSlotN14State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x8000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n15_state": MoPropertyMeta("vp_slot_n15_state", "vpSlotN15State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x10000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n16_state": MoPropertyMeta("vp_slot_n16_state", "vpSlotN16State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x20000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n17_state": MoPropertyMeta("vp_slot_n17_state", "vpSlotN17State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x40000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n18_state": MoPropertyMeta("vp_slot_n18_state", "vpSlotN18State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x80000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n19_state": MoPropertyMeta("vp_slot_n19_state", "vpSlotN19State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x100000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n20_state": MoPropertyMeta("vp_slot_n20_state", "vpSlotN20State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x200000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n21_state": MoPropertyMeta("vp_slot_n21_state", "vpSlotN21State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x400000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n22_state": MoPropertyMeta("vp_slot_n22_state", "vpSlotN22State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x800000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n23_state": MoPropertyMeta("vp_slot_n23_state", "vpSlotN23State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x1000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n24_state": MoPropertyMeta("vp_slot_n24_state", "vpSlotN24State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x2000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n3_state": MoPropertyMeta("vp_slot_n3_state", "vpSlotN3State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x4000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n4_state": MoPropertyMeta("vp_slot_n4_state", "vpSlotN4State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x8000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n5_state": MoPropertyMeta("vp_slot_n5_state", "vpSlotN5State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x10000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n6_state": MoPropertyMeta("vp_slot_n6_state", "vpSlotN6State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x20000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n7_state": MoPropertyMeta("vp_slot_n7_state", "vpSlotN7State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x40000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n8_state": MoPropertyMeta("vp_slot_n8_state", "vpSlotN8State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x80000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_n9_state": MoPropertyMeta("vp_slot_n9_state", "vpSlotN9State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x100000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_raid_link_speed": MoPropertyMeta("vp_slot_raid_link_speed", "vpSlotRAIDLinkSpeed", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x200000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), - "vp_slot_raid_state": MoPropertyMeta("vp_slot_raid_state", "vpSlotRAIDState", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x400000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_rear_nvme1_link_speed": MoPropertyMeta("vp_slot_rear_nvme1_link_speed", "vpSlotRearNvme1LinkSpeed", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x800000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), - "vp_slot_rear_nvme1_state": MoPropertyMeta("vp_slot_rear_nvme1_state", "vpSlotRearNvme1State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x1000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_rear_nvme2_link_speed": MoPropertyMeta("vp_slot_rear_nvme2_link_speed", "vpSlotRearNvme2LinkSpeed", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x2000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), - "vp_slot_rear_nvme2_state": MoPropertyMeta("vp_slot_rear_nvme2_state", "vpSlotRearNvme2State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x4000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_rear_nvme3_link_speed": MoPropertyMeta("vp_slot_rear_nvme3_link_speed", "vpSlotRearNvme3LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x8000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), - "vp_slot_rear_nvme3_state": MoPropertyMeta("vp_slot_rear_nvme3_state", "vpSlotRearNvme3State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x10000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_rear_nvme4_link_speed": MoPropertyMeta("vp_slot_rear_nvme4_link_speed", "vpSlotRearNvme4LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x20000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), - "vp_slot_rear_nvme4_state": MoPropertyMeta("vp_slot_rear_nvme4_state", "vpSlotRearNvme4State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x40000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_rear_nvme5_state": MoPropertyMeta("vp_slot_rear_nvme5_state", "vpSlotRearNvme5State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x80000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_rear_nvme6_state": MoPropertyMeta("vp_slot_rear_nvme6_state", "vpSlotRearNvme6State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x100000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_rear_nvme7_state": MoPropertyMeta("vp_slot_rear_nvme7_state", "vpSlotRearNvme7State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x200000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_rear_nvme8_state": MoPropertyMeta("vp_slot_rear_nvme8_state", "vpSlotRearNvme8State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x400000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), - "vp_slot_riser1_link_speed": MoPropertyMeta("vp_slot_riser1_link_speed", "vpSlotRiser1LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x800000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), - "vp_slot_riser1_slot1_link_speed": MoPropertyMeta("vp_slot_riser1_slot1_link_speed", "vpSlotRiser1Slot1LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x1000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), - "vp_slot_riser1_slot2_link_speed": MoPropertyMeta("vp_slot_riser1_slot2_link_speed", "vpSlotRiser1Slot2LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x2000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), - "vp_slot_riser1_slot3_link_speed": MoPropertyMeta("vp_slot_riser1_slot3_link_speed", "vpSlotRiser1Slot3LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x4000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), - "vp_slot_riser2_link_speed": MoPropertyMeta("vp_slot_riser2_link_speed", "vpSlotRiser2LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x8000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), - "vp_slot_riser2_slot4_link_speed": MoPropertyMeta("vp_slot_riser2_slot4_link_speed", "vpSlotRiser2Slot4LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x10000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), - "vp_slot_riser2_slot5_link_speed": MoPropertyMeta("vp_slot_riser2_slot5_link_speed", "vpSlotRiser2Slot5LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x20000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), - "vp_slot_riser2_slot6_link_speed": MoPropertyMeta("vp_slot_riser2_slot6_link_speed", "vpSlotRiser2Slot6LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x40000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), - "vp_slot_ssd_slot1_link_speed": MoPropertyMeta("vp_slot_ssd_slot1_link_speed", "vpSlotSSDSlot1LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x80000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), - "vp_slot_ssd_slot2_link_speed": MoPropertyMeta("vp_slot_ssd_slot2_link_speed", "vpSlotSSDSlot2LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x100000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), + "vp_slot_front_nvme25_link_speed": MoPropertyMeta("vp_slot_front_nvme25_link_speed", "vpSlotFrontNvme25LinkSpeed", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x8000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_front_nvme25_option_rom": MoPropertyMeta("vp_slot_front_nvme25_option_rom", "vpSlotFrontNvme25OptionROM", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x10000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_front_nvme26_link_speed": MoPropertyMeta("vp_slot_front_nvme26_link_speed", "vpSlotFrontNvme26LinkSpeed", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x20000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_front_nvme26_option_rom": MoPropertyMeta("vp_slot_front_nvme26_option_rom", "vpSlotFrontNvme26OptionROM", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x40000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_front_nvme27_link_speed": MoPropertyMeta("vp_slot_front_nvme27_link_speed", "vpSlotFrontNvme27LinkSpeed", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x80000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_front_nvme27_option_rom": MoPropertyMeta("vp_slot_front_nvme27_option_rom", "vpSlotFrontNvme27OptionROM", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x100000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_front_nvme28_link_speed": MoPropertyMeta("vp_slot_front_nvme28_link_speed", "vpSlotFrontNvme28LinkSpeed", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x200000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_front_nvme28_option_rom": MoPropertyMeta("vp_slot_front_nvme28_option_rom", "vpSlotFrontNvme28OptionROM", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x400000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_front_nvme29_link_speed": MoPropertyMeta("vp_slot_front_nvme29_link_speed", "vpSlotFrontNvme29LinkSpeed", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x800000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_front_nvme29_option_rom": MoPropertyMeta("vp_slot_front_nvme29_option_rom", "vpSlotFrontNvme29OptionROM", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x1000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_front_nvme2_link_speed": MoPropertyMeta("vp_slot_front_nvme2_link_speed", "vpSlotFrontNvme2LinkSpeed", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x2000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_front_nvme2_option_rom": MoPropertyMeta("vp_slot_front_nvme2_option_rom", "vpSlotFrontNvme2OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x4000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_front_nvme30_link_speed": MoPropertyMeta("vp_slot_front_nvme30_link_speed", "vpSlotFrontNvme30LinkSpeed", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x8000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_front_nvme30_option_rom": MoPropertyMeta("vp_slot_front_nvme30_option_rom", "vpSlotFrontNvme30OptionROM", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x10000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_front_nvme31_link_speed": MoPropertyMeta("vp_slot_front_nvme31_link_speed", "vpSlotFrontNvme31LinkSpeed", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x20000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_front_nvme31_option_rom": MoPropertyMeta("vp_slot_front_nvme31_option_rom", "vpSlotFrontNvme31OptionROM", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x40000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_front_nvme32_link_speed": MoPropertyMeta("vp_slot_front_nvme32_link_speed", "vpSlotFrontNvme32LinkSpeed", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x80000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_front_nvme32_option_rom": MoPropertyMeta("vp_slot_front_nvme32_option_rom", "vpSlotFrontNvme32OptionROM", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x100000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_front_nvme3_link_speed": MoPropertyMeta("vp_slot_front_nvme3_link_speed", "vpSlotFrontNvme3LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x200000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_front_nvme3_option_rom": MoPropertyMeta("vp_slot_front_nvme3_option_rom", "vpSlotFrontNvme3OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x400000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_front_nvme4_link_speed": MoPropertyMeta("vp_slot_front_nvme4_link_speed", "vpSlotFrontNvme4LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x800000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_front_nvme4_option_rom": MoPropertyMeta("vp_slot_front_nvme4_option_rom", "vpSlotFrontNvme4OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x1000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_front_nvme5_link_speed": MoPropertyMeta("vp_slot_front_nvme5_link_speed", "vpSlotFrontNvme5LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x2000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_front_nvme5_option_rom": MoPropertyMeta("vp_slot_front_nvme5_option_rom", "vpSlotFrontNvme5OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x4000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_front_nvme6_link_speed": MoPropertyMeta("vp_slot_front_nvme6_link_speed", "vpSlotFrontNvme6LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x8000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_front_nvme6_option_rom": MoPropertyMeta("vp_slot_front_nvme6_option_rom", "vpSlotFrontNvme6OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x10000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_front_nvme7_link_speed": MoPropertyMeta("vp_slot_front_nvme7_link_speed", "vpSlotFrontNvme7LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x20000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_front_nvme7_option_rom": MoPropertyMeta("vp_slot_front_nvme7_option_rom", "vpSlotFrontNvme7OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x40000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_front_nvme8_link_speed": MoPropertyMeta("vp_slot_front_nvme8_link_speed", "vpSlotFrontNvme8LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x80000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_front_nvme8_option_rom": MoPropertyMeta("vp_slot_front_nvme8_option_rom", "vpSlotFrontNvme8OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x100000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_front_nvme9_link_speed": MoPropertyMeta("vp_slot_front_nvme9_link_speed", "vpSlotFrontNvme9LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x200000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_front_nvme9_option_rom": MoPropertyMeta("vp_slot_front_nvme9_option_rom", "vpSlotFrontNvme9OptionROM", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x400000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_front_slot5_link_speed": MoPropertyMeta("vp_slot_front_slot5_link_speed", "vpSlotFrontSlot5LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x800000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), + "vp_slot_front_slot6_link_speed": MoPropertyMeta("vp_slot_front_slot6_link_speed", "vpSlotFrontSlot6LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x1000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), + "vp_slot_gp_u1_state": MoPropertyMeta("vp_slot_gp_u1_state", "vpSlotGPU1State", "string", VersionMeta.Version402c, MoPropertyMeta.READ_WRITE, 0x2000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_gp_u2_state": MoPropertyMeta("vp_slot_gp_u2_state", "vpSlotGPU2State", "string", VersionMeta.Version402c, MoPropertyMeta.READ_WRITE, 0x4000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_gp_u3_state": MoPropertyMeta("vp_slot_gp_u3_state", "vpSlotGPU3State", "string", VersionMeta.Version402c, MoPropertyMeta.READ_WRITE, 0x8000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_gp_u4_state": MoPropertyMeta("vp_slot_gp_u4_state", "vpSlotGPU4State", "string", VersionMeta.Version402c, MoPropertyMeta.READ_WRITE, 0x10000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_gp_u5_state": MoPropertyMeta("vp_slot_gp_u5_state", "vpSlotGPU5State", "string", VersionMeta.Version402c, MoPropertyMeta.READ_WRITE, 0x20000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_gp_u6_state": MoPropertyMeta("vp_slot_gp_u6_state", "vpSlotGPU6State", "string", VersionMeta.Version402c, MoPropertyMeta.READ_WRITE, 0x40000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_gp_u7_state": MoPropertyMeta("vp_slot_gp_u7_state", "vpSlotGPU7State", "string", VersionMeta.Version402c, MoPropertyMeta.READ_WRITE, 0x80000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_gp_u8_state": MoPropertyMeta("vp_slot_gp_u8_state", "vpSlotGPU8State", "string", VersionMeta.Version402c, MoPropertyMeta.READ_WRITE, 0x100000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_hba_link_speed": MoPropertyMeta("vp_slot_hba_link_speed", "vpSlotHBALinkSpeed", "string", VersionMeta.Version204c, MoPropertyMeta.READ_WRITE, 0x200000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), + "vp_slot_lo_m1_link": MoPropertyMeta("vp_slot_lo_m1_link", "vpSlotLOM1Link", "string", VersionMeta.Version401a, MoPropertyMeta.READ_WRITE, 0x400000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_lo_m2_link": MoPropertyMeta("vp_slot_lo_m2_link", "vpSlotLOM2Link", "string", VersionMeta.Version401a, MoPropertyMeta.READ_WRITE, 0x800000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_mlom_link_speed": MoPropertyMeta("vp_slot_mlom_link_speed", "vpSlotMLOMLinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x1000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_mraid_link_speed": MoPropertyMeta("vp_slot_mraid_link_speed", "vpSlotMRAIDLinkSpeed", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x2000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_mraid_state": MoPropertyMeta("vp_slot_mraid_state", "vpSlotMRAIDState", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x4000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n10_state": MoPropertyMeta("vp_slot_n10_state", "vpSlotN10State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x8000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n11_state": MoPropertyMeta("vp_slot_n11_state", "vpSlotN11State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x10000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n12_state": MoPropertyMeta("vp_slot_n12_state", "vpSlotN12State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x20000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n13_state": MoPropertyMeta("vp_slot_n13_state", "vpSlotN13State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x40000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n14_state": MoPropertyMeta("vp_slot_n14_state", "vpSlotN14State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x80000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n15_state": MoPropertyMeta("vp_slot_n15_state", "vpSlotN15State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x100000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n16_state": MoPropertyMeta("vp_slot_n16_state", "vpSlotN16State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x200000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n17_state": MoPropertyMeta("vp_slot_n17_state", "vpSlotN17State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x400000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n18_state": MoPropertyMeta("vp_slot_n18_state", "vpSlotN18State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x800000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n19_state": MoPropertyMeta("vp_slot_n19_state", "vpSlotN19State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x1000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n20_state": MoPropertyMeta("vp_slot_n20_state", "vpSlotN20State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x2000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n21_state": MoPropertyMeta("vp_slot_n21_state", "vpSlotN21State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x4000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n22_state": MoPropertyMeta("vp_slot_n22_state", "vpSlotN22State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x8000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n23_state": MoPropertyMeta("vp_slot_n23_state", "vpSlotN23State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x10000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n24_state": MoPropertyMeta("vp_slot_n24_state", "vpSlotN24State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x20000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n3_state": MoPropertyMeta("vp_slot_n3_state", "vpSlotN3State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x40000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n4_state": MoPropertyMeta("vp_slot_n4_state", "vpSlotN4State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x80000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n5_state": MoPropertyMeta("vp_slot_n5_state", "vpSlotN5State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x100000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n6_state": MoPropertyMeta("vp_slot_n6_state", "vpSlotN6State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x200000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n7_state": MoPropertyMeta("vp_slot_n7_state", "vpSlotN7State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x400000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n8_state": MoPropertyMeta("vp_slot_n8_state", "vpSlotN8State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x800000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_n9_state": MoPropertyMeta("vp_slot_n9_state", "vpSlotN9State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x1000000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_raid_link_speed": MoPropertyMeta("vp_slot_raid_link_speed", "vpSlotRAIDLinkSpeed", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x2000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), + "vp_slot_raid_state": MoPropertyMeta("vp_slot_raid_state", "vpSlotRAIDState", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x4000000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_rear_nvme1_link_speed": MoPropertyMeta("vp_slot_rear_nvme1_link_speed", "vpSlotRearNvme1LinkSpeed", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x8000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_rear_nvme1_state": MoPropertyMeta("vp_slot_rear_nvme1_state", "vpSlotRearNvme1State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x10000000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_rear_nvme2_link_speed": MoPropertyMeta("vp_slot_rear_nvme2_link_speed", "vpSlotRearNvme2LinkSpeed", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x20000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_rear_nvme2_state": MoPropertyMeta("vp_slot_rear_nvme2_state", "vpSlotRearNvme2State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x40000000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_rear_nvme3_link_speed": MoPropertyMeta("vp_slot_rear_nvme3_link_speed", "vpSlotRearNvme3LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x80000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_rear_nvme3_state": MoPropertyMeta("vp_slot_rear_nvme3_state", "vpSlotRearNvme3State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x100000000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_rear_nvme4_link_speed": MoPropertyMeta("vp_slot_rear_nvme4_link_speed", "vpSlotRearNvme4LinkSpeed", "string", VersionMeta.Version421a, MoPropertyMeta.READ_WRITE, 0x200000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "GEN4", "GEN5", "platform-default"], []), + "vp_slot_rear_nvme4_state": MoPropertyMeta("vp_slot_rear_nvme4_state", "vpSlotRearNvme4State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x400000000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_rear_nvme5_state": MoPropertyMeta("vp_slot_rear_nvme5_state", "vpSlotRearNvme5State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x800000000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_rear_nvme6_state": MoPropertyMeta("vp_slot_rear_nvme6_state", "vpSlotRearNvme6State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x1000000000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_rear_nvme7_state": MoPropertyMeta("vp_slot_rear_nvme7_state", "vpSlotRearNvme7State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x2000000000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_rear_nvme8_state": MoPropertyMeta("vp_slot_rear_nvme8_state", "vpSlotRearNvme8State", "string", VersionMeta.Version304a, MoPropertyMeta.READ_WRITE, 0x4000000000000000000000000000000000000000000000, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_slot_riser1_link_speed": MoPropertyMeta("vp_slot_riser1_link_speed", "vpSlotRiser1LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x8000000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), + "vp_slot_riser1_slot1_link_speed": MoPropertyMeta("vp_slot_riser1_slot1_link_speed", "vpSlotRiser1Slot1LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x10000000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), + "vp_slot_riser1_slot2_link_speed": MoPropertyMeta("vp_slot_riser1_slot2_link_speed", "vpSlotRiser1Slot2LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x20000000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), + "vp_slot_riser1_slot3_link_speed": MoPropertyMeta("vp_slot_riser1_slot3_link_speed", "vpSlotRiser1Slot3LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x40000000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), + "vp_slot_riser2_link_speed": MoPropertyMeta("vp_slot_riser2_link_speed", "vpSlotRiser2LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x80000000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), + "vp_slot_riser2_slot4_link_speed": MoPropertyMeta("vp_slot_riser2_slot4_link_speed", "vpSlotRiser2Slot4LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x100000000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), + "vp_slot_riser2_slot5_link_speed": MoPropertyMeta("vp_slot_riser2_slot5_link_speed", "vpSlotRiser2Slot5LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x200000000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), + "vp_slot_riser2_slot6_link_speed": MoPropertyMeta("vp_slot_riser2_slot6_link_speed", "vpSlotRiser2Slot6LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x400000000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), + "vp_slot_ssd_slot1_link_speed": MoPropertyMeta("vp_slot_ssd_slot1_link_speed", "vpSlotSSDSlot1LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x800000000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), + "vp_slot_ssd_slot2_link_speed": MoPropertyMeta("vp_slot_ssd_slot2_link_speed", "vpSlotSSDSlot2LinkSpeed", "string", VersionMeta.Version2010b, MoPropertyMeta.READ_WRITE, 0x1000000000000000000000000000000000000000000000000, None, None, None, ["Auto", "Disabled", "GEN1", "GEN2", "GEN3", "platform-default"], []), }, "modular": { @@ -1558,8 +1678,24 @@ class BiosVfPCISlotOptionROMEnable(ManagedObject): "vpSlotFrontNvme23OptionROM": "vp_slot_front_nvme23_option_rom", "vpSlotFrontNvme24LinkSpeed": "vp_slot_front_nvme24_link_speed", "vpSlotFrontNvme24OptionROM": "vp_slot_front_nvme24_option_rom", + "vpSlotFrontNvme25LinkSpeed": "vp_slot_front_nvme25_link_speed", + "vpSlotFrontNvme25OptionROM": "vp_slot_front_nvme25_option_rom", + "vpSlotFrontNvme26LinkSpeed": "vp_slot_front_nvme26_link_speed", + "vpSlotFrontNvme26OptionROM": "vp_slot_front_nvme26_option_rom", + "vpSlotFrontNvme27LinkSpeed": "vp_slot_front_nvme27_link_speed", + "vpSlotFrontNvme27OptionROM": "vp_slot_front_nvme27_option_rom", + "vpSlotFrontNvme28LinkSpeed": "vp_slot_front_nvme28_link_speed", + "vpSlotFrontNvme28OptionROM": "vp_slot_front_nvme28_option_rom", + "vpSlotFrontNvme29LinkSpeed": "vp_slot_front_nvme29_link_speed", + "vpSlotFrontNvme29OptionROM": "vp_slot_front_nvme29_option_rom", "vpSlotFrontNvme2LinkSpeed": "vp_slot_front_nvme2_link_speed", "vpSlotFrontNvme2OptionROM": "vp_slot_front_nvme2_option_rom", + "vpSlotFrontNvme30LinkSpeed": "vp_slot_front_nvme30_link_speed", + "vpSlotFrontNvme30OptionROM": "vp_slot_front_nvme30_option_rom", + "vpSlotFrontNvme31LinkSpeed": "vp_slot_front_nvme31_link_speed", + "vpSlotFrontNvme31OptionROM": "vp_slot_front_nvme31_option_rom", + "vpSlotFrontNvme32LinkSpeed": "vp_slot_front_nvme32_link_speed", + "vpSlotFrontNvme32OptionROM": "vp_slot_front_nvme32_option_rom", "vpSlotFrontNvme3LinkSpeed": "vp_slot_front_nvme3_link_speed", "vpSlotFrontNvme3OptionROM": "vp_slot_front_nvme3_option_rom", "vpSlotFrontNvme4LinkSpeed": "vp_slot_front_nvme4_link_speed", @@ -1800,8 +1936,24 @@ def __init__(self, parent_mo_or_dn, **kwargs): self.vp_slot_front_nvme23_option_rom = None self.vp_slot_front_nvme24_link_speed = None self.vp_slot_front_nvme24_option_rom = None + self.vp_slot_front_nvme25_link_speed = None + self.vp_slot_front_nvme25_option_rom = None + self.vp_slot_front_nvme26_link_speed = None + self.vp_slot_front_nvme26_option_rom = None + self.vp_slot_front_nvme27_link_speed = None + self.vp_slot_front_nvme27_option_rom = None + self.vp_slot_front_nvme28_link_speed = None + self.vp_slot_front_nvme28_option_rom = None + self.vp_slot_front_nvme29_link_speed = None + self.vp_slot_front_nvme29_option_rom = None self.vp_slot_front_nvme2_link_speed = None self.vp_slot_front_nvme2_option_rom = None + self.vp_slot_front_nvme30_link_speed = None + self.vp_slot_front_nvme30_option_rom = None + self.vp_slot_front_nvme31_link_speed = None + self.vp_slot_front_nvme31_option_rom = None + self.vp_slot_front_nvme32_link_speed = None + self.vp_slot_front_nvme32_option_rom = None self.vp_slot_front_nvme3_link_speed = None self.vp_slot_front_nvme3_option_rom = None self.vp_slot_front_nvme4_link_speed = None diff --git a/imcsdk/mometa/bios/BiosVfPreBootDMAProtection.py b/imcsdk/mometa/bios/BiosVfPreBootDMAProtection.py new file mode 100644 index 0000000..41eae5a --- /dev/null +++ b/imcsdk/mometa/bios/BiosVfPreBootDMAProtection.py @@ -0,0 +1,58 @@ +"""This module contains the general information for BiosVfPreBootDMAProtection ManagedObject.""" + +from ...imcmo import ManagedObject +from ...imccoremeta import MoPropertyMeta, MoMeta +from ...imcmeta import VersionMeta + + +class BiosVfPreBootDMAProtectionConsts: + VP_PRE_BOOT_DMAPROTECTION_DISABLED = "Disabled" + VP_PRE_BOOT_DMAPROTECTION_ENABLED = "Enabled" + _VP_PRE_BOOT_DMAPROTECTION_DISABLED = "disabled" + _VP_PRE_BOOT_DMAPROTECTION_ENABLED = "enabled" + VP_PRE_BOOT_DMAPROTECTION_PLATFORM_DEFAULT = "platform-default" + + +class BiosVfPreBootDMAProtection(ManagedObject): + """This is BiosVfPreBootDMAProtection class.""" + + consts = BiosVfPreBootDMAProtectionConsts() + naming_props = set([]) + + mo_meta = { + "classic": MoMeta("BiosVfPreBootDMAProtection", "biosVfPreBootDMAProtection", "PreBootDMAProtection", VersionMeta.Version435_240045, "InputOutput", 0x1f, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), + } + + + prop_meta = { + + "classic": { + "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version435_240045, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), + "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), + "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), + "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), + "vp_pre_boot_dma_protection": MoPropertyMeta("vp_pre_boot_dma_protection", "vpPreBootDMAProtection", "string", VersionMeta.Version435_240045, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + }, + + } + + prop_map = { + + "classic": { + "childAction": "child_action", + "dn": "dn", + "rn": "rn", + "status": "status", + "vpPreBootDMAProtection": "vp_pre_boot_dma_protection", + }, + + } + + def __init__(self, parent_mo_or_dn, **kwargs): + self._dirty_mask = 0 + self.child_action = None + self.status = None + self.vp_pre_boot_dma_protection = None + + ManagedObject.__init__(self, "BiosVfPreBootDMAProtection", parent_mo_or_dn, **kwargs) + diff --git a/imcsdk/mometa/bios/BiosVfProcessorC6Report.py b/imcsdk/mometa/bios/BiosVfProcessorC6Report.py index f036497..243a958 100644 --- a/imcsdk/mometa/bios/BiosVfProcessorC6Report.py +++ b/imcsdk/mometa/bios/BiosVfProcessorC6Report.py @@ -6,6 +6,7 @@ class BiosVfProcessorC6ReportConsts: + VP_PROCESSOR_C6_REPORT_AUTO = "Auto" VP_PROCESSOR_C6_REPORT_DISABLED = "Disabled" VP_PROCESSOR_C6_REPORT_ENABLED = "Enabled" _VP_PROCESSOR_C6_REPORT_DISABLED = "disabled" @@ -31,7 +32,7 @@ class BiosVfProcessorC6Report(ManagedObject): "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version151f, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version151f, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version151f, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), - "vp_processor_c6_report": MoPropertyMeta("vp_processor_c6_report", "vpProcessorC6Report", "string", VersionMeta.Version151f, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_processor_c6_report": MoPropertyMeta("vp_processor_c6_report", "vpProcessorC6Report", "string", VersionMeta.Version151f, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Auto", "Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version151f, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), }, diff --git a/imcsdk/mometa/bios/BiosVfQpiLinkSpeed.py b/imcsdk/mometa/bios/BiosVfQpiLinkSpeed.py index 8064e4a..728af74 100644 --- a/imcsdk/mometa/bios/BiosVfQpiLinkSpeed.py +++ b/imcsdk/mometa/bios/BiosVfQpiLinkSpeed.py @@ -12,8 +12,10 @@ class BiosVfQpiLinkSpeedConsts: VP_QPI_LINK_SPEED_14_4_GT_S = "14.4GT/s" VP_QPI_LINK_SPEED_16_0_GT_S = "16.0GT/s" VP_QPI_LINK_SPEED_20_0_GT_S = "20.0GT/s" + VP_QPI_LINK_SPEED_24_0_GT_S = "24.0GT/s" VP_QPI_LINK_SPEED_9_6_GT_S = "9.6GT/s" VP_QPI_LINK_SPEED_AUTO = "Auto" + VP_QPI_LINK_SPEED_USE_PER_LINK_SETTING = "Use Per Link Setting" VP_QPI_LINK_SPEED_PLATFORM_DEFAULT = "platform-default" @@ -35,7 +37,7 @@ class BiosVfQpiLinkSpeed(ManagedObject): "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version412a, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version412a, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version412a, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), - "vp_qpi_link_speed": MoPropertyMeta("vp_qpi_link_speed", "vpQpiLinkSpeed", "string", VersionMeta.Version412a, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["10.4GT/s", "11.2GT/s", "12.8GT/s", "14.4GT/s", "16.0GT/s", "20.0GT/s", "9.6GT/s", "Auto", "platform-default"], []), + "vp_qpi_link_speed": MoPropertyMeta("vp_qpi_link_speed", "vpQpiLinkSpeed", "string", VersionMeta.Version412a, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["10.4GT/s", "11.2GT/s", "12.8GT/s", "14.4GT/s", "16.0GT/s", "20.0GT/s", "24.0GT/s", "9.6GT/s", "Auto", "Use Per Link Setting", "platform-default"], []), "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version412a, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), }, diff --git a/imcsdk/mometa/bios/BiosVfSHA384PCRBank.py b/imcsdk/mometa/bios/BiosVfSHA384PCRBank.py index 2833f02..a989dec 100644 --- a/imcsdk/mometa/bios/BiosVfSHA384PCRBank.py +++ b/imcsdk/mometa/bios/BiosVfSHA384PCRBank.py @@ -20,18 +20,18 @@ class BiosVfSHA384PCRBank(ManagedObject): naming_props = set([]) mo_meta = { - "classic": MoMeta("BiosVfSHA384PCRBank", "biosVfSHA384PCRBank", "SHA384-PCR-Bank", VersionMeta.Version433_240024, "InputOutput", 0x1f, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), + "classic": MoMeta("BiosVfSHA384PCRBank", "biosVfSHA384PCRBank", "SHA384-PCR-Bank", VersionMeta.Version432_230285, "InputOutput", 0x1f, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), } prop_meta = { "classic": { - "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version433_240024, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), - "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version433_240024, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), - "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version433_240024, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), - "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version433_240024, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), - "vp_sh_a384_pcr_bank": MoPropertyMeta("vp_sh_a384_pcr_bank", "vpSHA384PCRBank", "string", VersionMeta.Version433_240024, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version432_230285, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), + "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version432_230285, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), + "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version432_230285, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), + "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version432_230285, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), + "vp_sh_a384_pcr_bank": MoPropertyMeta("vp_sh_a384_pcr_bank", "vpSHA384PCRBank", "string", VersionMeta.Version432_230285, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), }, } diff --git a/imcsdk/mometa/bios/BiosVfUFSDisable.py b/imcsdk/mometa/bios/BiosVfUFSDisable.py index 43edee8..1487745 100644 --- a/imcsdk/mometa/bios/BiosVfUFSDisable.py +++ b/imcsdk/mometa/bios/BiosVfUFSDisable.py @@ -8,6 +8,8 @@ class BiosVfUFSDisableConsts: VP_UFSDISABLE_DISABLED = "Disabled" VP_UFSDISABLE_ENABLED = "Enabled" + VP_UFSDISABLE_MODE_0 = "Mode 0" + VP_UFSDISABLE_MODE_1 = "Mode 1" _VP_UFSDISABLE_DISABLED = "disabled" _VP_UFSDISABLE_ENABLED = "enabled" VP_UFSDISABLE_PLATFORM_DEFAULT = "platform-default" @@ -31,7 +33,7 @@ class BiosVfUFSDisable(ManagedObject): "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version412a, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version412a, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version412a, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), - "vp_ufs_disable": MoPropertyMeta("vp_ufs_disable", "vpUFSDisable", "string", VersionMeta.Version412a, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "vp_ufs_disable": MoPropertyMeta("vp_ufs_disable", "vpUFSDisable", "string", VersionMeta.Version412a, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Disabled", "Enabled", "Mode 0", "Mode 1", "disabled", "enabled", "platform-default"], []), "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version412a, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), }, diff --git a/imcsdk/mometa/bios/BiosVfUefiMemMapSpFlagEn.py b/imcsdk/mometa/bios/BiosVfUefiMemMapSpFlagEn.py index b786332..3ea6a9f 100644 --- a/imcsdk/mometa/bios/BiosVfUefiMemMapSpFlagEn.py +++ b/imcsdk/mometa/bios/BiosVfUefiMemMapSpFlagEn.py @@ -20,18 +20,18 @@ class BiosVfUefiMemMapSpFlagEn(ManagedObject): naming_props = set([]) mo_meta = { - "classic": MoMeta("BiosVfUefiMemMapSpFlagEn", "biosVfUefiMemMapSpFlagEn", "Special-Purpose-Memory-Flag", VersionMeta.Version435_241008, "InputOutput", 0x1f, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), + "classic": MoMeta("BiosVfUefiMemMapSpFlagEn", "biosVfUefiMemMapSpFlagEn", "Special-Purpose-Memory-Flag", VersionMeta.Version435_240037, "InputOutput", 0x1f, [], ["admin"], ['biosPlatformDefaults', 'biosSettings'], [], [None]), } prop_meta = { "classic": { - "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version435_241008, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), - "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), - "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), - "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), - "vp_uefi_mem_map_sp_flag_en": MoPropertyMeta("vp_uefi_mem_map_sp_flag_en", "vpUefiMemMapSpFlagEn", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), + "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version435_240037, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), + "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x2, 0, 255, None, [], []), + "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), + "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), + "vp_uefi_mem_map_sp_flag_en": MoPropertyMeta("vp_uefi_mem_map_sp_flag_en", "vpUefiMemMapSpFlagEn", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["Disabled", "Enabled", "disabled", "enabled", "platform-default"], []), }, } diff --git a/imcsdk/mometa/equipment/EquipmentFanModule.py b/imcsdk/mometa/equipment/EquipmentFanModule.py index 5c8e163..f7deed3 100644 --- a/imcsdk/mometa/equipment/EquipmentFanModule.py +++ b/imcsdk/mometa/equipment/EquipmentFanModule.py @@ -100,7 +100,7 @@ class EquipmentFanModule(ManagedObject): "operability": MoPropertyMeta("operability", "operability", "string", VersionMeta.Version151f, MoPropertyMeta.READ_ONLY, None, None, None, None, ["accessibility-problem", "auto-upgrade", "bios-post-timeout", "chassis-limit-exceeded", "config", "decomissioning", "degraded", "disabled", "discovery", "discovery-failed", "equipment-problem", "fabric-conn-problem", "fabric-unsupported-conn", "identify", "identity-unestablishable", "inoperable", "malformed-fru", "not-supported", "operable", "peer-comm-problem", "performance-problem", "post-failure", "power-problem", "powered-off", "removed", "thermal-problem", "unknown", "upgrade-problem", "voltage-problem"], []), "power": MoPropertyMeta("power", "power", "string", VersionMeta.Version151f, MoPropertyMeta.READ_ONLY, None, None, None, None, ["degraded", "error", "not-supported", "off", "offduty", "offline", "on", "online", "power-save", "test", "unknown"], []), "presence": MoPropertyMeta("presence", "presence", "string", VersionMeta.Version151f, MoPropertyMeta.READ_ONLY, None, None, None, None, ["empty", "equipped", "equipped-identity-unestablishable", "equipped-not-primary", "equipped-with-malformed-fru", "inaccessible", "mismatch", "mismatch-identity-unestablishable", "missing", "not-supported", "unauthorized", "unknown"], []), - "pwm": MoPropertyMeta("pwm", "pwm", "uint", VersionMeta.Version435_241008, MoPropertyMeta.READ_ONLY, None, None, None, None, [], []), + "pwm": MoPropertyMeta("pwm", "pwm", "uint", VersionMeta.Version435_240037, MoPropertyMeta.READ_ONLY, None, None, None, None, [], []), "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version151f, MoPropertyMeta.READ_ONLY, 0x4, 0, 255, None, [], []), "serial": MoPropertyMeta("serial", "serial", "string", VersionMeta.Version151f, MoPropertyMeta.READ_ONLY, None, 0, 510, None, [], []), "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version151f, MoPropertyMeta.READ_ONLY, 0x8, None, None, r"""((removed|created|modified|deleted),){0,3}(removed|created|modified|deleted){0,1}""", [], []), diff --git a/imcsdk/mometa/gpu/GpuInventory.py b/imcsdk/mometa/gpu/GpuInventory.py index 8aeea48..2136d0e 100644 --- a/imcsdk/mometa/gpu/GpuInventory.py +++ b/imcsdk/mometa/gpu/GpuInventory.py @@ -24,7 +24,7 @@ class GpuInventory(ManagedObject): "classic": { "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version303a, MoPropertyMeta.READ_ONLY, 0x2, 0, 255, None, [], []), - "hbm_temperature": MoPropertyMeta("hbm_temperature", "hbmTemperature", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_ONLY, None, 0, 510, None, [], []), + "hbm_temperature": MoPropertyMeta("hbm_temperature", "hbmTemperature", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_ONLY, None, 0, 510, None, [], []), "id": MoPropertyMeta("id", "id", "string", VersionMeta.Version303a, MoPropertyMeta.READ_ONLY, None, 0, 510, None, [], []), "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version303a, MoPropertyMeta.READ_ONLY, 0x4, 0, 255, None, [], []), "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version303a, MoPropertyMeta.READ_ONLY, 0x8, None, None, None, ["", "created", "deleted", "modified", "removed"], []), diff --git a/imcsdk/mometa/package/PackagePowerLimit.py b/imcsdk/mometa/package/PackagePowerLimit.py index 695bbf2..1c7ec15 100644 --- a/imcsdk/mometa/package/PackagePowerLimit.py +++ b/imcsdk/mometa/package/PackagePowerLimit.py @@ -18,23 +18,23 @@ class PackagePowerLimit(ManagedObject): naming_props = set([]) mo_meta = { - "classic": MoMeta("PackagePowerLimit", "packagePowerLimit", "power-limit", VersionMeta.Version435_241008, "InputOutput", 0x1f, [], ["admin", "read-only", "user"], ['computeBoard'], [], [None]), + "classic": MoMeta("PackagePowerLimit", "packagePowerLimit", "power-limit", VersionMeta.Version435_240037, "InputOutput", 0x1f, [], ["admin", "read-only", "user"], ['computeBoard'], [], [None]), } prop_meta = { "classic": { - "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version435_241008, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), - "config_status": MoPropertyMeta("config_status", "configStatus", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_ONLY, None, None, None, None, [], []), - "configured_ppl": MoPropertyMeta("configured_ppl", "configuredPPL", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x2, None, None, None, ["Default", "Max", "Min"], []), - "current_ppl": MoPropertyMeta("current_ppl", "currentPPL", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_ONLY, None, None, None, None, [], []), - "default_ppl": MoPropertyMeta("default_ppl", "defaultPPL", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_ONLY, None, None, None, None, [], []), - "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), - "max_ppl": MoPropertyMeta("max_ppl", "maxPPL", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_ONLY, None, None, None, None, [], []), - "min_ppl": MoPropertyMeta("min_ppl", "minPPL", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_ONLY, None, None, None, None, [], []), - "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x8, 0, 255, None, [], []), - "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["", "created", "deleted", "modified", "removed"], []), + "child_action": MoPropertyMeta("child_action", "childAction", "string", VersionMeta.Version435_240037, MoPropertyMeta.INTERNAL, None, None, None, None, [], []), + "config_status": MoPropertyMeta("config_status", "configStatus", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_ONLY, None, None, None, None, [], []), + "configured_ppl": MoPropertyMeta("configured_ppl", "configuredPPL", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x2, None, None, None, ["Default", "Max", "Min"], []), + "current_ppl": MoPropertyMeta("current_ppl", "currentPPL", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_ONLY, None, None, None, None, [], []), + "default_ppl": MoPropertyMeta("default_ppl", "defaultPPL", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_ONLY, None, None, None, None, [], []), + "dn": MoPropertyMeta("dn", "dn", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x4, 0, 255, None, [], []), + "max_ppl": MoPropertyMeta("max_ppl", "maxPPL", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_ONLY, None, None, None, None, [], []), + "min_ppl": MoPropertyMeta("min_ppl", "minPPL", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_ONLY, None, None, None, None, [], []), + "rn": MoPropertyMeta("rn", "rn", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x8, 0, 255, None, [], []), + "status": MoPropertyMeta("status", "status", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x10, None, None, None, ["", "created", "deleted", "modified", "removed"], []), }, } diff --git a/imcsdk/mometa/storage/StorageVirtualDrive.py b/imcsdk/mometa/storage/StorageVirtualDrive.py index 51fbef2..66a650f 100644 --- a/imcsdk/mometa/storage/StorageVirtualDrive.py +++ b/imcsdk/mometa/storage/StorageVirtualDrive.py @@ -110,7 +110,7 @@ class StorageVirtualDrive(ManagedObject): "fde_capable": MoPropertyMeta("fde_capable", "fdeCapable", "string", VersionMeta.Version209c, MoPropertyMeta.READ_ONLY, None, None, None, None, ["No", "Yes", "false", "no", "true", "yes"], []), "fde_enabled": MoPropertyMeta("fde_enabled", "fdeEnabled", "string", VersionMeta.Version209c, MoPropertyMeta.READ_ONLY, None, None, None, None, ["No", "Yes", "false", "no", "true", "yes"], []), "health": MoPropertyMeta("health", "health", "string", VersionMeta.Version151f, MoPropertyMeta.READ_ONLY, None, 0, 510, None, [], []), - "io_perf_mode_enabled": MoPropertyMeta("io_perf_mode_enabled", "ioPerfModeEnabled", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x8000, None, None, None, ["N/A", "disabled", "enabled"], []), + "io_perf_mode_enabled": MoPropertyMeta("io_perf_mode_enabled", "ioPerfModeEnabled", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x8000, None, None, None, ["N/A", "disabled", "enabled"], []), "name": MoPropertyMeta("name", "name", "string", VersionMeta.Version151f, MoPropertyMeta.READ_ONLY, None, 0, 510, None, [], []), "size": MoPropertyMeta("size", "size", "string", VersionMeta.Version151f, MoPropertyMeta.READ_ONLY, None, 0, 510, None, [], []), "span_depth": MoPropertyMeta("span_depth", "spanDepth", "string", VersionMeta.Version151f, MoPropertyMeta.READ_ONLY, None, 0, 510, None, [], []), diff --git a/imcsdk/mometa/storage/StorageVirtualDriveCreatorUsingUnusedPhysicalDrive.py b/imcsdk/mometa/storage/StorageVirtualDriveCreatorUsingUnusedPhysicalDrive.py index 7a7031c..318f2e5 100644 --- a/imcsdk/mometa/storage/StorageVirtualDriveCreatorUsingUnusedPhysicalDrive.py +++ b/imcsdk/mometa/storage/StorageVirtualDriveCreatorUsingUnusedPhysicalDrive.py @@ -94,8 +94,8 @@ class StorageVirtualDriveCreatorUsingUnusedPhysicalDrive(ManagedObject): "description": MoPropertyMeta("description", "description", "string", VersionMeta.Version201a, MoPropertyMeta.READ_ONLY, None, 0, 510, None, [], []), "min_required_physical_drives": MoPropertyMeta("min_required_physical_drives", "minRequiredPhysicalDrives", "string", VersionMeta.Version201a, MoPropertyMeta.READ_ONLY, None, 0, 510, None, [], []), "oper_status": MoPropertyMeta("oper_status", "operStatus", "string", VersionMeta.Version201a, MoPropertyMeta.READ_ONLY, None, 0, 510, None, [], []), - "secure_vd": MoPropertyMeta("secure_vd", "secureVd", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x10000, None, None, None, ["enable"], []), - "vd_init_type": MoPropertyMeta("vd_init_type", "vdInitType", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x20000, None, None, None, ["fast", "full"], []), + "secure_vd": MoPropertyMeta("secure_vd", "secureVd", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x10000, None, None, None, ["enable"], []), + "vd_init_type": MoPropertyMeta("vd_init_type", "vdInitType", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x20000, None, None, None, ["fast", "full"], []), }, "modular": { diff --git a/imcsdk/mometa/storage/StorageVirtualDriveCreatorUsingVirtualDriveGroup.py b/imcsdk/mometa/storage/StorageVirtualDriveCreatorUsingVirtualDriveGroup.py index 9b4d818..d84ed09 100644 --- a/imcsdk/mometa/storage/StorageVirtualDriveCreatorUsingVirtualDriveGroup.py +++ b/imcsdk/mometa/storage/StorageVirtualDriveCreatorUsingVirtualDriveGroup.py @@ -81,7 +81,7 @@ class StorageVirtualDriveCreatorUsingVirtualDriveGroup(ManagedObject): "created_virtual_drive_dn": MoPropertyMeta("created_virtual_drive_dn", "createdVirtualDriveDn", "string", VersionMeta.Version201a, MoPropertyMeta.READ_ONLY, None, 0, 510, None, [], []), "description": MoPropertyMeta("description", "description", "string", VersionMeta.Version201a, MoPropertyMeta.READ_ONLY, None, 0, 510, None, [], []), "oper_status": MoPropertyMeta("oper_status", "operStatus", "string", VersionMeta.Version201a, MoPropertyMeta.READ_ONLY, None, 0, 510, None, [], []), - "vd_init_type": MoPropertyMeta("vd_init_type", "vdInitType", "string", VersionMeta.Version435_241008, MoPropertyMeta.READ_WRITE, 0x4000, None, None, None, ["fast", "full"], []), + "vd_init_type": MoPropertyMeta("vd_init_type", "vdInitType", "string", VersionMeta.Version435_240037, MoPropertyMeta.READ_WRITE, 0x4000, None, None, None, ["fast", "full"], []), }, "modular": { diff --git a/setup.cfg b/setup.cfg index 9132426..0a68cb2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.9.15 +current_version = 0.9.16 commit = False tag = False diff --git a/setup.py b/setup.py index a7ac0c2..7c800c4 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='imcsdk', - version='0.9.15', + version='0.9.16', description="python SDK for Cisco UCS IMC", long_description=readme + '\n\n' + history, long_description_content_type='text/x-rst',