summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-07-29 14:56:09 +0200
committerPeter Schiffer <pschiffe@redhat.com>2013-07-29 14:56:09 +0200
commit9fdfb5cd97fdb803246bc5fa63b962faae4c7b47 (patch)
treea413700bd2d6fda8e27b3f9a1aec78e9cb43ceff /mof
parent6bd39a5e4f44bf757767dd8dbc3b906b0396f1ec (diff)
downloadopenlmi-providers-9fdfb5cd97fdb803246bc5fa63b962faae4c7b47.tar.gz
openlmi-providers-9fdfb5cd97fdb803246bc5fa63b962faae4c7b47.tar.xz
openlmi-providers-9fdfb5cd97fdb803246bc5fa63b962faae4c7b47.zip
Hardware: Added additional information to the LMI_Chassis
Added information about tag, model, product name and UUID to the LMI_Chassis.
Diffstat (limited to 'mof')
-rw-r--r--mof/60_LMI_Hardware.mof5
1 files changed, 5 insertions, 0 deletions
diff --git a/mof/60_LMI_Hardware.mof b/mof/60_LMI_Hardware.mof
index 2b07f36..64ee111 100644
--- a/mof/60_LMI_Hardware.mof
+++ b/mof/60_LMI_Hardware.mof
@@ -233,6 +233,11 @@ class LMI_MemorySystemDevice: CIM_SystemDevice
[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Chassis") ]
class LMI_Chassis: CIM_Chassis
{
+ [ Description("Product name.") ]
+ string ProductName;
+
+ [ Description("UUID.") ]
+ string UUID;
};
[ Version("0.1.0"), Provider("cmpi:cmpiLMI_Baseboard") ]