Data Object - TargetGroupInfo(sms.storage.replication.TargetGroupInfo)

Extends
GroupInfo
See also
TargetGroupMemberInfo, TargetToSourceInfo
Since
SMS API 6.5

Data Object Description

Information about the replication target group. This is returned as answer to queryReplicationGroup before failover or testFailoverStart.

This does not have to include the snapshot objects in the ReplicationGroup, however, see also RecoveredTargetGroupMemberInfo.

Properties

Name Type Description
devices*TargetGroupMemberInfo[]

Member device information. When the ReplicationGroup is either in FAILEDOVER or INTEST, this should be RecoveredTargetGroupMemberInfo. Otherwise, this should be TargetGroupMemberInfo
isPromoteCapable*xsd:boolean

Whether the VASA provider is capable of executing promoteReplicationGroup(ReplicationGroupId[]) for this ReplicationGroup. False if not set. Note that this setting is per ReplicationGroup per Target domain.
sourceInfoTargetToSourceInfo

Replication source information.
statexsd:string

Replication state of the group on the replication target.
Properties inherited from GroupInfo
groupId
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition