(file) Return to CIM_Synchronized.mof CVS log (file) (dir) Up to [Pegasus] / pegasus / Schemas / CIM231 / DMTF / Core

 1 karl  1.1.2.2 // Copyright (c) 2005 DMTF.  All rights reserved.
 2               // <change cr="SysDevCR00711.001" type ="change">Update of
 3               // descriptions based on Tech Edit review.</change>
 4               // <change cr="ArchCR00066.004" type="add">Add UmlPackagePath
 5               // qualifier values to CIM Schema.</change>
 6               // ==================================================================
 7               //  CIM_Synchronized
 8               // ==================================================================
 9                  [Association, Version ( "2.10.0" ), 
10                   UMLPackagePath ( "CIM::Core::CoreElements" ), 
11                   Description ( 
12                      "Indicates that two ManagedElements were aligned or made to be "
13                      "equivalent at the specified point in time. If the Boolean "
14                      "property SyncMaintained is true, then synchronization of the "
15                      "Elements is preserved. Both like and unlike objects can be "
16                      "synchronized. For example, two WatchDog timers can be aligned, "
17                      "or the contents of a LogicalFile can be synchronized with the "
18                      "contents of a StorageExtent." )]
19               class CIM_Synchronized {
20               
21                     [Key, Description ( 
22 karl  1.1.2.2           "SystemElement represents one ManagedElement that is "
23                         "synchronized with the entity referenced as "
24                         "SyncedElement." )]
25                  CIM_ManagedElement REF SystemElement;
26               
27                     [Key, Description ( 
28                         "SyncedElement represents another ManagedElement that is "
29                         "synchronized with the entity referenced as "
30                         "SystemElement." )]
31                  CIM_ManagedElement REF SyncedElement;
32               
33                     [Description ( 
34                         "The point in time that the Elements were synchronized." )]
35                  datetime WhenSynced;
36               
37                     [Description ( 
38                         "Boolean indicating whether synchronization is maintained." )]
39                  boolean SyncMaintained;
40               
41               
42               };

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2