Click or drag to resize

SolidFireElementTestAddressAvailabilityAsync Method (CancellationToken, String, String, NullableInt64, NullableInt64)

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(
	CancellationToken cancellationToken,
	string Interface,
	string Address,
	Nullable<long> VirtualNetworkTag = null,
	Nullable<long> Timeout = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Interface
Type: SystemString
Address
Type: SystemString
VirtualNetworkTag (Optional)
Type: SystemNullableInt64
Timeout (Optional)
Type: SystemNullableInt64

Return Value

Type: TaskTestAddressAvailabilityResult

Implements

ISolidFireElementTestAddressAvailabilityAsync(CancellationToken, String, String, NullableInt64, NullableInt64)
See Also