Click or drag to resize

SolidFireElementListVirtualNetworks Method (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 ListVirtualNetworksResult ListVirtualNetworks(
	Nullable<long> VirtualNetworkID = null,
	Nullable<long> VirtualNetworkTag = null,
	long[] VirtualNetworkIDs = null,
	long[] VirtualNetworkTags = null
)

Parameters

VirtualNetworkID (Optional)
Type: SystemNullableInt64
VirtualNetworkTag (Optional)
Type: SystemNullableInt64
VirtualNetworkIDs (Optional)
Type: SystemInt64
VirtualNetworkTags (Optional)
Type: SystemInt64

Return Value

Type: ListVirtualNetworksResult

Implements

ISolidFireElementListVirtualNetworks(NullableInt64, NullableInt64, Int64, Int64)
See Also