NSX-T Data Center REST API

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

VpcDhcpServerConfig (schema)

DHCP server configuration

DHCP server configuration includes IP address leasing, DNS servers, NTP servers,etc.

Name Description Type Notes
advanced_config VPC DHCP advance configuration

VPC DHCP advance configuration
VpcDhcpAdvancedConfig
dns_client_config Dns client configuration

Dns client configuration includes the DNS servers that DHCP clients uses to resolve domain names into IP addresses.
DNS servers must be defined using this property instead of using DHCP option code 6 directly.
DnsClientConfig
lease_time Subnet DHCP lease time.

This property specifies the duration (in seconds) for which an IP address lease is valid before the client must renew it.
Lease time must be configured using this property rather than using DHCP option code 51 directly.
integer Minimum: 60
Maximum: 4294967295
Default: "86400"
ntp_servers NTP Servers

This property specifies the Network Time Protocol servers that clients use to synchronize their system clock.
The NTP servers must be configured using this property rather than using DHCP option code 42 directly.
This approach ensures consistency and centralized management if NTP settings.
array of IPAddress Maximum items: 2