CIM211 Class Declaration
CIM_StorageSynchronized

Table of Contents:
Class Hierarchy
Class Attributes
Class Qualifiers
Properties
Methods
Associations in which the class can participate
Sub Profiling Summary

Class Hierarchy

CIM_StorageSynchronized --> CIM_Synchronized --> [top]

Class Attributes

Class Declaration Attributes
NameValue
SUPERCLASSCIM_Synchronized
NAMECIM_StorageSynchronized

Class Qualifiers

Class CIM_StorageSynchronized Qualifiers
NameTypeValueFrom Class
Versionstring2.9.1000 CIM_StorageSynchronized
DescriptionstringIndicates that two Storage objects were replicated at the specified point in time. If the CopyType property is set to ’ Sync ’ (=3), then synchronization of the Storage objects is preserved. CIM_StorageSynchronized
Associationbooleantrue CIM_StorageSynchronized
Associationbooleantrue CIM_Synchronized
DescriptionstringIndicates 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. CIM_Synchronized

Properties

Properties
NameTypeValueQualifiersClassOrigin
SystemElementCIM_ManagedElement ref Override
Description
Key
CIM_StorageSynchronized
SyncedElementCIM_ManagedElement ref Override
Description
Key
CIM_StorageSynchronized
CopyTypeuint16 Description
ValueMap
Values
CIM_StorageSynchronized
ReplicaTypeuint16 Description
ValueMap
Values
CIM_StorageSynchronized
SyncStateuint16 Description
ValueMap
Values
CIM_StorageSynchronized
CopyPriorityuint16 Experimental
Description
ValueMap
Values
CIM_StorageSynchronized
WhenSynceddatetime Description CIM_Synchronized
SyncMaintainedboolean Description CIM_Synchronized

Property Qualifiers

Property SystemElement Qualifiers
NameTypeValueFrom Class
OverridestringSystemElement CIM_StorageSynchronized
DescriptionstringSystemElement represents the Storage that is the source of the replication. CIM_StorageSynchronized
Keybooleantrue CIM_StorageSynchronized

Property SyncedElement Qualifiers
NameTypeValueFrom Class
OverridestringSyncedElement CIM_StorageSynchronized
DescriptionstringSyncedElement represents the Storage that is the target of the replication. CIM_StorageSynchronized
Keybooleantrue CIM_StorageSynchronized

Property CopyType Qualifiers
NameTypeValueFrom Class
DescriptionstringCopyType describes the Replication Policy. Values are: Async: create and maintain an asynchronous copy of the source. Sync: create and maintain a synchronized copy of the source. UnSyncAssoc: create an unsynchronized copy and maintain an association to the source. UnSyncUnAssoc: create an unsynchronized copy with a temporary association that is deleted upon completion of the copy operation. CIM_StorageSynchronized
ValueMapstring
[See below.]
CIM_StorageSynchronized
ValuesstringAsync
Sync
UnSyncAssoc
UnSyncUnAssoc
DMTF Reserved
Vendor Specific
CIM_StorageSynchronized

NameValue
2Async
3Sync
4UnSyncAssoc
5UnSyncUnAssoc
..DMTF Reserved
0x8000..Vendor Specific
Property ReplicaType Qualifiers
NameTypeValueFrom Class
DescriptionstringReplicaType provides information on how the Replica is being maintained. Values are: Full Copy: This indicates that a full copy of the source object is (or will be) generated . Before Delta: This indicates that the source object will be maintained as a delta data from the replica. After Delta: This indicates that the replica will be maintained as delta data from the source object. Log: This indicates that the replica object is being maintained as a log of changes to the source. Not Specified: The method of maintaining the copy is not specified. CIM_StorageSynchronized
ValueMapstring
[See below.]
CIM_StorageSynchronized
ValuesstringNot Specified
Full Copy
Before Delta
After Delta
Log
DMTF Reserved
Vendor Specific
CIM_StorageSynchronized

NameValue
0Not Specified
2Full Copy
3Before Delta
4After Delta
5Log
..DMTF Reserved
0x8000..Vendor Specific
Property SyncState Qualifiers
NameTypeValueFrom Class
DescriptionstringSyncState describes the state of the association with respect to Replication activity. Values are: Initialized: The link to enable replication is established. and source/replica elements are associated, but the Copy engine has not started. PrepareInProgress: Preparation for Replication is in progress and the Copy engine has started. Prepared: All necessary preparation has completed. ResyncInProgress: Synchronization or Resynchronization is in progress. This may be the initial ’ copy ’ or subsequent changes being copied. Synchronized: An Async or Sync replication is currently synchronized. When this value is set, SyncMaintained will be true. FractureInProgress: An operation to fracture an Async or Sync replication is in progress. Fractured: An Async or Sync replication is fractured. QuiesceInProgress: A quiesce operation is in progress. Quiesced: The replication has been quiesced and is ready for a change. RestoreInProgress: An operation is in progress to copy the Synced object to the System object. Idle: The ’ normal ’ state for an UnSyncAssoc replica. Frozen: All blocks copied from source to an UnSyncAssoc replica and the copy engine is stopped. CopyInProgress: A deferred background copy operation is in progress to copy the source to the replica target for an UnSyncAssoc association. Broken: The relationship is non-functional due to errors in the source, the target, the path between the two or space constraints. CIM_StorageSynchronized
ValueMapstring
[See below.]
CIM_StorageSynchronized
ValuesstringInitialized
PrepareInProgress
Prepared
ResyncInProgress
Synchronized
Fracture In Progress
QuiesceInProgress
Quiesced
Restore In Progresss
Idle
Broken
Fractured
Frozen
Copy In Progress
DMTF Reserved
Vendor Specific
CIM_StorageSynchronized

NameValue
2Initialized
3PrepareInProgress
4Prepared
5ResyncInProgress
6Synchronized
7Fracture In Progress
8QuiesceInProgress
9Quiesced
10Restore In Progresss
11Idle
12Broken
13Fractured
14Frozen
15Copy In Progress
..DMTF Reserved
0x8000..Vendor Specific
Property CopyPriority Qualifiers
NameTypeValueFrom Class
DescriptionstringCopyPriority allows the priority of background copy engine I/O to be managed relative to host I/O operations during a sequential background copy operation. Values are: Low: copy engine I/O lower priority than host I/O. Same: copy engine I/O has the same priority as host I/O. High: copy engine I/O has higher priority than host I/O. CIM_StorageSynchronized
ValueMapstring
[See below.]
CIM_StorageSynchronized
ValuesstringNot Managed
Low
Same
High
DMTF Reserved
Vendor Specific
CIM_StorageSynchronized

NameValue
0Not Managed
1Low
2Same
3High
..DMTF Reserved
0x8000..Vendor Specific
Property SystemElement Qualifiers
NameTypeValueFrom Class
Keybooleantrue CIM_Synchronized
DescriptionstringSystemElement represents one ManagedElement that is synchronized with the entity referenced as SyncedElement. CIM_Synchronized

Property SyncedElement Qualifiers
NameTypeValueFrom Class
Keybooleantrue CIM_Synchronized
DescriptionstringSyncedElement represents another ManagedElement that is synchronized with the entity referenced as SystemElement. CIM_Synchronized

Property WhenSynced Qualifiers
NameTypeValueFrom Class
DescriptionstringThe point in time that the Elements were synchronized. CIM_Synchronized

Property SyncMaintained Qualifiers
NameTypeValueFrom Class
DescriptionstringBoolean indicating whether synchronization is maintained. CIM_Synchronized

Methods

Method Qualifiers

Parameters

Parameter Qualifiers

Associations this class can participate in