NetworkPool

NetworkPool
NetworkPool

Represents a network pool in the system

JSON Example
{
    "id": "string",
    "name": "string",
    "networks": [
        {
            "freeIps": [
                "string"
            ],
            "gateway": "string",
            "id": "string",
            "ipPools": [
                {
                    "end": "string",
                    "start": "string"
                }
            ],
            "mask": "string",
            "mtu": 0,
            "subnet": "string",
            "type": "string",
            "usedIps": [
                "string"
            ],
            "vlanId": 0
        }
    ]
}
string
id
Optional

The ID of the network pool

string
name
Optional

User specified name of the network pool

array of Network
networks
Optional

Representing the networks associated with the network pool