HP 3PAR CIM API Programming Reference
"elements (i.e., the replicas). If a job is "
"created, the target elements may not be available "
"immediately." ),
ModelCorrespondence {
"CIM_ReplicationService.CreateListReplica.SourceElements" }]
CIM_LogicalElement REF TargetElements[],
[IN, Description (
"Reference to target access point information. If "
"NULL, service does not need access information to "
"access the target elements. This parameter applies "
"to all elements in the target list." ),
ModelCorrespondence {
"CIM_ReplicationService.CreateListReplica.TargetElements",
"CIM_ReplicationService.CreateListReplica.TargetPool" }]
CIM_ServiceAccessPoint REF TargetAccessPoint,
[IN, Description (
"If provided, it overrides the default replication "
"setting data for the given SyncType. If not "
"provided, the provider uses the default "
"replication setting data. The same "
"ReplicationSettingData applies to all "
"SourceElements entries." ),
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 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 the target elements are supplied, "
"this parameter shall be NULL. This parameter "
"applies to all elements in the target list." )]
CIM_SettingData REF TargetSettingGoal,
[IN, Description (
"The underlying storage for the target elements "
"(the replicas) will be drawn from TargetPool if "
"specified, otherwise the allocation is "
"implementation specific. If the target elements "
"are supplied, this parameter shall be NULL. This "
"parameter applies to all elements in the target "
"list." )]
CIM_ResourcePool REF TargetPool,
[IN, Description (
"Method must wait until this CopyState is reached "
"before returning. Only a subset of valid "
"CopyStates apply. For example, Initialized: "
"Associations have been established, but there is "
"no data flow. Inactive: Initialization is "
"complete, but the copy operation remains idle "
"until it is activated. Synchronized: Replicas are "
"an exact copy of the sources. UnSynchronized: Copy "
"operation is in progress. If this parameter is "
"supplied, then all the created replication "
"relationships shall have this supplied CopyState "
3PAR_TPDReplicationSvcs.mof 299