Click or drag to resize

SolidFireElementListVirtualNetworksAsync Method (CancellationToken, NullableInt64, NullableInt64, Int64, Int64)

ListVirtualNetworks enables you to list all configured virtual networks for the cluster. You can use this method to verify the virtual network settings in the cluster. There are no required parameters for this method. However, to filter the results, you can pass one or more VirtualNetworkID or VirtualNetworkTag values.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListVirtualNetworksResult> ListVirtualNetworksAsync(
	CancellationToken cancellationToken,
	Nullable<long> VirtualNetworkID = null,
	Nullable<long> VirtualNetworkTag = null,
	long[] VirtualNetworkIDs = null,
	long[] VirtualNetworkTags = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
VirtualNetworkID (Optional)
Type: SystemNullableInt64
VirtualNetworkTag (Optional)
Type: SystemNullableInt64
VirtualNetworkIDs (Optional)
Type: SystemInt64
VirtualNetworkTags (Optional)
Type: SystemInt64

Return Value

Type: TaskListVirtualNetworksResult

Implements

ISolidFireElementListVirtualNetworksAsync(CancellationToken, NullableInt64, NullableInt64, Int64, Int64)
See Also