Application\CIM_SoftwareElementChecks.mof.mof (HTML version)

Return to index
CIM_SoftwareElementChecks
This association ties a SoftwareElement to a specific Check to validate its state or its movement to the next state. Note that SoftwareElements in a running state cannot transition to another state. Therefore, the value of the Phase property is restricted to 0 ('In-State') for SoftwareElements in the running state.
Qualifiers:Version ( "2.6.0" ) Aggregation Association
Parameters (local in grey)
Weak
Key
CIM_Check REF Check ;
The Check for the element.
Min ( 1 )
Max ( 1 )
Key
Aggregate
CIM_SoftwareElement REF Element ;
The SoftwareElement being checked.
Values { "In-State" , "Next-State" }
ValueMap { "0" , "1" }
uint16 Phase ;
The Phase property indicates whether the referenced Check is an in-state or a next-state Check.