CIM Reference Guide
130 Dell-Defined Classes
uint8 TrustedPlatformModule;
};
// ==================================================
// DELL_SDCardDevice
// ==================================================
[Dynamic, Provider("dccim32"): ToInstance,
Description (
"This class defines the management SD card devices,
and relative info.")]
class DELL_SDCardDevice : CIM_LogicalDevice
{
[Description ("The enumeration of storage device
type"),
ValueMap {"1", "2", "3", "4"},
Values {"Other", "Unknown", "Hypervisor SD",
"Virtual Flash SD"}]
uint8 sdType;
[Description ("The licensing info of SD media"),
ValueMap {"0", "1", "2"},
Values {"Unknown", "Unlicensed", "Licensed"}]
uint8 sdCertified;
[Description ("Boolean value to determine the SD
device presence or not")]
boolean isSDCardPresent;