HP 3PAR CIM API Programming Reference
"Unknown", "Timeout", "Failed", "Invalid Parameter",
"In Use", "DMTF Reserved",
"Method Parameters Checked - Job Started",
"Method Reserved", "Vendor Specific" }]
uint32 CreateGroupReplicaFromElements(
[IN, Description (
"A user relevant name for the relationship between "
"the source and target groups or between a source "
"element and a target group (i.e. one-to-many). If "
"NULL, the implementation assigns a name. If the "
"individual target elements require an ElementName, "
"the implementation constructs an appropriate "
"ElementName using the RelationshipName. For "
"example, RelationshipName as a prefix followed by "
"\"_n\" sequence number, where n is a number "
"beginning with 1." )]
string RelationshipName,
[Required, IN, Description (
"SyncType describes the type of copy that will be made."
),
ValueMap { "..", "6", "7", "8", "..", "0x8000.." },
Values { "DMTF Reserved", "Mirror", "Snapshot",
"Clone", "DMTF Reserved", "Vendor Specific" },
ModelCorrespondence { "CIM_Synchronized.SyncType" }]
uint16 SyncType,
[IN, Description (
"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,
[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, OUT, Description (
"As in parameter, the name of the group to be "
"created. If the name is not supplied, the "
"implementation may assign a group name and return "
"it in this parameter." )]
string SourceGroupName,
[IN, Description (
"Reference to source access point information. If "
"NULL, service does not need access information to "
"access the source elements." ),
ModelCorrespondence {
"CreateGroupReplicaFromElements.SourceElements" }]
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." )]
CIM_ReplicationGroup REF TargetGroup,
[IN, Description (
"Reference to target access point information. If "
"NULL, service does not need access information to "
"access the target element/group." ),
ModelCorrespondence {
"CreateGroupReplicaFromElements.TargetGroup",
296 Managed Object Format Files