HP 3PAR InForm OS 3.1.1 CIM API (QL226-96591, July 2012)

ReplicationServicesCapabilities
This class defines all of the capability properties for the replication services.
Table 94 Relevant Properties of ReplicationServiceCapabilities
DescriptionValueProperties
Enumeration indicating the supported
SyncType/Mode/ Local-or-Remote
combinations.
Synchronous Mirror Remote (4),
Asynchronous Mirror Remote (5),
Synchronous Snapshot Local (6),
SupportedReplicationTypes
Synchronous Clone Local (10)
Enumeration indicating the supported
storage objects.
StorageVolume (2)SupportedStorageObjects
Identify replication methods using job
control.
CreateElementReplica (2),
ModifyReplicaSynchronization (5),
SupportedAsynchronousActions
ModifyListSynchronization (6)
Identify replication methods not using
job control.
CreateElementReplica (2),
CreateGroupReplica (3),
SupportedSynchronousActions
ModifyReplicaSynchronization (5),
ModifyListSynchronization (6),
GetAvailableTargetElements (8),
GetReplicationRelationship(10),
CreateGroup(12),
DeleteGroup(13),
AddMembers(14),
RemoveMembers(15)
In addition, this class contains a bunch of extrinsic methods. All methods return one of the following
status codes:
0: (Job) Completed with no error
1: Method not supported
4: Failed
5: Invalid Parameter
4096: Method Parameters Checked - Job Started
Table 95 Alignment of ReplicationServiceCapabilities.SupportedReplicationType and
StorageReplicationCapabilities.SupportedSynchronizationType
NotesSupportedSynchronizationTypeSupportedReplicationType
Async physical copyUnsyncAssoc - FullSynchronous Clone Local
Snapshot volumeUnsyncAssoc - DeltaSynchronous Snapshot Local
Independent physical copyUnsyncUnassocSynchronous Clone Local
ConvertSyncTypeToReplicationType
uint32 ReplicationServiceCapabilities.ConvertSyncTypeToReplicationType(
[IN] uint16 SyncType,
[IN] uint16 Mode,
[IN] uint16 LocalOrRemote,
[OUT] uint16 SupportedReplicationTypes);
108 CIM API SMI-S Support