NSX-T Data Center REST API
PolicyEdgeNodeReplaceMember (type)
{
"description": "PolicyEdgeNode replace operation",
"id": "PolicyEdgeNodeReplaceMember",
"module_id": "PolicyEdgeCluster",
"properties": {
"edge_transport_node_path": {
"description": "The Path of edge transport node, which will replace the edge_transport_node_path of the given policy edge node.",
"required": true,
"title": "Edge Transport Node Path",
"type": "string"
},
"policy_edge_node_path": {
"description": "The path of PolicyEdgeNode to perform the replace operation.",
"required": true,
"title": "Policy Edge Node path",
"type": "string"
}
},
"title": "Policy Edge Node Replace",
"type": "object"
}