Click or drag to resize

SolidFireElement.ListSnapMirrorEndpoints Method (Int64[])

The SolidFire Element OS web UI uses the ListSnapMirrorEndpoints method to list all SnapMirror endpoints that the SolidFire cluster is communicating with.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ListSnapMirrorEndpointsResult ListSnapMirrorEndpoints(
	long[] SnapMirrorEndpointIDs = null
)

Parameters

SnapMirrorEndpointIDs (Optional)
Type:System.Int64[]

Return Value

Type: ListSnapMirrorEndpointsResult

Implements

ISolidFireElement.ListSnapMirrorEndpoints(Int64[])
See Also