Click or drag to resize

SolidFireElementListSnapMirrorRelationships Method (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 ListSnapMirrorRelationshipsResult ListSnapMirrorRelationships(
	Nullable<long> SnapMirrorEndpointID = null,
	SnapMirrorVolumeInfo DestinationVolume = null,
	SnapMirrorVolumeInfo SourceVolume = null,
	string Vserver = null,
	string RelationshipID = null
)

Parameters

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: ListSnapMirrorRelationshipsResult

Implements

ISolidFireElementListSnapMirrorRelationships(NullableInt64, SnapMirrorVolumeInfo, SnapMirrorVolumeInfo, String, String)
See Also