Click or drag to resize

SolidFireElementTestAddressAvailabilityAsync Method (TestAddressAvailabilityRequest, CancellationToken)

You can use the TestAddressAvailability method to check to see if a certain IP address is inuse on an interface within the storage cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<TestAddressAvailabilityResult> TestAddressAvailabilityAsync(
	TestAddressAvailabilityRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskTestAddressAvailabilityResult

Implements

ISolidFireElementTestAddressAvailabilityAsync(TestAddressAvailabilityRequest, CancellationToken)
See Also