IPSecVPNPolicyRule

IPSecVPNPolicyRule
IPSecVPNPolicyRule

For policy-based IPsec VPNs, a security policy specifies as its action the VPN tunnel to be used for transit traffic that meets the policy's match criteria.

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "_revision": 0,
    "_owner": {},
    "description": "string",
    "display_name": "string",
    "id": "string",
    "resource_type": "string",
    "action": "string",
    "destinations": [
        {
            "subnet": "string"
        }
    ],
    "enabled": false,
    "logged": false,
    "sources": [
        {
            "subnet": "string"
        }
    ]
}