Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
AllocationUnits | string | |
Description | string | This property specifies the units of allocation used by the Reservation and Limit properties. For example, when ResourceType=Processor, AllocationUnits may be set to hertz*10^6 or percent. When ResourceType=Memory, AllocationUnits may be set to bytes*10^3. The value of this property shall be a legal value of the Programmatic Units qualifier as defined in Appendix C.1 of DSP0004 V2.4 or later. |
IsPUnit | boolean | true |
Capacity | uint64 | |
Description | string | This property represents the maximum amount (in units of AllocationUnits) of reservations that the ResourcePool can support. |
ConsumedResourceUnits | string | count |
Description | string | This property specifies the units for the MaxConsumable and the Consumed properties. |
IsPUnit | boolean | true |
ModelCorrespondence | string | CIM_ResourcePool.MaxConsumableResource, CIM_ResourcePool.CurrentlyConsumedResource |
CurrentlyConsumedResource | uint64 | |
Description | string | This property specifies the amount of resource that the resource pool currently presents to consumers.
This property is different from the Reserved property in that it describes the consumers view of the resource while the Reserved property describes the producers view of the resource. |
ModelCorrespondence | string | CIM_ResourcePool.ConsumedResourceUnits |
InstanceID | string | |
Description | string | Within the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following "preferred" algorithm:
<OrgID>:<LocalID>
Where <OrgID> and <LocalID> are separated by a colon (:), and where <OrgID> must include a copyrighted, trademarked, or otherwise unique name that is owned by the business entity that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement is similar to the <Schema Name>_<Class Name> structure of Schema class names.) In addition, to ensure uniqueness, <OrgID> must not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID must appear between <OrgID> and <LocalID>.
<LocalID> is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If the above "preferred" algorithm is not used, the defining entity must ensure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance.
For DMTF-defined instances, the "preferred" algorithm must be used with the <OrgID> set to CIM. |
Key | boolean | true |
Override | string | InstanceID |
MaxConsumableResource | uint64 | |
Description | string | This property specifies the maximum of amount of consumable resource that the resource pool can present to consumers.
This property is different from the Capacity property in that it describes the consumers view of the resource while the Capacity property describes the producers view of the resource. |
ModelCorrespondence | string | CIM_ResourcePool.ConsumedResourceUnits |
OtherResourceType | string | |
Description | string | A string that describes the resource type when a well defined value is not available and ResourceType is set to 0 for Other. |
ModelCorrespondence | string | CIM_ResourcePool.ResourceType |
PoolID | string | |
Description | string | An opaque identifier for the pool. This property is used to provide correlation across save and restore of configuration data to underlying persistent storage. |
ModelCorrespondence | string | CIM_ResourceAllocationSettingData.PoolId |
Primordial | boolean | false |
Description | string | If true, "Primordial" indicates that this ResourcePool is a base from which resources are drawn and returned in the activity of resource management. Being primordial means that this ResourcePool shall not be created or deleted by consumers of this model. However, other actions, modeled or not, may affect the characteristics or size of primordial ResourcePools. If false, "Primordial" indicates that the ResourcePool, a concrete Resource Pool, is subject to resource allocation services functions. This distinction is important because higher-level ResourcePools may be assembled using the Component or ElementAllocatedFromPool associations. Although the higher-level abstractions can be created and deleted, the most basic, (i.e. primordial), hardware-based ResourcePools cannot. They are physically realized as part of the System, or are actually managed by some other System and imported as if they were physically realized. |
Reserved | uint64 | |
Description | string | This property represents the current reservations (in units of AllocationUnits) spread across all active allocations from this pool. In a hierarchical configuration, this represents the sum of all descendant ResourcePool current reservations. |
ResourceSubType | string | |
Description | string | A string describing an implementation specific sub-type for this pool. For example, this may be used to distinguish different models of the same resource type. |
ModelCorrespondence | string | CIM_ResourcePool.ResourceType |
ResourceType | uint16 | |
Description | string | The type of resource this ResourcePool may allocate. |
ModelCorrespondence | string | CIM_ResourcePool.OtherResourceType, CIM_ResourcePool.ResourceSubType |
ValueMap | string | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, .., 0x8000..0xFFFF |
Values | string | Other, Computer System, Processor, Memory, IDE Controller, Parallel SCSI HBA, FC HBA, iSCSI HBA, IB HCA, Ethernet Adapter, Other Network Adapter, I/O Slot, I/O Device, Floppy Drive, CD Drive, DVD drive, Disk Drive, Tape Drive, Storage Extent, Other storage device, Serial port, Parallel port, USB Controller, Graphics controller, IEEE 1394 Controller, Partitionable Unit, Base Partitionable Unit, Power, Cooling Capacity, Ethernet Switch Port, Logical Disk, Storage Volume, Ethernet Connection, DMTF reserved, Vendor Reserved |