NatMatchTarget

NatMatchTarget
NatMatchTarget
JSON Example
{
    "destination_ip": {
        "addrs": [
            {
                "addr": "string",
                "type": "string"
            }
        ],
        "group_refs": [
            "string"
        ],
        "match_criteria": "string",
        "prefixes": [
            {
                "ip_addr": {
                    "addr": "string",
                    "type": "string"
                },
                "mask": 0
            }
        ],
        "ranges": [
            {
                "begin": {
                    "addr": "string",
                    "type": "string"
                },
                "end": {
                    "addr": "string",
                    "type": "string"
                }
            }
        ]
    },
    "services": {
        "destination_port": {
            "match_criteria": "string",
            "ports": [
                0
            ]
        },
        "protocol": {
            "match_criteria": "string",
            "protocol": "string"
        },
        "source_port": {
            "match_criteria": "string",
            "ports": [
                0
            ]
        }
    },
    "source_ip": {
        "addrs": [
            {
                "addr": "string",
                "type": "string"
            }
        ],
        "group_refs": [
            "string"
        ],
        "match_criteria": "string",
        "prefixes": [
            {
                "ip_addr": {
                    "addr": "string",
                    "type": "string"
                },
                "mask": 0
            }
        ],
        "ranges": [
            {
                "begin": {
                    "addr": "string",
                    "type": "string"
                },
                "end": {
                    "addr": "string",
                    "type": "string"
                }
            }
        ]
    }
}
destination_ip
Optional

destination_ip

services
Optional

services

source_ip
Optional

source_ip

Property Of