L4RuleMatchTarget

L4RuleMatchTarget
L4RuleMatchTarget
JSON Example
{
    "client_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"
                }
            }
        ]
    },
    "port": {
        "match_criteria": "string",
        "port_ranges": [
            {
                "end": 0,
                "start": 0
            }
        ],
        "ports": [
            0
        ]
    },
    "protocol": {
        "match_criteria": "string",
        "protocol": "string"
    }
}
client_ip
Optional

client_ip

port
Optional

port

protocol
Optional

protocol

Property Of