NSX-T Data Center REST API
VpcDhcpRelayConfig (type)
{
"description": "VPC DHCP Relay Configuration",
"id": "VpcDhcpRelayConfig",
"module_id": "PolicyVpcProfile",
"properties": {
"server_addresses": {
"description": "DHCP server IP addresses for DHCP relay configuration. Both IPv4 and IPv6 addresses are supported.",
"items": {
"$ref": "IPAddress"
},
"required": true,
"type": "array"
}
},
"title": "VPC DHCP Relay Configuration",
"type": "object"
}