summaryrefslogtreecommitdiffstats
path: root/mof
diff options
context:
space:
mode:
authorPeter Schiffer <pschiffe@redhat.com>2013-07-01 17:55:01 +0200
committerPeter Schiffer <pschiffe@redhat.com>2013-07-01 17:55:01 +0200
commit97e91dad827394d5f7153b7c7429dbc074529618 (patch)
tree0a18a5f78b2f2b14173fe45522acc047fccde3e6 /mof
parent6fab15ca48be60d128ae68c051bd93b346ff1ab6 (diff)
parent17155ddc8f2d7168a8f6f6fa24439342758d3125 (diff)
downloadopenlmi-providers-97e91dad827394d5f7153b7c7429dbc074529618.tar.gz
openlmi-providers-97e91dad827394d5f7153b7c7429dbc074529618.tar.xz
openlmi-providers-97e91dad827394d5f7153b7c7429dbc074529618.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providers
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
+{
+};
+