AccessControlListPortConditionPatch interface
Defines the port condition that needs to be matched.
- Extends
Properties
| flags | List of protocol flags that need to be matched. Example: established | initial | <List-of-TCP-flags>. List of eligible TCP Flags are ack, fin, not-ack, not-fin, not-psh, not-rst, not-syn, not-urg, psh, rst, syn, urg |
Inherited Properties
| layer4Protocol | Layer4 protocol type that needs to be matched. |
| port |
List of the port Group Names that need to be matched. |
| ports | List of the Ports that need to be matched. |
| port |
Port type that needs to be matched. |
Property Details
flags
List of protocol flags that need to be matched. Example: established | initial | <List-of-TCP-flags>. List of eligible TCP Flags are ack, fin, not-ack, not-fin, not-psh, not-rst, not-syn, not-urg, psh, rst, syn, urg
flags?: string[]
Property Value
string[]
Inherited Property Details
layer4Protocol
Layer4 protocol type that needs to be matched.
layer4Protocol?: string
Property Value
string
Inherited From PortConditionPatch.layer4Protocol
portGroupNames
List of the port Group Names that need to be matched.
portGroupNames?: string[]
Property Value
string[]
Inherited From PortConditionPatch.portGroupNames
ports
List of the Ports that need to be matched.
ports?: string[]
Property Value
string[]
Inherited From PortConditionPatch.ports
portType
Port type that needs to be matched.
portType?: string
Property Value
string
Inherited From PortConditionPatch.portType