Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
ConsistentPointInTime | boolean | false |
Description | string | This property applies to a group of elements. If it is true, it means the point-in-time to be created at an exact time with no I/O activities in such a way the data is consistent among all the elements of the group. |
Write | boolean | true |
DeltaUpdateInterval | datetime | |
Description | string | This property applies to Delta-Update copy methodology. It specifies the interval between the snapshots of source element, for example, every 23 minutes will have the value of 00000000002300.000000:000, using the CIM interval format. If NULL or 0, the implementation decides the interval. |
Write | boolean | true |
DesiredCopyMethodology | uint16 | |
Description | string | Control what copy methodology the service should use. For the most part, the service decides the best methodology based on the SyncType. However, an implementation may allow the client to suggest a different methodology.
Full-Copy: The entire source data is copied to target.
Incremental-Copy: Only changed data from source element is copied to target element.
Differential-Copy: Only the new writes to source element are copied to the target element.
Copy-On-Write: Affected data is copied on the first write to the source or to the target elements.
Copy-On-Access: Affected data is copied on the first access to the source element.
Delta-Update: Difference based replication where after the initial copy, only updates to source are copied to target.
Snap-And-Clone: The service creates a snapshot of the source element first, then uses the snapshot as the source of the copy operation to the target element. |
ValueMap | string | 1, 2, 3, 4, 5, 6, 7, 8, 9, .., 0x8000.. |
Values | string | Other, Instrumentation decides, Full-Copy, Incremental-Copy, Differential-Copy, Copy-On-Write, Copy-On-Access, Delta-Update, Snap-And-Clone, DMTF Reserved, Vendor Specific |
Write | boolean | true |
Multihop | uint16 | 1 |
Description | string | This property applies to multihop copy operation. It specifies the number of hops the starting source (or group) element is expected to be copied. |
Write | boolean | true |
OnGroupOrListError | uint16 | 3 |
Description | string | This property applies to group or list operations. It specifies what the implementation should do if an error is encountered before all entries in the group or list are processed. |
ValueMap | string | 2, 3, .., 0x8000.. |
Values | string | Continue, Stop, DMTF Reserved, Vendor specific |
Write | boolean | true |
Pairing | uint16 | |
Description | string | Controls how source and target elements are paired.
Exact order: Parallel elements of source and target
groups paired in the order as they appear in the group. Optimum: If possible source and target elements on different data path or adapters. |
ValueMap | string | 2, 3, 4, .., 0x8000.. |
Values | string | Instrumentation decides, Exact order, Optimum, DMTF Reserved, Vendor Specific |
Write | boolean | true |
TargetElementSupplier | uint16 | 4 |
Description | string | If target elements are not supplied, this property indicates where the target elements should come from. Possible values are:
Use existing ones: Use existing elements only. If appropriate elements are not available, return an error.
Create new ones: Create new target elements only. Use existing and create new ones: If appropriate elements are not available, create new target elements.
Instrumentation decides: Vendor specific action. |
ValueMap | string | 1, 2, 3, 4, .., 0x8000.. |
Values | string | Use existing, Create new, Use and create, Instrumentation decides, DMTF Reserved, Vendor specific |
Write | boolean | true |
ThinProvisioningPolicy | uint16 | 7 |
Description | string | If the target element is not supplied, this property specifies the provisioning of the target element.
Copy thin source to thin target: Thin source gets copied to thin target.
Copy thin source to full target: Thin source gets copied to full target.
Copy full source to thin target: Full source gets copied to thin target.
Provisioning of target same as source: Provisioning of target will be the same as source.
Target pool decides provisioning of target element: The pool where the target is allocated from determines the provisioning of the target element.
Implementation decides provisioning of target: The implementation decides the provisioning of the created target elements. |
ValueMap | string | 2, 3, 4, 5, 6, 7, .., 0x8000.. |
Values | string | Copy thin source to thin target, Copy thin source to full target, Copy full source to thin target, Provisioning of target same as source, Target pool decides provisioning of target element, Implementation decides provisioning of target, DMTF Reserved, Vendor specific |
Write | boolean | true |
UnequalGroupsAction | uint16 | |
Description | string | Indicates what should happen if the number of elements in source and target groups are not the same. The default is to return an error, unless one-to-many replication is supported and there is only one source and more than one target. |
ValueMap | string | 2, 3, 4, .., 0x8000.. |
Values | string | Return an error, Allow source group to be larger, Allow target group to be larger, DMTF Reserved, Vendor Specific |
Write | boolean | true |