NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
VpcSubnetDhcpConfig (schema)
VPC Subnet DHCP configuration
VPC Subnet DHCP config
Name | Description | Type | Notes |
---|---|---|---|
dns_client_config | Dns client configuration Specifies the Network Time Protocol servers that clients will use to synchronize their system clock. The NTP servers must be configured within this property rather than using DHCP option code 42 directly. This approach ensures consistency and centralized management if NTP settings. |
DnsClientConfig | |
enable_dhcp | Activate or Deactivate DHCP This is used to enable or disable DHCP at VPC Subnet. True: to override DHCP config at VPC/VPC Service Profile. False: to disable DHCP, other DHCP configurations are not allowed to be configured. |
boolean | |
lease_time | DHCP lease time for subnet DHCP lease time in seconds. When specified, this property overwrites lease time configured DHCP server config. The default lease time is 86,400 seconds. In DHCP_RELAY mode, any specified lease time will be ignored. |
integer | Minimum: 60 Maximum: 4294967295 Default: "86400" |
static_pool_config | Static IP pool configuration Static IP pool configuration. |
StaticPoolConfig | |
dhcp_relay_config_path | DHCP relay config path If configured then subnet will be configured with the DHCP Relay. Configure dhcp_relay_config is a recommended option to configure DHCP relay on subnet. |
string | Deprecated |