NSX-T Data Center REST API

SegmentToDvpgsMapping (type)

{
  "additionalProperties": false,
  "description": "Segment to DVPGs mapping. Information about the segment and DVPGs that it has been bridged to.",
  "id": "SegmentToDvpgsMapping",
  "module_id": "OverlayAdoption",
  "properties": {
    "dvpg_mapping_list": {
      "description": "Mapping information of the DVPGs to which this segment has been bridged.",
      "items": {
        "$ref": "DvpgMappingInfo"
      },
      "readonly": true,
      "required": true,
      "title": "DVPG mapping info list",
      "type": "array"
    },
    "segment_path": {
      "description": "Segment path.",
      "readonly": true,
      "required": true,
      "title": "Segment path",
      "type": "string"
    }
  },
  "title": "Segment to DVPGs mapping",
  "type": "object"
}