summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
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;
+};
+