HP 3PAR CIM API Programming Reference

"Mode describes whether the target elements will be "
"updated synchronously or asynchronously. If NULL, "
"implementaton decides the mode." ),
ValueMap { "2", "3", "..", "0x8000.." },
Values { "Synchronous", "Asynchronous",
"DMTF Reserved", "Vendor Specific" },
ModelCorrespondence { "CIM_Synchronized.Mode" }]
uint16 Mode,
[IN, Description (
"A group of source storage objects which may be a "
"StorageVolume or storage object. If this parameter "
"is not supplied, SourceElement is required. Both "
"SourceGroup and SourceElement shall not be "
"supplied." )]
CIM_ReplicationGroup REF SourceGroup,
[IN, Description (
"The source storage object which may be a "
"StorageVolume or storage object. If this parameter "
"is not supplied, SourceGroup is required. Both "
"SourceGroup and SourceElement shall not be "
"supplied." )]
CIM_LogicalElement REF SourceElement,
[IN, Description (
"Reference to source access point information. If "
"NULL, service does not need access information to "
"access the source element." ),
ModelCorrespondence {
"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,
294 Managed Object Format Files