GetInfo

This method retrieves basic information about the specified protection group. To get an SrmProtectionGroup managed object reference, see ListProtectionGroups.

Synopsis

ProtectionGroup.Info getInfo( )

ProtectionGroup.Info is information about the protection group:

  • description is protection group description.
  • name is protection group name
  • type is either san for array based replication, or vr for vSphere replication.

Faults

  • RuntimeFault

Example for GetInfo

ptGrpInfo = _service.GetInfo(_svcPtGrp);