NSX-T Data Center REST API

DhcpServerAdditionalConfig (type)

{
  "additionalProperties": false,
  "description": "Additional DHCP server config for VPC subnet. The additional configuration must be cleared when the subnet has DHCP relay enabled or DHCP is deactivated.",
  "id": "DhcpServerAdditionalConfig",
  "module_id": "PolicyVpcSubnet",
  "properties": {
    "options": {
      "$ref": "DhcpV4Options",
      "description": "IPv4 DHCP options for VPC subnet.",
      "required": false,
      "title": "DHCP options"
    },
    "reserved_ip_ranges": {
      "description": "Specifies IP ranges that are reserved and excluded from being assigned by the DHCP server to clients. These reserved IPs must not overlap with system-reserved addresses, including the gateway IP, network IP, DHCP server IP, and broadcast IP, and they must belong to the defined subnet CIDR. The reserved IPs can be provided as either a single IP address or an IP address range. Only IPv4 addresses are supported. Supported formats include: [\"192.168.1.1\", \"192.168.1.3-192.168.1.100\"]",
      "items": {
        "type": "string"
      },
      "maxItems": 10,
      "required": false,
      "title": "Reserved ip ranges",
      "type": "array"
    }
  },
  "title": "Additional DHCP server config.",
  "type": "object"
}