Core\CIM_Synchronized.mof.mof (HTML version)

Return to index
CIM_Synchronized
Indicates that two ManagedElements were aligned or made to be equivalent at the specified point in time. If the Boolean property SyncMaintained is true, then synchronization of the Elements is preserved. Both like and unlike objects can be synchronized. For example, two WatchDog timers can be aligned, or the contents of a LogicalFile can be synchronized with the contents of a StorageExtent.
Qualifiers:Version ( "2.10.0" ) Association
Parameters (local in grey)
Key
CIM_ManagedElement REF SyncedElement ;
SyncedElement represents another ManagedElement that is synchronized with the entity referenced as SystemElement.
Key
CIM_ManagedElement REF SystemElement ;
SystemElement represents one ManagedElement that is synchronized with the entity referenced as SyncedElement.
boolean SyncMaintained ;
Boolean indicating whether synchronization is maintained.
datetime WhenSynced ;
The point in time that the Elements were synchronized.