summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2014-01-08 15:46:53 +0100
committerPeter Schiffer <pschiffe@redhat.com>2014-01-09 13:42:51 +0100
commitbc16e11fb41146aee30f851bd41de9d645ad68bb (patch)
tree261d3256a1608009cd404ce729d1525eaf6d8a00 /mof
parentac94d901a2a1b9fc8683b44adeec2d3d6f9fa5bb (diff)
downloadopenlmi-providers-bc16e11fb41146aee30f851bd41de9d645ad68bb.tar.gz
openlmi-providers-bc16e11fb41146aee30f851bd41de9d645ad68bb.tar.xz
openlmi-providers-bc16e11fb41146aee30f851bd41de9d645ad68bb.zip
Hardware: added ATAProtocolEndpointProvider
New Provider: * LMI_ATAProtocolEndpoint
Diffstat (limited to 'mof')
-rw-r--r--mof/60_LMI_Hardware.mof34
1 files changed, 34 insertions, 0 deletions
diff --git a/mof/60_LMI_Hardware.mof b/mof/60_LMI_Hardware.mof
index c50ee54..d645645 100644
--- a/mof/60_LMI_Hardware.mof
+++ b/mof/60_LMI_Hardware.mof
@@ -1424,3 +1424,37 @@ class LMI_DiskDriveElementSoftwareIdentity: CIM_ElementSoftwareIdentity
LMI_DiskDrive REF Dependent;
};
+[ Version("0.5.0"), Provider("cmpi:cmpiLMI_ATAProtocolEndpoint") ]
+class LMI_ATAProtocolEndpoint: CIM_ATAProtocolEndpoint
+{
+ [ Implemented(true), Override("SystemCreationClassName") ]
+ string SystemCreationClassName;
+
+ [ Implemented(true), Override("SystemName") ]
+ string SystemName;
+
+ [ Implemented(true), Override("CreationClassName") ]
+ string CreationClassName;
+
+ [ Implemented(true), Override("ElementName") ]
+ string ElementName;
+
+ [ Implemented(true), Override("Name") ]
+ string Name;
+
+ [ Implemented(true), Override("Caption") ]
+ string Caption;
+
+ [ Implemented(true), Override("Description") ]
+ string Description;
+
+ [ Implemented(true), Override("Role") ]
+ uint16 Role;
+
+ [ Implemented(true), Override("InstanceID") ]
+ string InstanceID;
+
+ [ Implemented(true), Override("ConnectionType") ]
+ uint16 ConnectionType;
+};
+