NSX-T Data Center REST API

DvpgIdAndSegmentPathPair (type)

{
  "additionalProperties": false, 
  "description": "DVPG ID and Segment path pair.", 
  "id": "DvpgIdAndSegmentPathPair", 
  "module_id": "OverlayAdoption", 
  "properties": {
    "dvpg_id": {
      "description": "DVPG ID.", 
      "readonly": false, 
      "required": true, 
      "title": "DVPG ID", 
      "type": "string"
    }, 
    "segment_path": {
      "description": "Segment path.", 
      "readonly": false, 
      "required": true, 
      "title": "Segment path", 
      "type": "string"
    }
  }, 
  "title": "DVPG ID and Segment path pair", 
  "type": "object"
}