Click or drag to resize

SolidFireElementListSnapMirrorNetworkInterfaces Method (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 ListSnapMirrorNetworkInterfacesResult ListSnapMirrorNetworkInterfaces(
	Nullable<long> SnapMirrorEndpointID = null,
	string InterfaceRole = null
)

Parameters

SnapMirrorEndpointID (Optional)
Type: SystemNullableInt64
InterfaceRole (Optional)
Type: SystemString

Return Value

Type: ListSnapMirrorNetworkInterfacesResult

Implements

ISolidFireElementListSnapMirrorNetworkInterfaces(NullableInt64, String)
See Also