NetworkTapRulePatch クラス

public final class NetworkTapRulePatch
extends TagsUpdate

NetworkTapRule リソース定義。

コンストラクターの概要

コンストラクター 説明
NetworkTapRulePatch()

NetworkTapRulePatch クラスのインスタンスを作成します。

メソッドの概要

修飾子と型 メソッドと説明
String annotation()

注釈プロパティを取得します。構成の説明を切り替えます。

ConfigurationType configurationType()

構成Type プロパティを取得します。ネットワーク タップ規則を構成するための Input メソッド。

List<CommonDynamicMatchConfiguration> dynamicMatchConfigurations()

動的一致構成プロパティの取得: 動的一致構成の一覧。

List<NetworkTapRuleMatchConfiguration> matchConfigurations()

matchConfigurations プロパティを取得します。一致する構成の一覧。

String tapRulesUrl()

[ルールURL] プロパティをタップします。[ネットワーク] [ルール] ファイルの URL をタップします。

void validate()

インスタンスを検証します。

NetworkTapRulePatch withAnnotation(String annotation)

annotation プロパティを設定します。構成の説明を切り替えます。

NetworkTapRulePatch withConfigurationType(ConfigurationType configurationType)

構成Type プロパティを設定します。 Input メソッドを使用して、ネットワーク タップ規則を構成します。

NetworkTapRulePatch withDynamicMatchConfigurations(List<CommonDynamicMatchConfiguration> dynamicMatchConfigurations)

[動的一致構成] プロパティを設定します。動的一致構成の一覧。

NetworkTapRulePatch withMatchConfigurations(List<NetworkTapRuleMatchConfiguration> matchConfigurations)

matchConfigurations プロパティを設定します。一致する構成の一覧。

NetworkTapRulePatch withTags(Map<String,String> tags)

tags プロパティを設定します: リソース タグ。

NetworkTapRulePatch withTapRulesUrl(String tapRulesUrl)

[ルールURL] のタッププロパティを設定します。[ネットワーク] [ルール ファイルの URL] をタップします。

メソッドの継承元: TagsUpdate

メソッドの継承元: java.lang.Object

コンストラクターの詳細

NetworkTapRulePatch

public NetworkTapRulePatch()

NetworkTapRulePatch クラスのインスタンスを作成します。

メソッドの詳細

annotation

public String annotation()

注釈プロパティを取得します。構成の説明を切り替えます。

Returns:

注釈の値。

configurationType

public ConfigurationType configurationType()

configurationType プロパティを取得します。ネットワーク タップ規則を構成するための Input メソッド。

Returns:

configurationType 値。

dynamicMatchConfigurations

public List dynamicMatchConfigurations()

dynamicMatchConfigurations プロパティの取得: 動的一致構成の一覧。

Returns:

dynamicMatchConfigurations 値。

matchConfigurations

public List matchConfigurations()

matchConfigurations プロパティを取得します。一致する構成の一覧。

Returns:

matchConfigurations 値。

tapRulesUrl

public String tapRulesUrl()

tapRulesUrl プロパティを取得します。ネットワーク タップ 規則ファイルの URL。

Returns:

tapRulesUrl 値。

validate

public void validate()

インスタンスを検証します。

Overrides:

NetworkTapRulePatch.validate()

withAnnotation

public NetworkTapRulePatch withAnnotation(String annotation)

annotation プロパティを設定します。構成の説明を切り替えます。

Parameters:

annotation - 設定する注釈値。

Returns:

NetworkTapRulePatch オブジェクト自体。

withConfigurationType

public NetworkTapRulePatch withConfigurationType(ConfigurationType configurationType)

configurationType プロパティを設定します。 Input メソッドを使用して、ネットワーク タップ規則を構成します。

Parameters:

configurationType - 設定する configurationType 値。

Returns:

NetworkTapRulePatch オブジェクト自体。

withDynamicMatchConfigurations

public NetworkTapRulePatch withDynamicMatchConfigurations(List dynamicMatchConfigurations)

dynamicMatchConfigurations プロパティを設定します。 動的一致構成の一覧。

Parameters:

dynamicMatchConfigurations - 設定する dynamicMatchConfigurations 値。

Returns:

NetworkTapRulePatch オブジェクト自体。

withMatchConfigurations

public NetworkTapRulePatch withMatchConfigurations(List matchConfigurations)

matchConfigurations プロパティを設定します。一致構成の一覧。

Parameters:

matchConfigurations - 設定する matchConfigurations 値。

Returns:

NetworkTapRulePatch オブジェクト自体。

withTags

public NetworkTapRulePatch withTags(Map tags)

tags プロパティを設定します: リソース タグ。

Overrides:

NetworkTapRulePatch.withTags(Map<String,String> tags)

Parameters:

tags

withTapRulesUrl

public NetworkTapRulePatch withTapRulesUrl(String tapRulesUrl)

tapRulesUrl プロパティを設定します。ネットワーク タップ ルール ファイルの URL。

Parameters:

tapRulesUrl - 設定する tapRulesUrl 値。

Returns:

NetworkTapRulePatch オブジェクト自体。

適用対象