SolidFireElementModifySnapMirrorRelationshipAsync Method (CancellationToken, SnapMirrorVolumeInfo, Int64, NullableInt64, String, String) |
You can use ModifySnapMirrorRelationship to change the intervals at which a scheduled snapshot occurs. You can also delete or pause a schedule by using this method.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax public Task<ModifySnapMirrorRelationshipResult> ModifySnapMirrorRelationshipAsync(
CancellationToken cancellationToken,
SnapMirrorVolumeInfo DestinationVolume,
long SnapMirrorEndpointID,
Nullable<long> MaxTransferRate = null,
string PolicyName = null,
string ScheduleName = null
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- DestinationVolume
- Type: SolidFire.Element.ApiSnapMirrorVolumeInfo
- SnapMirrorEndpointID
- Type: SystemInt64
- MaxTransferRate (Optional)
- Type: SystemNullableInt64
- PolicyName (Optional)
- Type: SystemString
- ScheduleName (Optional)
- Type: SystemString
Return Value
Type:
TaskModifySnapMirrorRelationshipResultImplements
ISolidFireElementModifySnapMirrorRelationshipAsync(CancellationToken, SnapMirrorVolumeInfo, Int64, NullableInt64, String, String)See Also