次の方法で共有


NetworkTapRuleMatchCondition interface

トラフィックをフィルター処理するためにサポートされる一致条件を定義します。

Extends

プロパティ

encapsulationType

カプセル化の種類。

portCondition

照合する必要があるポート条件を定義します。

継承されたプロパティ

ipCondition

一致する必要がある IP 条件。

protocolTypes

照合する必要があるプロトコルの一覧。

vlanMatchCondition

一致する必要がある VLAN 一致条件。

プロパティの詳細

encapsulationType

カプセル化の種類。

encapsulationType?: string

プロパティ値

string

portCondition

照合する必要があるポート条件を定義します。

portCondition?: PortCondition

プロパティ値

継承されたプロパティの詳細

ipCondition

一致する必要がある IP 条件。

ipCondition?: IpMatchCondition

プロパティ値

CommonMatchConditions.ipConditionから継承

protocolTypes

照合する必要があるプロトコルの一覧。

protocolTypes?: string[]

プロパティ値

string[]

CommonMatchConditions.protocolTypesから継承

vlanMatchCondition

一致する必要がある VLAN 一致条件。

vlanMatchCondition?: VlanMatchCondition

プロパティ値

CommonMatchConditions.vlanMatchConditionから継承