NSX-T Data Center REST API
VpcProfileDhcpConfig (type)
{ "additionalProperties": false, "description": "Common DHCP config for VPC subnet", "id": "VpcProfileDhcpConfig", "module_id": "PolicyVpcProfile", "properties": { "dhcp_relay_config": { "$ref": "VpcDhcpRelayConfig", "description": "DHCP relay configuration includes the DHCP server address. The DHCP server address should be routeable with NAT for DHCP to work correctly. DHCP relay configuration cannot be removed while the subnet is using it.", "required": false, "title": "DHCP relay configuration" }, "dhcp_server_config": { "$ref": "VpcDhcpServerConfig", "description": "DHCP server configuration for VPC subnet. This property must be specified when a subnet is configured with a DHCP server. DHCP server configuration cannot be removed while the subnet is using it.", "required": false, "title": "DHCP server configuration" } }, "title": "VPC Profile DHCP Config", "type": "object" }