ISolidFireElementCreateSnapMirrorRelationshipAsync Method (CancellationToken, Int64, SnapMirrorVolumeInfo, SnapMirrorVolumeInfo, String, String, String, NullableInt64) |
The SolidFire Element OS web UI uses the CreateSnapMirrorRelationship method to create a SnapMirror extended data protection relationship between a source and destination endpoint.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax Task<CreateSnapMirrorRelationshipResult> CreateSnapMirrorRelationshipAsync(
CancellationToken cancellationToken,
long SnapMirrorEndpointID,
SnapMirrorVolumeInfo SourceVolume,
SnapMirrorVolumeInfo DestinationVolume,
string RelationshipType = null,
string PolicyName = null,
string ScheduleName = null,
Nullable<long> MaxTransferRate = null
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- SnapMirrorEndpointID
- Type: SystemInt64
- SourceVolume
- Type: SolidFire.Element.ApiSnapMirrorVolumeInfo
- DestinationVolume
- Type: SolidFire.Element.ApiSnapMirrorVolumeInfo
- RelationshipType (Optional)
- Type: SystemString
- PolicyName (Optional)
- Type: SystemString
- ScheduleName (Optional)
- Type: SystemString
- MaxTransferRate (Optional)
- Type: SystemNullableInt64
Return Value
Type:
TaskCreateSnapMirrorRelationshipResultSee Also