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

"CIM_ReplicationService.CreateGroupReplica.SourceGroup",
"CIM_ReplicationService.CreateGroupReplica.SourceElement" }]
CIM_ServiceAccessPoint REF SourceAccessPoint,
[IN, OUT, Description (
"Optionally, as an input, refers to a target group "
"to use. As an output, refers to the created target "
"group (i.e., the replica group). If a job is "
"created, the target group may not be available "
"immediately. If TargetGroup is supplied, "
"TargetElementCount shall be NULL." )]
CIM_ReplicationGroup REF TargetGroup,
[IN, Description (
"This parameter applies to "
"one-source-to-many-target- elements. It is "
"possible to create multiple copies of a source "
"element. If TargetGroup is supplied, this "
"parameter shall be NULL." )]
uint64 TargetElementCount,
[IN, Description (
"Reference to target access point information. If "
"NULL, service does not need access information to "
"access the target element/group." ),
ModelCorrespondence {
"CIM_ReplicationService.CreateGroupReplica.TargetGroup",
"CIM_ReplicationService.CreateGroupReplica.TargetPool" }]
CIM_ServiceAccessPoint REF TargetAccessPoint,
[IN, Description (
"Overrides the default group consistency." ),
ValueMap { "2", "3", "..", "0x8000.." },
Values { "No Consistency", "Sequential Consistency",
"DMTF Reserved", "Vendor Specific" }]
uint16 Consistency,
[IN, Description (
"If provided, it overrides the default replication "
"setting data for the given SyncType. If not "
"provided, the management server uses the default "
"replication setting data." ),
EmbeddedInstance ( "CIM_ReplicationSettingData" )]
string ReplicationSettingData,
[IN ( false ), OUT, Description (
"Reference to the job (may be NULL if job is completed)."
)]
CIM_ConcreteJob REF Job,
[IN ( false ), OUT, Description (
"Reference to the list of jobs (may be NULL if jobs are completed)."
)]
CIM_ConcreteJob REF Jobs[],
[IN ( false ), OUT, Description (
"Reference to the created group association between "
"the source and the target elements. If a job is "
"created, this parameter may be NULL until the "
"association is actually formed." )]
CIM_Synchronized REF Synchronization,
[IN ( false ), OUT, Description (
"Reference to the created associations between the "
"source and the target elements. If a job is "
"created, this parameter may be NULL unless the "
"associations are actually formed." )]
CIM_Synchronized REF Synchronizations[],
[IN, Description (
"The definition for the SettingData to be "
"maintained by the target storage objects (the "
"replicas). If target elements are supplied, this "
"parameter shall be NULL." )]
CIM_SettingData REF TargetSettingGoal,
[IN, Description (
3PAR_TPDReplicationSvcs.mof 301