NSX-T Data Center REST API

VnicIpSubnetsOnDvpgOrSegment (type)

{
  "description": "A VnicIpSubnets shared by vNICs connected to a DVPG or segment.",
  "extends": {
    "$ref": "VnicIpSubnets"
  },
  "id": "VnicIpSubnetsOnDvpgOrSegment",
  "module_id": "OverlayAdoption",
  "properties": {
    "dvpg_id": {
      "description": "ID of DVPG connected by vNICs sharing the same VnicIpSubnets. Must be unset/empty when vNICs connect to a segment else should be set otherwise.",
      "readonly": false,
      "required": false,
      "title": "ID of DVPG connected by vNICs sharing the same VnicIpSubnets",
      "type": "string"
    },
    "segment_path": {
      "description": "Path of the segment connected by vNICs sharing the same VnicIpSubnets. Must be set when vNICs connect to a segment else should be unset/empty otherwise.",
      "readonly": false,
      "required": false,
      "title": "Path of the segment connected by vNICs sharing the same VnicIpSubnets.",
      "type": "string"
    },
    "subnets": {
      "description": "An array of unique IPv4 and/or IPv6 subnet(s). The order of array elements does not matter. This is an empty array when the vNIC does not have any IP or has only IPv6 link-local IP.",
      "items": {
        "$ref": "IPCIDRBlock"
      },
      "readonly": false,
      "required": true,
      "title": "An array of unique IPv4 and/or IPv6 subnet(s)",
      "type": "array",
      "uniqueItems": true
    }
  },
  "title": "A VnicIpSubnets shared by vNICs connected to a DVPG or segment.",
  "type": "object"
}