HP 3PAR CIM API Programming Reference (OS 3.1.2 MU2) (QL226-97015, June 2013)

Table 95 Parameter Matrix for CreateConsistentReplicaList (continued)
NYYOutput Job?
If non-NULL, then only
Synchronized is supported
Optional (only valid option
is Synchronized)
Optional (only valid option
is Inactive) the clones will
WaitForCopyState
independent clones will beretain association with the
parent created that detach
automatically
ModifyReplicaSynchronization
uint32 ReplicationService.ModifyReplicaSynchronization(
[IN, Required] uint16 Operation,
[IN, Required] CIM_Synchronized REF Synchronization,
[IN, EmbeddedInstance ( "SNIA_ReplicationSettingData" )]
string ReplicationSettingData,
[IN] CIM_StorageSynchronized REF SyncPair[],
[OUT] CIM_ConcreteJob REF Job,
[IN] boolean Force,
[OUT] CIM_SettingsDefineState REF SettingsState,
[IN] uint16 WaitForCopyState);
Use to modify (or start a job to modify) the synchronization association between two storage objects
or replication groups. Parameters are:
Operation: This parameter describes the type of modification to be made to the replica and/or
to the related associations
Synchronization: The reference to the replication association describing the elements/groups
relationship that is to be modified.
ReplicationSettingData: NULL
SyncPair[]: This parameter applies to AddSyncPair/RemoveSyncPair Operations. It allows a
client to form a StorageSynchronized association between source and target elements and
then add the association to existing source and target groups. Alternatively, a client can
remove a StorageSynchronized association from source and target groups. We do not support
modification of group replicas, so this should always be NULL.
Job
SettingsState: Reference to the association between the source or group element and an
instance of SynchronizationAspect. This should always be NULL since we do not support
SynchronizationAspect.
Force: Some operations may cause an inconsistency among the target elements. If true, the
client is not warned and the operation is performed if possible. This should always be NULL
since we do not support this.
WaitForCopyState
112 CIM API SMI-S Support