HP 3PAR CIM API Programming Reference (QL226-97722, March 2014)
string ElementNames[],
[Required, IN, Description (
"SyncType describes the type of copy that will be "
"made. The same SyncType applies to all elements in "
"the list." ),
ValueMap { "..", "6", "7", "8", "..", "0x8000.." },
Values { "DMTF Reserved", "Mirror", "Snapshot",
"Clone", "DMTF Reserved", "Vendor Specific" },
ModelCorrespondence { "SNIA_Synchronized.SyncType" }]
uint16 SyncType,
[IN, Description (
"Mode describes whether the target elements will be "
"updated synchronously or asynchronously. If NULL, "
"the implementation decides the mode. The same Mode "
"applies to all elements in the list." ),
ValueMap { "2", "3", "..", "0x8000.." },
Values { "Synchronous", "Asynchronous",
"DMTF Reserved", "Vendor Specific" },
ModelCorrespondence { "CIM_Synchronized.Mode" }]
uint16 Mode,
[Required, IN, Description (
"A list of source storage objects which may be "
"StorageVolumes or other storage objects. All the "
"source elements shall be of the same type -- for "
"example, all StorageVolumes." )]
CIM_LogicalElement REF SourceElements[],
[IN, Description (
"Reference to source access point information. If "
"NULL, service does not need access information to "
"access the source element. This parameter applies "
"to all elements in the source list." ),
ModelCorrespondence {
"CIM_ReplicationService.CreateListReplica.SourceElements" }]
CIM_ServiceAccessPoint REF SourceAccessPoint,
[IN, OUT, Description (
"Optionally, as an input, refers to the target "
"elements to use. If specified, the elements will "
"match one to one with SourceElements[]. As an "
"output, refers to the created target storage "
"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)."
)]
3PAR_TPDReplicationSvcs.mof 305