summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorRoman Rakus <rrakus@redhat.com>2013-06-26 16:39:57 +0200
committerRoman Rakus <rrakus@redhat.com>2013-07-01 11:32:25 +0200
commit17155ddc8f2d7168a8f6f6fa24439342758d3125 (patch)
treeb917be9030dd0d64be5d701b20d4d410da3350ce /mof
parent9382852767bcd560fa14e9cdbbbc8764fdf4dd91 (diff)
downloadopenlmi-providers-17155ddc8f2d7168a8f6f6fa24439342758d3125.tar.gz
openlmi-providers-17155ddc8f2d7168a8f6f6fa24439342758d3125.tar.xz
openlmi-providers-17155ddc8f2d7168a8f6f6fa24439342758d3125.zip
Account: Indications for creation and deletion
Signed-off-by: Roman Rakus <rrakus@redhat.com>
Diffstat (limited to 'mof')
-rw-r--r--mof/60_LMI_Account.mof15
1 files changed, 15 insertions, 0 deletions
diff --git a/mof/60_LMI_Account.mof b/mof/60_LMI_Account.mof
index d79db35..f64cc15 100644
--- a/mof/60_LMI_Account.mof
+++ b/mof/60_LMI_Account.mof
@@ -308,3 +308,18 @@ class LMI_SettingsDefineAccountCapabilities: CIM_SettingsDefineCapabilities
Description("The default enforced setting for new Accounts") ]
LMI_AccountSettingData REF PartComponent;
};
+
+[ Indication,
+ Provider("cmpi:cmpiLMI_Account"),
+ Description("Account Instance Creation Indication") ]
+class LMI_AccountInstanceCreationIndication: CIM_InstCreation
+{
+};
+
+[ Indication,
+ Provider("cmpi:cmpiLMI_Account"),
+ Description("Account Instance Deletion Indication") ]
+class LMI_AccountInstanceDeletionIndication: CIM_InstDeletion
+{
+};
+