Click or drag to resize

SolidFireElementTestConnectSvip Method (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#
public TestConnectSvipResult TestConnectSvip(
	string Svip = null
)

Parameters

Svip (Optional)
Type: SystemString

Return Value

Type: TestConnectSvipResult

Implements

ISolidFireElementTestConnectSvip(String)
See Also