Layer4Protocol クラス
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. managednetworkfabric. models. Layer4Protocol
- com.
- com.
public final class Layer4Protocol
extends ExpandableStringEnum<Layer4Protocol>
一致する必要があるレイヤー 4 プロトコルの種類。
フィールドの概要
| 修飾子と型 | フィールドと説明 |
|---|---|
| static final Layer4Protocol |
TCP
Layer4Protocol の静的値 TCP。 |
| static final Layer4Protocol |
UDP
Layer4Protocol の静的値 UDP。 |
コンストラクターの概要
| コンストラクター | 説明 |
|---|---|
| Layer4Protocol() |
非推奨
ファクトリ メソッドを使用します fromString(String name) 。
Layer4Protocol 値の新しいインスタンスを作成します。 |
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
| static Layer4Protocol |
fromString(String name)
Layer4Protocol を文字列表現から作成または検索します。 |
| static Collection<Layer4Protocol> |
values()
既知の Layer4Protocol 値を取得します。 |
メソッドの継承元: ExpandableStringEnum
メソッドの継承元: java.lang.Object
フィールドの詳細
TCP
public static final Layer4Protocol TCP
Layer4Protocol の静的値 TCP。
UDP
public static final Layer4Protocol UDP
Layer4Protocol の静的値 UDP。
コンストラクターの詳細
Layer4Protocol
@Deprecated
public Layer4Protocol()
非推奨
Layer4Protocol 値の新しいインスタンスを作成します。
メソッドの詳細
fromString
public static Layer4Protocol fromString(String name)
Layer4Protocol を文字列表現から作成または検索します。
Parameters:
Returns:
values
public static Collection
既知の Layer4Protocol 値を取得します。
Returns: