GetVvolGroupDetails

Gets vVol specific details for this protection group.

Synopsis

drextapi.vvol.GroupDetails getVvolGroupDetails()
GroupDetails
is the VvolProvider specific details for a protection group. It has the following fields:
Field
Description
domain
Identifier of the fault domain operated by this protection group. The VVOL protection group is limited to protecting VMs that belong to the same fault domain. The fault domain is determined by the replication groups configured for this protection group.
ReplicationGroupInfo[] replicationGroups
Source VVOL replication groups for this protection group. Both protection and recovery site report the same replication groups.
VmInfo[] protectedVms
Info about the protected VMs in this protection group including VMs replication groups association.
VmInfo[] unprotectedVms
The list of VMs that are not protected and are replicated by a replication group that is part of this protection group Available only from protection site, i.e. @primary == true
primary
Flag that is set if the protection group is primary.
VmInfo
is the information about a local vVol replicated vim.VirtualMachine. It has the following fields:
Field
Description
key
The vim.VirtualMachine object at the local site.
name
Name of the virtual machine.
ReplicationGroupInfo[] replicationGroups
Replication groups for this VM. Virtual machines sharing the same replication groups belong to the same consistency group. They will be added or removed from a protection group together.
ReplicationGroupInfo[]
is the information about a vVol replication group. It has the following fields:
Field
Description
replicationGroup
Replication group ID.
name
Name of the replication group. May be unset if not available.
FaultInfo
is the warning and error information object. Both
VmInfo
and
ReplicationGroupInfo
inherits
FaultInfo
. It has the following fields:
Field
Description
warnings
Warnings associated with this object.
name
Errors associated with this object.

Fault

  • NotSupported
  • RuntimeFault
For information about the faults that
Site Recovery Manager
throws, see Faults in Site Recovery Manager API.