ListAssociatedVms

This method lists the virtual machines currently associated with a specified vSphere Replication protection group. For the method to get a list of protection groups, see ListProtectionGroups.

Synopsis

vim.VirtualMachine[] listAssociatedVms( )

VirtualMachine[] is an array listing the associated virtual machines.

Faults

  • vmodl.fault.NotSupported, if this protection group is not a VR group.
  • RuntimeFault

Example for ListAssociatedVms

VirtualMachine[] = _service.ListAssociatedVms(_svcPtGrp);