Click or drag to resize

SolidFireElementTestConnectMvipAsync Method (TestConnectMvipRequest, CancellationToken)

The TestConnectMvip API method enables you to test the management connection to the cluster. The test pings the MVIP and executes a simple API method to verify connectivity. 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<TestConnectMvipResult> TestConnectMvipAsync(
	TestConnectMvipRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskTestConnectMvipResult

Implements

ISolidFireElementTestConnectMvipAsync(TestConnectMvipRequest, CancellationToken)
See Also