NSX-T Data Center REST API

L3VpnSubnet (type) (Deprecated)

{
  "additionalProperties": false,
  "deprecated": true,
  "description": "Used to specify subnets in L3Vpn rule.",
  "id": "L3VpnSubnet",
  "module_id": "PolicyL3Vpn",
  "properties": {
    "subnet": {
      "$ref": "IPv4CIDRBlock",
      "description": "Subnet used in L3Vpn Rule.",
      "required": true,
      "title": "Subnet"
    }
  },
  "title": "Subnet used in L3Vpn Rule",
  "type": "object"
}