Click or drag to resize

SolidFireElementTestConnectSvipAsync Method (TestConnectSvipRequest, CancellationToken)

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#
public Task<TestConnectSvipResult> TestConnectSvipAsync(
	TestConnectSvipRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiTestConnectSvipRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskTestConnectSvipResult

Implements

ISolidFireElementTestConnectSvipAsync(TestConnectSvipRequest, CancellationToken)
See Also