White Papers

SMASH Collections Profile
26 Version 1.0.0a
9.5 Find All of the Settings for a System
A client can find all of the settings (CIM_SettingData instances) for the system as follows:
Find the instance of CIM_ConcreteCollection that is associated with the CIM_ComputerSystem instance
through an instance of CIM_OwningCollectionElement where the ElementName property of the
CIM_ConcreteCollection instance has a value of "Settings".
9.6 Find All of the Configuration Capacities for a System
A client can find all of the configuration capacities (CIM_ConfigurationCapacity instances) for the system
as follows:
Find the instance of CIM_ConcreteCollection that is associated with the CIM_ComputerSystem instance
through an instance of CIM_OwningCollectionElement where the ElementName property of the
CIM_ConcreteCollection instance has a value of "Capacities".
9.7 Find All of the Sensors for a System
A client can find all of the sensors (CIM_Sensor and CIM_NumericSensor instances) for the system as
follows:
Find the instance of CIM_ConcreteCollection that is associated with the CIM_ComputerSystem instance
through an instance of CIM_OwningCollectionElement where the ElementName property of the
CIM_ConcreteCollection instance has a value of "Sensors".
9.8 Find All of the Sensors for a System
A client can find all of the profiles (CIM_RegisteredProfile instances) for the system as follows:
Find the instance of CIM_ConcreteCollection that is associated with the CIM_ComputerSystem instance
through an instance of CIM_OwningCollectionElement where the ElementName property of the
CIM_ConcreteCollection instance has a value of "Profiles". Find all the associated instances of
CIM_RegisteredProfile.
10 CIM Elements
Table 4 shows the instances of CIM Elements for this profile. Instances of the CIM Elements shall be
implemented as described in Table 4. Sections 7 (“Implementation”) and 8 (“Methods”) may impose
additional requirements on these elements.
Table 4 – CIM Elements: SMASH Collections Profile
Element Name Requirement Description
Classes
CIM_ConcreteCollection Mandatory See section 10.1.
CIM_MemberOfCollection Conditional See section 10.2.
CIM_OwningCollectionElement Mandatory See section 10.3.
Indications
None defined in this profile