1. Packages
  2. Packages
  3. Panos Provider
  4. API Docs
  5. getZoneProtectionProfile
Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks
Viewing docs for panos 2.0.11
published on Tuesday, Apr 28, 2026 by paloaltonetworks

    Using getZoneProtectionProfile

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getZoneProtectionProfile(args: GetZoneProtectionProfileArgs, opts?: InvokeOptions): Promise<GetZoneProtectionProfileResult>
    function getZoneProtectionProfileOutput(args: GetZoneProtectionProfileOutputArgs, opts?: InvokeOptions): Output<GetZoneProtectionProfileResult>
    def get_zone_protection_profile(asymmetric_path: Optional[str] = None,
                                    description: Optional[str] = None,
                                    discard_icmp_error: Optional[bool] = None,
                                    discard_icmp_frag: Optional[bool] = None,
                                    discard_icmp_large_packet: Optional[bool] = None,
                                    discard_icmp_ping_zero_id: Optional[bool] = None,
                                    discard_ip_frag: Optional[bool] = None,
                                    discard_ip_spoof: Optional[bool] = None,
                                    discard_loose_source_routing: Optional[bool] = None,
                                    discard_malformed_option: Optional[bool] = None,
                                    discard_overlapping_tcp_segment_mismatch: Optional[bool] = None,
                                    discard_record_route: Optional[bool] = None,
                                    discard_security: Optional[bool] = None,
                                    discard_stream_id: Optional[bool] = None,
                                    discard_strict_source_routing: Optional[bool] = None,
                                    discard_tcp_split_handshake: Optional[bool] = None,
                                    discard_tcp_syn_with_data: Optional[bool] = None,
                                    discard_tcp_synack_with_data: Optional[bool] = None,
                                    discard_timestamp: Optional[bool] = None,
                                    discard_unknown_option: Optional[bool] = None,
                                    flood: Optional[GetZoneProtectionProfileFlood] = None,
                                    ipv6: Optional[GetZoneProtectionProfileIpv6] = None,
                                    l2_sec_group_tag_protection: Optional[GetZoneProtectionProfileL2SecGroupTagProtection] = None,
                                    location: Optional[GetZoneProtectionProfileLocation] = None,
                                    name: Optional[str] = None,
                                    net_inspection: Optional[GetZoneProtectionProfileNetInspection] = None,
                                    non_ip_protocol: Optional[GetZoneProtectionProfileNonIpProtocol] = None,
                                    remove_tcp_timestamp: Optional[bool] = None,
                                    scan_white_lists: Optional[Sequence[GetZoneProtectionProfileScanWhiteList]] = None,
                                    scans: Optional[Sequence[GetZoneProtectionProfileScan]] = None,
                                    strict_ip_check: Optional[bool] = None,
                                    strip_mptcp_option: Optional[str] = None,
                                    strip_tcp_fast_open_and_data: Optional[bool] = None,
                                    suppress_icmp_needfrag: Optional[bool] = None,
                                    suppress_icmp_timeexceeded: Optional[bool] = None,
                                    tcp_reject_non_syn: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetZoneProtectionProfileResult
    def get_zone_protection_profile_output(asymmetric_path: Optional[pulumi.Input[str]] = None,
                                    description: Optional[pulumi.Input[str]] = None,
                                    discard_icmp_error: Optional[pulumi.Input[bool]] = None,
                                    discard_icmp_frag: Optional[pulumi.Input[bool]] = None,
                                    discard_icmp_large_packet: Optional[pulumi.Input[bool]] = None,
                                    discard_icmp_ping_zero_id: Optional[pulumi.Input[bool]] = None,
                                    discard_ip_frag: Optional[pulumi.Input[bool]] = None,
                                    discard_ip_spoof: Optional[pulumi.Input[bool]] = None,
                                    discard_loose_source_routing: Optional[pulumi.Input[bool]] = None,
                                    discard_malformed_option: Optional[pulumi.Input[bool]] = None,
                                    discard_overlapping_tcp_segment_mismatch: Optional[pulumi.Input[bool]] = None,
                                    discard_record_route: Optional[pulumi.Input[bool]] = None,
                                    discard_security: Optional[pulumi.Input[bool]] = None,
                                    discard_stream_id: Optional[pulumi.Input[bool]] = None,
                                    discard_strict_source_routing: Optional[pulumi.Input[bool]] = None,
                                    discard_tcp_split_handshake: Optional[pulumi.Input[bool]] = None,
                                    discard_tcp_syn_with_data: Optional[pulumi.Input[bool]] = None,
                                    discard_tcp_synack_with_data: Optional[pulumi.Input[bool]] = None,
                                    discard_timestamp: Optional[pulumi.Input[bool]] = None,
                                    discard_unknown_option: Optional[pulumi.Input[bool]] = None,
                                    flood: Optional[pulumi.Input[GetZoneProtectionProfileFloodArgs]] = None,
                                    ipv6: Optional[pulumi.Input[GetZoneProtectionProfileIpv6Args]] = None,
                                    l2_sec_group_tag_protection: Optional[pulumi.Input[GetZoneProtectionProfileL2SecGroupTagProtectionArgs]] = None,
                                    location: Optional[pulumi.Input[GetZoneProtectionProfileLocationArgs]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    net_inspection: Optional[pulumi.Input[GetZoneProtectionProfileNetInspectionArgs]] = None,
                                    non_ip_protocol: Optional[pulumi.Input[GetZoneProtectionProfileNonIpProtocolArgs]] = None,
                                    remove_tcp_timestamp: Optional[pulumi.Input[bool]] = None,
                                    scan_white_lists: Optional[pulumi.Input[Sequence[pulumi.Input[GetZoneProtectionProfileScanWhiteListArgs]]]] = None,
                                    scans: Optional[pulumi.Input[Sequence[pulumi.Input[GetZoneProtectionProfileScanArgs]]]] = None,
                                    strict_ip_check: Optional[pulumi.Input[bool]] = None,
                                    strip_mptcp_option: Optional[pulumi.Input[str]] = None,
                                    strip_tcp_fast_open_and_data: Optional[pulumi.Input[bool]] = None,
                                    suppress_icmp_needfrag: Optional[pulumi.Input[bool]] = None,
                                    suppress_icmp_timeexceeded: Optional[pulumi.Input[bool]] = None,
                                    tcp_reject_non_syn: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetZoneProtectionProfileResult]
    func LookupZoneProtectionProfile(ctx *Context, args *LookupZoneProtectionProfileArgs, opts ...InvokeOption) (*LookupZoneProtectionProfileResult, error)
    func LookupZoneProtectionProfileOutput(ctx *Context, args *LookupZoneProtectionProfileOutputArgs, opts ...InvokeOption) LookupZoneProtectionProfileResultOutput

    > Note: This function is named LookupZoneProtectionProfile in the Go SDK.

    public static class GetZoneProtectionProfile 
    {
        public static Task<GetZoneProtectionProfileResult> InvokeAsync(GetZoneProtectionProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetZoneProtectionProfileResult> Invoke(GetZoneProtectionProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetZoneProtectionProfileResult> getZoneProtectionProfile(GetZoneProtectionProfileArgs args, InvokeOptions options)
    public static Output<GetZoneProtectionProfileResult> getZoneProtectionProfile(GetZoneProtectionProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: panos:index/getZoneProtectionProfile:getZoneProtectionProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Location GetZoneProtectionProfileLocation
    The location of this object.
    Name string
    AsymmetricPath string
    actions for TCP sliding window tracking errors, also control enable/disable TCP sequence number check for FIN/RST
    Description string
    DiscardIcmpError bool
    Discard ICMP embedded with error message
    DiscardIcmpFrag bool
    Discard ICMP fragment
    DiscardIcmpLargePacket bool
    Discard Large ICMP packet (IP length > 1024B)
    DiscardIcmpPingZeroId bool
    Discard ICMP Ping with zero ID
    DiscardIpFrag bool
    Discard IP fragment
    DiscardIpSpoof bool
    Discard spoofed IP packet
    DiscardLooseSourceRouting bool
    Discard packets with loose source routing IP option
    DiscardMalformedOption bool
    Discard packets with malformed IP option
    DiscardOverlappingTcpSegmentMismatch bool
    Discard sessions with mismatch tcp overlapping segment
    DiscardRecordRoute bool
    Discard packets with Record Route IP option
    DiscardSecurity bool
    Discard packets with Security IP option
    DiscardStreamId bool
    Discard packets with Stream ID IP option
    DiscardStrictSourceRouting bool
    Discard packets with strict source routing IP option
    DiscardTcpSplitHandshake bool
    Discard tcp split handshake packet
    DiscardTcpSynWithData bool
    Discard tcp syn packet with data payload
    DiscardTcpSynackWithData bool
    Discard tcp syn ack packet with data payload
    DiscardTimestamp bool
    Discard packets with Timestmp IP option
    DiscardUnknownOption bool
    Discard packets with unknown IP option
    Flood GetZoneProtectionProfileFlood
    Ipv6 GetZoneProtectionProfileIpv6
    L2SecGroupTagProtection GetZoneProtectionProfileL2SecGroupTagProtection
    NetInspection GetZoneProtectionProfileNetInspection
    NonIpProtocol GetZoneProtectionProfileNonIpProtocol
    RemoveTcpTimestamp bool
    Remove TCP Timestamp
    ScanWhiteLists List<GetZoneProtectionProfileScanWhiteList>
    Scans List<GetZoneProtectionProfileScan>
    StrictIpCheck bool
    Perform strict IP address check
    StripMptcpOption string
    strip mptcp option
    StripTcpFastOpenAndData bool
    Strip tcp fast option and data payload
    SuppressIcmpNeedfrag bool
    Do not reply ICMP NEEDFRAG (layer3 only)
    SuppressIcmpTimeexceeded bool
    Do not reply ICMP TTL expired error (layer3 only)
    TcpRejectNonSyn string
    reject non-SYN TCP packet for session setup
    Location GetZoneProtectionProfileLocation
    The location of this object.
    Name string
    AsymmetricPath string
    actions for TCP sliding window tracking errors, also control enable/disable TCP sequence number check for FIN/RST
    Description string
    DiscardIcmpError bool
    Discard ICMP embedded with error message
    DiscardIcmpFrag bool
    Discard ICMP fragment
    DiscardIcmpLargePacket bool
    Discard Large ICMP packet (IP length > 1024B)
    DiscardIcmpPingZeroId bool
    Discard ICMP Ping with zero ID
    DiscardIpFrag bool
    Discard IP fragment
    DiscardIpSpoof bool
    Discard spoofed IP packet
    DiscardLooseSourceRouting bool
    Discard packets with loose source routing IP option
    DiscardMalformedOption bool
    Discard packets with malformed IP option
    DiscardOverlappingTcpSegmentMismatch bool
    Discard sessions with mismatch tcp overlapping segment
    DiscardRecordRoute bool
    Discard packets with Record Route IP option
    DiscardSecurity bool
    Discard packets with Security IP option
    DiscardStreamId bool
    Discard packets with Stream ID IP option
    DiscardStrictSourceRouting bool
    Discard packets with strict source routing IP option
    DiscardTcpSplitHandshake bool
    Discard tcp split handshake packet
    DiscardTcpSynWithData bool
    Discard tcp syn packet with data payload
    DiscardTcpSynackWithData bool
    Discard tcp syn ack packet with data payload
    DiscardTimestamp bool
    Discard packets with Timestmp IP option
    DiscardUnknownOption bool
    Discard packets with unknown IP option
    Flood GetZoneProtectionProfileFlood
    Ipv6 GetZoneProtectionProfileIpv6
    L2SecGroupTagProtection GetZoneProtectionProfileL2SecGroupTagProtection
    NetInspection GetZoneProtectionProfileNetInspection
    NonIpProtocol GetZoneProtectionProfileNonIpProtocol
    RemoveTcpTimestamp bool
    Remove TCP Timestamp
    ScanWhiteLists []GetZoneProtectionProfileScanWhiteList
    Scans []GetZoneProtectionProfileScan
    StrictIpCheck bool
    Perform strict IP address check
    StripMptcpOption string
    strip mptcp option
    StripTcpFastOpenAndData bool
    Strip tcp fast option and data payload
    SuppressIcmpNeedfrag bool
    Do not reply ICMP NEEDFRAG (layer3 only)
    SuppressIcmpTimeexceeded bool
    Do not reply ICMP TTL expired error (layer3 only)
    TcpRejectNonSyn string
    reject non-SYN TCP packet for session setup
    location GetZoneProtectionProfileLocation
    The location of this object.
    name String
    asymmetricPath String
    actions for TCP sliding window tracking errors, also control enable/disable TCP sequence number check for FIN/RST
    description String
    discardIcmpError Boolean
    Discard ICMP embedded with error message
    discardIcmpFrag Boolean
    Discard ICMP fragment
    discardIcmpLargePacket Boolean
    Discard Large ICMP packet (IP length > 1024B)
    discardIcmpPingZeroId Boolean
    Discard ICMP Ping with zero ID
    discardIpFrag Boolean
    Discard IP fragment
    discardIpSpoof Boolean
    Discard spoofed IP packet
    discardLooseSourceRouting Boolean
    Discard packets with loose source routing IP option
    discardMalformedOption Boolean
    Discard packets with malformed IP option
    discardOverlappingTcpSegmentMismatch Boolean
    Discard sessions with mismatch tcp overlapping segment
    discardRecordRoute Boolean
    Discard packets with Record Route IP option
    discardSecurity Boolean
    Discard packets with Security IP option
    discardStreamId Boolean
    Discard packets with Stream ID IP option
    discardStrictSourceRouting Boolean
    Discard packets with strict source routing IP option
    discardTcpSplitHandshake Boolean
    Discard tcp split handshake packet
    discardTcpSynWithData Boolean
    Discard tcp syn packet with data payload
    discardTcpSynackWithData Boolean
    Discard tcp syn ack packet with data payload
    discardTimestamp Boolean
    Discard packets with Timestmp IP option
    discardUnknownOption Boolean
    Discard packets with unknown IP option
    flood GetZoneProtectionProfileFlood
    ipv6 GetZoneProtectionProfileIpv6
    l2SecGroupTagProtection GetZoneProtectionProfileL2SecGroupTagProtection
    netInspection GetZoneProtectionProfileNetInspection
    nonIpProtocol GetZoneProtectionProfileNonIpProtocol
    removeTcpTimestamp Boolean
    Remove TCP Timestamp
    scanWhiteLists List<GetZoneProtectionProfileScanWhiteList>
    scans List<GetZoneProtectionProfileScan>
    strictIpCheck Boolean
    Perform strict IP address check
    stripMptcpOption String
    strip mptcp option
    stripTcpFastOpenAndData Boolean
    Strip tcp fast option and data payload
    suppressIcmpNeedfrag Boolean
    Do not reply ICMP NEEDFRAG (layer3 only)
    suppressIcmpTimeexceeded Boolean
    Do not reply ICMP TTL expired error (layer3 only)
    tcpRejectNonSyn String
    reject non-SYN TCP packet for session setup
    location GetZoneProtectionProfileLocation
    The location of this object.
    name string
    asymmetricPath string
    actions for TCP sliding window tracking errors, also control enable/disable TCP sequence number check for FIN/RST
    description string
    discardIcmpError boolean
    Discard ICMP embedded with error message
    discardIcmpFrag boolean
    Discard ICMP fragment
    discardIcmpLargePacket boolean
    Discard Large ICMP packet (IP length > 1024B)
    discardIcmpPingZeroId boolean
    Discard ICMP Ping with zero ID
    discardIpFrag boolean
    Discard IP fragment
    discardIpSpoof boolean
    Discard spoofed IP packet
    discardLooseSourceRouting boolean
    Discard packets with loose source routing IP option
    discardMalformedOption boolean
    Discard packets with malformed IP option
    discardOverlappingTcpSegmentMismatch boolean
    Discard sessions with mismatch tcp overlapping segment
    discardRecordRoute boolean
    Discard packets with Record Route IP option
    discardSecurity boolean
    Discard packets with Security IP option
    discardStreamId boolean
    Discard packets with Stream ID IP option
    discardStrictSourceRouting boolean
    Discard packets with strict source routing IP option
    discardTcpSplitHandshake boolean
    Discard tcp split handshake packet
    discardTcpSynWithData boolean
    Discard tcp syn packet with data payload
    discardTcpSynackWithData boolean
    Discard tcp syn ack packet with data payload
    discardTimestamp boolean
    Discard packets with Timestmp IP option
    discardUnknownOption boolean
    Discard packets with unknown IP option
    flood GetZoneProtectionProfileFlood
    ipv6 GetZoneProtectionProfileIpv6
    l2SecGroupTagProtection GetZoneProtectionProfileL2SecGroupTagProtection
    netInspection GetZoneProtectionProfileNetInspection
    nonIpProtocol GetZoneProtectionProfileNonIpProtocol
    removeTcpTimestamp boolean
    Remove TCP Timestamp
    scanWhiteLists GetZoneProtectionProfileScanWhiteList[]
    scans GetZoneProtectionProfileScan[]
    strictIpCheck boolean
    Perform strict IP address check
    stripMptcpOption string
    strip mptcp option
    stripTcpFastOpenAndData boolean
    Strip tcp fast option and data payload
    suppressIcmpNeedfrag boolean
    Do not reply ICMP NEEDFRAG (layer3 only)
    suppressIcmpTimeexceeded boolean
    Do not reply ICMP TTL expired error (layer3 only)
    tcpRejectNonSyn string
    reject non-SYN TCP packet for session setup
    location GetZoneProtectionProfileLocation
    The location of this object.
    name str
    asymmetric_path str
    actions for TCP sliding window tracking errors, also control enable/disable TCP sequence number check for FIN/RST
    description str
    discard_icmp_error bool
    Discard ICMP embedded with error message
    discard_icmp_frag bool
    Discard ICMP fragment
    discard_icmp_large_packet bool
    Discard Large ICMP packet (IP length > 1024B)
    discard_icmp_ping_zero_id bool
    Discard ICMP Ping with zero ID
    discard_ip_frag bool
    Discard IP fragment
    discard_ip_spoof bool
    Discard spoofed IP packet
    discard_loose_source_routing bool
    Discard packets with loose source routing IP option
    discard_malformed_option bool
    Discard packets with malformed IP option
    discard_overlapping_tcp_segment_mismatch bool
    Discard sessions with mismatch tcp overlapping segment
    discard_record_route bool
    Discard packets with Record Route IP option
    discard_security bool
    Discard packets with Security IP option
    discard_stream_id bool
    Discard packets with Stream ID IP option
    discard_strict_source_routing bool
    Discard packets with strict source routing IP option
    discard_tcp_split_handshake bool
    Discard tcp split handshake packet
    discard_tcp_syn_with_data bool
    Discard tcp syn packet with data payload
    discard_tcp_synack_with_data bool
    Discard tcp syn ack packet with data payload
    discard_timestamp bool
    Discard packets with Timestmp IP option
    discard_unknown_option bool
    Discard packets with unknown IP option
    flood GetZoneProtectionProfileFlood
    ipv6 GetZoneProtectionProfileIpv6
    l2_sec_group_tag_protection GetZoneProtectionProfileL2SecGroupTagProtection
    net_inspection GetZoneProtectionProfileNetInspection
    non_ip_protocol GetZoneProtectionProfileNonIpProtocol
    remove_tcp_timestamp bool
    Remove TCP Timestamp
    scan_white_lists Sequence[GetZoneProtectionProfileScanWhiteList]
    scans Sequence[GetZoneProtectionProfileScan]
    strict_ip_check bool
    Perform strict IP address check
    strip_mptcp_option str
    strip mptcp option
    strip_tcp_fast_open_and_data bool
    Strip tcp fast option and data payload
    suppress_icmp_needfrag bool
    Do not reply ICMP NEEDFRAG (layer3 only)
    suppress_icmp_timeexceeded bool
    Do not reply ICMP TTL expired error (layer3 only)
    tcp_reject_non_syn str
    reject non-SYN TCP packet for session setup
    location Property Map
    The location of this object.
    name String
    asymmetricPath String
    actions for TCP sliding window tracking errors, also control enable/disable TCP sequence number check for FIN/RST
    description String
    discardIcmpError Boolean
    Discard ICMP embedded with error message
    discardIcmpFrag Boolean
    Discard ICMP fragment
    discardIcmpLargePacket Boolean
    Discard Large ICMP packet (IP length > 1024B)
    discardIcmpPingZeroId Boolean
    Discard ICMP Ping with zero ID
    discardIpFrag Boolean
    Discard IP fragment
    discardIpSpoof Boolean
    Discard spoofed IP packet
    discardLooseSourceRouting Boolean
    Discard packets with loose source routing IP option
    discardMalformedOption Boolean
    Discard packets with malformed IP option
    discardOverlappingTcpSegmentMismatch Boolean
    Discard sessions with mismatch tcp overlapping segment
    discardRecordRoute Boolean
    Discard packets with Record Route IP option
    discardSecurity Boolean
    Discard packets with Security IP option
    discardStreamId Boolean
    Discard packets with Stream ID IP option
    discardStrictSourceRouting Boolean
    Discard packets with strict source routing IP option
    discardTcpSplitHandshake Boolean
    Discard tcp split handshake packet
    discardTcpSynWithData Boolean
    Discard tcp syn packet with data payload
    discardTcpSynackWithData Boolean
    Discard tcp syn ack packet with data payload
    discardTimestamp Boolean
    Discard packets with Timestmp IP option
    discardUnknownOption Boolean
    Discard packets with unknown IP option
    flood Property Map
    ipv6 Property Map
    l2SecGroupTagProtection Property Map
    netInspection Property Map
    nonIpProtocol Property Map
    removeTcpTimestamp Boolean
    Remove TCP Timestamp
    scanWhiteLists List<Property Map>
    scans List<Property Map>
    strictIpCheck Boolean
    Perform strict IP address check
    stripMptcpOption String
    strip mptcp option
    stripTcpFastOpenAndData Boolean
    Strip tcp fast option and data payload
    suppressIcmpNeedfrag Boolean
    Do not reply ICMP NEEDFRAG (layer3 only)
    suppressIcmpTimeexceeded Boolean
    Do not reply ICMP TTL expired error (layer3 only)
    tcpRejectNonSyn String
    reject non-SYN TCP packet for session setup

    getZoneProtectionProfile Result

    The following output properties are available:

    AsymmetricPath string
    actions for TCP sliding window tracking errors, also control enable/disable TCP sequence number check for FIN/RST
    Description string
    DiscardIcmpError bool
    Discard ICMP embedded with error message
    DiscardIcmpFrag bool
    Discard ICMP fragment
    DiscardIcmpLargePacket bool
    Discard Large ICMP packet (IP length > 1024B)
    DiscardIcmpPingZeroId bool
    Discard ICMP Ping with zero ID
    DiscardIpFrag bool
    Discard IP fragment
    DiscardIpSpoof bool
    Discard spoofed IP packet
    DiscardLooseSourceRouting bool
    Discard packets with loose source routing IP option
    DiscardMalformedOption bool
    Discard packets with malformed IP option
    DiscardOverlappingTcpSegmentMismatch bool
    Discard sessions with mismatch tcp overlapping segment
    DiscardRecordRoute bool
    Discard packets with Record Route IP option
    DiscardSecurity bool
    Discard packets with Security IP option
    DiscardStreamId bool
    Discard packets with Stream ID IP option
    DiscardStrictSourceRouting bool
    Discard packets with strict source routing IP option
    DiscardTcpSplitHandshake bool
    Discard tcp split handshake packet
    DiscardTcpSynWithData bool
    Discard tcp syn packet with data payload
    DiscardTcpSynackWithData bool
    Discard tcp syn ack packet with data payload
    DiscardTimestamp bool
    Discard packets with Timestmp IP option
    DiscardUnknownOption bool
    Discard packets with unknown IP option
    Flood GetZoneProtectionProfileFlood
    Id string
    The provider-assigned unique ID for this managed resource.
    Ipv6 GetZoneProtectionProfileIpv6
    L2SecGroupTagProtection GetZoneProtectionProfileL2SecGroupTagProtection
    Location GetZoneProtectionProfileLocation
    The location of this object.
    Name string
    NetInspection GetZoneProtectionProfileNetInspection
    NonIpProtocol GetZoneProtectionProfileNonIpProtocol
    RemoveTcpTimestamp bool
    Remove TCP Timestamp
    ScanWhiteLists List<GetZoneProtectionProfileScanWhiteList>
    Scans List<GetZoneProtectionProfileScan>
    StrictIpCheck bool
    Perform strict IP address check
    StripMptcpOption string
    strip mptcp option
    StripTcpFastOpenAndData bool
    Strip tcp fast option and data payload
    SuppressIcmpNeedfrag bool
    Do not reply ICMP NEEDFRAG (layer3 only)
    SuppressIcmpTimeexceeded bool
    Do not reply ICMP TTL expired error (layer3 only)
    TcpRejectNonSyn string
    reject non-SYN TCP packet for session setup
    AsymmetricPath string
    actions for TCP sliding window tracking errors, also control enable/disable TCP sequence number check for FIN/RST
    Description string
    DiscardIcmpError bool
    Discard ICMP embedded with error message
    DiscardIcmpFrag bool
    Discard ICMP fragment
    DiscardIcmpLargePacket bool
    Discard Large ICMP packet (IP length > 1024B)
    DiscardIcmpPingZeroId bool
    Discard ICMP Ping with zero ID
    DiscardIpFrag bool
    Discard IP fragment
    DiscardIpSpoof bool
    Discard spoofed IP packet
    DiscardLooseSourceRouting bool
    Discard packets with loose source routing IP option
    DiscardMalformedOption bool
    Discard packets with malformed IP option
    DiscardOverlappingTcpSegmentMismatch bool
    Discard sessions with mismatch tcp overlapping segment
    DiscardRecordRoute bool
    Discard packets with Record Route IP option
    DiscardSecurity bool
    Discard packets with Security IP option
    DiscardStreamId bool
    Discard packets with Stream ID IP option
    DiscardStrictSourceRouting bool
    Discard packets with strict source routing IP option
    DiscardTcpSplitHandshake bool
    Discard tcp split handshake packet
    DiscardTcpSynWithData bool
    Discard tcp syn packet with data payload
    DiscardTcpSynackWithData bool
    Discard tcp syn ack packet with data payload
    DiscardTimestamp bool
    Discard packets with Timestmp IP option
    DiscardUnknownOption bool
    Discard packets with unknown IP option
    Flood GetZoneProtectionProfileFlood
    Id string
    The provider-assigned unique ID for this managed resource.
    Ipv6 GetZoneProtectionProfileIpv6
    L2SecGroupTagProtection GetZoneProtectionProfileL2SecGroupTagProtection
    Location GetZoneProtectionProfileLocation
    The location of this object.
    Name string
    NetInspection GetZoneProtectionProfileNetInspection
    NonIpProtocol GetZoneProtectionProfileNonIpProtocol
    RemoveTcpTimestamp bool
    Remove TCP Timestamp
    ScanWhiteLists []GetZoneProtectionProfileScanWhiteList
    Scans []GetZoneProtectionProfileScan
    StrictIpCheck bool
    Perform strict IP address check
    StripMptcpOption string
    strip mptcp option
    StripTcpFastOpenAndData bool
    Strip tcp fast option and data payload
    SuppressIcmpNeedfrag bool
    Do not reply ICMP NEEDFRAG (layer3 only)
    SuppressIcmpTimeexceeded bool
    Do not reply ICMP TTL expired error (layer3 only)
    TcpRejectNonSyn string
    reject non-SYN TCP packet for session setup
    asymmetricPath String
    actions for TCP sliding window tracking errors, also control enable/disable TCP sequence number check for FIN/RST
    description String
    discardIcmpError Boolean
    Discard ICMP embedded with error message
    discardIcmpFrag Boolean
    Discard ICMP fragment
    discardIcmpLargePacket Boolean
    Discard Large ICMP packet (IP length > 1024B)
    discardIcmpPingZeroId Boolean
    Discard ICMP Ping with zero ID
    discardIpFrag Boolean
    Discard IP fragment
    discardIpSpoof Boolean
    Discard spoofed IP packet
    discardLooseSourceRouting Boolean
    Discard packets with loose source routing IP option
    discardMalformedOption Boolean
    Discard packets with malformed IP option
    discardOverlappingTcpSegmentMismatch Boolean
    Discard sessions with mismatch tcp overlapping segment
    discardRecordRoute Boolean
    Discard packets with Record Route IP option
    discardSecurity Boolean
    Discard packets with Security IP option
    discardStreamId Boolean
    Discard packets with Stream ID IP option
    discardStrictSourceRouting Boolean
    Discard packets with strict source routing IP option
    discardTcpSplitHandshake Boolean
    Discard tcp split handshake packet
    discardTcpSynWithData Boolean
    Discard tcp syn packet with data payload
    discardTcpSynackWithData Boolean
    Discard tcp syn ack packet with data payload
    discardTimestamp Boolean
    Discard packets with Timestmp IP option
    discardUnknownOption Boolean
    Discard packets with unknown IP option
    flood GetZoneProtectionProfileFlood
    id String
    The provider-assigned unique ID for this managed resource.
    ipv6 GetZoneProtectionProfileIpv6
    l2SecGroupTagProtection GetZoneProtectionProfileL2SecGroupTagProtection
    location GetZoneProtectionProfileLocation
    The location of this object.
    name String
    netInspection GetZoneProtectionProfileNetInspection
    nonIpProtocol GetZoneProtectionProfileNonIpProtocol
    removeTcpTimestamp Boolean
    Remove TCP Timestamp
    scanWhiteLists List<GetZoneProtectionProfileScanWhiteList>
    scans List<GetZoneProtectionProfileScan>
    strictIpCheck Boolean
    Perform strict IP address check
    stripMptcpOption String
    strip mptcp option
    stripTcpFastOpenAndData Boolean
    Strip tcp fast option and data payload
    suppressIcmpNeedfrag Boolean
    Do not reply ICMP NEEDFRAG (layer3 only)
    suppressIcmpTimeexceeded Boolean
    Do not reply ICMP TTL expired error (layer3 only)
    tcpRejectNonSyn String
    reject non-SYN TCP packet for session setup
    asymmetricPath string
    actions for TCP sliding window tracking errors, also control enable/disable TCP sequence number check for FIN/RST
    description string
    discardIcmpError boolean
    Discard ICMP embedded with error message
    discardIcmpFrag boolean
    Discard ICMP fragment
    discardIcmpLargePacket boolean
    Discard Large ICMP packet (IP length > 1024B)
    discardIcmpPingZeroId boolean
    Discard ICMP Ping with zero ID
    discardIpFrag boolean
    Discard IP fragment
    discardIpSpoof boolean
    Discard spoofed IP packet
    discardLooseSourceRouting boolean
    Discard packets with loose source routing IP option
    discardMalformedOption boolean
    Discard packets with malformed IP option
    discardOverlappingTcpSegmentMismatch boolean
    Discard sessions with mismatch tcp overlapping segment
    discardRecordRoute boolean
    Discard packets with Record Route IP option
    discardSecurity boolean
    Discard packets with Security IP option
    discardStreamId boolean
    Discard packets with Stream ID IP option
    discardStrictSourceRouting boolean
    Discard packets with strict source routing IP option
    discardTcpSplitHandshake boolean
    Discard tcp split handshake packet
    discardTcpSynWithData boolean
    Discard tcp syn packet with data payload
    discardTcpSynackWithData boolean
    Discard tcp syn ack packet with data payload
    discardTimestamp boolean
    Discard packets with Timestmp IP option
    discardUnknownOption boolean
    Discard packets with unknown IP option
    flood GetZoneProtectionProfileFlood
    id string
    The provider-assigned unique ID for this managed resource.
    ipv6 GetZoneProtectionProfileIpv6
    l2SecGroupTagProtection GetZoneProtectionProfileL2SecGroupTagProtection
    location GetZoneProtectionProfileLocation
    The location of this object.
    name string
    netInspection GetZoneProtectionProfileNetInspection
    nonIpProtocol GetZoneProtectionProfileNonIpProtocol
    removeTcpTimestamp boolean
    Remove TCP Timestamp
    scanWhiteLists GetZoneProtectionProfileScanWhiteList[]
    scans GetZoneProtectionProfileScan[]
    strictIpCheck boolean
    Perform strict IP address check
    stripMptcpOption string
    strip mptcp option
    stripTcpFastOpenAndData boolean
    Strip tcp fast option and data payload
    suppressIcmpNeedfrag boolean
    Do not reply ICMP NEEDFRAG (layer3 only)
    suppressIcmpTimeexceeded boolean
    Do not reply ICMP TTL expired error (layer3 only)
    tcpRejectNonSyn string
    reject non-SYN TCP packet for session setup
    asymmetric_path str
    actions for TCP sliding window tracking errors, also control enable/disable TCP sequence number check for FIN/RST
    description str
    discard_icmp_error bool
    Discard ICMP embedded with error message
    discard_icmp_frag bool
    Discard ICMP fragment
    discard_icmp_large_packet bool
    Discard Large ICMP packet (IP length > 1024B)
    discard_icmp_ping_zero_id bool
    Discard ICMP Ping with zero ID
    discard_ip_frag bool
    Discard IP fragment
    discard_ip_spoof bool
    Discard spoofed IP packet
    discard_loose_source_routing bool
    Discard packets with loose source routing IP option
    discard_malformed_option bool
    Discard packets with malformed IP option
    discard_overlapping_tcp_segment_mismatch bool
    Discard sessions with mismatch tcp overlapping segment
    discard_record_route bool
    Discard packets with Record Route IP option
    discard_security bool
    Discard packets with Security IP option
    discard_stream_id bool
    Discard packets with Stream ID IP option
    discard_strict_source_routing bool
    Discard packets with strict source routing IP option
    discard_tcp_split_handshake bool
    Discard tcp split handshake packet
    discard_tcp_syn_with_data bool
    Discard tcp syn packet with data payload
    discard_tcp_synack_with_data bool
    Discard tcp syn ack packet with data payload
    discard_timestamp bool
    Discard packets with Timestmp IP option
    discard_unknown_option bool
    Discard packets with unknown IP option
    flood GetZoneProtectionProfileFlood
    id str
    The provider-assigned unique ID for this managed resource.
    ipv6 GetZoneProtectionProfileIpv6
    l2_sec_group_tag_protection GetZoneProtectionProfileL2SecGroupTagProtection
    location GetZoneProtectionProfileLocation
    The location of this object.
    name str
    net_inspection GetZoneProtectionProfileNetInspection
    non_ip_protocol GetZoneProtectionProfileNonIpProtocol
    remove_tcp_timestamp bool
    Remove TCP Timestamp
    scan_white_lists Sequence[GetZoneProtectionProfileScanWhiteList]
    scans Sequence[GetZoneProtectionProfileScan]
    strict_ip_check bool
    Perform strict IP address check
    strip_mptcp_option str
    strip mptcp option
    strip_tcp_fast_open_and_data bool
    Strip tcp fast option and data payload
    suppress_icmp_needfrag bool
    Do not reply ICMP NEEDFRAG (layer3 only)
    suppress_icmp_timeexceeded bool
    Do not reply ICMP TTL expired error (layer3 only)
    tcp_reject_non_syn str
    reject non-SYN TCP packet for session setup
    asymmetricPath String
    actions for TCP sliding window tracking errors, also control enable/disable TCP sequence number check for FIN/RST
    description String
    discardIcmpError Boolean
    Discard ICMP embedded with error message
    discardIcmpFrag Boolean
    Discard ICMP fragment
    discardIcmpLargePacket Boolean
    Discard Large ICMP packet (IP length > 1024B)
    discardIcmpPingZeroId Boolean
    Discard ICMP Ping with zero ID
    discardIpFrag Boolean
    Discard IP fragment
    discardIpSpoof Boolean
    Discard spoofed IP packet
    discardLooseSourceRouting Boolean
    Discard packets with loose source routing IP option
    discardMalformedOption Boolean
    Discard packets with malformed IP option
    discardOverlappingTcpSegmentMismatch Boolean
    Discard sessions with mismatch tcp overlapping segment
    discardRecordRoute Boolean
    Discard packets with Record Route IP option
    discardSecurity Boolean
    Discard packets with Security IP option
    discardStreamId Boolean
    Discard packets with Stream ID IP option
    discardStrictSourceRouting Boolean
    Discard packets with strict source routing IP option
    discardTcpSplitHandshake Boolean
    Discard tcp split handshake packet
    discardTcpSynWithData Boolean
    Discard tcp syn packet with data payload
    discardTcpSynackWithData Boolean
    Discard tcp syn ack packet with data payload
    discardTimestamp Boolean
    Discard packets with Timestmp IP option
    discardUnknownOption Boolean
    Discard packets with unknown IP option
    flood Property Map
    id String
    The provider-assigned unique ID for this managed resource.
    ipv6 Property Map
    l2SecGroupTagProtection Property Map
    location Property Map
    The location of this object.
    name String
    netInspection Property Map
    nonIpProtocol Property Map
    removeTcpTimestamp Boolean
    Remove TCP Timestamp
    scanWhiteLists List<Property Map>
    scans List<Property Map>
    strictIpCheck Boolean
    Perform strict IP address check
    stripMptcpOption String
    strip mptcp option
    stripTcpFastOpenAndData Boolean
    Strip tcp fast option and data payload
    suppressIcmpNeedfrag Boolean
    Do not reply ICMP NEEDFRAG (layer3 only)
    suppressIcmpTimeexceeded Boolean
    Do not reply ICMP TTL expired error (layer3 only)
    tcpRejectNonSyn String
    reject non-SYN TCP packet for session setup

    Supporting Types

    GetZoneProtectionProfileFlood

    GetZoneProtectionProfileFloodIcmp

    GetZoneProtectionProfileFloodIcmpRed

    ActivateRate double
    Connection rate (cps) to start RED
    AlarmRate double
    Connection rate (cps) to generate alarm
    MaximalRate double
    Maximal connection rate (cps) allowed
    ActivateRate float64
    Connection rate (cps) to start RED
    AlarmRate float64
    Connection rate (cps) to generate alarm
    MaximalRate float64
    Maximal connection rate (cps) allowed
    activateRate Double
    Connection rate (cps) to start RED
    alarmRate Double
    Connection rate (cps) to generate alarm
    maximalRate Double
    Maximal connection rate (cps) allowed
    activateRate number
    Connection rate (cps) to start RED
    alarmRate number
    Connection rate (cps) to generate alarm
    maximalRate number
    Maximal connection rate (cps) allowed
    activate_rate float
    Connection rate (cps) to start RED
    alarm_rate float
    Connection rate (cps) to generate alarm
    maximal_rate float
    Maximal connection rate (cps) allowed
    activateRate Number
    Connection rate (cps) to start RED
    alarmRate Number
    Connection rate (cps) to generate alarm
    maximalRate Number
    Maximal connection rate (cps) allowed

    GetZoneProtectionProfileFloodIcmpv6

    GetZoneProtectionProfileFloodIcmpv6Red

    ActivateRate double
    Connection rate (cps) to start RED
    AlarmRate double
    Connection rate (cps) to generate alarm
    MaximalRate double
    Maximal connection rate (cps) allowed
    ActivateRate float64
    Connection rate (cps) to start RED
    AlarmRate float64
    Connection rate (cps) to generate alarm
    MaximalRate float64
    Maximal connection rate (cps) allowed
    activateRate Double
    Connection rate (cps) to start RED
    alarmRate Double
    Connection rate (cps) to generate alarm
    maximalRate Double
    Maximal connection rate (cps) allowed
    activateRate number
    Connection rate (cps) to start RED
    alarmRate number
    Connection rate (cps) to generate alarm
    maximalRate number
    Maximal connection rate (cps) allowed
    activate_rate float
    Connection rate (cps) to start RED
    alarm_rate float
    Connection rate (cps) to generate alarm
    maximal_rate float
    Maximal connection rate (cps) allowed
    activateRate Number
    Connection rate (cps) to start RED
    alarmRate Number
    Connection rate (cps) to generate alarm
    maximalRate Number
    Maximal connection rate (cps) allowed

    GetZoneProtectionProfileFloodOtherIp

    GetZoneProtectionProfileFloodOtherIpRed

    ActivateRate double
    Connection rate (cps) to start RED
    AlarmRate double
    Connection rate (cps) to generate alarm
    MaximalRate double
    Maximal connection rate (cps) allowed
    ActivateRate float64
    Connection rate (cps) to start RED
    AlarmRate float64
    Connection rate (cps) to generate alarm
    MaximalRate float64
    Maximal connection rate (cps) allowed
    activateRate Double
    Connection rate (cps) to start RED
    alarmRate Double
    Connection rate (cps) to generate alarm
    maximalRate Double
    Maximal connection rate (cps) allowed
    activateRate number
    Connection rate (cps) to start RED
    alarmRate number
    Connection rate (cps) to generate alarm
    maximalRate number
    Maximal connection rate (cps) allowed
    activate_rate float
    Connection rate (cps) to start RED
    alarm_rate float
    Connection rate (cps) to generate alarm
    maximal_rate float
    Maximal connection rate (cps) allowed
    activateRate Number
    Connection rate (cps) to start RED
    alarmRate Number
    Connection rate (cps) to generate alarm
    maximalRate Number
    Maximal connection rate (cps) allowed

    GetZoneProtectionProfileFloodSctpInit

    GetZoneProtectionProfileFloodSctpInitRed

    ActivateRate double
    Connection rate (cps) to start RED
    AlarmRate double
    Connection rate (cps) to generate alarm
    MaximalRate double
    Maximal connection rate (cps) allowed
    ActivateRate float64
    Connection rate (cps) to start RED
    AlarmRate float64
    Connection rate (cps) to generate alarm
    MaximalRate float64
    Maximal connection rate (cps) allowed
    activateRate Double
    Connection rate (cps) to start RED
    alarmRate Double
    Connection rate (cps) to generate alarm
    maximalRate Double
    Maximal connection rate (cps) allowed
    activateRate number
    Connection rate (cps) to start RED
    alarmRate number
    Connection rate (cps) to generate alarm
    maximalRate number
    Maximal connection rate (cps) allowed
    activate_rate float
    Connection rate (cps) to start RED
    alarm_rate float
    Connection rate (cps) to generate alarm
    maximal_rate float
    Maximal connection rate (cps) allowed
    activateRate Number
    Connection rate (cps) to start RED
    alarmRate Number
    Connection rate (cps) to generate alarm
    maximalRate Number
    Maximal connection rate (cps) allowed

    GetZoneProtectionProfileFloodTcpSyn

    GetZoneProtectionProfileFloodTcpSynRed

    ActivateRate double
    Connection rate (cps) to start RED
    AlarmRate double
    Connection rate (cps) to generate alarm
    MaximalRate double
    Maximal connection rate (cps) allowed
    ActivateRate float64
    Connection rate (cps) to start RED
    AlarmRate float64
    Connection rate (cps) to generate alarm
    MaximalRate float64
    Maximal connection rate (cps) allowed
    activateRate Double
    Connection rate (cps) to start RED
    alarmRate Double
    Connection rate (cps) to generate alarm
    maximalRate Double
    Maximal connection rate (cps) allowed
    activateRate number
    Connection rate (cps) to start RED
    alarmRate number
    Connection rate (cps) to generate alarm
    maximalRate number
    Maximal connection rate (cps) allowed
    activate_rate float
    Connection rate (cps) to start RED
    alarm_rate float
    Connection rate (cps) to generate alarm
    maximal_rate float
    Maximal connection rate (cps) allowed
    activateRate Number
    Connection rate (cps) to start RED
    alarmRate Number
    Connection rate (cps) to generate alarm
    maximalRate Number
    Maximal connection rate (cps) allowed

    GetZoneProtectionProfileFloodTcpSynSynCookies

    ActivateRate double
    Connection rate (cps) to activate SYN cookies proxy
    AlarmRate double
    Connection rate (cps) to generate alarm
    MaximalRate double
    Maximal connection rate (cps) allowed
    ActivateRate float64
    Connection rate (cps) to activate SYN cookies proxy
    AlarmRate float64
    Connection rate (cps) to generate alarm
    MaximalRate float64
    Maximal connection rate (cps) allowed
    activateRate Double
    Connection rate (cps) to activate SYN cookies proxy
    alarmRate Double
    Connection rate (cps) to generate alarm
    maximalRate Double
    Maximal connection rate (cps) allowed
    activateRate number
    Connection rate (cps) to activate SYN cookies proxy
    alarmRate number
    Connection rate (cps) to generate alarm
    maximalRate number
    Maximal connection rate (cps) allowed
    activate_rate float
    Connection rate (cps) to activate SYN cookies proxy
    alarm_rate float
    Connection rate (cps) to generate alarm
    maximal_rate float
    Maximal connection rate (cps) allowed
    activateRate Number
    Connection rate (cps) to activate SYN cookies proxy
    alarmRate Number
    Connection rate (cps) to generate alarm
    maximalRate Number
    Maximal connection rate (cps) allowed

    GetZoneProtectionProfileFloodUdp

    GetZoneProtectionProfileFloodUdpRed

    ActivateRate double
    Connection rate (cps) to start RED
    AlarmRate double
    Connection rate (cps) to generate alarm
    MaximalRate double
    Maximal connection rate (cps) allowed
    ActivateRate float64
    Connection rate (cps) to start RED
    AlarmRate float64
    Connection rate (cps) to generate alarm
    MaximalRate float64
    Maximal connection rate (cps) allowed
    activateRate Double
    Connection rate (cps) to start RED
    alarmRate Double
    Connection rate (cps) to generate alarm
    maximalRate Double
    Maximal connection rate (cps) allowed
    activateRate number
    Connection rate (cps) to start RED
    alarmRate number
    Connection rate (cps) to generate alarm
    maximalRate number
    Maximal connection rate (cps) allowed
    activate_rate float
    Connection rate (cps) to start RED
    alarm_rate float
    Connection rate (cps) to generate alarm
    maximal_rate float
    Maximal connection rate (cps) allowed
    activateRate Number
    Connection rate (cps) to start RED
    alarmRate Number
    Connection rate (cps) to generate alarm
    maximalRate Number
    Maximal connection rate (cps) allowed

    GetZoneProtectionProfileIpv6

    AnycastSource bool
    Drop packets with anycast source address
    FilterExtHdr GetZoneProtectionProfileIpv6FilterExtHdr
    Icmpv6TooBigSmallMtuDiscard bool
    Drop packets with MTU in ICMPv6 (Packet Too Big) less than 1280 bytes
    IgnoreInvPkt GetZoneProtectionProfileIpv6IgnoreInvPkt
    Ipv4CompatibleAddress bool
    Drop packets with IPv4 compatible address
    MulticastSource bool
    Drop packets with multicast source address
    NeedlessFragmentHdr bool
    Drop packets with needless fragment header
    OptionsInvalidIpv6Discard bool
    Drop packets with invalid IPv6 options in extension header
    ReservedFieldSetDiscard bool
    Drop packets with reserved field different than 0
    RoutingHeader0 bool
    Drop packets with type 0 routing header
    RoutingHeader1 bool
    Drop packets with type 1 routing header
    RoutingHeader253 bool
    Drop packets with type 253 routing header
    RoutingHeader254 bool
    Drop packets with type 254 routing header
    RoutingHeader255 bool
    Drop packets with type 255 routing header
    RoutingHeader3 bool
    Drop packets with type 3 routing header
    RoutingHeader4252 bool
    Drop packets with type 4 to type 252 routing header
    AnycastSource bool
    Drop packets with anycast source address
    FilterExtHdr GetZoneProtectionProfileIpv6FilterExtHdr
    Icmpv6TooBigSmallMtuDiscard bool
    Drop packets with MTU in ICMPv6 (Packet Too Big) less than 1280 bytes
    IgnoreInvPkt GetZoneProtectionProfileIpv6IgnoreInvPkt
    Ipv4CompatibleAddress bool
    Drop packets with IPv4 compatible address
    MulticastSource bool
    Drop packets with multicast source address
    NeedlessFragmentHdr bool
    Drop packets with needless fragment header
    OptionsInvalidIpv6Discard bool
    Drop packets with invalid IPv6 options in extension header
    ReservedFieldSetDiscard bool
    Drop packets with reserved field different than 0
    RoutingHeader0 bool
    Drop packets with type 0 routing header
    RoutingHeader1 bool
    Drop packets with type 1 routing header
    RoutingHeader253 bool
    Drop packets with type 253 routing header
    RoutingHeader254 bool
    Drop packets with type 254 routing header
    RoutingHeader255 bool
    Drop packets with type 255 routing header
    RoutingHeader3 bool
    Drop packets with type 3 routing header
    RoutingHeader4252 bool
    Drop packets with type 4 to type 252 routing header
    anycastSource Boolean
    Drop packets with anycast source address
    filterExtHdr GetZoneProtectionProfileIpv6FilterExtHdr
    icmpv6TooBigSmallMtuDiscard Boolean
    Drop packets with MTU in ICMPv6 (Packet Too Big) less than 1280 bytes
    ignoreInvPkt GetZoneProtectionProfileIpv6IgnoreInvPkt
    ipv4CompatibleAddress Boolean
    Drop packets with IPv4 compatible address
    multicastSource Boolean
    Drop packets with multicast source address
    needlessFragmentHdr Boolean
    Drop packets with needless fragment header
    optionsInvalidIpv6Discard Boolean
    Drop packets with invalid IPv6 options in extension header
    reservedFieldSetDiscard Boolean
    Drop packets with reserved field different than 0
    routingHeader0 Boolean
    Drop packets with type 0 routing header
    routingHeader1 Boolean
    Drop packets with type 1 routing header
    routingHeader253 Boolean
    Drop packets with type 253 routing header
    routingHeader254 Boolean
    Drop packets with type 254 routing header
    routingHeader255 Boolean
    Drop packets with type 255 routing header
    routingHeader3 Boolean
    Drop packets with type 3 routing header
    routingHeader4252 Boolean
    Drop packets with type 4 to type 252 routing header
    anycastSource boolean
    Drop packets with anycast source address
    filterExtHdr GetZoneProtectionProfileIpv6FilterExtHdr
    icmpv6TooBigSmallMtuDiscard boolean
    Drop packets with MTU in ICMPv6 (Packet Too Big) less than 1280 bytes
    ignoreInvPkt GetZoneProtectionProfileIpv6IgnoreInvPkt
    ipv4CompatibleAddress boolean
    Drop packets with IPv4 compatible address
    multicastSource boolean
    Drop packets with multicast source address
    needlessFragmentHdr boolean
    Drop packets with needless fragment header
    optionsInvalidIpv6Discard boolean
    Drop packets with invalid IPv6 options in extension header
    reservedFieldSetDiscard boolean
    Drop packets with reserved field different than 0
    routingHeader0 boolean
    Drop packets with type 0 routing header
    routingHeader1 boolean
    Drop packets with type 1 routing header
    routingHeader253 boolean
    Drop packets with type 253 routing header
    routingHeader254 boolean
    Drop packets with type 254 routing header
    routingHeader255 boolean
    Drop packets with type 255 routing header
    routingHeader3 boolean
    Drop packets with type 3 routing header
    routingHeader4252 boolean
    Drop packets with type 4 to type 252 routing header
    anycast_source bool
    Drop packets with anycast source address
    filter_ext_hdr GetZoneProtectionProfileIpv6FilterExtHdr
    icmpv6_too_big_small_mtu_discard bool
    Drop packets with MTU in ICMPv6 (Packet Too Big) less than 1280 bytes
    ignore_inv_pkt GetZoneProtectionProfileIpv6IgnoreInvPkt
    ipv4_compatible_address bool
    Drop packets with IPv4 compatible address
    multicast_source bool
    Drop packets with multicast source address
    needless_fragment_hdr bool
    Drop packets with needless fragment header
    options_invalid_ipv6_discard bool
    Drop packets with invalid IPv6 options in extension header
    reserved_field_set_discard bool
    Drop packets with reserved field different than 0
    routing_header0 bool
    Drop packets with type 0 routing header
    routing_header1 bool
    Drop packets with type 1 routing header
    routing_header253 bool
    Drop packets with type 253 routing header
    routing_header254 bool
    Drop packets with type 254 routing header
    routing_header255 bool
    Drop packets with type 255 routing header
    routing_header3 bool
    Drop packets with type 3 routing header
    routing_header4252 bool
    Drop packets with type 4 to type 252 routing header
    anycastSource Boolean
    Drop packets with anycast source address
    filterExtHdr Property Map
    icmpv6TooBigSmallMtuDiscard Boolean
    Drop packets with MTU in ICMPv6 (Packet Too Big) less than 1280 bytes
    ignoreInvPkt Property Map
    ipv4CompatibleAddress Boolean
    Drop packets with IPv4 compatible address
    multicastSource Boolean
    Drop packets with multicast source address
    needlessFragmentHdr Boolean
    Drop packets with needless fragment header
    optionsInvalidIpv6Discard Boolean
    Drop packets with invalid IPv6 options in extension header
    reservedFieldSetDiscard Boolean
    Drop packets with reserved field different than 0
    routingHeader0 Boolean
    Drop packets with type 0 routing header
    routingHeader1 Boolean
    Drop packets with type 1 routing header
    routingHeader253 Boolean
    Drop packets with type 253 routing header
    routingHeader254 Boolean
    Drop packets with type 254 routing header
    routingHeader255 Boolean
    Drop packets with type 255 routing header
    routingHeader3 Boolean
    Drop packets with type 3 routing header
    routingHeader4252 Boolean
    Drop packets with type 4 to type 252 routing header

    GetZoneProtectionProfileIpv6FilterExtHdr

    DestOptionHdr bool
    Drop packets with Destination extension
    HopByHopHdr bool
    Drop packets with Hop-by-Hop extension
    RoutingHdr bool
    Drop packets with Routing extension
    DestOptionHdr bool
    Drop packets with Destination extension
    HopByHopHdr bool
    Drop packets with Hop-by-Hop extension
    RoutingHdr bool
    Drop packets with Routing extension
    destOptionHdr Boolean
    Drop packets with Destination extension
    hopByHopHdr Boolean
    Drop packets with Hop-by-Hop extension
    routingHdr Boolean
    Drop packets with Routing extension
    destOptionHdr boolean
    Drop packets with Destination extension
    hopByHopHdr boolean
    Drop packets with Hop-by-Hop extension
    routingHdr boolean
    Drop packets with Routing extension
    dest_option_hdr bool
    Drop packets with Destination extension
    hop_by_hop_hdr bool
    Drop packets with Hop-by-Hop extension
    routing_hdr bool
    Drop packets with Routing extension
    destOptionHdr Boolean
    Drop packets with Destination extension
    hopByHopHdr Boolean
    Drop packets with Hop-by-Hop extension
    routingHdr Boolean
    Drop packets with Routing extension

    GetZoneProtectionProfileIpv6IgnoreInvPkt

    DestUnreach bool
    ICMPv6 destination unreachable - require explicit security rule match
    ParamProblem bool
    ICMPv6 parameter problem - require explicit security rule match
    PktTooBig bool
    ICMPv6 packet too big - require explicit security rule match
    Redirect bool
    ICMPv6 redirect - require explicit security rule match
    TimeExceeded bool
    ICMPv6 time exceeded - require explicit security rule match
    DestUnreach bool
    ICMPv6 destination unreachable - require explicit security rule match
    ParamProblem bool
    ICMPv6 parameter problem - require explicit security rule match
    PktTooBig bool
    ICMPv6 packet too big - require explicit security rule match
    Redirect bool
    ICMPv6 redirect - require explicit security rule match
    TimeExceeded bool
    ICMPv6 time exceeded - require explicit security rule match
    destUnreach Boolean
    ICMPv6 destination unreachable - require explicit security rule match
    paramProblem Boolean
    ICMPv6 parameter problem - require explicit security rule match
    pktTooBig Boolean
    ICMPv6 packet too big - require explicit security rule match
    redirect Boolean
    ICMPv6 redirect - require explicit security rule match
    timeExceeded Boolean
    ICMPv6 time exceeded - require explicit security rule match
    destUnreach boolean
    ICMPv6 destination unreachable - require explicit security rule match
    paramProblem boolean
    ICMPv6 parameter problem - require explicit security rule match
    pktTooBig boolean
    ICMPv6 packet too big - require explicit security rule match
    redirect boolean
    ICMPv6 redirect - require explicit security rule match
    timeExceeded boolean
    ICMPv6 time exceeded - require explicit security rule match
    dest_unreach bool
    ICMPv6 destination unreachable - require explicit security rule match
    param_problem bool
    ICMPv6 parameter problem - require explicit security rule match
    pkt_too_big bool
    ICMPv6 packet too big - require explicit security rule match
    redirect bool
    ICMPv6 redirect - require explicit security rule match
    time_exceeded bool
    ICMPv6 time exceeded - require explicit security rule match
    destUnreach Boolean
    ICMPv6 destination unreachable - require explicit security rule match
    paramProblem Boolean
    ICMPv6 parameter problem - require explicit security rule match
    pktTooBig Boolean
    ICMPv6 packet too big - require explicit security rule match
    redirect Boolean
    ICMPv6 redirect - require explicit security rule match
    timeExceeded Boolean
    ICMPv6 time exceeded - require explicit security rule match

    GetZoneProtectionProfileL2SecGroupTagProtection

    GetZoneProtectionProfileL2SecGroupTagProtectionTag

    Enable bool
    Name string
    Tag string
    tag or range of tags to block
    Enable bool
    Name string
    Tag string
    tag or range of tags to block
    enable Boolean
    name String
    tag String
    tag or range of tags to block
    enable boolean
    name string
    tag string
    tag or range of tags to block
    enable bool
    name str
    tag str
    tag or range of tags to block
    enable Boolean
    name String
    tag String
    tag or range of tags to block

    GetZoneProtectionProfileLocation

    Ngfw GetZoneProtectionProfileLocationNgfw
    Located in a specific NGFW device
    Template GetZoneProtectionProfileLocationTemplate
    Located in a specific template
    TemplateStack GetZoneProtectionProfileLocationTemplateStack
    Located in a specific template stack
    Ngfw GetZoneProtectionProfileLocationNgfw
    Located in a specific NGFW device
    Template GetZoneProtectionProfileLocationTemplate
    Located in a specific template
    TemplateStack GetZoneProtectionProfileLocationTemplateStack
    Located in a specific template stack
    ngfw GetZoneProtectionProfileLocationNgfw
    Located in a specific NGFW device
    template GetZoneProtectionProfileLocationTemplate
    Located in a specific template
    templateStack GetZoneProtectionProfileLocationTemplateStack
    Located in a specific template stack
    ngfw GetZoneProtectionProfileLocationNgfw
    Located in a specific NGFW device
    template GetZoneProtectionProfileLocationTemplate
    Located in a specific template
    templateStack GetZoneProtectionProfileLocationTemplateStack
    Located in a specific template stack
    ngfw GetZoneProtectionProfileLocationNgfw
    Located in a specific NGFW device
    template GetZoneProtectionProfileLocationTemplate
    Located in a specific template
    template_stack GetZoneProtectionProfileLocationTemplateStack
    Located in a specific template stack
    ngfw Property Map
    Located in a specific NGFW device
    template Property Map
    Located in a specific template
    templateStack Property Map
    Located in a specific template stack

    GetZoneProtectionProfileLocationNgfw

    NgfwDevice string
    The NGFW device
    NgfwDevice string
    The NGFW device
    ngfwDevice String
    The NGFW device
    ngfwDevice string
    The NGFW device
    ngfw_device str
    The NGFW device
    ngfwDevice String
    The NGFW device

    GetZoneProtectionProfileLocationTemplate

    Name string
    Specific Panorama template
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    name str
    Specific Panorama template
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    name String
    Specific Panorama template
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device

    GetZoneProtectionProfileLocationTemplateStack

    Name string
    Specific Panorama template stack
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    Name string
    Specific Panorama template stack
    NgfwDevice string
    The NGFW device
    PanoramaDevice string
    Specific Panorama device
    name String
    Specific Panorama template stack
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device
    name string
    Specific Panorama template stack
    ngfwDevice string
    The NGFW device
    panoramaDevice string
    Specific Panorama device
    name str
    Specific Panorama template stack
    ngfw_device str
    The NGFW device
    panorama_device str
    Specific Panorama device
    name String
    Specific Panorama template stack
    ngfwDevice String
    The NGFW device
    panoramaDevice String
    Specific Panorama device

    GetZoneProtectionProfileNetInspection

    GetZoneProtectionProfileNetInspectionPredefinedRule

    Enable bool
    ThreatId double
    predefined threat ID
    Enable bool
    ThreatId float64
    predefined threat ID
    enable Boolean
    threatId Double
    predefined threat ID
    enable boolean
    threatId number
    predefined threat ID
    enable bool
    threat_id float
    predefined threat ID
    enable Boolean
    threatId Number
    predefined threat ID

    GetZoneProtectionProfileNetInspectionRule

    Action string
    Bugtraqs List<string>
    Cves List<string>
    Enable bool
    ExemptIps List<GetZoneProtectionProfileNetInspectionRuleExemptIp>
    IcmpUnreachable bool
    send icmp unreachable packets if packet is dropped
    LogInterval double
    interval to log matching packet
    LogSeverity string
    log severity when credential matched
    Name string
    PacketCapture string
    References List<string>
    Signature GetZoneProtectionProfileNetInspectionRuleSignature
    ThreatId double
    threat id range \n\n and \n\n
    Vendors List<string>
    Action string
    Bugtraqs []string
    Cves []string
    Enable bool
    ExemptIps []GetZoneProtectionProfileNetInspectionRuleExemptIp
    IcmpUnreachable bool
    send icmp unreachable packets if packet is dropped
    LogInterval float64
    interval to log matching packet
    LogSeverity string
    log severity when credential matched
    Name string
    PacketCapture string
    References []string
    Signature GetZoneProtectionProfileNetInspectionRuleSignature
    ThreatId float64
    threat id range \n\n and \n\n
    Vendors []string
    action String
    bugtraqs List<String>
    cves List<String>
    enable Boolean
    exemptIps List<GetZoneProtectionProfileNetInspectionRuleExemptIp>
    icmpUnreachable Boolean
    send icmp unreachable packets if packet is dropped
    logInterval Double
    interval to log matching packet
    logSeverity String
    log severity when credential matched
    name String
    packetCapture String
    references List<String>
    signature GetZoneProtectionProfileNetInspectionRuleSignature
    threatId Double
    threat id range \n\n and \n\n
    vendors List<String>
    action string
    bugtraqs string[]
    cves string[]
    enable boolean
    exemptIps GetZoneProtectionProfileNetInspectionRuleExemptIp[]
    icmpUnreachable boolean
    send icmp unreachable packets if packet is dropped
    logInterval number
    interval to log matching packet
    logSeverity string
    log severity when credential matched
    name string
    packetCapture string
    references string[]
    signature GetZoneProtectionProfileNetInspectionRuleSignature
    threatId number
    threat id range \n\n and \n\n
    vendors string[]
    action str
    bugtraqs Sequence[str]
    cves Sequence[str]
    enable bool
    exempt_ips Sequence[GetZoneProtectionProfileNetInspectionRuleExemptIp]
    icmp_unreachable bool
    send icmp unreachable packets if packet is dropped
    log_interval float
    interval to log matching packet
    log_severity str
    log severity when credential matched
    name str
    packet_capture str
    references Sequence[str]
    signature GetZoneProtectionProfileNetInspectionRuleSignature
    threat_id float
    threat id range \n\n and \n\n
    vendors Sequence[str]
    action String
    bugtraqs List<String>
    cves List<String>
    enable Boolean
    exemptIps List<Property Map>
    icmpUnreachable Boolean
    send icmp unreachable packets if packet is dropped
    logInterval Number
    interval to log matching packet
    logSeverity String
    log severity when credential matched
    name String
    packetCapture String
    references List<String>
    signature Property Map
    threatId Number
    threat id range \n\n and \n\n
    vendors List<String>

    GetZoneProtectionProfileNetInspectionRuleExemptIp

    Name string
    Name string
    name String
    name string
    name str
    name String

    GetZoneProtectionProfileNetInspectionRuleSignature

    GetZoneProtectionProfileNetInspectionRuleSignatureOrCondition

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndCondition

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperator

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualTo

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContext

    Icmp6Checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Checksum
    Icmp6Code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Code
    Icmp6Type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Type
    Icmp6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6UserDefined
    IcmpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpChecksum
    IcmpCode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpCode
    IcmpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpId
    IcmpSequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpSequence
    IcmpType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpType
    IcmpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpUserDefined
    Ip6DestinationAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6DestinationAddress
    Ip6FlowLabel GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6FlowLabel
    Ip6HopLimit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6HopLimit
    Ip6NextHeader GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6NextHeader
    Ip6PayloadLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6PayloadLength
    Ip6SourceAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6SourceAddress
    Ip6TrafficClass GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6TrafficClass
    Ip6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6UserDefined
    Ip6Version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6Version
    IpDestinationAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpDestinationAddress
    IpFlagDf GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagDf
    IpFlagMf GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagMf
    IpFlagReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagReserved
    IpFragmentOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFragmentOffset
    IpHeaderChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpHeaderChecksum
    IpHeaderLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpHeaderLength
    IpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpId
    IpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionLength
    IpOptionNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionNumber
    IpOptionType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionType
    IpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionUserDefined
    IpProtocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpProtocol
    IpSourceAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpSourceAddress
    IpTos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTos
    IpTotalLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTotalLength
    IpTtl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTtl
    IpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpUserDefined
    IpVersion GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpVersion
    TcpAcknowledgeNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpAcknowledgeNumber
    TcpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpChecksum
    TcpDataOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpDataOffset
    TcpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpDestinationPort
    TcpFlagAck GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagAck
    TcpFlagCwr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagCwr
    TcpFlagEce GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagEce
    TcpFlagFin GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagFin
    TcpFlagPsh GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagPsh
    TcpFlagRst GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagRst
    TcpFlagSyn GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagSyn
    TcpFlagUrg GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagUrg
    TcpOptionKind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionKind
    TcpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionLength
    TcpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionUserDefined
    TcpReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpReserved
    TcpSequenceNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpSequenceNumber
    TcpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpSourcePort
    TcpUrgentPointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpUrgentPointer
    TcpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpUserDefined
    TcpWindowSize GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpWindowSize
    UdpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpChecksum
    UdpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpDestinationPort
    UdpLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpLength
    UdpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpSourcePort
    UdpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpUserDefined
    Icmp6Checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Checksum
    Icmp6Code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Code
    Icmp6Type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Type
    Icmp6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6UserDefined
    IcmpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpChecksum
    IcmpCode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpCode
    IcmpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpId
    IcmpSequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpSequence
    IcmpType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpType
    IcmpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpUserDefined
    Ip6DestinationAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6DestinationAddress
    Ip6FlowLabel GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6FlowLabel
    Ip6HopLimit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6HopLimit
    Ip6NextHeader GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6NextHeader
    Ip6PayloadLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6PayloadLength
    Ip6SourceAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6SourceAddress
    Ip6TrafficClass GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6TrafficClass
    Ip6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6UserDefined
    Ip6Version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6Version
    IpDestinationAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpDestinationAddress
    IpFlagDf GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagDf
    IpFlagMf GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagMf
    IpFlagReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagReserved
    IpFragmentOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFragmentOffset
    IpHeaderChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpHeaderChecksum
    IpHeaderLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpHeaderLength
    IpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpId
    IpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionLength
    IpOptionNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionNumber
    IpOptionType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionType
    IpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionUserDefined
    IpProtocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpProtocol
    IpSourceAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpSourceAddress
    IpTos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTos
    IpTotalLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTotalLength
    IpTtl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTtl
    IpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpUserDefined
    IpVersion GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpVersion
    TcpAcknowledgeNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpAcknowledgeNumber
    TcpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpChecksum
    TcpDataOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpDataOffset
    TcpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpDestinationPort
    TcpFlagAck GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagAck
    TcpFlagCwr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagCwr
    TcpFlagEce GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagEce
    TcpFlagFin GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagFin
    TcpFlagPsh GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagPsh
    TcpFlagRst GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagRst
    TcpFlagSyn GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagSyn
    TcpFlagUrg GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagUrg
    TcpOptionKind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionKind
    TcpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionLength
    TcpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionUserDefined
    TcpReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpReserved
    TcpSequenceNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpSequenceNumber
    TcpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpSourcePort
    TcpUrgentPointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpUrgentPointer
    TcpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpUserDefined
    TcpWindowSize GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpWindowSize
    UdpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpChecksum
    UdpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpDestinationPort
    UdpLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpLength
    UdpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpSourcePort
    UdpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpUserDefined
    icmp6Checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Checksum
    icmp6Code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Code
    icmp6Type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Type
    icmp6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6UserDefined
    icmpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpChecksum
    icmpCode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpCode
    icmpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpId
    icmpSequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpSequence
    icmpType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpType
    icmpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpUserDefined
    ip6DestinationAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6DestinationAddress
    ip6FlowLabel GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6FlowLabel
    ip6HopLimit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6HopLimit
    ip6NextHeader GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6NextHeader
    ip6PayloadLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6PayloadLength
    ip6SourceAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6SourceAddress
    ip6TrafficClass GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6TrafficClass
    ip6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6UserDefined
    ip6Version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6Version
    ipDestinationAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpDestinationAddress
    ipFlagDf GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagDf
    ipFlagMf GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagMf
    ipFlagReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagReserved
    ipFragmentOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFragmentOffset
    ipHeaderChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpHeaderChecksum
    ipHeaderLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpHeaderLength
    ipId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpId
    ipOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionLength
    ipOptionNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionNumber
    ipOptionType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionType
    ipOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionUserDefined
    ipProtocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpProtocol
    ipSourceAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpSourceAddress
    ipTos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTos
    ipTotalLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTotalLength
    ipTtl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTtl
    ipUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpUserDefined
    ipVersion GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpVersion
    tcpAcknowledgeNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpAcknowledgeNumber
    tcpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpChecksum
    tcpDataOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpDataOffset
    tcpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpDestinationPort
    tcpFlagAck GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagAck
    tcpFlagCwr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagCwr
    tcpFlagEce GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagEce
    tcpFlagFin GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagFin
    tcpFlagPsh GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagPsh
    tcpFlagRst GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagRst
    tcpFlagSyn GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagSyn
    tcpFlagUrg GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagUrg
    tcpOptionKind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionKind
    tcpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionLength
    tcpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionUserDefined
    tcpReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpReserved
    tcpSequenceNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpSequenceNumber
    tcpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpSourcePort
    tcpUrgentPointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpUrgentPointer
    tcpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpUserDefined
    tcpWindowSize GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpWindowSize
    udpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpChecksum
    udpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpDestinationPort
    udpLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpLength
    udpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpSourcePort
    udpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpUserDefined
    icmp6Checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Checksum
    icmp6Code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Code
    icmp6Type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Type
    icmp6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6UserDefined
    icmpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpChecksum
    icmpCode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpCode
    icmpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpId
    icmpSequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpSequence
    icmpType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpType
    icmpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpUserDefined
    ip6DestinationAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6DestinationAddress
    ip6FlowLabel GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6FlowLabel
    ip6HopLimit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6HopLimit
    ip6NextHeader GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6NextHeader
    ip6PayloadLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6PayloadLength
    ip6SourceAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6SourceAddress
    ip6TrafficClass GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6TrafficClass
    ip6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6UserDefined
    ip6Version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6Version
    ipDestinationAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpDestinationAddress
    ipFlagDf GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagDf
    ipFlagMf GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagMf
    ipFlagReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagReserved
    ipFragmentOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFragmentOffset
    ipHeaderChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpHeaderChecksum
    ipHeaderLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpHeaderLength
    ipId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpId
    ipOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionLength
    ipOptionNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionNumber
    ipOptionType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionType
    ipOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionUserDefined
    ipProtocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpProtocol
    ipSourceAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpSourceAddress
    ipTos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTos
    ipTotalLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTotalLength
    ipTtl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTtl
    ipUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpUserDefined
    ipVersion GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpVersion
    tcpAcknowledgeNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpAcknowledgeNumber
    tcpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpChecksum
    tcpDataOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpDataOffset
    tcpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpDestinationPort
    tcpFlagAck GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagAck
    tcpFlagCwr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagCwr
    tcpFlagEce GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagEce
    tcpFlagFin GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagFin
    tcpFlagPsh GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagPsh
    tcpFlagRst GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagRst
    tcpFlagSyn GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagSyn
    tcpFlagUrg GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagUrg
    tcpOptionKind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionKind
    tcpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionLength
    tcpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionUserDefined
    tcpReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpReserved
    tcpSequenceNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpSequenceNumber
    tcpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpSourcePort
    tcpUrgentPointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpUrgentPointer
    tcpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpUserDefined
    tcpWindowSize GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpWindowSize
    udpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpChecksum
    udpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpDestinationPort
    udpLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpLength
    udpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpSourcePort
    udpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpUserDefined
    icmp6_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Checksum
    icmp6_code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Code
    icmp6_type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Type
    icmp6_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6UserDefined
    icmp_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpChecksum
    icmp_code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpCode
    icmp_id GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpId
    icmp_sequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpSequence
    icmp_type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpType
    icmp_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpUserDefined
    ip6_destination_address GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6DestinationAddress
    ip6_flow_label GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6FlowLabel
    ip6_hop_limit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6HopLimit
    ip6_next_header GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6NextHeader
    ip6_payload_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6PayloadLength
    ip6_source_address GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6SourceAddress
    ip6_traffic_class GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6TrafficClass
    ip6_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6UserDefined
    ip6_version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6Version
    ip_destination_address GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpDestinationAddress
    ip_flag_df GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagDf
    ip_flag_mf GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagMf
    ip_flag_reserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagReserved
    ip_fragment_offset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFragmentOffset
    ip_header_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpHeaderChecksum
    ip_header_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpHeaderLength
    ip_id GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpId
    ip_option_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionLength
    ip_option_number GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionNumber
    ip_option_type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionType
    ip_option_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionUserDefined
    ip_protocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpProtocol
    ip_source_address GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpSourceAddress
    ip_tos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTos
    ip_total_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTotalLength
    ip_ttl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTtl
    ip_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpUserDefined
    ip_version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpVersion
    tcp_acknowledge_number GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpAcknowledgeNumber
    tcp_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpChecksum
    tcp_data_offset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpDataOffset
    tcp_destination_port GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpDestinationPort
    tcp_flag_ack GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagAck
    tcp_flag_cwr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagCwr
    tcp_flag_ece GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagEce
    tcp_flag_fin GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagFin
    tcp_flag_psh GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagPsh
    tcp_flag_rst GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagRst
    tcp_flag_syn GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagSyn
    tcp_flag_urg GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagUrg
    tcp_option_kind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionKind
    tcp_option_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionLength
    tcp_option_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionUserDefined
    tcp_reserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpReserved
    tcp_sequence_number GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpSequenceNumber
    tcp_source_port GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpSourcePort
    tcp_urgent_pointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpUrgentPointer
    tcp_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpUserDefined
    tcp_window_size GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpWindowSize
    udp_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpChecksum
    udp_destination_port GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpDestinationPort
    udp_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpLength
    udp_source_port GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpSourcePort
    udp_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpUserDefined
    icmp6Checksum Property Map
    icmp6Code Property Map
    icmp6Type Property Map
    icmp6UserDefined Property Map
    icmpChecksum Property Map
    icmpCode Property Map
    icmpId Property Map
    icmpSequence Property Map
    icmpType Property Map
    icmpUserDefined Property Map
    ip6DestinationAddress Property Map
    ip6FlowLabel Property Map
    ip6HopLimit Property Map
    ip6NextHeader Property Map
    ip6PayloadLength Property Map
    ip6SourceAddress Property Map
    ip6TrafficClass Property Map
    ip6UserDefined Property Map
    ip6Version Property Map
    ipDestinationAddress Property Map
    ipFlagDf Property Map
    ipFlagMf Property Map
    ipFlagReserved Property Map
    ipFragmentOffset Property Map
    ipHeaderChecksum Property Map
    ipHeaderLength Property Map
    ipId Property Map
    ipOptionLength Property Map
    ipOptionNumber Property Map
    ipOptionType Property Map
    ipOptionUserDefined Property Map
    ipProtocol Property Map
    ipSourceAddress Property Map
    ipTos Property Map
    ipTotalLength Property Map
    ipTtl Property Map
    ipUserDefined Property Map
    ipVersion Property Map
    tcpAcknowledgeNumber Property Map
    tcpChecksum Property Map
    tcpDataOffset Property Map
    tcpDestinationPort Property Map
    tcpFlagAck Property Map
    tcpFlagCwr Property Map
    tcpFlagEce Property Map
    tcpFlagFin Property Map
    tcpFlagPsh Property Map
    tcpFlagRst Property Map
    tcpFlagSyn Property Map
    tcpFlagUrg Property Map
    tcpOptionKind Property Map
    tcpOptionLength Property Map
    tcpOptionUserDefined Property Map
    tcpReserved Property Map
    tcpSequenceNumber Property Map
    tcpSourcePort Property Map
    tcpUrgentPointer Property Map
    tcpUserDefined Property Map
    tcpWindowSize Property Map
    udpChecksum Property Map
    udpDestinationPort Property Map
    udpLength Property Map
    udpSourcePort Property Map
    udpUserDefined Property Map

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Checksum

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Code

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6Type

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmp6UserDefined

    Mask string
    4-byte hex value
    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Mask string
    4-byte hex value
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    mask String
    4-byte hex value
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    mask string
    4-byte hex value
    offset number
    Byte offset
    value number
    width number
    Bit width
    mask str
    4-byte hex value
    offset float
    Byte offset
    value float
    width float
    Bit width
    mask String
    4-byte hex value
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpChecksum

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpCode

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpId

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpSequence

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpType

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIcmpUserDefined

    Mask string
    4-byte hex value
    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Mask string
    4-byte hex value
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    mask String
    4-byte hex value
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    mask string
    4-byte hex value
    offset number
    Byte offset
    value number
    width number
    Bit width
    mask str
    4-byte hex value
    offset float
    Byte offset
    value float
    width float
    Bit width
    mask String
    4-byte hex value
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6DestinationAddress

    Mask string
    Prefix double
    subnet prefix length
    Value string
    Mask string
    Prefix float64
    subnet prefix length
    Value string
    mask String
    prefix Double
    subnet prefix length
    value String
    mask string
    prefix number
    subnet prefix length
    value string
    mask str
    prefix float
    subnet prefix length
    value str
    mask String
    prefix Number
    subnet prefix length
    value String

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6FlowLabel

    Mask string
    3-byte hex value
    Value double
    Mask string
    3-byte hex value
    Value float64
    mask String
    3-byte hex value
    value Double
    mask string
    3-byte hex value
    value number
    mask str
    3-byte hex value
    value float
    mask String
    3-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6HopLimit

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6NextHeader

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6PayloadLength

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6SourceAddress

    Mask string
    Prefix double
    subnet prefix length
    Value string
    Mask string
    Prefix float64
    subnet prefix length
    Value string
    mask String
    prefix Double
    subnet prefix length
    value String
    mask string
    prefix number
    subnet prefix length
    value string
    mask str
    prefix float
    subnet prefix length
    value str
    mask String
    prefix Number
    subnet prefix length
    value String

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6TrafficClass

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6UserDefined

    Mask string
    4-byte hex value
    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Mask string
    4-byte hex value
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    mask String
    4-byte hex value
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    mask string
    4-byte hex value
    offset number
    Byte offset
    value number
    width number
    Bit width
    mask str
    4-byte hex value
    offset float
    Byte offset
    value float
    width float
    Bit width
    mask String
    4-byte hex value
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIp6Version

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpDestinationAddress

    Mask string
    IPv4 netmask
    Prefix double
    subnet prefix length
    Value string
    Mask string
    IPv4 netmask
    Prefix float64
    subnet prefix length
    Value string
    mask String
    IPv4 netmask
    prefix Double
    subnet prefix length
    value String
    mask string
    IPv4 netmask
    prefix number
    subnet prefix length
    value string
    mask str
    IPv4 netmask
    prefix float
    subnet prefix length
    value str
    mask String
    IPv4 netmask
    prefix Number
    subnet prefix length
    value String

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagDf

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagMf

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFlagReserved

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpFragmentOffset

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpHeaderChecksum

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpHeaderLength

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpId

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionLength

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionNumber

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionType

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpOptionUserDefined

    Mask string
    4-byte hex value
    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Mask string
    4-byte hex value
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    mask String
    4-byte hex value
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    mask string
    4-byte hex value
    offset number
    Byte offset
    value number
    width number
    Bit width
    mask str
    4-byte hex value
    offset float
    Byte offset
    value float
    width float
    Bit width
    mask String
    4-byte hex value
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpProtocol

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpSourceAddress

    Mask string
    IPv4 netmask
    Prefix double
    subnet prefix length
    Value string
    Mask string
    IPv4 netmask
    Prefix float64
    subnet prefix length
    Value string
    mask String
    IPv4 netmask
    prefix Double
    subnet prefix length
    value String
    mask string
    IPv4 netmask
    prefix number
    subnet prefix length
    value string
    mask str
    IPv4 netmask
    prefix float
    subnet prefix length
    value str
    mask String
    IPv4 netmask
    prefix Number
    subnet prefix length
    value String

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTos

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTotalLength

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpTtl

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpUserDefined

    Mask string
    4-byte hex value
    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Mask string
    4-byte hex value
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    mask String
    4-byte hex value
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    mask string
    4-byte hex value
    offset number
    Byte offset
    value number
    width number
    Bit width
    mask str
    4-byte hex value
    offset float
    Byte offset
    value float
    width float
    Bit width
    mask String
    4-byte hex value
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextIpVersion

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpAcknowledgeNumber

    Mask string
    4-byte hex value
    Value double
    Mask string
    4-byte hex value
    Value float64
    mask String
    4-byte hex value
    value Double
    mask string
    4-byte hex value
    value number
    mask str
    4-byte hex value
    value float
    mask String
    4-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpChecksum

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpDataOffset

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpDestinationPort

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagAck

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagCwr

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagEce

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagFin

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagPsh

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagRst

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagSyn

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpFlagUrg

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionKind

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionLength

    Mask string
    1-byte hex value
    Value double
    Mask string
    1-byte hex value
    Value float64
    mask String
    1-byte hex value
    value Double
    mask string
    1-byte hex value
    value number
    mask str
    1-byte hex value
    value float
    mask String
    1-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpOptionUserDefined

    Mask string
    4-byte hex value
    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Mask string
    4-byte hex value
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    mask String
    4-byte hex value
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    mask string
    4-byte hex value
    offset number
    Byte offset
    value number
    width number
    Bit width
    mask str
    4-byte hex value
    offset float
    Byte offset
    value float
    width float
    Bit width
    mask String
    4-byte hex value
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpReserved

    Mask string
    Value double
    Mask string
    Value float64
    mask String
    value Double
    mask string
    value number
    mask str
    value float
    mask String
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpSequenceNumber

    Mask string
    4-byte hex value
    Value double
    Mask string
    4-byte hex value
    Value float64
    mask String
    4-byte hex value
    value Double
    mask string
    4-byte hex value
    value number
    mask str
    4-byte hex value
    value float
    mask String
    4-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpSourcePort

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpUrgentPointer

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpUserDefined

    Mask string
    4-byte hex value
    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Mask string
    4-byte hex value
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    mask String
    4-byte hex value
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    mask string
    4-byte hex value
    offset number
    Byte offset
    value number
    width number
    Bit width
    mask str
    4-byte hex value
    offset float
    Byte offset
    value float
    width float
    Bit width
    mask String
    4-byte hex value
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextTcpWindowSize

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpChecksum

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpDestinationPort

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpLength

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpSourcePort

    Mask string
    2-byte hex value
    Value double
    Mask string
    2-byte hex value
    Value float64
    mask String
    2-byte hex value
    value Double
    mask string
    2-byte hex value
    value number
    mask str
    2-byte hex value
    value float
    mask String
    2-byte hex value
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEqualToContextUdpUserDefined

    Mask string
    4-byte hex value
    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Mask string
    4-byte hex value
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    mask String
    4-byte hex value
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    mask string
    4-byte hex value
    offset number
    Byte offset
    value number
    width number
    Bit width
    mask str
    4-byte hex value
    offset float
    Byte offset
    value float
    width float
    Bit width
    mask String
    4-byte hex value
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEvent

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContext

    Ip6SameAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIp6SameAddress
    IpOptionAddext GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionAddext
    IpOptionCipso GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionCipso
    IpOptionDps GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionDps
    IpOptionEip GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEip
    IpOptionEncode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEncode
    IpOptionEool GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEool
    IpOptionEsec GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEsec
    IpOptionFinn GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionFinn
    IpOptionImitd GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionImitd
    IpOptionLsr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionLsr
    IpOptionMtup GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionMtup
    IpOptionMtur GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionMtur
    IpOptionNop GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionNop
    IpOptionQs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionQs
    IpOptionRr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionRr
    IpOptionRtralt GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionRtralt
    IpOptionSdb GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSdb
    IpOptionSec GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSec
    IpOptionSid GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSid
    IpOptionSsr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSsr
    IpOptionTr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionTr
    IpOptionTs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionTs
    IpOptionUmp GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionUmp
    IpOptionVisa GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionVisa
    IpOptionZsu GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionZsu
    IpSameAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpSameAddress
    TcpOptionAltDat GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionAltDat
    TcpOptionAltRst GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionAltRst
    TcpOptionBubba GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionBubba
    TcpOptionCc GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCc
    TcpOptionCcEcho GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCcEcho
    TcpOptionCcNew GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCcNew
    TcpOptionCompress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCompress
    TcpOptionCorrupt GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCorrupt
    TcpOptionEcho GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEcho
    TcpOptionEchoReply GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEchoReply
    TcpOptionEno GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEno
    TcpOptionEool GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEool
    TcpOptionFast GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionFast
    TcpOptionMd5 GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionMd5
    TcpOptionMptcp GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionMptcp
    TcpOptionMss GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionMss
    TcpOptionNop GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionNop
    TcpOptionPartialPermit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionPartialPermit
    TcpOptionPartialProfile GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionPartialProfile
    TcpOptionQsRes GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionQsRes
    TcpOptionRecBd GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionRecBd
    TcpOptionSack GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSack
    TcpOptionSackPermit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSackPermit
    TcpOptionScps GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionScps
    TcpOptionSkeeter GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSkeeter
    TcpOptionSnak GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSnak
    TcpOptionSnap GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSnap
    TcpOptionTcpAo GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionTcpAo
    TcpOptionTrailer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionTrailer
    TcpOptionTs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionTs
    TcpOptionUserTimeout GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionUserTimeout
    TcpOptionWs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionWs
    Ip6SameAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIp6SameAddress
    IpOptionAddext GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionAddext
    IpOptionCipso GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionCipso
    IpOptionDps GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionDps
    IpOptionEip GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEip
    IpOptionEncode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEncode
    IpOptionEool GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEool
    IpOptionEsec GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEsec
    IpOptionFinn GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionFinn
    IpOptionImitd GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionImitd
    IpOptionLsr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionLsr
    IpOptionMtup GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionMtup
    IpOptionMtur GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionMtur
    IpOptionNop GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionNop
    IpOptionQs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionQs
    IpOptionRr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionRr
    IpOptionRtralt GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionRtralt
    IpOptionSdb GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSdb
    IpOptionSec GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSec
    IpOptionSid GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSid
    IpOptionSsr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSsr
    IpOptionTr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionTr
    IpOptionTs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionTs
    IpOptionUmp GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionUmp
    IpOptionVisa GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionVisa
    IpOptionZsu GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionZsu
    IpSameAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpSameAddress
    TcpOptionAltDat GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionAltDat
    TcpOptionAltRst GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionAltRst
    TcpOptionBubba GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionBubba
    TcpOptionCc GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCc
    TcpOptionCcEcho GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCcEcho
    TcpOptionCcNew GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCcNew
    TcpOptionCompress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCompress
    TcpOptionCorrupt GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCorrupt
    TcpOptionEcho GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEcho
    TcpOptionEchoReply GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEchoReply
    TcpOptionEno GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEno
    TcpOptionEool GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEool
    TcpOptionFast GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionFast
    TcpOptionMd5 GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionMd5
    TcpOptionMptcp GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionMptcp
    TcpOptionMss GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionMss
    TcpOptionNop GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionNop
    TcpOptionPartialPermit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionPartialPermit
    TcpOptionPartialProfile GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionPartialProfile
    TcpOptionQsRes GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionQsRes
    TcpOptionRecBd GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionRecBd
    TcpOptionSack GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSack
    TcpOptionSackPermit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSackPermit
    TcpOptionScps GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionScps
    TcpOptionSkeeter GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSkeeter
    TcpOptionSnak GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSnak
    TcpOptionSnap GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSnap
    TcpOptionTcpAo GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionTcpAo
    TcpOptionTrailer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionTrailer
    TcpOptionTs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionTs
    TcpOptionUserTimeout GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionUserTimeout
    TcpOptionWs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionWs
    ip6SameAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIp6SameAddress
    ipOptionAddext GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionAddext
    ipOptionCipso GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionCipso
    ipOptionDps GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionDps
    ipOptionEip GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEip
    ipOptionEncode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEncode
    ipOptionEool GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEool
    ipOptionEsec GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEsec
    ipOptionFinn GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionFinn
    ipOptionImitd GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionImitd
    ipOptionLsr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionLsr
    ipOptionMtup GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionMtup
    ipOptionMtur GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionMtur
    ipOptionNop GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionNop
    ipOptionQs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionQs
    ipOptionRr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionRr
    ipOptionRtralt GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionRtralt
    ipOptionSdb GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSdb
    ipOptionSec GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSec
    ipOptionSid GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSid
    ipOptionSsr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSsr
    ipOptionTr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionTr
    ipOptionTs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionTs
    ipOptionUmp GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionUmp
    ipOptionVisa GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionVisa
    ipOptionZsu GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionZsu
    ipSameAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpSameAddress
    tcpOptionAltDat GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionAltDat
    tcpOptionAltRst GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionAltRst
    tcpOptionBubba GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionBubba
    tcpOptionCc GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCc
    tcpOptionCcEcho GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCcEcho
    tcpOptionCcNew GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCcNew
    tcpOptionCompress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCompress
    tcpOptionCorrupt GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCorrupt
    tcpOptionEcho GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEcho
    tcpOptionEchoReply GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEchoReply
    tcpOptionEno GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEno
    tcpOptionEool GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEool
    tcpOptionFast GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionFast
    tcpOptionMd5 GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionMd5
    tcpOptionMptcp GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionMptcp
    tcpOptionMss GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionMss
    tcpOptionNop GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionNop
    tcpOptionPartialPermit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionPartialPermit
    tcpOptionPartialProfile GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionPartialProfile
    tcpOptionQsRes GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionQsRes
    tcpOptionRecBd GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionRecBd
    tcpOptionSack GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSack
    tcpOptionSackPermit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSackPermit
    tcpOptionScps GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionScps
    tcpOptionSkeeter GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSkeeter
    tcpOptionSnak GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSnak
    tcpOptionSnap GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSnap
    tcpOptionTcpAo GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionTcpAo
    tcpOptionTrailer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionTrailer
    tcpOptionTs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionTs
    tcpOptionUserTimeout GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionUserTimeout
    tcpOptionWs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionWs
    ip6SameAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIp6SameAddress
    ipOptionAddext GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionAddext
    ipOptionCipso GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionCipso
    ipOptionDps GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionDps
    ipOptionEip GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEip
    ipOptionEncode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEncode
    ipOptionEool GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEool
    ipOptionEsec GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEsec
    ipOptionFinn GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionFinn
    ipOptionImitd GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionImitd
    ipOptionLsr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionLsr
    ipOptionMtup GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionMtup
    ipOptionMtur GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionMtur
    ipOptionNop GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionNop
    ipOptionQs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionQs
    ipOptionRr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionRr
    ipOptionRtralt GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionRtralt
    ipOptionSdb GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSdb
    ipOptionSec GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSec
    ipOptionSid GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSid
    ipOptionSsr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSsr
    ipOptionTr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionTr
    ipOptionTs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionTs
    ipOptionUmp GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionUmp
    ipOptionVisa GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionVisa
    ipOptionZsu GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionZsu
    ipSameAddress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpSameAddress
    tcpOptionAltDat GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionAltDat
    tcpOptionAltRst GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionAltRst
    tcpOptionBubba GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionBubba
    tcpOptionCc GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCc
    tcpOptionCcEcho GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCcEcho
    tcpOptionCcNew GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCcNew
    tcpOptionCompress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCompress
    tcpOptionCorrupt GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCorrupt
    tcpOptionEcho GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEcho
    tcpOptionEchoReply GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEchoReply
    tcpOptionEno GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEno
    tcpOptionEool GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEool
    tcpOptionFast GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionFast
    tcpOptionMd5 GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionMd5
    tcpOptionMptcp GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionMptcp
    tcpOptionMss GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionMss
    tcpOptionNop GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionNop
    tcpOptionPartialPermit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionPartialPermit
    tcpOptionPartialProfile GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionPartialProfile
    tcpOptionQsRes GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionQsRes
    tcpOptionRecBd GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionRecBd
    tcpOptionSack GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSack
    tcpOptionSackPermit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSackPermit
    tcpOptionScps GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionScps
    tcpOptionSkeeter GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSkeeter
    tcpOptionSnak GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSnak
    tcpOptionSnap GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSnap
    tcpOptionTcpAo GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionTcpAo
    tcpOptionTrailer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionTrailer
    tcpOptionTs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionTs
    tcpOptionUserTimeout GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionUserTimeout
    tcpOptionWs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionWs
    ip6_same_address GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIp6SameAddress
    ip_option_addext GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionAddext
    ip_option_cipso GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionCipso
    ip_option_dps GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionDps
    ip_option_eip GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEip
    ip_option_encode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEncode
    ip_option_eool GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEool
    ip_option_esec GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionEsec
    ip_option_finn GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionFinn
    ip_option_imitd GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionImitd
    ip_option_lsr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionLsr
    ip_option_mtup GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionMtup
    ip_option_mtur GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionMtur
    ip_option_nop GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionNop
    ip_option_qs GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionQs
    ip_option_rr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionRr
    ip_option_rtralt GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionRtralt
    ip_option_sdb GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSdb
    ip_option_sec GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSec
    ip_option_sid GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSid
    ip_option_ssr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionSsr
    ip_option_tr GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionTr
    ip_option_ts GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionTs
    ip_option_ump GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionUmp
    ip_option_visa GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionVisa
    ip_option_zsu GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpOptionZsu
    ip_same_address GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextIpSameAddress
    tcp_option_alt_dat GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionAltDat
    tcp_option_alt_rst GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionAltRst
    tcp_option_bubba GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionBubba
    tcp_option_cc GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCc
    tcp_option_cc_echo GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCcEcho
    tcp_option_cc_new GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCcNew
    tcp_option_compress GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCompress
    tcp_option_corrupt GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionCorrupt
    tcp_option_echo GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEcho
    tcp_option_echo_reply GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEchoReply
    tcp_option_eno GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEno
    tcp_option_eool GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionEool
    tcp_option_fast GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionFast
    tcp_option_md5 GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionMd5
    tcp_option_mptcp GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionMptcp
    tcp_option_mss GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionMss
    tcp_option_nop GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionNop
    tcp_option_partial_permit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionPartialPermit
    tcp_option_partial_profile GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionPartialProfile
    tcp_option_qs_res GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionQsRes
    tcp_option_rec_bd GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionRecBd
    tcp_option_sack GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSack
    tcp_option_sack_permit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSackPermit
    tcp_option_scps GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionScps
    tcp_option_skeeter GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSkeeter
    tcp_option_snak GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSnak
    tcp_option_snap GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionSnap
    tcp_option_tcp_ao GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionTcpAo
    tcp_option_trailer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionTrailer
    tcp_option_ts GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionTs
    tcp_option_user_timeout GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionUserTimeout
    tcp_option_ws GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorEventContextTcpOptionWs
    ip6SameAddress Property Map
    ipOptionAddext Property Map
    ipOptionCipso Property Map
    ipOptionDps Property Map
    ipOptionEip Property Map
    ipOptionEncode Property Map
    ipOptionEool Property Map
    ipOptionEsec Property Map
    ipOptionFinn Property Map
    ipOptionImitd Property Map
    ipOptionLsr Property Map
    ipOptionMtup Property Map
    ipOptionMtur Property Map
    ipOptionNop Property Map
    ipOptionQs Property Map
    ipOptionRr Property Map
    ipOptionRtralt Property Map
    ipOptionSdb Property Map
    ipOptionSec Property Map
    ipOptionSid Property Map
    ipOptionSsr Property Map
    ipOptionTr Property Map
    ipOptionTs Property Map
    ipOptionUmp Property Map
    ipOptionVisa Property Map
    ipOptionZsu Property Map
    ipSameAddress Property Map
    tcpOptionAltDat Property Map
    tcpOptionAltRst Property Map
    tcpOptionBubba Property Map
    tcpOptionCc Property Map
    tcpOptionCcEcho Property Map
    tcpOptionCcNew Property Map
    tcpOptionCompress Property Map
    tcpOptionCorrupt Property Map
    tcpOptionEcho Property Map
    tcpOptionEchoReply Property Map
    tcpOptionEno Property Map
    tcpOptionEool Property Map
    tcpOptionFast Property Map
    tcpOptionMd5 Property Map
    tcpOptionMptcp Property Map
    tcpOptionMss Property Map
    tcpOptionNop Property Map
    tcpOptionPartialPermit Property Map
    tcpOptionPartialProfile Property Map
    tcpOptionQsRes Property Map
    tcpOptionRecBd Property Map
    tcpOptionSack Property Map
    tcpOptionSackPermit Property Map
    tcpOptionScps Property Map
    tcpOptionSkeeter Property Map
    tcpOptionSnak Property Map
    tcpOptionSnap Property Map
    tcpOptionTcpAo Property Map
    tcpOptionTrailer Property Map
    tcpOptionTs Property Map
    tcpOptionUserTimeout Property Map
    tcpOptionWs Property Map

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThan

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContext

    Icmp6Checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Checksum
    Icmp6Code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Code
    Icmp6Type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Type
    Icmp6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6UserDefined
    IcmpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpChecksum
    IcmpCode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpCode
    IcmpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpId
    IcmpSequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpSequence
    IcmpType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpType
    IcmpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpUserDefined
    Ip6FlowLabel GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6FlowLabel
    Ip6HopLimit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6HopLimit
    Ip6NextHeader GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6NextHeader
    Ip6PayloadLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6PayloadLength
    Ip6TrafficClass GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6TrafficClass
    Ip6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6UserDefined
    Ip6Version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6Version
    IpFragmentOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpFragmentOffset
    IpHeaderChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpHeaderChecksum
    IpHeaderLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpHeaderLength
    IpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpId
    IpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionLength
    IpOptionNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionNumber
    IpOptionType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionType
    IpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionUserDefined
    IpProtocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpProtocol
    IpTos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTos
    IpTotalLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTotalLength
    IpTtl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTtl
    IpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpUserDefined
    IpVersion GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpVersion
    TcpAcknowledgeNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpAcknowledgeNumber
    TcpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpChecksum
    TcpDataOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpDataOffset
    TcpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpDestinationPort
    TcpOptionKind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionKind
    TcpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionLength
    TcpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionUserDefined
    TcpReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpReserved
    TcpSequenceNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpSequenceNumber
    TcpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpSourcePort
    TcpUrgentPointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpUrgentPointer
    TcpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpUserDefined
    TcpWindowSize GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpWindowSize
    UdpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpChecksum
    UdpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpDestinationPort
    UdpLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpLength
    UdpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpSourcePort
    UdpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpUserDefined
    Icmp6Checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Checksum
    Icmp6Code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Code
    Icmp6Type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Type
    Icmp6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6UserDefined
    IcmpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpChecksum
    IcmpCode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpCode
    IcmpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpId
    IcmpSequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpSequence
    IcmpType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpType
    IcmpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpUserDefined
    Ip6FlowLabel GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6FlowLabel
    Ip6HopLimit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6HopLimit
    Ip6NextHeader GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6NextHeader
    Ip6PayloadLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6PayloadLength
    Ip6TrafficClass GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6TrafficClass
    Ip6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6UserDefined
    Ip6Version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6Version
    IpFragmentOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpFragmentOffset
    IpHeaderChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpHeaderChecksum
    IpHeaderLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpHeaderLength
    IpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpId
    IpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionLength
    IpOptionNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionNumber
    IpOptionType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionType
    IpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionUserDefined
    IpProtocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpProtocol
    IpTos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTos
    IpTotalLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTotalLength
    IpTtl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTtl
    IpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpUserDefined
    IpVersion GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpVersion
    TcpAcknowledgeNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpAcknowledgeNumber
    TcpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpChecksum
    TcpDataOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpDataOffset
    TcpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpDestinationPort
    TcpOptionKind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionKind
    TcpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionLength
    TcpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionUserDefined
    TcpReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpReserved
    TcpSequenceNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpSequenceNumber
    TcpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpSourcePort
    TcpUrgentPointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpUrgentPointer
    TcpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpUserDefined
    TcpWindowSize GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpWindowSize
    UdpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpChecksum
    UdpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpDestinationPort
    UdpLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpLength
    UdpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpSourcePort
    UdpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpUserDefined
    icmp6Checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Checksum
    icmp6Code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Code
    icmp6Type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Type
    icmp6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6UserDefined
    icmpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpChecksum
    icmpCode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpCode
    icmpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpId
    icmpSequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpSequence
    icmpType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpType
    icmpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpUserDefined
    ip6FlowLabel GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6FlowLabel
    ip6HopLimit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6HopLimit
    ip6NextHeader GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6NextHeader
    ip6PayloadLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6PayloadLength
    ip6TrafficClass GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6TrafficClass
    ip6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6UserDefined
    ip6Version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6Version
    ipFragmentOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpFragmentOffset
    ipHeaderChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpHeaderChecksum
    ipHeaderLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpHeaderLength
    ipId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpId
    ipOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionLength
    ipOptionNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionNumber
    ipOptionType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionType
    ipOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionUserDefined
    ipProtocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpProtocol
    ipTos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTos
    ipTotalLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTotalLength
    ipTtl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTtl
    ipUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpUserDefined
    ipVersion GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpVersion
    tcpAcknowledgeNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpAcknowledgeNumber
    tcpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpChecksum
    tcpDataOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpDataOffset
    tcpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpDestinationPort
    tcpOptionKind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionKind
    tcpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionLength
    tcpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionUserDefined
    tcpReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpReserved
    tcpSequenceNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpSequenceNumber
    tcpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpSourcePort
    tcpUrgentPointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpUrgentPointer
    tcpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpUserDefined
    tcpWindowSize GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpWindowSize
    udpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpChecksum
    udpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpDestinationPort
    udpLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpLength
    udpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpSourcePort
    udpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpUserDefined
    icmp6Checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Checksum
    icmp6Code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Code
    icmp6Type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Type
    icmp6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6UserDefined
    icmpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpChecksum
    icmpCode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpCode
    icmpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpId
    icmpSequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpSequence
    icmpType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpType
    icmpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpUserDefined
    ip6FlowLabel GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6FlowLabel
    ip6HopLimit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6HopLimit
    ip6NextHeader GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6NextHeader
    ip6PayloadLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6PayloadLength
    ip6TrafficClass GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6TrafficClass
    ip6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6UserDefined
    ip6Version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6Version
    ipFragmentOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpFragmentOffset
    ipHeaderChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpHeaderChecksum
    ipHeaderLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpHeaderLength
    ipId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpId
    ipOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionLength
    ipOptionNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionNumber
    ipOptionType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionType
    ipOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionUserDefined
    ipProtocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpProtocol
    ipTos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTos
    ipTotalLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTotalLength
    ipTtl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTtl
    ipUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpUserDefined
    ipVersion GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpVersion
    tcpAcknowledgeNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpAcknowledgeNumber
    tcpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpChecksum
    tcpDataOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpDataOffset
    tcpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpDestinationPort
    tcpOptionKind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionKind
    tcpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionLength
    tcpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionUserDefined
    tcpReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpReserved
    tcpSequenceNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpSequenceNumber
    tcpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpSourcePort
    tcpUrgentPointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpUrgentPointer
    tcpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpUserDefined
    tcpWindowSize GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpWindowSize
    udpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpChecksum
    udpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpDestinationPort
    udpLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpLength
    udpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpSourcePort
    udpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpUserDefined
    icmp6_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Checksum
    icmp6_code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Code
    icmp6_type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Type
    icmp6_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6UserDefined
    icmp_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpChecksum
    icmp_code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpCode
    icmp_id GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpId
    icmp_sequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpSequence
    icmp_type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpType
    icmp_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpUserDefined
    ip6_flow_label GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6FlowLabel
    ip6_hop_limit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6HopLimit
    ip6_next_header GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6NextHeader
    ip6_payload_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6PayloadLength
    ip6_traffic_class GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6TrafficClass
    ip6_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6UserDefined
    ip6_version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6Version
    ip_fragment_offset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpFragmentOffset
    ip_header_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpHeaderChecksum
    ip_header_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpHeaderLength
    ip_id GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpId
    ip_option_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionLength
    ip_option_number GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionNumber
    ip_option_type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionType
    ip_option_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionUserDefined
    ip_protocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpProtocol
    ip_tos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTos
    ip_total_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTotalLength
    ip_ttl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTtl
    ip_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpUserDefined
    ip_version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpVersion
    tcp_acknowledge_number GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpAcknowledgeNumber
    tcp_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpChecksum
    tcp_data_offset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpDataOffset
    tcp_destination_port GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpDestinationPort
    tcp_option_kind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionKind
    tcp_option_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionLength
    tcp_option_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionUserDefined
    tcp_reserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpReserved
    tcp_sequence_number GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpSequenceNumber
    tcp_source_port GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpSourcePort
    tcp_urgent_pointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpUrgentPointer
    tcp_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpUserDefined
    tcp_window_size GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpWindowSize
    udp_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpChecksum
    udp_destination_port GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpDestinationPort
    udp_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpLength
    udp_source_port GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpSourcePort
    udp_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpUserDefined
    icmp6Checksum Property Map
    icmp6Code Property Map
    icmp6Type Property Map
    icmp6UserDefined Property Map
    icmpChecksum Property Map
    icmpCode Property Map
    icmpId Property Map
    icmpSequence Property Map
    icmpType Property Map
    icmpUserDefined Property Map
    ip6FlowLabel Property Map
    ip6HopLimit Property Map
    ip6NextHeader Property Map
    ip6PayloadLength Property Map
    ip6TrafficClass Property Map
    ip6UserDefined Property Map
    ip6Version Property Map
    ipFragmentOffset Property Map
    ipHeaderChecksum Property Map
    ipHeaderLength Property Map
    ipId Property Map
    ipOptionLength Property Map
    ipOptionNumber Property Map
    ipOptionType Property Map
    ipOptionUserDefined Property Map
    ipProtocol Property Map
    ipTos Property Map
    ipTotalLength Property Map
    ipTtl Property Map
    ipUserDefined Property Map
    ipVersion Property Map
    tcpAcknowledgeNumber Property Map
    tcpChecksum Property Map
    tcpDataOffset Property Map
    tcpDestinationPort Property Map
    tcpOptionKind Property Map
    tcpOptionLength Property Map
    tcpOptionUserDefined Property Map
    tcpReserved Property Map
    tcpSequenceNumber Property Map
    tcpSourcePort Property Map
    tcpUrgentPointer Property Map
    tcpUserDefined Property Map
    tcpWindowSize Property Map
    udpChecksum Property Map
    udpDestinationPort Property Map
    udpLength Property Map
    udpSourcePort Property Map
    udpUserDefined Property Map

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Checksum

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Code

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6Type

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmp6UserDefined

    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    offset number
    Byte offset
    value number
    width number
    Bit width
    offset float
    Byte offset
    value float
    width float
    Bit width
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpChecksum

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpCode

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpId

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpSequence

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpType

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIcmpUserDefined

    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    offset number
    Byte offset
    value number
    width number
    Bit width
    offset float
    Byte offset
    value float
    width float
    Bit width
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6FlowLabel

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6HopLimit

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6NextHeader

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6PayloadLength

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6TrafficClass

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6UserDefined

    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    offset number
    Byte offset
    value number
    width number
    Bit width
    offset float
    Byte offset
    value float
    width float
    Bit width
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIp6Version

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpFragmentOffset

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpHeaderChecksum

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpHeaderLength

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpId

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionLength

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionNumber

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionType

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpOptionUserDefined

    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    offset number
    Byte offset
    value number
    width number
    Bit width
    offset float
    Byte offset
    value float
    width float
    Bit width
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpProtocol

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTos

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTotalLength

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpTtl

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpUserDefined

    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    offset number
    Byte offset
    value number
    width number
    Bit width
    offset float
    Byte offset
    value float
    width float
    Bit width
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextIpVersion

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpAcknowledgeNumber

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpChecksum

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpDataOffset

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpDestinationPort

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionKind

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionLength

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpOptionUserDefined

    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    offset number
    Byte offset
    value number
    width number
    Bit width
    offset float
    Byte offset
    value float
    width float
    Bit width
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpReserved

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpSequenceNumber

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpSourcePort

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpUrgentPointer

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpUserDefined

    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    offset number
    Byte offset
    value number
    width number
    Bit width
    offset float
    Byte offset
    value float
    width float
    Bit width
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextTcpWindowSize

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpChecksum

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpDestinationPort

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpLength

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpSourcePort

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorGreaterThanContextUdpUserDefined

    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    offset number
    Byte offset
    value number
    width number
    Bit width
    offset float
    Byte offset
    value float
    width float
    Bit width
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThan

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContext

    Icmp6Checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Checksum
    Icmp6Code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Code
    Icmp6Type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Type
    Icmp6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6UserDefined
    IcmpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpChecksum
    IcmpCode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpCode
    IcmpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpId
    IcmpSequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpSequence
    IcmpType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpType
    IcmpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpUserDefined
    Ip6FlowLabel GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6FlowLabel
    Ip6HopLimit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6HopLimit
    Ip6NextHeader GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6NextHeader
    Ip6PayloadLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6PayloadLength
    Ip6TrafficClass GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6TrafficClass
    Ip6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6UserDefined
    Ip6Version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6Version
    IpFragmentOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpFragmentOffset
    IpHeaderChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpHeaderChecksum
    IpHeaderLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpHeaderLength
    IpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpId
    IpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionLength
    IpOptionNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionNumber
    IpOptionType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionType
    IpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionUserDefined
    IpProtocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpProtocol
    IpTos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTos
    IpTotalLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTotalLength
    IpTtl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTtl
    IpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpUserDefined
    IpVersion GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpVersion
    TcpAcknowledgeNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpAcknowledgeNumber
    TcpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpChecksum
    TcpDataOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpDataOffset
    TcpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpDestinationPort
    TcpOptionKind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionKind
    TcpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionLength
    TcpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionUserDefined
    TcpReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpReserved
    TcpSequenceNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpSequenceNumber
    TcpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpSourcePort
    TcpUrgentPointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpUrgentPointer
    TcpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpUserDefined
    TcpWindowSize GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpWindowSize
    UdpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpChecksum
    UdpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpDestinationPort
    UdpLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpLength
    UdpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpSourcePort
    UdpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpUserDefined
    Icmp6Checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Checksum
    Icmp6Code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Code
    Icmp6Type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Type
    Icmp6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6UserDefined
    IcmpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpChecksum
    IcmpCode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpCode
    IcmpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpId
    IcmpSequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpSequence
    IcmpType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpType
    IcmpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpUserDefined
    Ip6FlowLabel GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6FlowLabel
    Ip6HopLimit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6HopLimit
    Ip6NextHeader GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6NextHeader
    Ip6PayloadLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6PayloadLength
    Ip6TrafficClass GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6TrafficClass
    Ip6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6UserDefined
    Ip6Version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6Version
    IpFragmentOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpFragmentOffset
    IpHeaderChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpHeaderChecksum
    IpHeaderLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpHeaderLength
    IpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpId
    IpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionLength
    IpOptionNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionNumber
    IpOptionType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionType
    IpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionUserDefined
    IpProtocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpProtocol
    IpTos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTos
    IpTotalLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTotalLength
    IpTtl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTtl
    IpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpUserDefined
    IpVersion GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpVersion
    TcpAcknowledgeNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpAcknowledgeNumber
    TcpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpChecksum
    TcpDataOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpDataOffset
    TcpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpDestinationPort
    TcpOptionKind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionKind
    TcpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionLength
    TcpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionUserDefined
    TcpReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpReserved
    TcpSequenceNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpSequenceNumber
    TcpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpSourcePort
    TcpUrgentPointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpUrgentPointer
    TcpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpUserDefined
    TcpWindowSize GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpWindowSize
    UdpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpChecksum
    UdpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpDestinationPort
    UdpLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpLength
    UdpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpSourcePort
    UdpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpUserDefined
    icmp6Checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Checksum
    icmp6Code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Code
    icmp6Type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Type
    icmp6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6UserDefined
    icmpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpChecksum
    icmpCode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpCode
    icmpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpId
    icmpSequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpSequence
    icmpType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpType
    icmpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpUserDefined
    ip6FlowLabel GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6FlowLabel
    ip6HopLimit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6HopLimit
    ip6NextHeader GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6NextHeader
    ip6PayloadLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6PayloadLength
    ip6TrafficClass GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6TrafficClass
    ip6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6UserDefined
    ip6Version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6Version
    ipFragmentOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpFragmentOffset
    ipHeaderChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpHeaderChecksum
    ipHeaderLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpHeaderLength
    ipId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpId
    ipOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionLength
    ipOptionNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionNumber
    ipOptionType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionType
    ipOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionUserDefined
    ipProtocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpProtocol
    ipTos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTos
    ipTotalLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTotalLength
    ipTtl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTtl
    ipUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpUserDefined
    ipVersion GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpVersion
    tcpAcknowledgeNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpAcknowledgeNumber
    tcpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpChecksum
    tcpDataOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpDataOffset
    tcpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpDestinationPort
    tcpOptionKind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionKind
    tcpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionLength
    tcpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionUserDefined
    tcpReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpReserved
    tcpSequenceNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpSequenceNumber
    tcpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpSourcePort
    tcpUrgentPointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpUrgentPointer
    tcpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpUserDefined
    tcpWindowSize GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpWindowSize
    udpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpChecksum
    udpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpDestinationPort
    udpLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpLength
    udpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpSourcePort
    udpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpUserDefined
    icmp6Checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Checksum
    icmp6Code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Code
    icmp6Type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Type
    icmp6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6UserDefined
    icmpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpChecksum
    icmpCode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpCode
    icmpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpId
    icmpSequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpSequence
    icmpType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpType
    icmpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpUserDefined
    ip6FlowLabel GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6FlowLabel
    ip6HopLimit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6HopLimit
    ip6NextHeader GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6NextHeader
    ip6PayloadLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6PayloadLength
    ip6TrafficClass GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6TrafficClass
    ip6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6UserDefined
    ip6Version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6Version
    ipFragmentOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpFragmentOffset
    ipHeaderChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpHeaderChecksum
    ipHeaderLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpHeaderLength
    ipId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpId
    ipOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionLength
    ipOptionNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionNumber
    ipOptionType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionType
    ipOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionUserDefined
    ipProtocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpProtocol
    ipTos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTos
    ipTotalLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTotalLength
    ipTtl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTtl
    ipUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpUserDefined
    ipVersion GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpVersion
    tcpAcknowledgeNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpAcknowledgeNumber
    tcpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpChecksum
    tcpDataOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpDataOffset
    tcpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpDestinationPort
    tcpOptionKind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionKind
    tcpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionLength
    tcpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionUserDefined
    tcpReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpReserved
    tcpSequenceNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpSequenceNumber
    tcpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpSourcePort
    tcpUrgentPointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpUrgentPointer
    tcpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpUserDefined
    tcpWindowSize GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpWindowSize
    udpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpChecksum
    udpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpDestinationPort
    udpLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpLength
    udpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpSourcePort
    udpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpUserDefined
    icmp6_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Checksum
    icmp6_code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Code
    icmp6_type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Type
    icmp6_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6UserDefined
    icmp_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpChecksum
    icmp_code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpCode
    icmp_id GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpId
    icmp_sequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpSequence
    icmp_type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpType
    icmp_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpUserDefined
    ip6_flow_label GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6FlowLabel
    ip6_hop_limit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6HopLimit
    ip6_next_header GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6NextHeader
    ip6_payload_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6PayloadLength
    ip6_traffic_class GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6TrafficClass
    ip6_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6UserDefined
    ip6_version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6Version
    ip_fragment_offset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpFragmentOffset
    ip_header_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpHeaderChecksum
    ip_header_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpHeaderLength
    ip_id GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpId
    ip_option_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionLength
    ip_option_number GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionNumber
    ip_option_type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionType
    ip_option_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionUserDefined
    ip_protocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpProtocol
    ip_tos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTos
    ip_total_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTotalLength
    ip_ttl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTtl
    ip_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpUserDefined
    ip_version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpVersion
    tcp_acknowledge_number GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpAcknowledgeNumber
    tcp_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpChecksum
    tcp_data_offset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpDataOffset
    tcp_destination_port GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpDestinationPort
    tcp_option_kind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionKind
    tcp_option_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionLength
    tcp_option_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionUserDefined
    tcp_reserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpReserved
    tcp_sequence_number GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpSequenceNumber
    tcp_source_port GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpSourcePort
    tcp_urgent_pointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpUrgentPointer
    tcp_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpUserDefined
    tcp_window_size GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpWindowSize
    udp_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpChecksum
    udp_destination_port GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpDestinationPort
    udp_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpLength
    udp_source_port GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpSourcePort
    udp_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpUserDefined
    icmp6Checksum Property Map
    icmp6Code Property Map
    icmp6Type Property Map
    icmp6UserDefined Property Map
    icmpChecksum Property Map
    icmpCode Property Map
    icmpId Property Map
    icmpSequence Property Map
    icmpType Property Map
    icmpUserDefined Property Map
    ip6FlowLabel Property Map
    ip6HopLimit Property Map
    ip6NextHeader Property Map
    ip6PayloadLength Property Map
    ip6TrafficClass Property Map
    ip6UserDefined Property Map
    ip6Version Property Map
    ipFragmentOffset Property Map
    ipHeaderChecksum Property Map
    ipHeaderLength Property Map
    ipId Property Map
    ipOptionLength Property Map
    ipOptionNumber Property Map
    ipOptionType Property Map
    ipOptionUserDefined Property Map
    ipProtocol Property Map
    ipTos Property Map
    ipTotalLength Property Map
    ipTtl Property Map
    ipUserDefined Property Map
    ipVersion Property Map
    tcpAcknowledgeNumber Property Map
    tcpChecksum Property Map
    tcpDataOffset Property Map
    tcpDestinationPort Property Map
    tcpOptionKind Property Map
    tcpOptionLength Property Map
    tcpOptionUserDefined Property Map
    tcpReserved Property Map
    tcpSequenceNumber Property Map
    tcpSourcePort Property Map
    tcpUrgentPointer Property Map
    tcpUserDefined Property Map
    tcpWindowSize Property Map
    udpChecksum Property Map
    udpDestinationPort Property Map
    udpLength Property Map
    udpSourcePort Property Map
    udpUserDefined Property Map

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Checksum

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Code

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6Type

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmp6UserDefined

    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    offset number
    Byte offset
    value number
    width number
    Bit width
    offset float
    Byte offset
    value float
    width float
    Bit width
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpChecksum

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpCode

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpId

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpSequence

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpType

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIcmpUserDefined

    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    offset number
    Byte offset
    value number
    width number
    Bit width
    offset float
    Byte offset
    value float
    width float
    Bit width
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6FlowLabel

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6HopLimit

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6NextHeader

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6PayloadLength

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6TrafficClass

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6UserDefined

    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    offset number
    Byte offset
    value number
    width number
    Bit width
    offset float
    Byte offset
    value float
    width float
    Bit width
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIp6Version

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpFragmentOffset

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpHeaderChecksum

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpHeaderLength

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpId

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionLength

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionNumber

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionType

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpOptionUserDefined

    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    offset number
    Byte offset
    value number
    width number
    Bit width
    offset float
    Byte offset
    value float
    width float
    Bit width
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpProtocol

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTos

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTotalLength

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpTtl

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpUserDefined

    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    offset number
    Byte offset
    value number
    width number
    Bit width
    offset float
    Byte offset
    value float
    width float
    Bit width
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextIpVersion

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpAcknowledgeNumber

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpChecksum

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpDataOffset

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpDestinationPort

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionKind

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionLength

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpOptionUserDefined

    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    offset number
    Byte offset
    value number
    width number
    Bit width
    offset float
    Byte offset
    value float
    width float
    Bit width
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpReserved

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpSequenceNumber

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpSourcePort

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpUrgentPointer

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpUserDefined

    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    offset number
    Byte offset
    value number
    width number
    Bit width
    offset float
    Byte offset
    value float
    width float
    Bit width
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextTcpWindowSize

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpChecksum

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpDestinationPort

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpLength

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpSourcePort

    Value double
    Value float64
    value Double
    value number
    value float
    value Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorLessThanContextUdpUserDefined

    Offset double
    Byte offset
    Value double
    Width double
    Bit width
    Offset float64
    Byte offset
    Value float64
    Width float64
    Bit width
    offset Double
    Byte offset
    value Double
    width Double
    Bit width
    offset number
    Byte offset
    value number
    width number
    Bit width
    offset float
    Byte offset
    value float
    width float
    Bit width
    offset Number
    Byte offset
    value Number
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRange

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContext

    Icmp6Checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Checksum
    Icmp6Code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Code
    Icmp6Type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Type
    Icmp6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6UserDefined
    IcmpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpChecksum
    IcmpCode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpCode
    IcmpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpId
    IcmpSequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpSequence
    IcmpType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpType
    IcmpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpUserDefined
    Ip6FlowLabel GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6FlowLabel
    Ip6HopLimit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6HopLimit
    Ip6NextHeader GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6NextHeader
    Ip6PayloadLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6PayloadLength
    Ip6TrafficClass GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6TrafficClass
    Ip6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6UserDefined
    Ip6Version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6Version
    IpFragmentOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpFragmentOffset
    IpHeaderChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpHeaderChecksum
    IpHeaderLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpHeaderLength
    IpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpId
    IpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionLength
    IpOptionNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionNumber
    IpOptionType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionType
    IpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionUserDefined
    IpProtocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpProtocol
    IpTos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTos
    IpTotalLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTotalLength
    IpTtl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTtl
    IpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpUserDefined
    IpVersion GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpVersion
    TcpAcknowledgeNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpAcknowledgeNumber
    TcpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpChecksum
    TcpDataOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpDataOffset
    TcpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpDestinationPort
    TcpOptionKind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionKind
    TcpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionLength
    TcpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionUserDefined
    TcpReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpReserved
    TcpSequenceNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpSequenceNumber
    TcpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpSourcePort
    TcpUrgentPointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpUrgentPointer
    TcpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpUserDefined
    TcpWindowSize GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpWindowSize
    UdpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpChecksum
    UdpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpDestinationPort
    UdpLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpLength
    UdpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpSourcePort
    UdpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpUserDefined
    Icmp6Checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Checksum
    Icmp6Code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Code
    Icmp6Type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Type
    Icmp6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6UserDefined
    IcmpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpChecksum
    IcmpCode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpCode
    IcmpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpId
    IcmpSequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpSequence
    IcmpType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpType
    IcmpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpUserDefined
    Ip6FlowLabel GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6FlowLabel
    Ip6HopLimit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6HopLimit
    Ip6NextHeader GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6NextHeader
    Ip6PayloadLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6PayloadLength
    Ip6TrafficClass GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6TrafficClass
    Ip6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6UserDefined
    Ip6Version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6Version
    IpFragmentOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpFragmentOffset
    IpHeaderChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpHeaderChecksum
    IpHeaderLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpHeaderLength
    IpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpId
    IpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionLength
    IpOptionNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionNumber
    IpOptionType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionType
    IpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionUserDefined
    IpProtocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpProtocol
    IpTos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTos
    IpTotalLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTotalLength
    IpTtl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTtl
    IpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpUserDefined
    IpVersion GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpVersion
    TcpAcknowledgeNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpAcknowledgeNumber
    TcpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpChecksum
    TcpDataOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpDataOffset
    TcpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpDestinationPort
    TcpOptionKind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionKind
    TcpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionLength
    TcpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionUserDefined
    TcpReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpReserved
    TcpSequenceNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpSequenceNumber
    TcpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpSourcePort
    TcpUrgentPointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpUrgentPointer
    TcpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpUserDefined
    TcpWindowSize GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpWindowSize
    UdpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpChecksum
    UdpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpDestinationPort
    UdpLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpLength
    UdpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpSourcePort
    UdpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpUserDefined
    icmp6Checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Checksum
    icmp6Code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Code
    icmp6Type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Type
    icmp6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6UserDefined
    icmpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpChecksum
    icmpCode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpCode
    icmpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpId
    icmpSequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpSequence
    icmpType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpType
    icmpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpUserDefined
    ip6FlowLabel GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6FlowLabel
    ip6HopLimit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6HopLimit
    ip6NextHeader GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6NextHeader
    ip6PayloadLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6PayloadLength
    ip6TrafficClass GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6TrafficClass
    ip6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6UserDefined
    ip6Version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6Version
    ipFragmentOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpFragmentOffset
    ipHeaderChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpHeaderChecksum
    ipHeaderLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpHeaderLength
    ipId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpId
    ipOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionLength
    ipOptionNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionNumber
    ipOptionType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionType
    ipOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionUserDefined
    ipProtocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpProtocol
    ipTos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTos
    ipTotalLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTotalLength
    ipTtl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTtl
    ipUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpUserDefined
    ipVersion GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpVersion
    tcpAcknowledgeNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpAcknowledgeNumber
    tcpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpChecksum
    tcpDataOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpDataOffset
    tcpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpDestinationPort
    tcpOptionKind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionKind
    tcpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionLength
    tcpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionUserDefined
    tcpReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpReserved
    tcpSequenceNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpSequenceNumber
    tcpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpSourcePort
    tcpUrgentPointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpUrgentPointer
    tcpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpUserDefined
    tcpWindowSize GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpWindowSize
    udpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpChecksum
    udpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpDestinationPort
    udpLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpLength
    udpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpSourcePort
    udpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpUserDefined
    icmp6Checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Checksum
    icmp6Code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Code
    icmp6Type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Type
    icmp6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6UserDefined
    icmpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpChecksum
    icmpCode GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpCode
    icmpId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpId
    icmpSequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpSequence
    icmpType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpType
    icmpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpUserDefined
    ip6FlowLabel GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6FlowLabel
    ip6HopLimit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6HopLimit
    ip6NextHeader GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6NextHeader
    ip6PayloadLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6PayloadLength
    ip6TrafficClass GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6TrafficClass
    ip6UserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6UserDefined
    ip6Version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6Version
    ipFragmentOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpFragmentOffset
    ipHeaderChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpHeaderChecksum
    ipHeaderLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpHeaderLength
    ipId GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpId
    ipOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionLength
    ipOptionNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionNumber
    ipOptionType GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionType
    ipOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionUserDefined
    ipProtocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpProtocol
    ipTos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTos
    ipTotalLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTotalLength
    ipTtl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTtl
    ipUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpUserDefined
    ipVersion GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpVersion
    tcpAcknowledgeNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpAcknowledgeNumber
    tcpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpChecksum
    tcpDataOffset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpDataOffset
    tcpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpDestinationPort
    tcpOptionKind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionKind
    tcpOptionLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionLength
    tcpOptionUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionUserDefined
    tcpReserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpReserved
    tcpSequenceNumber GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpSequenceNumber
    tcpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpSourcePort
    tcpUrgentPointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpUrgentPointer
    tcpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpUserDefined
    tcpWindowSize GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpWindowSize
    udpChecksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpChecksum
    udpDestinationPort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpDestinationPort
    udpLength GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpLength
    udpSourcePort GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpSourcePort
    udpUserDefined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpUserDefined
    icmp6_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Checksum
    icmp6_code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Code
    icmp6_type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Type
    icmp6_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6UserDefined
    icmp_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpChecksum
    icmp_code GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpCode
    icmp_id GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpId
    icmp_sequence GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpSequence
    icmp_type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpType
    icmp_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpUserDefined
    ip6_flow_label GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6FlowLabel
    ip6_hop_limit GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6HopLimit
    ip6_next_header GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6NextHeader
    ip6_payload_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6PayloadLength
    ip6_traffic_class GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6TrafficClass
    ip6_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6UserDefined
    ip6_version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6Version
    ip_fragment_offset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpFragmentOffset
    ip_header_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpHeaderChecksum
    ip_header_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpHeaderLength
    ip_id GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpId
    ip_option_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionLength
    ip_option_number GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionNumber
    ip_option_type GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionType
    ip_option_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionUserDefined
    ip_protocol GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpProtocol
    ip_tos GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTos
    ip_total_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTotalLength
    ip_ttl GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTtl
    ip_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpUserDefined
    ip_version GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpVersion
    tcp_acknowledge_number GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpAcknowledgeNumber
    tcp_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpChecksum
    tcp_data_offset GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpDataOffset
    tcp_destination_port GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpDestinationPort
    tcp_option_kind GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionKind
    tcp_option_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionLength
    tcp_option_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionUserDefined
    tcp_reserved GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpReserved
    tcp_sequence_number GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpSequenceNumber
    tcp_source_port GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpSourcePort
    tcp_urgent_pointer GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpUrgentPointer
    tcp_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpUserDefined
    tcp_window_size GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpWindowSize
    udp_checksum GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpChecksum
    udp_destination_port GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpDestinationPort
    udp_length GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpLength
    udp_source_port GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpSourcePort
    udp_user_defined GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpUserDefined
    icmp6Checksum Property Map
    icmp6Code Property Map
    icmp6Type Property Map
    icmp6UserDefined Property Map
    icmpChecksum Property Map
    icmpCode Property Map
    icmpId Property Map
    icmpSequence Property Map
    icmpType Property Map
    icmpUserDefined Property Map
    ip6FlowLabel Property Map
    ip6HopLimit Property Map
    ip6NextHeader Property Map
    ip6PayloadLength Property Map
    ip6TrafficClass Property Map
    ip6UserDefined Property Map
    ip6Version Property Map
    ipFragmentOffset Property Map
    ipHeaderChecksum Property Map
    ipHeaderLength Property Map
    ipId Property Map
    ipOptionLength Property Map
    ipOptionNumber Property Map
    ipOptionType Property Map
    ipOptionUserDefined Property Map
    ipProtocol Property Map
    ipTos Property Map
    ipTotalLength Property Map
    ipTtl Property Map
    ipUserDefined Property Map
    ipVersion Property Map
    tcpAcknowledgeNumber Property Map
    tcpChecksum Property Map
    tcpDataOffset Property Map
    tcpDestinationPort Property Map
    tcpOptionKind Property Map
    tcpOptionLength Property Map
    tcpOptionUserDefined Property Map
    tcpReserved Property Map
    tcpSequenceNumber Property Map
    tcpSourcePort Property Map
    tcpUrgentPointer Property Map
    tcpUserDefined Property Map
    tcpWindowSize Property Map
    udpChecksum Property Map
    udpDestinationPort Property Map
    udpLength Property Map
    udpSourcePort Property Map
    udpUserDefined Property Map

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Checksum

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Code

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6Type

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmp6UserDefined

    High double
    Low double
    Offset double
    Byte offset
    Width double
    Bit width
    High float64
    Low float64
    Offset float64
    Byte offset
    Width float64
    Bit width
    high Double
    low Double
    offset Double
    Byte offset
    width Double
    Bit width
    high number
    low number
    offset number
    Byte offset
    width number
    Bit width
    high float
    low float
    offset float
    Byte offset
    width float
    Bit width
    high Number
    low Number
    offset Number
    Byte offset
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpChecksum

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpCode

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpId

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpSequence

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpType

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIcmpUserDefined

    High double
    Low double
    Offset double
    Byte offset
    Width double
    Bit width
    High float64
    Low float64
    Offset float64
    Byte offset
    Width float64
    Bit width
    high Double
    low Double
    offset Double
    Byte offset
    width Double
    Bit width
    high number
    low number
    offset number
    Byte offset
    width number
    Bit width
    high float
    low float
    offset float
    Byte offset
    width float
    Bit width
    high Number
    low Number
    offset Number
    Byte offset
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6FlowLabel

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6HopLimit

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6NextHeader

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6PayloadLength

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6TrafficClass

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6UserDefined

    High double
    Low double
    Offset double
    Byte offset
    Width double
    Bit width
    High float64
    Low float64
    Offset float64
    Byte offset
    Width float64
    Bit width
    high Double
    low Double
    offset Double
    Byte offset
    width Double
    Bit width
    high number
    low number
    offset number
    Byte offset
    width number
    Bit width
    high float
    low float
    offset float
    Byte offset
    width float
    Bit width
    high Number
    low Number
    offset Number
    Byte offset
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIp6Version

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpFragmentOffset

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpHeaderChecksum

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpHeaderLength

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpId

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionLength

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionNumber

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionType

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpOptionUserDefined

    High double
    Low double
    Offset double
    Byte offset
    Width double
    Bit width
    High float64
    Low float64
    Offset float64
    Byte offset
    Width float64
    Bit width
    high Double
    low Double
    offset Double
    Byte offset
    width Double
    Bit width
    high number
    low number
    offset number
    Byte offset
    width number
    Bit width
    high float
    low float
    offset float
    Byte offset
    width float
    Bit width
    high Number
    low Number
    offset Number
    Byte offset
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpProtocol

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTos

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTotalLength

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpTtl

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpUserDefined

    High double
    Low double
    Offset double
    Byte offset
    Width double
    Bit width
    High float64
    Low float64
    Offset float64
    Byte offset
    Width float64
    Bit width
    high Double
    low Double
    offset Double
    Byte offset
    width Double
    Bit width
    high number
    low number
    offset number
    Byte offset
    width number
    Bit width
    high float
    low float
    offset float
    Byte offset
    width float
    Bit width
    high Number
    low Number
    offset Number
    Byte offset
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextIpVersion

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpAcknowledgeNumber

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpChecksum

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpDataOffset

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpDestinationPort

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionKind

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionLength

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpOptionUserDefined

    High double
    Low double
    Offset double
    Byte offset
    Width double
    Bit width
    High float64
    Low float64
    Offset float64
    Byte offset
    Width float64
    Bit width
    high Double
    low Double
    offset Double
    Byte offset
    width Double
    Bit width
    high number
    low number
    offset number
    Byte offset
    width number
    Bit width
    high float
    low float
    offset float
    Byte offset
    width float
    Bit width
    high Number
    low Number
    offset Number
    Byte offset
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpReserved

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpSequenceNumber

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpSourcePort

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpUrgentPointer

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpUserDefined

    High double
    Low double
    Offset double
    Byte offset
    Width double
    Bit width
    High float64
    Low float64
    Offset float64
    Byte offset
    Width float64
    Bit width
    high Double
    low Double
    offset Double
    Byte offset
    width Double
    Bit width
    high number
    low number
    offset number
    Byte offset
    width number
    Bit width
    high float
    low float
    offset float
    Byte offset
    width float
    Bit width
    high Number
    low Number
    offset Number
    Byte offset
    width Number
    Bit width

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextTcpWindowSize

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpChecksum

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpDestinationPort

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpLength

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpSourcePort

    High double
    Low double
    High float64
    Low float64
    high Double
    low Double
    high number
    low number
    high float
    low float
    high Number
    low Number

    GetZoneProtectionProfileNetInspectionRuleSignatureOrConditionAndConditionOperatorRangeContextUdpUserDefined

    High double
    Low double
    Offset double
    Byte offset
    Width double
    Bit width
    High float64
    Low float64
    Offset float64
    Byte offset
    Width float64
    Bit width
    high Double
    low Double
    offset Double
    Byte offset
    width Double
    Bit width
    high number
    low number
    offset number
    Byte offset
    width number
    Bit width
    high float
    low float
    offset float
    Byte offset
    width float
    Bit width
    high Number
    low Number
    offset Number
    Byte offset
    width Number
    Bit width

    GetZoneProtectionProfileNonIpProtocol

    listType String
    exclude or include list
    protocols List<Property Map>

    GetZoneProtectionProfileNonIpProtocolProtocol

    Enable bool
    EtherType string
    ether type in 2-byte hex value
    Name string
    Enable bool
    EtherType string
    ether type in 2-byte hex value
    Name string
    enable Boolean
    etherType String
    ether type in 2-byte hex value
    name String
    enable boolean
    etherType string
    ether type in 2-byte hex value
    name string
    enable bool
    ether_type str
    ether type in 2-byte hex value
    name str
    enable Boolean
    etherType String
    ether type in 2-byte hex value
    name String

    GetZoneProtectionProfileScan

    GetZoneProtectionProfileScanAction

    GetZoneProtectionProfileScanActionBlockIp

    Duration double
    Duration for block ip
    TrackBy string
    Duration float64
    Duration for block ip
    TrackBy string
    duration Double
    Duration for block ip
    trackBy String
    duration number
    Duration for block ip
    trackBy string
    duration float
    Duration for block ip
    track_by str
    duration Number
    Duration for block ip
    trackBy String

    GetZoneProtectionProfileScanWhiteList

    Ipv4 string
    IPv4 address
    Ipv6 string
    IPv6 address
    Name string
    Ipv4 string
    IPv4 address
    Ipv6 string
    IPv6 address
    Name string
    ipv4 String
    IPv4 address
    ipv6 String
    IPv6 address
    name String
    ipv4 string
    IPv4 address
    ipv6 string
    IPv6 address
    name string
    ipv4 str
    IPv4 address
    ipv6 str
    IPv6 address
    name str
    ipv4 String
    IPv4 address
    ipv6 String
    IPv6 address
    name String

    Package Details

    Repository
    panos paloaltonetworks/terraform-provider-panos
    License
    Notes
    This Pulumi package is based on the panos Terraform Provider.
    Viewing docs for panos 2.0.11
    published on Tuesday, Apr 28, 2026 by paloaltonetworks
      Try Pulumi Cloud free. Your team will thank you.