(file) Return to CIM_ResourcePoolConfigurationCapabilities.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.22.0" ), 
 3                   UMLPackagePath ( "CIM::Core::Resource" ), 
 4                   Description ( 
 5                      "This class exposes the supported capabilities of a "
 6                      "ResourcePoolConfigurationService. Not all implementations will "
 7                      "support all methods on the service. Clients may use instances "
 8                      "of this class to determine which methods are supported. The "
 9                      "same method must not be listed in both lists. Implementations "
10                      "must either be non-blocking and use a Job for long running "
11                      "operations, or always block until the operation completes." )]
12               class CIM_ResourcePoolConfigurationCapabilities : CIM_Capabilities {
13               
14                     [Description ( 
15                         "This property reflects the methods of the associated "
16                         "service class that are supported that may return a Job." ), 
17                      ValueMap { "2", "3", "4", "5", "6", "7", "..", "32768..65535" }, 
18                      Values { "CreateResourcePool is supported", 
19                         "CreateChild ResourcePool is supported", 
20                         "DeleteResourcePool is supported", 
21                         "AddResourcesToResourcePool is supported", 
22 karl  1.1.2.2           "RemoveResourcesFromResourcePool is supported", 
23                         "ChangeParentResourcePool is supported", "DMTF Reserved", 
24                         "Vendor Reserved" }]
25                  uint32 AsynchronousMethodsSupported[];
26               
27                     [Description ( 
28                         "This property reflects the methods of the associated "
29                         "service class that are supported andblock until "
30                         "completed (no Job is returned.)" ), 
31                      ValueMap { "2", "3", "4", "5", "6", "7", "..", "32768..65535" }, 
32                      Values { "CreateResourcePool is supported", 
33                         "CreateChild ResourcePool is supported", 
34                         "DeleteResourcePool is supported", 
35                         "AddResourcesToResourcePool is supported", 
36                         "RemoveResourcesFromResourcePool is supported", 
37                         "CIM_ChangeParentResourcePool is supported", 
38                         "DMTF Reserved", "Vendor Reserved" }]
39                  uint32 SynchronousMethodsSupported[];
40               
41               
42               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2