NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
SubnetAdvancedConfig (schema)
VPC Subnet Advanced Configuration
VPC Subnet Advanced Configuration
| Name | Description | Type | Notes |
|---|---|---|---|
| connectivity_state | Connectivity State Connectivity status of the subnet from other subnets to the VPC. If this subnet is used for VLAN extension, connectivity state must follow the configuration of subnet exclusive config at distributed VLAN connection. |
string | Enum: CONNECTED, DISCONNECTED Default: "CONNECTED" |
| dhcp_server_addresses | Dhcp Server Addresses An array of dhcp server addresses per address family. Addresses should be in ip/prefix_length format. |
array of IPCIDRBlock | Maximum items: 1 |
| extra_configs | Extra configs on subnet This property could be used for vendor specific configuration in key value string pairs. |
array of SubnetExtraConfig | |
| gateway_addresses | Gateway Addresses An array of gateway addresses per address family. Addresses should be in ip/prefix_length format. |
array of IPCIDRBlock | Maximum items: 1 |
| static_ip_allocation | Static IP allocation for VPC Subnet ports with VIF attachment. Static IP allocation configuration for VPC Subnet ports with VIF attachment. Not supported when DUAL ip_address_type is used in parent VPC. |
StaticIpAllocation |