NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

DhcpServerAdditionalConfig (schema)

Additional DHCP server config.

Additional DHCP server config for VPC subnet.
The additional configuration must be cleared when the subnet has DHCP relay enabled or DHCP is deactivated.

Name Description Type Notes
options DHCP options

IPv4 DHCP options for VPC subnet.
DhcpV4Options
reserved_ip_ranges Reserved ip ranges

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"]
array of string Maximum items: 10