Protocol Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. containerservice. models. Protocol
- com.
- com.
public final class Protocol
extends ExpandableStringEnum<Protocol>
The network protocol of the port.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final Protocol |
TCP
TCP protocol. |
| static final Protocol |
UDP
UDP protocol. |
Constructor Summary
| Constructor | Description |
|---|---|
| Protocol() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Protocol value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Protocol |
fromString(String name)
Creates or finds a Protocol from its string representation. |
| static Collection<Protocol> |
values()
Gets known Protocol values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
TCP
public static final Protocol TCP
TCP protocol.
UDP
public static final Protocol UDP
UDP protocol.
Constructor Details
Protocol
@Deprecated
public Protocol()
Deprecated
Creates a new instance of Protocol value.
Method Details
fromString
public static Protocol fromString(String name)
Creates or finds a Protocol from its string representation.
Parameters:
Returns:
values
public static Collection<Protocol> values()
Gets known Protocol values.
Returns: