Click or drag to resize

SolidFireElementListSnapMirrorNodes Method (NullableInt64)

The SolidFire Element OS web UI uses the ListSnapMirrorNodes method to get a list of nodes in a remote ONTAP cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ListSnapMirrorNodesResult ListSnapMirrorNodes(
	Nullable<long> SnapMirrorEndpointID = null
)

Parameters

SnapMirrorEndpointID (Optional)
Type: SystemNullableInt64

Return Value

Type: ListSnapMirrorNodesResult

Implements

ISolidFireElementListSnapMirrorNodes(NullableInt64)
See Also