CIM_ElementCapacity class
The CIM_ElementCapacity class associates a CIM_PhysicalCapacity object with one or more physical elements. It associates a description of the minimum and maximum hardware requirements (or capabilities) to the physical elements being described.
Important
The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.
Syntax
[Abstract, Association, UUID("{FAF76B6A-798C-11D2-AAD1-006008C78BC7}"), AMENDMENT]
class CIM_ElementCapacity
{
CIM_PhysicalCapacity REF Capacity;
CIM_PhysicalElement REF Element;
};
Members
The CIM_ElementCapacity class has these types of members:
Properties
The CIM_ElementCapacity class has these properties.
-
Capacity
-
-
Data type: CIM_PhysicalCapacity
-
Access type: Read-only
Reference to the CIM_PhysicalCapacity class that describes the minimum and maximum requirements and the ability to support different types of hardware for a physical element.
-
-
Element
-
-
Data type: CIM_PhysicalElement
-
Access type: Read-only
-
Qualifiers: Min (1)
Reference to the physical element being described.
-
Remarks
WMI does not implement this class.
This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|