network
network
A Network for control plane
JSON Example
{
"dns": [
"string"
],
"gateway": "string",
"ip_ranges": [
{
"begin_ip": "string",
"end_ip": "string"
}
],
"name": "string",
"netmask": "string",
"type": "string"
}
array of string
dns
Required
The dns servers.
string
gateway
Required
The gateway of the network.
string
name
Required
The name of the network.
string
netmask
Optional
The netmask of the network.
string
type
Required
The type of the network, api|management|dvs_trunk_network.