CIM_ResourcePoolConfigurationCapabilities class
Manages the capabilities of the CIM_ResourcePoolConfigurationService instance for a CIM_ResourcePool object.
Syntax
[Abstract, Version("2.22.0"), UMLPackagePath("CIM::Core::Resource")]
class CIM_ResourcePoolConfigurationCapabilities : CIM_Capabilities
{
uint32 AsynchronousMethodsSupported[];
uint32 SynchronousMethodsSupported[];
};
Members
The CIM_ResourcePoolConfigurationCapabilities class has these types of members:
Properties
The CIM_ResourcePoolConfigurationCapabilities class has these properties.
-
AsynchronousMethodsSupported
-
-
Data type: uint32 array
-
Access type: Read-only
The methods of the configuration service that are supported for asynchronous operations.
-
-
CreateResourcePool is supported (2)
-
CreateChild ResourcePool is supported (3)
-
DeleteResourcePool is supported (4)
-
AddResourcesToResourcePool is supported (5)
-
RemoveResourcesFromResourcePool is supported (6)
-
ChangeParentResourcePool is supported (7)
-
DMTF Reserved (..)
-
Vendor Reserved (32768..65535)
SynchronousMethodsSupported
-
Data type: uint32 array
-
Access type: Read-only
The methods of the configuration service that are supported for synchronous operations.
CreateResourcePool is supported (2)
CreateChild ResourcePool is supported (3)
DeleteResourcePool is supported (4)
AddResourcesToResourcePool is supported (5)
RemoveResourcesFromResourcePool is supported (6)
CIM_ChangeParentResourcePool is supported (7)
DMTF Reserved (..)
Vendor Reserved (32768..65535)
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8.1 |
Minimum supported server |
Windows Server 2012 R2 |
Namespace |
Root\virtualization\v2 |
MOF |
|
DLL |
|