ControllerInterface
{
"gateway": {
"addr": "string",
"type": "string"
},
"gateway6": {
"addr": "string",
"type": "string"
},
"if_name": "string",
"ip": {
"ip_addr": {
"addr": "string",
"type": "string"
},
"mask": 0
},
"ip6": {
"ip_addr": {
"addr": "string",
"type": "string"
},
"mask": 0
},
"labels": [
"string"
],
"mac_address": "string",
"mode": "string",
"mode6": "string",
"public_ip_or_name": {
"addr": "string",
"type": "string"
},
"v4_enabled": false,
"v6_enabled": false
}
Interface name. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
Interface label like mgmt, secure channel or HSM. Enum options - MGMT, SE_SECURE_CHANNEL, HSM. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
Mac address of interface. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
IPv4 address mode DHCP/STATIC. Enum options - DHCP, STATIC, VIP, DOCKER_HOST, MODE_MANUAL. Field introduced in 21.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
IPv6 address mode STATIC. Enum options - DHCP, STATIC, VIP, DOCKER_HOST, MODE_MANUAL. Field introduced in 22.1.3. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
Enable V4 IP on this interface. Field introduced in 30.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.
Enable V6 IP on this interface. Field introduced in 30.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.