summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-12-03 13:38:20 +0100
committerPeter Schiffer <pschiffe@redhat.com>2013-12-03 15:53:28 +0100
commit3695375f9949eea9666e7802d4fff5a13f77b553 (patch)
tree0551ecf43d6bf03b1d102240bab1fb5742d5d69b /mof
parentef66fc25bb2049246caa1c1ff0a8b3436701d594 (diff)
downloadopenlmi-providers-3695375f9949eea9666e7802d4fff5a13f77b553.tar.gz
openlmi-providers-3695375f9949eea9666e7802d4fff5a13f77b553.tar.xz
openlmi-providers-3695375f9949eea9666e7802d4fff5a13f77b553.zip
Hardware: added association class DiskDriveRealizes
New provider: * LMI_DiskDriveRealizes
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 9f6105a..084dbfd 100644
--- a/mof/60_LMI_Hardware.mof
+++ b/mof/60_LMI_Hardware.mof
@@ -1360,3 +1360,13 @@ class LMI_DiskDrive: CIM_DiskDrive
uint32 RPM;
};
+[ Version("0.5.0"), Provider("cmpi:cmpiLMI_DiskDriveRealizes"), Association ]
+class LMI_DiskDriveRealizes: CIM_Realizes
+{
+ [ Override("Antecedent") ]
+ LMI_DiskPhysicalPackage REF Antecedent;
+
+ [ Override("Dependent") ]
+ LMI_DiskDrive REF Dependent;
+};
+