public final class IpFlowProtocol extends com.microsoft.rest.ExpandableStringEnum<IpFlowProtocol>
| Modifier and Type | Field and Description |
|---|---|
static IpFlowProtocol |
TCP
Static value TCP for IpFlowProtocol.
|
static IpFlowProtocol |
UDP
Static value UDP for IpFlowProtocol.
|
| Constructor and Description |
|---|
IpFlowProtocol() |
| Modifier and Type | Method and Description |
|---|---|
static IpFlowProtocol |
fromString(String name)
Creates or finds a IpFlowProtocol from its string representation.
|
static Collection<IpFlowProtocol> |
values() |
public static final IpFlowProtocol TCP
public static final IpFlowProtocol UDP
public static IpFlowProtocol fromString(String name)
name - a name to look forpublic static Collection<IpFlowProtocol> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/