Administrator Guide

[Association : ToInstance,
Description("This class associates DPO_Smart instance(s) with" " an instance of
DPO_HardwareInfo"),
dynamic:ToInstance,
PROVIDER("DPOProv"):ToInstance
]
class DPO_HardwareInfoToSmart
{
[key] DPO_HardwareInfo REF Antecedent;
[key] DPO_Smart REF Dependent;
};
/**************************************************************
* DPO_DIMM
* This has the DIMM information from a summary log. There
* may be multiple instances of this class for each summary file.
**************************************************************/
[Description("DIMM information for all DIMMs reported by the BIOS."),
Dynamic,Provider("DPOProv") ]
class DPO_DIMM
{
[
Description("Unique ID from the summary file."),
Key
]
string HardwareInfoGUID;
[
Description("DIMM index number starting from 0."),
Key
]
sint16 Index;
[Description("DIMM name.")]
string Name;
[Description("DIMM manufacturer's name.")]
string Manufacturer;
[Description("DIMM part number.")]
string Part;
[Description("DIMM location.")]
string Location;
[Description("DIMM serial number.")]
string Serial;
};
/**************************************************************
* DPO_HardwareInfoToDIMM
* This class associates DPO_DIMM instance(s) with an
* instance of DPO_HardwareInfo.
**************************************************************/
[Association : ToInstance,
Description("This class associates DPO_DIMM instance(s) with " "an instance of
DPO_HardwareInfo"),
dynamic:ToInstance,
PROVIDER("DPOProv"):ToInstance
]
class DPO_HardwareInfoToDIMM
{
[key] DPO_HardwareInfo REF Antecedent;
[key] DPO_DIMM REF Dependent;
};
/**************************************************************
* DPO_Logical_Drive_Info_New
* This has the new logical drive information from a summary log. There
* may be multiple instances of this class for each summary file.
**************************************************************/
50
ANHANG B – WMI Klassendefinitionsdateien