Click or drag to resize

ISolidFireElementTestConnectSvipAsync Method (CancellationToken, String)

The TestConnectSvip API method enables you to test the storage connection to the cluster. The test pings the SVIP using ICMP packets, and when successful, connects as an iSCSI initiator. Note: This method is available only through the per-node API endpoint 5.0 or later.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<TestConnectSvipResult> TestConnectSvipAsync(
	CancellationToken cancellationToken,
	string Svip = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Svip (Optional)
Type: SystemString

Return Value

Type: TaskTestConnectSvipResult
See Also