Network

Network
Network

Represents a network in a network pool

JSON Example
{
    "id": "string",
    "type": "VSAN, VMOTION, VXLAN, NFS, ISCSI, VSAN_EXTERNAL",
    "vlanId": 0,
    "mtu": 0,
    "subnet": "string",
    "mask": "string",
    "gateway": "string",
    "ipPools": [
        {
            "start": "string",
            "end": "string"
        }
    ],
    "freeIps": [
        "string"
    ],
    "usedIps": [
        "string"
    ]
}
string
id
Optional

The ID of the network

string
type
Required

Network Type of the network

integer As int32 As int32
vlanId
Required

VLAN ID associated with the network

integer As int32 As int32
mtu
Required

MTU of the network

string
subnet
Required

Subnet associated with the network

string
mask
Required

Subnet mask for the subnet of the network

string
gateway
Required

Gateway for the network

array of IpPool
ipPools
Optional

List of IP pool ranges to use

array of string
freeIps
Optional

List of free IPs to use

array of string
usedIps
Optional

List of used IPs

Deprecated