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 policys match criteria.

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