AccessControlListMatchConditionPatch interface
定义支持的匹配条件以过滤流量。
属性
| dscp |
需要匹配的 DSCP 标记列表。 |
| ether |
需要匹配的以太网类型值列表。 |
| fragments | 需要匹配的 IP 片段数据包列表。 |
| icmp |
互联网控制消息协议(ICMP)配置 |
| ip |
需要匹配的 IP 长度列表。 |
| port |
定义需要匹配的端口条件。 |
| protocol |
需要匹配的协议邻居。 |
| ttl |
需要匹配的 TTL [生存时间] 值的列表。 |
继承属性
| ip |
需要匹配的 IP 条件。 |
| protocol |
需要匹配的协议列表。 |
| vlan |
需要匹配的 Vlan 匹配条件。 |
属性详细信息
dscpMarkings
需要匹配的 DSCP 标记列表。
dscpMarkings?: string[]
属性值
string[]
etherTypes
需要匹配的以太网类型值列表。
etherTypes?: string[]
属性值
string[]
fragments
需要匹配的 IP 片段数据包列表。
fragments?: string[]
属性值
string[]
icmpConfiguration
互联网控制消息协议(ICMP)配置
icmpConfiguration?: IcmpConfigurationPatchProperties
属性值
ipLengths
需要匹配的 IP 长度列表。
ipLengths?: string[]
属性值
string[]
portCondition
定义需要匹配的端口条件。
portCondition?: AccessControlListPortConditionPatch
属性值
protocolNeighbors
需要匹配的协议邻居。
protocolNeighbors?: string[]
属性值
string[]
ttlValues
需要匹配的 TTL [生存时间] 值的列表。
ttlValues?: string[]
属性值
string[]
继承属性详细信息
ipCondition
需要匹配的 IP 条件。
ipCondition?: IpMatchConditionPatch
属性值
protocolTypes
vlanMatchCondition
需要匹配的 Vlan 匹配条件。
vlanMatchCondition?: VlanMatchConditionPatch