Click or drag to resize

SolidFireElementListSnapMirrorRelationshipsAsync Method (CancellationToken, NullableInt64, SnapMirrorVolumeInfo, SnapMirrorVolumeInfo, String, String)

The SolidFire Element OS web UI uses the ListSnapMirrorRelationships method to list one or all SnapMirror relationships on a SolidFire cluster

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListSnapMirrorRelationshipsResult> ListSnapMirrorRelationshipsAsync(
	CancellationToken cancellationToken,
	Nullable<long> SnapMirrorEndpointID = null,
	SnapMirrorVolumeInfo DestinationVolume = null,
	SnapMirrorVolumeInfo SourceVolume = null,
	string Vserver = null,
	string RelationshipID = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SnapMirrorEndpointID (Optional)
Type: SystemNullableInt64
DestinationVolume (Optional)
Type: SolidFire.Element.ApiSnapMirrorVolumeInfo
SourceVolume (Optional)
Type: SolidFire.Element.ApiSnapMirrorVolumeInfo
Vserver (Optional)
Type: SystemString
RelationshipID (Optional)
Type: SystemString

Return Value

Type: TaskListSnapMirrorRelationshipsResult

Implements

ISolidFireElementListSnapMirrorRelationshipsAsync(CancellationToken, NullableInt64, SnapMirrorVolumeInfo, SnapMirrorVolumeInfo, String, String)
See Also