Skip to main content
Element Software
12.5 and 12.7

virtualNetwork

Contributors netapp-pcarriga amgrissino

The virtualNetwork object contains information about a specific virtual network. You can use the ListVirtualNetworks API method to retrieve a list of this information for all virtual networks in the system.

Object members

This object contains the following members:

Name Description Type

addressBlocks

The range of address blocks currently assigned to the virtual network. Members:

  • available: Binary string in "1"s and "0"s. "1" denotes that the IP address is available, and "0" denotes that the IP is not available. The string is read from right to left with the digit to the far right being the first IP address in the list of address blocks.

  • size: The size of this block of addresses.

  • start: The first IP address in the block.

JSON object array

attributes

List of name-value pairs in JSON object format.

JSON object

name

The name assigned to the virtual network.

string

netmask

The IP address of the netmask for the virtual network.

string

svip

The storage IP address for the virtual network.

string

gateway

The gateway used for the virtual network.

string

virtualNetworkID

The unique identifier for a virtual network.

integer

virtualNetworkTag

The VLAN tag identifier.

integer

Find more information