Click or drag to resize

SolidFireElementListSnapMirrorVservers Method (NullableInt64, String, String)

The SolidFire Element OS web UI uses the ListSnapMirrorVservers method to list all SnapMirror Vservers 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 ListSnapMirrorVserversResult ListSnapMirrorVservers(
	Nullable<long> SnapMirrorEndpointID = null,
	string VserverType = null,
	string VserverName = null
)

Parameters

SnapMirrorEndpointID (Optional)
Type: SystemNullableInt64
VserverType (Optional)
Type: SystemString
VserverName (Optional)
Type: SystemString

Return Value

Type: ListSnapMirrorVserversResult

Implements

ISolidFireElementListSnapMirrorVservers(NullableInt64, String, String)
See Also