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

Table 107 Possible SupportedValues forVarious ReplicationType/PropertyName (continued)
ReplicationType
Synchronous
Snapshot Local (6)
Asynchronous
Clone Local (11)
Synchronous
Clone Local (10)
Synchronous
Mirror Remote (4)
Asynchronous
Mirror Remote (5)
PropertyName
Implementation
decided
Provisioning of the
target same as
source (5)
Provisioning of
the target same
as source (5)
Provisioning of the
target same as
source (5)
Provisioning of the
target same as
source (5)
ThinProvisioningPolicy
(8)
If the target
element is not
provisioning of
target (7)[technically target
element has to
exist]
[technically target
element has to
exist]
supplied, this
property specifies
the provisioning
of the target
element.
Exact order (3)Exact order (3)Exact order (3)Exact order (3)Exact order (3)Pairing (9)
Controls how
source and target
elements are
paired.
This method will return Not Supported (2) error code for any other ReplicationType not listed in
the table above.
GetDefaultReplicationSettingData
uint32 ReplicationServiceCapabilities.GetDefaultReplicationSettingData(
[IN] uint16 ReplicationType,
[OUT, EmbeddedObject]
string DefaultInstance );
This method, for a given ReplicationType, returns the default ReplicationSettingData as an instance.
The output DefaultInstance will be constructed according to the table in the section on
GetSupportedReplicationSettingData.
TPD_RemoteStorageSynchronized
TPD_RemoteStorageSynchronized, sub-classed from CIM_StorageSynchronized, represents the
remote replication association between each volume pair in the remote replication group pairs.
The object path of the StorageVolume or ReplicationEntity of the peer system does not have a valid
hostname, as neither the hostname nor IP address of the peer system is known; instead, WWN of
the peer system is used.
Table 108 Relevant Properties of RemoteStorageSynchronized
DescriptionProperties
Source volume; SystemElement and SyncedElement will switch
if the role is reversed.
SystemElement
Target volume; SystemElement and SyncedElement will switch
if the role is reversed.
SyncedElement
When remote copy group is last synced. This property is NULL
for synchronous mode.
WhenSynced
Boolean indicating whether synchronization is maintained.SyncMaintained
128 CIM API SMI-S Support