(file) Return to CIM_PowerManagementCapabilities.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Core

  1 karl  1.1.2.2 // Copyright (c) 2009 DMTF.  All rights reserved.
  2                  [Version ( "2.23.0" ), 
  3                   UMLPackagePath ( "CIM::Core::PowerMgmt" ), 
  4                   Description ( 
  5                      "A class derived from Capabilities that describes the power "
  6                      "management aspects of an element (typically a system or "
  7                      "device). The element\'s power management capabilities are "
  8                      "decoupled from a PowerManagementService, since a single "
  9                      "service could apply to multiple elements, each with specific "
 10                      "capabilities." )]
 11               class CIM_PowerManagementCapabilities : CIM_Capabilities {
 12               
 13                     [Description ( 
 14                         "An enumeration indicating the specific power-related "
 15                         "capabilities of a managed element. Since this is an "
 16                         "array, multiple values may be specified. The current "
 17                         "values in the enumeration are: \n"
 18                         "0 = Unknown \n"
 19                         "1 = Other \n"
 20                         "2 = Power Saving Modes Entered Automatically, describing "
 21                         "that a managed element can change its power state based "
 22 karl  1.1.2.2           "on usage or other criteria \n"
 23                         "3 = Power State Settable, indicating that the "
 24                         "SetPowerState method is supported \n"
 25                         "4 = Power Cycling Supported, indicating that the "
 26                         "SetPowerState method can be invoked with the PowerState "
 27                         "input variable set to \'Power Cycle\' \n"
 28                         "5 = Timed Power On Supported, indicating that the "
 29                         "SetPowerState method can be invoked with the PowerState "
 30                         "input variable set to \'Power Cycle\' and the Time "
 31                         "parameter set to a specific date and time, or interval, "
 32                         "for power-on." ), 
 33                      ValueMap { "0", "1", "2", "3", "4", "5" }, 
 34                      Values { "Unknown", "Other", 
 35                         "Power Saving Modes Entered Automatically", 
 36                         "Power State Settable", "Power Cycling Supported", 
 37                         "Timed Power On Supported" }, 
 38                      MappingStrings { "MIF.DMTF|System Power Controls|001.2" }, 
 39                      ModelCorrespondence { 
 40                         "CIM_PowerManagementCapabilities.OtherPowerCapabilitiesDescriptions", 
 41                         "CIM_PowerManagementService.SetPowerState" }]
 42                  uint16 PowerCapabilities[];
 43 karl  1.1.2.2 
 44                     [Description ( 
 45                         "An array of strings describing an element\'s additional "
 46                         "power management capabilities, used when the "
 47                         "PowerCapabilities array includes the value 1, \"Other\"." ), 
 48                      ModelCorrespondence { 
 49                         "CIM_PowerManagementCapabilities.PowerCapabilities" }]
 50                  string OtherPowerCapabilitiesDescriptions[];
 51               
 52                     [Description ( 
 53                         "An enumeration that indicates the power states supported "
 54                         "by a managed element. Because this is an array, multiple "
 55                         "values can be specified. The current values in the "
 56                         "enumeration are: \n"
 57                         "2=On, corresponding to ACPI state G0 or S0 or D0. \n"
 58                         "3=Sleep - Light, corresponding to ACPI state G1, S1/S2, "
 59                         "or D1. \n"
 60                         "4=Sleep - Deep, corresponding to ACPI state G1, S3, or D2.\n"
 61                         "5=Power Cycle (Off - Soft), corresponding to ACPI state "
 62                         "G2, S5, or D3, but where the managed element is set to "
 63                         "return to power state \"On\" at a pre-determined time. \n"
 64 karl  1.1.2.2           "6=Off - Hard, corresponding to ACPI state G3, S5, or D3. \n"
 65                         "7=Hibernate (Off - Soft), corresponding to ACPI state "
 66                         "S4, where the state of the managed element is preserved "
 67                         "and will be recovered upon powering on. \n"
 68                         "8=Off - Soft, corresponding to ACPI state G2, S5, or D3. "
 69                         "9= Power Cycle (Off-Hard), corresponds to the managed "
 70                         "element reaching the ACPI state G3 followed by ACPI "
 71                         "state S0. \n"
 72                         "10=Master Bus Reset, corresponds to the system reaching "
 73                         "ACPI state S5 followed by ACPI state S0. This is used to "
 74                         "represent system master bus reset. 11=Diagnostic "
 75                         "Interrupt (NMI), corresponding to the system reaching "
 76                         "ACPI state S5 followed by ACPI state S0. This is used to "
 77                         "represent system non-maskable interrupt. 12=Off - Soft "
 78                         "Graceful, equivalent to Off Soft but preceded by a "
 79                         "request to the managed element to perform an "
 80                         "orderlyshutdown. \n"
 81                         "13=Off - Hard Graceful, equivalent to Off Hard but "
 82                         "preceded by a request to the managed element to perform "
 83                         "an orderly shutdown. \n"
 84                         "14=Master Bus Rest Graceful, equivalent to Master Bus "
 85 karl  1.1.2.2           "Reset but preceded by a request to the managed element "
 86                         "to perform an orderly shutdown. \n"
 87                         "15=Power Cycle (Off - Soft Graceful), equivalent to "
 88                         "Power Cycle (Off - Soft) but preceded by a request to "
 89                         "the managed element to perform an orderly shutdown. \n"
 90                         "16=Power Cycle (Off - Hard Graceful), equivalent to "
 91                         "Power Cycle (Off - Hard) but preceded by a request to "
 92                         "the managed element to perform an orderly shutdown. \n"
 93                         "..=DMTF Reserved. \n"
 94                         "0x7FFF..0xFFFF = Vendor Specific." ), 
 95                      ValueMap { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", 
 96                         "11", "12", "13", "14", "15", "16", "..", "0x7FFF..0xFFFF" }, 
 97                      Values { "Other", "On", "Sleep - Light", "Sleep -Deep", 
 98                         "Power Cycle (Off - Soft)", "Off - Hard", 
 99                         "Hibernate (Off - Soft)", "Off - Soft", 
100                         "Power Cycle (Off-Hard)", "Master Bus Reset", 
101                         "Diagnostic Interrupt (NMI)", "Off - Soft Graceful", 
102                         "Off - Hard Graceful", "Master Bus Reset Graceful", 
103                         "Power Cycle (Off - Soft Graceful)", 
104                         "Power Cycle (Off - Hard Graceful)", "DMTF Reserved", 
105                         "Vendor Specific" }, 
106 karl  1.1.2.2        MappingStrings { "IEEE P1621 | 3.2" }, 
107                      ModelCorrespondence { 
108                         "CIM_PowerManagementService.RequestPowerStateChange", 
109                         "CIM_AssociatedPowerManagementService.PowerState" }]
110                  uint16 PowerStatesSupported[];
111               
112                     [Description ( 
113                         "An enumeration indicating the specific power-related "
114                         "capabilities of a managed element. Since this is an "
115                         "array, multiple values may be specified. The current "
116                         "values in the enumeration are: \n"
117                         "0 = Unknown \n"
118                         "1 = Other \n"
119                         "2 = Power Saving Modes Entered Automatically, describing "
120                         "that a managed element can change its power state based "
121                         "on usage or other criteria \n"
122                         "3 = Power State Settable, indicating that the "
123                         "RequestPowerStateChange method is supported \n"
124                         "4 = Power Cycling Supported, indicating that the "
125                         "RequestPowerStateChange method can be invoked with the "
126                         "PowerState input variable set to \'Power Cycle (Off "
127 karl  1.1.2.2           "Soft)\' \n"
128                         "5 = Timed Power On Supported, indicating that the "
129                         "RequestPowerStateChange method can be invoked with the "
130                         "PowerState input variable set to \'Power On\' and the "
131                         "Time parameter set to a specific date and time, or "
132                         "interval, for power-on.8 = Graceful Shutdown Supported, "
133                         "indicating that the managed element can be sent a "
134                         "hardware signal requesting an orderly shutdown prior to "
135                         "the requested power state change." ), 
136                      ValueMap { "0", "1", "2", "3", "4", "5", "6", "7", "8" }, 
137                      Values { "Unknown", "Other", 
138                         "Power Saving Modes Entered Automatically", 
139                         "Power State Settable", "Power Cycling Supported", 
140                         "Timed Power On Supported", 
141                         "Off Hard Power Cycling Supported", "HW Reset Supported", 
142                         "Graceful Shutdown Supported" }, 
143                      ModelCorrespondence { 
144                         "CIM_PowerManagementService.RequestPowerStateChange", 
145                         "CIM_PowerManagementCapabilities.OtherPowerChangeCapabilities" }]
146                  uint16 PowerChangeCapabilities[];
147               
148 karl  1.1.2.2       [Description ( 
149                         "A string describing the additional power management "
150                         "capabilities of the element, used when the "
151                         "PowerChangeCapabilities is set to the value 1, \"Other\"." ), 
152                      ModelCorrespondence { 
153                         "CIM_PowerManagementCapabilities.PowerChangeCapabilities" }]
154                  string OtherPowerChangeCapabilities;
155               
156                     [Description ( 
157                         "An enumeration that indicates the requested power states "
158                         "supported by the power management service. Because this "
159                         "is an array, multiple values can be specified. The "
160                         "current values in the enumeration are: \n"
161                         "2=On, corresponding to ACPI state G0 or S0 or D0. \n"
162                         "3=Sleep - Light, corresponding to ACPI state G1, S1/S2, "
163                         "or D1. \n"
164                         "4=Sleep - Deep, corresponding to ACPI state G1, S3, or D2.\n"
165                         "5=Power Cycle (Off - Soft), corresponding to ACPI state "
166                         "G2, S5, or D3, but where the managed element is set to "
167                         "return to power state \"On\" at a pre-determined time. \n"
168                         "6=Off - Hard, corresponding to ACPI state G3, S5, or D3. \n"
169 karl  1.1.2.2           "7=Hibernate (Off - Soft), corresponding to ACPI state "
170                         "S4, where the state of the managed element is preserved "
171                         "and will be recovered upon powering on. \n"
172                         "8=Off - Soft, corresponding to ACPI state G2, S5, or D3. "
173                         "9= Power Cycle (Off-Hard), corresponds to the managed "
174                         "element reaching the ACPI state G3 followed by ACPI "
175                         "state S0. \n"
176                         "10=Master Bus Reset, corresponds to the system reaching "
177                         "ACPI state S5 followed by ACPI state S0. This is used to "
178                         "represent system master bus reset. 11=Diagnostic "
179                         "Interrupt (NMI), corresponding to the system reaching "
180                         "ACPI state S5 followed by ACPI state S0. This is used to "
181                         "represent system non-maskable interrupt. 12=Off - Soft "
182                         "Graceful, equivalent to Off Soft but preceded by a "
183                         "request to the managed element to perform an "
184                         "orderlyshutdown. \n"
185                         "13=Off - Hard Graceful, equivalent to Off Hard but "
186                         "preceded by a request to the managed element to perform "
187                         "an orderly shutdown. \n"
188                         "14=Master Bus Rest Graceful, equivalent to Master Bus "
189                         "Reset but preceded by a request to the managed element "
190 karl  1.1.2.2           "to perform an orderly shutdown. \n"
191                         "15=Power Cycle (Off - Soft Graceful), equivalent to "
192                         "Power Cycle (Off - Soft) but preceded by a request to "
193                         "the managed element to perform an orderly shutdown. \n"
194                         "16=Power Cycle (Off - Hard Graceful), equivalent to "
195                         "Power Cycle (Off - Hard) but preceded by a request to "
196                         "the managed element to perform an orderly shutdown. \n"
197                         "17=Diagnostic Interrupt (INIT), equivalent to Diagnostic "
198                         "Interrupt (NMI) but performed by an INIT switch instead "
199                         "because the NMI signal is masked. \n"
200                         "..=DMTF Reserved. \n"
201                         "0x7FFF..0xFFFF = Vendor Specific." ), 
202                      ValueMap { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", 
203                         "11", "12", "13", "14", "15", "16", "17", "..", 
204                         "0x7FFF..0xFFFF" }, 
205                      Values { "Other", "On", "Sleep - Light", "Sleep -Deep", 
206                         "Power Cycle (Off - Soft)", "Off - Hard", 
207                         "Hibernate (Off - Soft)", "Off - Soft", 
208                         "Power Cycle (Off-Hard)", "Master Bus Reset", 
209                         "Diagnostic Interrupt (NMI)", "Off - Soft Graceful", 
210                         "Off - Hard Graceful", "Master Bus Reset Graceful", 
211 karl  1.1.2.2           "Power Cycle (Off - Soft Graceful)", 
212                         "Power Cycle (Off - Hard Graceful)", 
213                         "Diagnostic Interrupt (INIT)", "DMTF Reserved", 
214                         "Vendor Specific" }, 
215                      MappingStrings { "IEEE P1621 | 3.2" }, 
216                      ModelCorrespondence { 
217                         "CIM_PowerManagementCapabilities.PowerStatesSupported", 
218                         "CIM_PowerManagementService.RequestPowerStateChange", 
219                         "CIM_AssociatedPowerManagementService.PowerState" }]
220                  uint16 RequestedPowerStatesSupported[];
221               
222               
223               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2