summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorVitezslav Crhonek <vcrhonek@redhat.com>2013-12-02 16:11:08 +0100
committerVitezslav Crhonek <vcrhonek@redhat.com>2013-12-02 16:11:08 +0100
commit8e995d10dcf6741960c2ea7633fcd2b5cc252870 (patch)
treefcc9f3341a08dc8e97fdfc6617086701e9b9fc1d /mof
parentf47c906dc30690da4fb318107e1c53f53ba648d0 (diff)
downloadopenlmi-providers-8e995d10dcf6741960c2ea7633fcd2b5cc252870.tar.gz
openlmi-providers-8e995d10dcf6741960c2ea7633fcd2b5cc252870.tar.xz
openlmi-providers-8e995d10dcf6741960c2ea7633fcd2b5cc252870.zip
Service: Support indications on instance property modification.
Diffstat (limited to 'mof')
-rw-r--r--mof/60_LMI_Service.mof7
1 files changed, 7 insertions, 0 deletions
diff --git a/mof/60_LMI_Service.mof b/mof/60_LMI_Service.mof
index 1a86fec..a257eb2 100644
--- a/mof/60_LMI_Service.mof
+++ b/mof/60_LMI_Service.mof
@@ -45,3 +45,10 @@ class LMI_Service: CIM_Service
uint32 TurnServiceOff();
};
+
+[ Version("0.2.0"), Indication,
+ Provider("cmpi:cmpiLMI_Service"),
+ Description("Service Instance Modification Indication") ]
+class LMI_ServiceInstanceModificationIndication: CIM_InstModification
+{
+};