NSX-T Data Center REST API

PbVpnMode (type)

{
  "additionalProperties": false, 
  "deprecated": false, 
  "description": "The type indicates how the rule applies to Policy-Based VPN traffic. It's supported only for NAT rule action type DNAT and NO_DNAT. BYPASS is default VPN mode. It indicates that NAT rule is applied to the traffic received on Routed-Based VPN tunnel. EXCLUSIVE indicates that NAT rule is applied to the inbound traffic received on Policy-Based VPN tunnel only.", 
  "enum": [
    "BYPASS", 
    "EXCLUSIVE"
  ], 
  "id": "PbVpnMode", 
  "module_id": "Nat", 
  "title": "The rule how the NAT applies to Policy-Based VPN traffic", 
  "type": "string"
}