PortCondition interface
Port condition that needs to be matched.
Properties
layer4Protocol | Layer4 protocol type that needs to be matched. |
port |
List of the port Group Names that to be matched. |
ports | List of the Ports that need to be matched. |
port |
Port type that needs to be matched. |
Property Details
layer4Protocol
Layer4 protocol type that needs to be matched.
layer4Protocol: string
Property Value
string
portGroupNames
List of the port Group Names that to be matched.
portGroupNames?: string[]
Property Value
string[]
ports
List of the Ports that need to be matched.
ports?: string[]
Property Value
string[]
portType
Port type that needs to be matched.
portType?: string
Property Value
string