ControlPlaneAclMatchConditionPatch interface

Control Plane Access Control List (ACL) match conditions properties

Properties

flags

Flags that need to be matched. Example: established | initial | <List-of-TCP-flags>. List of eligible TCP Flags are ack, cwr, ece, fin, psh, rst, syn, urg, established

icmpConfiguration

Internet Control Message Protocol (ICMP) configuration

ipCondition

IP condition that needs to be matched.

portCondition

Port condition that needs to be matched.

protocolTypes

Protocols that need to be matched.

ttlMatchCondition

TTL [Time To Live] values that need to be matched.

Property Details

flags

Flags that need to be matched. Example: established | initial | <List-of-TCP-flags>. List of eligible TCP Flags are ack, cwr, ece, fin, psh, rst, syn, urg, established

flags?: string[]

Property Value

string[]

icmpConfiguration

Internet Control Message Protocol (ICMP) configuration

icmpConfiguration?: IcmpConfigurationPatchProperties

Property Value

ipCondition

IP condition that needs to be matched.

ipCondition?: ControlPlaneAclIpMatchConditionPatch

Property Value

portCondition

Port condition that needs to be matched.

portCondition?: ControlPlaneAclPortMatchConditionPatch

Property Value

protocolTypes

Protocols that need to be matched.

protocolTypes?: string

Property Value

string

ttlMatchCondition

TTL [Time To Live] values that need to be matched.

ttlMatchCondition?: ControlPlaneAclTtlMatchConditionPatch

Property Value