summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-12-03 16:34:03 +0100
committerPeter Schiffer <pschiffe@redhat.com>2013-12-06 10:57:06 +0100
commiteee7c40c1f91e5b19eafb7b1135c57d659ec8345 (patch)
tree7bdb6e82f58cfe122d6549f2f5d2fe4ead9be011 /mof
parent2a0ab172d96c5f8eeab45641d5129aaacd78aa7a (diff)
downloadopenlmi-providers-eee7c40c1f91e5b19eafb7b1135c57d659ec8345.tar.gz
openlmi-providers-eee7c40c1f91e5b19eafb7b1135c57d659ec8345.tar.xz
openlmi-providers-eee7c40c1f91e5b19eafb7b1135c57d659ec8345.zip
Hardware: added association class DiskDriveSystemDevice
New provider: * LMI_DiskDriveSystemDeviceProvider
Diffstat (limited to 'mof')
-rw-r--r--mof/60_LMI_Hardware.mof10
1 files changed, 10 insertions, 0 deletions
diff --git a/mof/60_LMI_Hardware.mof b/mof/60_LMI_Hardware.mof
index 084dbfd..dc5da14 100644
--- a/mof/60_LMI_Hardware.mof
+++ b/mof/60_LMI_Hardware.mof
@@ -1370,3 +1370,13 @@ class LMI_DiskDriveRealizes: CIM_Realizes
LMI_DiskDrive REF Dependent;
};
+[ Version("0.5.0"), Provider("cmpi:cmpiLMI_DiskDriveSystemDevice"), Association ]
+class LMI_DiskDriveSystemDevice: CIM_SystemDevice
+{
+ [ Override("GroupComponent") ]
+ CIM_ComputerSystem REF GroupComponent;
+
+ [ Override("PartComponent") ]
+ LMI_DiskDrive REF PartComponent;
+};
+