summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2014-01-09 14:50:54 +0100
committerPeter Schiffer <pschiffe@redhat.com>2014-01-10 13:42:24 +0100
commit846783b577487ccbd93def33754f22d56601ab86 (patch)
treed674f9cebda9fd9d4d788d57e94c775da071a923 /mof
parent9019f10060080eff165c3e6aa3b6461748112ecc (diff)
downloadopenlmi-providers-846783b577487ccbd93def33754f22d56601ab86.tar.gz
openlmi-providers-846783b577487ccbd93def33754f22d56601ab86.tar.xz
openlmi-providers-846783b577487ccbd93def33754f22d56601ab86.zip
Hardware: added DiskDriveSAPAvailableForElementProvider
New provider: * LMI_DiskDriveSAPAvailableForElement
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 d645645..dfbd7bd 100644
--- a/mof/60_LMI_Hardware.mof
+++ b/mof/60_LMI_Hardware.mof
@@ -1458,3 +1458,13 @@ class LMI_ATAProtocolEndpoint: CIM_ATAProtocolEndpoint
uint16 ConnectionType;
};
+[ Version("0.5.0"), Provider("cmpi:cmpiLMI_DiskDriveSAPAvailableForElement"), Association ]
+class LMI_DiskDriveSAPAvailableForElement: CIM_SAPAvailableForElement
+{
+ [ Override("AvailableSAP") ]
+ LMI_ATAProtocolEndpoint REF AvailableSAP;
+
+ [ Override("ManagedElement") ]
+ LMI_DiskDrive REF ManagedElement;
+};
+