summaryrefslogtreecommitdiffstats
path: root/mof/60_LMI_PowerManagement.mof
diff options
context:
space:
mode:
Diffstat (limited to 'mof/60_LMI_PowerManagement.mof')
-rw-r--r--mof/60_LMI_PowerManagement.mof19
1 files changed, 13 insertions, 6 deletions
diff --git a/mof/60_LMI_PowerManagement.mof b/mof/60_LMI_PowerManagement.mof
index 490ad03..e71ce1a 100644
--- a/mof/60_LMI_PowerManagement.mof
+++ b/mof/60_LMI_PowerManagement.mof
@@ -18,13 +18,15 @@
* Authors: Radek Novacek <rnovacek@redhat.com>
*/
-[ Provider("cmpi:cmpiLMI_PowerManagement") ]
+[ Provider("cmpi:cmpiLMI_PowerManagement"),
+ Version("0.1.0") ]
class LMI_PowerManagementService: CIM_PowerManagementService
{
};
[ Association,
- Provider("cmpi:cmpiLMI_PowerManagement") ]
+ Provider("cmpi:cmpiLMI_PowerManagement"),
+ Version("0.1.0") ]
class LMI_AssociatedPowerManagementService: CIM_AssociatedPowerManagementService
{
[ Override("ServiceProvided"), Max(1),
@@ -36,13 +38,15 @@ class LMI_AssociatedPowerManagementService: CIM_AssociatedPowerManagementService
CIM_ComputerSystem REF UserOfService;
};
-[ Provider("cmpi:cmpiLMI_PowerManagement") ]
+[ Provider("cmpi:cmpiLMI_PowerManagement"),
+ Version("0.1.0") ]
class LMI_PowerManagementCapabilities: CIM_PowerManagementCapabilities
{
};
[ Association,
- Provider("cmpi:cmpiLMI_PowerManagement") ]
+ Provider("cmpi:cmpiLMI_PowerManagement"),
+ Version("0.1.0") ]
class LMI_HostedPowerManagementService: CIM_HostedService
{
[ Override("Antecedent"), Min(1), Max(1),
@@ -54,12 +58,15 @@ class LMI_HostedPowerManagementService: CIM_HostedService
LMI_PowerManagementService REF Dependent;
};
-[ Provider("cmpi:cmpiLMI_PowerManagement") ]
+[ Provider("cmpi:cmpiLMI_PowerManagement"),
+ Version("0.1.0") ]
class LMI_PowerConcreteJob: CIM_ConcreteJob
{
};
-[ Provider("cmpi:cmpiLMI_PowerManagement"), Association ]
+[ Association,
+ Provider("cmpi:cmpiLMI_PowerManagement"),
+ Version("0.1.0") ]
class LMI_ElementCapabilities: CIM_ElementCapabilities
{
[ Key, Min(1), Description("The managed element.") ]