ISolidFireElementTestAddressAvailabilityAsync 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 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:
TaskTestAddressAvailabilityResultSee Also