PEM::Policy::ProtocolType

Introduced : BIG-IP_v11.4.0
Specifies the protocol that this rule applies to. The options are any, tcp, and udp.

Members

Member

Value

Description

RULE_PROTOCOL_TYPE_UNKNOWN

0

The protocol type is unknown (or unsupported by iControl).

RULE_PROTOCOL_TYPE_ANY

1

When set to any, this rule applies to any protocol.

RULE_PROTOCOL_TYPE_TCP

2

When set to tcp, this rule applies to the tcp protocol.

RULE_PROTOCOL_TYPE_UDP

3

When set to udp, this rule applies to the udp protocol.


See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.