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 |
| icmp |
Internet Control Message Protocol (ICMP) configuration |
| ip |
IP condition that needs to be matched. |
| port |
Port condition that needs to be matched. |
| protocol |
Protocols that need to be matched. |
| ttl |
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