Click or drag to resize

SolidFireElementListSnapMirrorNetworkInterfacesAsync Method (CancellationToken, NullableInt64, String)

The SolidFire Element OS web UI uses the ListSnapMirrorNetworkInterfaces method to list all available SnapMirror interfaces on a remote ONTAP system

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListSnapMirrorNetworkInterfacesResult> ListSnapMirrorNetworkInterfacesAsync(
	CancellationToken cancellationToken,
	Nullable<long> SnapMirrorEndpointID = null,
	string InterfaceRole = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
SnapMirrorEndpointID (Optional)
Type: SystemNullableInt64
InterfaceRole (Optional)
Type: SystemString

Return Value

Type: TaskListSnapMirrorNetworkInterfacesResult

Implements

ISolidFireElementListSnapMirrorNetworkInterfacesAsync(CancellationToken, NullableInt64, String)
See Also