UpdateRepository

This method changes the update repository location.

Synopsis

void updateRepository(UpdateRepoInfo info)

info parameter is a UpdateRepoInfo object that contains information about the update repository location.

UpdateRepoInfo contains appliance update repository information. It has the following fields:
Field Description
url Repository url.
mountedIso True if the mounted iso is used. If this value is set, everything else is ignored.
username User name
password Password

Faults

  • InvalidArgument
  • RuntimeFault
  • SystemError

For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.