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