Network
Network
Represents a network in a network pool
JSON Example
{
"freeIps": [
"string"
],
"gateway": "string",
"id": "string",
"ipPools": [
{
"end": "string",
"start": "string"
}
],
"mask": "string",
"mtu": 0,
"subnet": "string",
"type": "string",
"usedIps": [
"string"
],
"vlanId": 0
}
array of string
freeIps
Optional
List of free IPs to use
string
gateway
Optional
Gateway for the network
string
id
Optional
The ID of the network
string
mask
Optional
Subnet mask for the subnet of the network
integer As int32 As int32
mtu
Optional
MTU of the network
string
subnet
Optional
Subnet associated with the network
string
type
Optional
Network Type of the network
array of string
usedIps
Optional
List of used IPs
integer As int32 As int32
vlanId
Optional
VLAN ID associated with the network