NSX-T Data Center REST API

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

PolicyEdgeTransportManagementInterface (schema)

Name Description Type Notes
ip_assignment_specs IPv4 or Ipv6 Port subnets for management port.

IPv4 and/or IPv6 Address subnet configuration for the management port.
The ip address from management_port_subnets property will be considered.
ip_assignment_type is mandatory field.

The valid values for ip_assignment_type are StaticIpv4, StaticIpv6 and Dhcpv4.
e.g. 1. In case of DHCPv4, ip_assignment_type value should be Dhcpv4
2. In case of static IPv6, ip_assignment_type value should be StaticIpv6
3. In case of Dual Stack , ip_assignment_type should be combination of Dhcpv4/StaticIpv4 and StaticIpv6.
array of PolicyIpAssignmentSpec
(Abstract type: pass one of the following concrete types)
AutoConf
Dhcpv4
Dhcpv6
NoAssignment
StaticIpv4
StaticIpv4List
StaticIpv4MacList
StaticIpv4Pool
StaticIpv6
StaticIpv6List
StaticIpv6MacList
StaticIpv6Pool
Required
Minimum items: 1
Maximum items: 2
network_id Portgroup, logical switch identifier or segment path for management network connectivity.

Distributed portgroup identifier to which the management vnic of edge node vm
will be connected. This portgroup must have connectivity with MP and CCP. A
VLAN logical switch identifier may also be specified.
If VM network interface is not connected, it is represented as an empty string.
string Required