NSX-T Data Center REST API

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

SubnetDhcpConfig (schema)

Vpc subnet DHCP config

The DHCP configurations for a subnet, with the base configurations inherited from the VPC Service Profile.
Any additional settings will be applied on top of the inherited configurations.

Name Description Type Notes
dhcp_server_additional_config Additional DHCP server config

DHCP configuration of subnet is derived from VPC Service Profile. These additional configuration will take effect along with the derived ones.
DhcpServerAdditionalConfig
mode DHCP Mode

The operational mode of DHCP within the subnet. Options include DHCP server, relay, or deactivated.
The default mode will be DHCP_DEACTIVATED.
When mode is set to DHCP server or relay, static IP allocation cannot be enabled in the subnet's advanced configuration.
string Enum: DHCP_SERVER, DHCP_RELAY, DHCP_DEACTIVATED