NetworkTapRuleMatchConfigurationPatch interface
定义支持的匹配配置以过滤流量。
属性
| actions | 需要针对匹配条件执行的操作列表。 |
| ip |
IP 地址的类型。 IPv4 或 IPv6 |
| match |
匹配条件的列表。 |
| match |
匹配配置的名称。 |
| sequence |
匹配配置的序列号。 |
属性详细信息
actions
ipAddressType
IP 地址的类型。 IPv4 或 IPv6
ipAddressType?: string
属性值
string
matchConditions
匹配条件的列表。
matchConditions?: NetworkTapRuleMatchConditionPatch[]
属性值
matchConfigurationName
匹配配置的名称。
matchConfigurationName?: string
属性值
string
sequenceNumber
匹配配置的序列号。
sequenceNumber?: number
属性值
number