NSX-T Data Center REST API
PolicyEdgeTransportNodeRtepConfig (type)
{ "id": "PolicyEdgeTransportNodeRtepConfig", "module_id": "PolicyEdgeTransportNode", "properties": { "ip_assignment_specs": { "description": "IPs can come from either a static IP pool or an explicitly specified IP list. Therefore, specifying any other IP assignment type will result in error. In case a list of IPs is specified, the number of IPs provided should be sufficient as per the teaming policy associated with the host switch uplink profile used by the remote tunnel endpoint. valid ip_assignment_type values are StaticIpv4Pool and StaticIpv4List.", "items": { "$ref": "PolicyIpAssignmentSpec" }, "title": "Specification for IPs to be used with host switch remote tunnel endpoints", "type": "array" }, "named_teaming_policy": { "description": "Specifying this field will override the default teaming policy of the host switch and will be used by remote tunnel endpoint traffic. if named_teaming_policy is given then device_name field should be not provided", "readonly": false, "required": false, "title": "The named teaming policy to be used by the remote tunnel endpoint", "type": "string" }, "vlan": { "$ref": "VlanID", "description": "The transport VLAN id used for tagging intersite overlay traffic between remote tunnel endpoints.", "readonly": false, "required": true, "title": "VLAN id for remote tunnel endpoint" } }, "title": "Remote tunnel endpoint configuration", "type": "object" }