Reference Guide

120 Dell-Defined Classes
DELL_PowerConsumptionData REF Dependent;
};
// ==================================================
// DELL_BIOSSettings
// ==================================================
[Dynamic, Provider("dccim32"): ToInstance,
Description (
"This class defines properties used for setting
parameters in the DellSystem Management BIOS."),
DisplayName("BIOS Settings")]
class DELL_BIOSSettings : CIM_ManagedSystemElement
{
[key, read, Description(
"This property defines the instance ID of this
class."),
DisplayName("Dell Instance ID")]
uint32 DellInstanceID;
[read, Description (
"Enables or Disables the Trusted Platform Module
(TPM)."),
DisplayName("TPM Security"),
ValueMap{"0", "1", "2", "3", "4"},
Values{"Other", "Unsupported", "Off", "On with BIOS
Measurement",
"On without BIOS Measurement" }]
uint8 TrustedPlatformModule;
};
book.book Page 120 Tuesday, February 26, 2008 9:21 AM