NSX-T Data Center REST API

VpcDhcpAdvancedConfig (type)

{
  "description": "VPC DHCP Advance Configuration",
  "id": "VpcDhcpAdvancedConfig",
  "module_id": "PolicyVpcProfile",
  "properties": {
    "is_distributed_dhcp": {
      "default": true,
      "description": "DHCP server\u2019s IP allocation model based on workloads subnet port id. It is applicable when DHCP mode is DHCP_SERVER. Value of this field can be False only when Edge cluster is available. If value is False, edge cluster in vpc connectivity profile must be configured for this mode. This is the traditional DHCP server that dynamically allocates IP per VM's MAC. If value is true, edge cluster will not be required for this mode. This is a DHCP server that dynamically assigns IP per VM port. The default value will be true.",
      "required": false,
      "title": "Flag to indicate DHCP mode",
      "type": "boolean"
    }
  },
  "title": "VPC DHCP Advance Configuration",
  "type": "object"
}