Class CIM_ConfigurationReportingService
extends CIM_Service

Service to provide reports on current configuration and potential for growth. The service may be used in several circumstances: - To report growth potential (how many can I have) - To report information on objects not directly modeled for performance or other reasons. It can also report counts of 'things' or counts of 'units'. For example, the number of disk drives could be reported or the capacity that they would provide.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_ManagedSystemElement
   |
   +--CIM_LogicalElement
   |
   +--CIM_EnabledLogicalElement
   |
   +--CIM_Service
   |
   +--CIM_ConfigurationReportingService

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringService to provide reports on current configuration and potential for growth. The service may be used in several circumstances: - To report growth potential (how many can I have) - To report information on objects not directly modeled for performance or other reasons. It can also report counts of 'things' or counts of 'units'. For example, the number of disk drives could be reported or the capacity that they would provide.
UMLPackagePathstringCIM::Device::StorageServices
Versionstring2.7.0

Class Properties

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CommunicationStatusuint16CIM_ManagedSystemElement
CreationClassNamestringCIM_Service
DescriptionstringCIM_ManagedElement
DetailedStatusuint16CIM_ManagedSystemElement
ElementNamestringCIM_ManagedElement
EnabledDefaultuint16CIM_EnabledLogicalElement
EnabledStateuint16CIM_EnabledLogicalElement
Generationuint64CIM_ManagedElement
HealthStateuint16CIM_ManagedSystemElement
InstallDatedatetimeCIM_ManagedSystemElement
InstanceIDstringCIM_ManagedElement
LoSIDstringCIM_Service
LoSOrgIDstringCIM_Service
NamestringCIM_Service
OperatingStatusuint16CIM_ManagedSystemElement
OtherEnabledStatestringCIM_EnabledLogicalElement
PrimaryOwnerContactstringCIM_Service
PrimaryOwnerNamestringCIM_Service
PrimaryStatusuint16CIM_ManagedSystemElement
RequestedStateuint16CIM_EnabledLogicalElement
StartedbooleanCIM_Service
StartModestringCIM_Service
StatusstringCIM_ManagedSystemElement
SystemCreationClassNamestringCIM_Service
SystemNamestringCIM_Service
TimeOfLastStateChangedatetimeCIM_EnabledLogicalElement
TransitioningToStateuint16CIM_EnabledLogicalElement
AvailableRequestedStatesuint16[]CIM_EnabledLogicalElement
OperationalStatusuint16[]CIM_ManagedSystemElement
StatusDescriptionsstring[]CIM_ManagedSystemElement

Class Methods

Local Class Methods

GetClassTypes (uint32)

Method Qualifiers (GetClassTypes)

NameData TypeValue
DescriptionstringReturns a list of classes that the given Managed Element supports or has installed.
ValueMapstring0, 1, 2, 3, 4, .., 32768..65535
ValuesstringSuccess, Not Supported, Unknown, Timeout, Failed, DMTF Reserved, Vendor Specific

Method Parameters (GetClassTypes)

NameTypeQualifiers
NameData TypeValue
InquiryTypeuint16
DescriptionstringThe type of inquiry to be performed.
INbooleantrue
ValueMapstring2, 3
ValuesstringSupports, Installed
Recursiveboolean
DescriptionstringFalse : Only report on elements directly contained in/attached to the given ManagedElement. True : Report on all objects contained in/attached to the given ManagedElement.
INbooleantrue
ClassTypesstring[]
DescriptionstringArray containing the class names (typically the leaf classes) that the given ManagedElement can support or has installed.
INbooleanfalse
OUTbooleantrue
Target REF CIM_ManagedElement
DescriptionstringThe target of query, for example a rack or a chassis.
INbooleantrue

GetUnitTypes (uint32)

Method Qualifiers (GetUnitTypes)

NameData TypeValue
DescriptionstringReturns a list of UnitTypes that are installed for a given ClassType on a given ManagedElement.
ValueMapstring0, 1, 2, 3, 4, .., 32768..65535
ValuesstringSuccess, Not Supported, Unknown, Timeout, Failed, DMTF Reserved, Vendor Specific

Method Parameters (GetUnitTypes)

NameTypeQualifiers
NameData TypeValue
ClassTypestring
DescriptionstringThe ClassType for the query. This should be a entry returned in the GetClassTypes.ClassTypes property.
INbooleantrue
InquiryTypeuint16
DescriptionstringThe type of inquiry to be performed.
INbooleantrue
ValueMapstring2, 3
ValuesstringSupported, Installed
Recursiveboolean
DescriptionstringFalse : Only report on elements directly contained in/attached to the given ManagedElement. True : Report on all objects contained in/attached to the given ManagedElement.
INbooleantrue
UnitTypesuint16[]
DescriptionstringA list of supported UnitTypes.
INbooleanfalse
ModelCorrespondencestringCIM_ConfigurationReportingService.ReportCapacity(UnitType)
OUTbooleantrue
ValueMapstring2, 3, 4, 5, 6, 7, 8, 9, 10, .., 32768..65535
ValuesstringNone, Front Side, Back Side, Contained, Connected, I/O, Memory, StorageMediaLocation, Megabytes, DMTF Reserved, Vendor Specific
Target REF CIM_ManagedElement
DescriptionstringThe target of query, for example a rack or a chassis.
INbooleantrue

ReportCapacity (uint32)

Method Qualifiers (ReportCapacity)

NameData TypeValue
DescriptionstringReturns the maximum number supported or the number of currently installed units for the given UnitType, for a given ClassType on a given ManagedElement.
ValueMapstring0, 1, 2, 3, 4, .., 32768..65535
ValuesstringSuccess, Not Supported, Unknown, Timeout, Failed, DMTF Reserved, Vendor Specific

Method Parameters (ReportCapacity)

NameTypeQualifiers
NameData TypeValue
ClassTypestring
DescriptionstringThe ClassType for the query. This should be a entry returned in the GetClassTypes.ClassTypes property.
INbooleantrue
InquiryTypeuint16
DescriptionstringThe type of inquiry to be performed.
INbooleantrue
ValueMapstring2, 3
ValuesstringSupported, Installed
NumberOfUnitsuint64
DescriptionstringThe maximum number of supported or the number of currently installed units.
INbooleanfalse
OUTbooleantrue
Recursiveboolean
DescriptionstringFalse : Only report on elements directly contained in/attached to the given ManagedElement. True : Report on all objects contained in/attached to the given ManagedElement.
INbooleantrue
UnitTypeuint16
DescriptionstringThe UnitType for the query.
INbooleantrue
ModelCorrespondencestringCIM_ConfigurationReportingService.GetUnitTypes(UnitTypes)
ValueMapstring2, 3, 4, 5, 6, 7, 8, 9, 10, .., 32768..65535
ValuesstringNone, Front Side, Back Side, Contained, Connected, I/O, Memory, StorageMediaLocation, Megabytes, DMTF Reserved, Vendor Specific
Target REF CIM_ManagedElement
DescriptionstringThe target of query, for example a rack or a chassis.
INbooleantrue

Inherited Class Methods

NameReturn TypeClass Origin
ChangeAffectedElementsAssignedSequenceuint32CIM_Service
RequestStateChangeuint32CIM_EnabledLogicalElement
StartServiceuint32CIM_Service
StopServiceuint32CIM_Service