The Element software web UI uses the UpdateSnapMirrorRelationship method to make the destination volume in a SnapMirror relationship an up-to-date mirror of the source volume.
This method has the following input parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
snapMirrorEndpointID | The endpoint ID of the remote ONTAP storage system communicating with the Element storage cluster. | integer | None | Yes |
destinationVolume | The destination volume in the SnapMirror relationship. | snapMirrorVolumeinfo | None | Yes |
maxTransferRate | Specifies the maximum data transfer rate between the volumes in kilobytes per second. The default value, 0, is unlimited and permits the SnapMirror relationship to fully utilize the available network bandwidth. | integer | None | No |
This method has the following return value:
Name | Description | Type |
---|---|---|
snapMirrorRelationship | An object containing information about the updated SnapMirror relationship. | snapMirrorRelationship |