AccessControlListPortCondition interface
Defines the port condition that needs to be matched.
- Extends
Properties
flags | List of protocol flags that needs to be matched. |
Inherited 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
flags
List of protocol flags that needs to be matched.
flags?: string[]
Property Value
string[]
Inherited Property Details
layer4Protocol
Layer4 protocol type that needs to be matched.
layer4Protocol: string
Property Value
string
Inherited From PortCondition.layer4Protocol
portGroupNames
List of the port Group Names that to be matched.
portGroupNames?: string[]
Property Value
string[]
Inherited From PortCondition.portGroupNames
ports
List of the Ports that need to be matched.
ports?: string[]
Property Value
string[]
Inherited From PortCondition.ports
portType
Port type that needs to be matched.
portType?: string
Property Value
string
Inherited From PortCondition.portType