ISolidFireElementListSnapMirrorVserversAsync Method (CancellationToken, 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 Task<ListSnapMirrorVserversResult> ListSnapMirrorVserversAsync(
CancellationToken cancellationToken,
Nullable<long> SnapMirrorEndpointID = null,
string VserverType = null,
string VserverName = null
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- SnapMirrorEndpointID (Optional)
- Type: SystemNullableInt64
- VserverType (Optional)
- Type: SystemString
- VserverName (Optional)
- Type: SystemString
Return Value
Type:
TaskListSnapMirrorVserversResultSee Also