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. | ValueMap { "0" , "1" } Values { "In-State" , "Next-State" } uint16 Phase ; The Phase property indicates whether the referenced Check is an in-state or a next-state Check. | Max ( 1 ) Min ( 1 ) Key Aggregate CIM_SoftwareElement REF Element ; The SoftwareElement being checked. |
| |
| | |