Click or drag to resize

SolidFireElementListSnapMirrorVolumes Method (NullableInt64, String, String, String)

The SolidFire Element OS web UI uses the ListSnapMirrorVolumes method to list all SnapMirror volumes available on a remote ONTAP system.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ListSnapMirrorVolumesResult ListSnapMirrorVolumes(
	Nullable<long> SnapMirrorEndpointID = null,
	string Vserver = null,
	string Name = null,
	string Type = null
)

Parameters

SnapMirrorEndpointID (Optional)
Type: SystemNullableInt64
Vserver (Optional)
Type: SystemString
Name (Optional)
Type: SystemString
Type (Optional)
Type: SystemString

Return Value

Type: ListSnapMirrorVolumesResult

Implements

ISolidFireElementListSnapMirrorVolumes(NullableInt64, String, String, String)
See Also