summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-12-17 16:36:23 +0100
committerPeter Schiffer <pschiffe@redhat.com>2013-12-19 13:51:14 +0100
commit0aabbce2a9d7e21a7ff5e4118b1ac7b98f5aa06b (patch)
treebbec4d433fea90cfacda1b662610a9f38faa3ed8 /mof
parent2eaeadd8e8609bbde5f5a0a141946c9cd7cc0216 (diff)
downloadopenlmi-providers-0aabbce2a9d7e21a7ff5e4118b1ac7b98f5aa06b.tar.gz
openlmi-providers-0aabbce2a9d7e21a7ff5e4118b1ac7b98f5aa06b.tar.xz
openlmi-providers-0aabbce2a9d7e21a7ff5e4118b1ac7b98f5aa06b.zip
Hardware: added DiskDriveElementSoftwareIdentity association
New provider: * LMI_DiskDriveElementSoftwareIdentity
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 c094208..c50ee54 100644
--- a/mof/60_LMI_Hardware.mof
+++ b/mof/60_LMI_Hardware.mof
@@ -1414,3 +1414,13 @@ class LMI_DiskDriveSoftwareIdentity: CIM_SoftwareIdentity
boolean IsLargeBuildNumber;
};
+[ Version("0.5.0"), Provider("cmpi:cmpiLMI_DiskDriveElementSoftwareIdentity"), Association ]
+class LMI_DiskDriveElementSoftwareIdentity: CIM_ElementSoftwareIdentity
+{
+ [ Override("Antecedent") ]
+ LMI_DiskDriveSoftwareIdentity REF Antecedent;
+
+ [ Override("Dependent") ]
+ LMI_DiskDrive REF Dependent;
+};
+