HP 3PAR CIM API Programming Reference (OS 3.1.2 MU2) (QL226-97015, June 2013)

job, then this contains a CIM_InstMethodCall instance representing
AttachOrModifyReplica. CIM_InstMethodCall contains the following values:
MethodName string of the methodName, e.g., AttachOrModifyReplica.
MethodParameters - parameters of the method, formatted as an EmbeddedObject (with
a predefined class name of __MethodParameters"). This only contains the input
parameters; output parameter (Job) is not included.
PreCall - Boolean indicating whether the Indication is sent before the method begins
executing (TRUE) or when the method completes (FALSE). In this case this value is TRUE.
PostCallindication string representing an embedded instance of the CIM_InstMethodCall
class, which contains the method called that triggered. However, this differs from the case in
PreCallIndication in that output parameters is also included in the MethodParameters
parameter. Output parameter in this case is Job.
MethodName string of the methodName, e.g., AttachOrModifyReplica.
MethodParameters - parameters of the method, formatted as an EmbeddedObject (with
a predefined class name of __MethodParameters"). This contains both input and
output parameters. Job parameter is a reference to the TPD_ConcreteJob that was
created.
PreCall FALSE
ReturnValue - contains string representation of the method's return value, e.g., “Failed”
ReturnValueType - the type of the method return value. This is always uint32” (9) since
all replication methods that we support have a return value type of uint32.
TPD_OwningJobElement
Association between TPD_StorageConfigurationService and TPD_ConcreteJob.
TPD_AffectedJobElement
Association between TPD_ConcreteJob and one or more TPD_StorageVolume affected by
the job. The affected volumes are the source and target volumes, with the exception of update
snapspace task, where the affected volumes are those snapshots that are being updated.
TPD_AssociatedJobMethodResult
Association between TPD_ConcreteJob and TPD_MethodResult.
Indications
The following Job Control subprofile indication is supported:
"SELECT * FROM CIM_InstModification WHERE SourceInstance ISA CIM_ConcreteJob".
Location Subprofile
The Location subprofile models information about the location of a physical device. In the case of
the Array profile, it is used to provide information about the physical location of a storage array.
The information provided through this subprofile is the physical location of the HP 3PAR Storage
System.
Location Subprofile 73