NSX-T Data Center REST API

IPSecVPNPolicySubnet (type)

{
  "additionalProperties": false,
  "description": "Used to specify the local/peer subnets in IPSec VPN Policy rule.",
  "id": "IPSecVPNPolicySubnet",
  "module_id": "IPSecVPN",
  "properties": {
    "subnet": {
      "$ref": "IPCIDRBlock",
      "description": "Subnet used in policy rule.",
      "required": true,
      "title": "Peer or local subnet"
    }
  },
  "title": "Subnet for IPSec Policy based VPN",
  "type": "object"
}