nodepool_spec_network
nodepool_spec_network
Network describes the network in the node group
JSON Example
{
"devices": [
{
"dhcp4": false,
"dhcp6": false,
"gateway4": "string",
"gateway6": "string",
"mtu": 0,
"nameservers": [
"string"
],
"networkName": "string"
}
]
}
array of nodepool_spec_network_devices
devices
Optional
Devices is the list of network devices used by the node.