Msvm_ResourcePoolConfigurationCapabilities class
Describes the capabilities of the associated Msvm_ResourcePoolConfigurationService class. Clients can use instances of this class to determine which methods are supported synchronously or asynchronously. The same method must not be in both lists. Method implementations must either be synchronous or asynchronous.
The following syntax is simplified Managed Object Format (MOF) code, and it includes all of the inherited properties.
Syntax
[Dynamic, Provider("VmmsWmiInstanceAndMethodProvider")]
class Msvm_ResourcePoolConfigurationCapabilities : CIM_Capabilities
{
string InstanceID;
string Caption = "Resource Pool Configuration Capabilities";
string Description = "Microsoft Resource Pool Configuration Capabilities";
string ElementName = "Resource Pool Configuration Capabilities";
uint32 AsynchronousMethodsSupported[];
uint32 SynchronousMethodsSupported[];
};
Members
The Msvm_ResourcePoolConfigurationCapabilities class has these types of members:
Properties
The Msvm_ResourcePoolConfigurationCapabilities class has these properties.
-
AsynchronousMethodsSupported
-
-
Data type: uint32 array
-
Access type: Read-only
An array of method identifiers, each identifying a method of the Msvm_ResourcePoolConfigurationService class that is supported asynchronously by the implementation.
-
-
DMTF Reserved (..)
-
CreatePool is supported (32768)
-
ChangePoolResources is supported (32769)
-
ChangePoolSettings is supported (32770)
-
DeletePool is supported (32771)
-
Vendor Reserved (32772..65535)
Caption
-
Data type: string
-
Access type: Read-only
A short description of the object. This property is inherited from CIM_ManagedElement, and it is always set to "Resource Pool Configuration Capabilities".
Description
-
Data type: string
-
Access type: Read-only
A description of the object. This property is inherited from CIM_ManagedElement, and it is always set to "Microsoft Resource Pool Configuration Capabilities".
ElementName
-
Data type: string
-
Access type: Read-only
A display name for the object. This property is inherited from CIM_ManagedElement, and it is always set to "Resource Pool Configuration Capabilities".
InstanceID
-
Data type: string
-
Access type: Read-only
-
Qualifiers: Key
Uniquely identifies an instance of this class. This property is inherited from CIM_ManagedElement.
SynchronousMethodsSupported
-
Data type: uint32 array
-
Access type: Read-only
An array of method identifiers, each identifying a method of the Msvm_ResourcePoolConfigurationService class that is supported synchronously by the implementation.
DMTF Reserved (..)
CreatePool is supported (32768)
ChangePoolResources is supported (32769)
ChangePoolSettings is supported (32770)
DeletePool is supported (32771)
Vendor Reserved (32772..65535)
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8.1 [desktop apps only] |
Minimum supported server |
Windows Server 2012 R2 [desktop apps only] |
Namespace |
Root\Virtualization\V2 |
MOF |
|
DLL |
|