HP 3PAR CIM API Programming Reference

GetSupportedFeatures
uint32 ReplicationServiceCapabilities.GetSupportedFeatures(
[IN] uint16 ReplicationType,
[OUT] uint16 Features[]);
For a given ReplicationType, this method returns the supported features.
Table 103 SupportedFeatures for ReplicationType
DescriptionFeaturesReplicationType
Elements in a replication group are
supported in a replication operation.
Replication Groups (2)Synchronous Snapshot Local (6)
Targets are allocated from exclusive
storage pools, i.e., from snap space.
Targets allocated from Exclusive
storage pool (10)
A dependent target element must
remain associated to source element at
all times.
Target must remain associated to
source (16)
Replication Groups (2)Synchronous Clone Local (10)
Targets allocated from Any storage
pool (8)
The clone target element detaches
automatically when the target element
Synchronized clone target detaches
automatically (18)
becomes synchronized; otherwise, the
client needs to explicitly request a
detach operation.
Replication Groups (2)Asynchronous Clone Local (11)
Multi-hop element replication (3)
Targets allocated from Any storage
pool (8)
Target must remain associated to
source (16)
Replication Groups (2)Synchronous Mirror Remote (4)
Asynchronous Mirror Remote (5)
Remote ComputerSystem needs to be
discovered first before a remote
replication can happen.
Requires full discovery of target
ComputerSystem (6)
Provider is able to suspend I/O to
source elements before splitting the
target elements.
Service suspends source I/O when
necessary (7)
Targets allocated from Any storage
pool (8)
Target must remain associated to
source (16)
Client is required to interact with two
providers: the provider controlling the
Remote resource requires remote
CIMOM (17)
source element and the provider
controlling the target element
This method will return “Not Supported” (2) error code for any other ReplicationType not listed in
the table above.
124 CIM API SMI-S Support