HP 3PAR CIM API Programming Reference (QL226-97722, March 2014)

Table 101 Relevant Properties of ReplicationServiceCapabilities (continued)
DescriptionValueProperties
Identify replication methods using job
control.
CreateElementReplica (2),
ModifyReplicaSynchronization (5),
SupportedAsynchronousActions
ModifyListSynchronization (6)
Identify replication methods not using
job control.
CreateElementReplica (2),
CreateGroupReplica (3),
SupportedSynchronousActions
ModifyReplicaSynchronization (5),
ModifyListSynchronization (6),
GetAvailableTargetElements (8),
GetReplicationRelationship(10),
CreateGroup(12),
DeleteGroup(13),
AddMembers(14),
RemoveMembers(15)
In addition, this class contains a bunch of extrinsic methods. All methods return one of the following
status codes:
0: (Job) Completed with no error
1: Method not supported
4: Failed
5: Invalid Parameter
4096: Method Parameters Checked - Job Started
Table 102 Alignment of ReplicationServiceCapabilities.SupportedReplicationType and
StorageReplicationCapabilities.SupportedSynchronizationType
NotesSupportedSynchronizationTypeSupportedReplicationType
Async physical copy that retains
association with parent
UnsyncUnassocAsynchronous Clone Local
Snapshot volumeUnsyncAssoc - DeltaSynchronous Snapshot Local
Independent physical copyUnsyncUnassocSynchronous Clone Local
ConvertSyncTypeToReplicationType
uint32 ReplicationServiceCapabilities.ConvertSyncTypeToReplicationType(
[IN] uint16 SyncType,
[IN] uint16 Mode,
[IN] uint16 LocalOrRemote,
[OUT] uint16 SupportedReplicationTypes);
The majority of the methods in this class acceptReplicationType which represents a combination
of SyncType, Mode, and Local/Remote. This method accepts the supplied information and returns
the corresponding ReplicationType, which can be passed to other methods to get the additional
capabilities.
The following tables show the values for the CovertSyncTypeToReplicationType parameters,
which appear in the value maps in the appropriate MOF files.
Replication Services Profile 127