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