Administrator Guide

附录 B - WMI 类定义文件
/**************************************************************
* DPOProv.mof
* Last Updated: 03/06/2015
* This file defines the classes exposed by "dpoProv".
**************************************************************/
#pragma autorecover
#pragma namespace("\\\\.\\root\\cimv2")
instance of __Namespace
{
Name = "DPO" ;
};
#pragma namespace("\\\\.\\root\\cimv2\\DPO")
/**************************************************************
* DPO_HardwareInfo
* There is one instance of this class for each summary
* file present on the system.
* The instance will contain all the hardware data and
* the statistics from the summary file.
* HardwareInfoGUID is the unique ID from the summary file.
* HardwareInfoGUID associates this instance with
* with instances of other dependent classes that may have
* multiple instances (eg. DPO_Monitor. DPO_BiosInternalLogs etc.)
**************************************************************/
[Description("An instance of this class contains all the hardware data and "
" statistics from a summary file."),
Dynamic,Provider("DPOProv") ]
class DPO_HardwareInfo
{
[
Description("Unique ID from the summary file."),
Key
]string HardwareInfoGUID;
[Description("Revision of Dell Data Vault.")]
string DDV_Revision;
[Description("Date/time when the summary file was created.")]
string File_Creation_Datetime;
[Description("Date/time when Dell Data Vault began collecting the raw data.")]
string Data_Begining_Date;
[Description("Date/time when Dell Data Vault stopped collecting the raw data and generated
the statistics.")]
string Data_Ending_Date;
[Description("Indicates whether this summary was created on service startup, regular timer or
on demand.")]
string Summary_Type;
[Description("Service Tag of the system obtained from the BIOS.")]
string System_Service_Tag;
[Description("Customer Name 1")]
string Customer_Name_1;
[Description("Customer Name 2")]
string Customer_Name_2;
[Description("Customer Name 3")]
string Customer_Name_3;
[Description("Customer specific data 1")]
string Customer_Defined_1;
[Description("Customer specific data 2")]
string Customer_Defined_2;
[Description("Customer specific data 3")]
string Customer_Defined_3;
[Description("System Model")]
string System_Model;
[Description("ePPID of the motherboard obtained from the BIOS.")]
B
26 附录 B - WMI 类定义文件