NSX-T Data Center REST API
PolicyEdgeTransportManagementInterface (type)
{ "id": "PolicyEdgeTransportManagementInterface", "module_id": "PolicyEdgeTransportNode", "properties": { "ip_assignment_specs": { "description": "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.", "items": { "$ref": "PolicyIpAssignmentSpec" }, "maxItems": 2, "minItems": 1, "required": true, "title": "IPv4 or Ipv6 Port subnets for management port.", "type": "array" }, "network_id": { "description": "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.", "required": true, "title": "Portgroup, logical switch identifier or segment path for management network connectivity.", "type": "string" } }, "type": "object" }