vCenter Storage Monitoring Service API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - TargetGroupInfo(sms.storage.replication.TargetGroupInfo)
- Extends
- GroupInfo
- See also
- TargetGroupMemberInfo, TargetToSourceInfo
- Since
- 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 ReplicationState#FAILEDOVER
or ReplicationState#INTEST, this
should be RecoveredTargetGroupMemberInfo.
Otherwise, this should be TargetGroupMemberInfo
|
isPromoteCapable* | xsd:boolean |
Whether the VASA provider is capable of executing
PromoteReplicationGroup_Task for this
ReplicationGroup. False if not set. Note that this setting is per
ReplicationGroup per Target domain.
|
name* | xsd:string |
Name of Replication Group.
Since 8.0.2.0 |
sourceInfo | TargetToSourceInfo |
Replication source information.
|
state | xsd:string |
Replication state of the group on the replication target.
|
Properties inherited from GroupInfo | ||
groupId | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |