summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2014-02-12 14:32:13 +0100
committerPeter Schiffer <pschiffe@redhat.com>2014-02-14 10:05:05 +0100
commit0440fdf8c954e2199ccee9c69afb5ec61203f53d (patch)
tree26e89732beef70c35f53f090e0722042cb2263b7 /mof
parent09060b6b95fc0e6a00142a7e5e141797a1ee28ca (diff)
downloadopenlmi-providers-0440fdf8c954e2199ccee9c69afb5ec61203f53d.tar.gz
openlmi-providers-0440fdf8c954e2199ccee9c69afb5ec61203f53d.tar.xz
openlmi-providers-0440fdf8c954e2199ccee9c69afb5ec61203f53d.zip
Hardware: added VirtualMachine field to the Chassis provider
Diffstat (limited to 'mof')
-rw-r--r--mof/60_LMI_Hardware.mof5
1 files changed, 4 insertions, 1 deletions
diff --git a/mof/60_LMI_Hardware.mof b/mof/60_LMI_Hardware.mof
index 4639978..977ddad 100644
--- a/mof/60_LMI_Hardware.mof
+++ b/mof/60_LMI_Hardware.mof
@@ -511,7 +511,7 @@ class LMI_MemorySystemDevice: CIM_SystemDevice
* Physical Asset
*/
-[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Chassis") ]
+[ Version("0.3.0"), Provider("cmpi:cmpiLMI_Chassis") ]
class LMI_Chassis: CIM_Chassis
{
[ Implemented(true), Description("Product name.") ]
@@ -567,6 +567,9 @@ class LMI_Chassis: CIM_Chassis
[ Implemented(true), Override("NumberOfPowerCords") ]
uint16 NumberOfPowerCords;
+
+ [ Implemented(true), Description("Type of virtualization technology.") ]
+ string VirtualMachine;
};
[ Version("0.2.0"), Provider("cmpi:cmpiLMI_Baseboard") ]