CIM_ResourcePoolConfigurationCapabilities class

Manages the capabilities of the CIM_ResourcePoolConfigurationService instance for a CIM_ResourcePool object. Not all implementations support all methods of CIM_ResourcePoolConfigurationService. Clients can use instances of CIM_ResourcePoolConfigurationCapabilities to determine which methods are supported. The same method must not supported for both synchronous and asynchronous operations. Implementations must either perform asynchronously and use a job for long running operations, or perform synchronously until the operation completes.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Abstract, Experimental, Version("2.13.0"), AMENDMENT]
class CIM_ResourcePoolConfigurationCapabilities : CIM_Capabilities
{
  string Caption;
  string Description;
  string InstanceID;
  string ElementName;
  uint32 SupportedSyncMethods[];
  uint32 SupportedAsyncMethods[];
};

Members

The CIM_ResourcePoolConfigurationCapabilities class has these types of members:

Methods

The CIM_ResourcePoolConfigurationCapabilities class has these methods.

Method Description
CreateGoalSettings Creates a set of supported SettingData elements, from two sets of SettingData elements, provided by the caller.
This method is inherited from CIM_Capabilities.

Properties

The CIM_ResourcePoolConfigurationCapabilities class has these properties.

Caption

Data type: string

Access type: Read-only

Qualifiers: MaxLen (64)

A short textual description of the object.

This property is inherited from CIM_ManagedElement.

Description

Data type: string

Access type: Read-only

A textual description of the object.

This property is inherited from CIM_ManagedElement.

ElementName

Data type: string

Access type: Read-only

Qualifiers: Required

The user friendly name for this class instance. In addition, the user friendly name can be used as a index property for a query. This value does not have to be unique within its namespace.

This property is inherited from CIM_Capabilities.

InstanceID

Data type: string

Access type: Read-only

Qualifiers: Key

Uniquely and opaquely identifies an instance of this class within the scope of the containing namespace.

[!Important]

In order to ensure uniqueness within the namespace, the value of the InstanceID property should be constructed in the following pattern: OrgID:LocalID

OrgID must include a copyrighted, trademarked or otherwise unique name that is owned by the business entity that defines the InstanceID, or be a registered ID that is assigned by a recognized global authority. This pattern is similar to the structure of schema class names. In addition, to ensure uniqueness, the first colon in InstanceID must be between the OrgID andLocalID. Therefore the OrgID must not contain a colon (':').

LocalID is chosen by the business entity and should not be re-used to identify different underlying real-world elements.

If the above pattern is not used, the defining entity must assure that the resultant InstanceID value is not re-used across any InstanceID properties that are produced by this provider or other providers for this namespace.

For Distributed Management Task Force (DMTF) defined instances, the pattern must be used with the OrgID set to CIM.

This property is inherited from CIM_Capabilities.

SupportedAsyncMethods

Data type: uint32 array

Access type: Read-only

The supported async methods.

CreateResourcePool is supported (2)

CreateSubResourcePool is supported (3)

DeleteResourcePool is supported (4)

AddResourcesToResourcePool is supported (5)

RemoveResourcesFromResourcePool is supported (6)

DMTF Reserved (..)

Vendor Reserved (32768..65535)

SupportedSyncMethods

Data type: uint32 array

Access type: Read-only

The supported sync methods.

CreateResourcePool is supported (2)

CreateSubResourcePool is supported (3)

DeleteResourcePool is supported (4)

AddResourcesToResourcePool is supported (5)

RemoveResourcesFromResourcePool is supported (6)

DMTF Reserved (..)

Vendor Reserved (32768..65535)

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
End of client support
None supported
End of server support
Windows Server 2012 R2
Namespace
Root\virtualization
MOF
WindowsVirtualization.mof

See also

CIM_Capabilities