NSX-T Data Center REST API

DvpgMappingInfo (type)

{
  "additionalProperties": false,
  "description": "Mapping info for a DVPG to which an overlay segment has been bridged.",
  "id": "DvpgMappingInfo",
  "module_id": "OverlayAdoption",
  "properties": {
    "bridge_profile_path": {
      "description": "Policy path of the L2 bridge profile that has been used for bridging the segment and DVPG",
      "readonly": true,
      "required": true,
      "title": "Bridge profile path",
      "type": "string"
    },
    "bridging_mode": {
      "$ref": "BridgingMode",
      "description": "Bridging mode.",
      "readonly": true,
      "required": true,
      "title": "Bridging mode"
    },
    "dvpg_id": {
      "description": "DVPG ID to which the overlay segment has been bridged.",
      "readonly": true,
      "required": true,
      "title": "DVPG ID",
      "type": "string"
    },
    "dvpg_name": {
      "description": "DVPG name.",
      "readonly": true,
      "required": true,
      "title": "DVPG name",
      "type": "string"
    },
    "ipv4_subnet": {
      "description": "IPv4 subnet of some/all vNICs connected to the DVPG. This value would have been provided when extend DVPG workflow was performed.",
      "readonly": true,
      "required": false,
      "title": "IPv4 subnet of some/all vNICs connected to the DVPG",
      "type": "string"
    },
    "ipv6_subnet": {
      "description": "IPv6 subnet of some/all vNICs connected to the DVPG. This value would have been provided when extend DVPG workflow was performed.",
      "readonly": true,
      "required": false,
      "title": "IPv6 subnet of some/all vNICs connected to the DVPG",
      "type": "string"
    },
    "vlan_id": {
      "description": "VLAN ID of the DVPG that has been bridged to overlay segment.",
      "readonly": true,
      "required": true,
      "title": "VLAN ID",
      "type": "string"
    }
  },
  "title": "DVPG mapping info",
  "type": "object"
}