DebugIpAddr

DebugIpAddr
DebugIpAddr
JSON Example
{
    "addrs": [
        {
            "addr": "string",
            "type": "string"
        }
    ],
    "match_operation": "string",
    "prefixes": [
        {
            "ip_addr": {
                "addr": "string",
                "type": "string"
            },
            "mask": 0
        }
    ],
    "ranges": [
        {
            "begin": {
                "addr": "string",
                "type": "string"
            },
            "end": {
                "addr": "string",
                "type": "string"
            }
        }
    ]
}
array of IpAddr
addrs
Optional

Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

string
match_operation
Optional
Constraints: default: IS_IN

Match criteria. Enum options - IS_IN, IS_NOT_IN. Field introduced in 30.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

prefixes
Optional

Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.

array of IpAddrRange
ranges
Optional

Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.