@ -364,6 +364,10 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"mtu": {
|
||||
"description": "The MTU of the network, if set; empty otherwise",
|
||||
"type": "integer"
|
||||
},
|
||||
"name_servers": {
|
||||
"description": "The configured DNS nameservers of the network for NS records (\"managed\" networks only)",
|
||||
"items": {
|
||||
@ -1765,6 +1769,12 @@
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"description": "The MTU of the network; defaults to the underlying interface MTU if not set",
|
||||
"in": "query",
|
||||
"name": "mtu",
|
||||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"description": "The DNS domain of the network (\"managed\" networks only)",
|
||||
"in": "query",
|
||||
@ -1910,6 +1920,12 @@
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"description": "The MTU of the network; defaults to the underlying interface MTU if not set",
|
||||
"in": "query",
|
||||
"name": "mtu",
|
||||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"description": "The DNS domain of the network (\"managed\" networks only)",
|
||||
"in": "query",
|
||||
@ -1993,6 +2009,12 @@
|
||||
"name": "description",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"description": "The MTU of the network",
|
||||
"in": "query",
|
||||
"name": "mtu",
|
||||
"type": "integer"
|
||||
},
|
||||
{
|
||||
"description": "The DNS domain of the network (\"managed\" networks only)",
|
||||
"in": "query",
|
||||
|
Reference in New Issue
Block a user