public final class ProtocolType extends com.azure.core.util.ExpandableStringEnum<ProtocolType>
| Modifier and Type | Field and Description |
|---|---|
static ProtocolType |
AH
Static value Ah for ProtocolType.
|
static ProtocolType |
ALL
Static value All for ProtocolType.
|
static ProtocolType |
DO_NOT_USE
Static value DoNotUse for ProtocolType.
|
static ProtocolType |
ESP
Static value Esp for ProtocolType.
|
static ProtocolType |
GRE
Static value Gre for ProtocolType.
|
static ProtocolType |
ICMP
Static value Icmp for ProtocolType.
|
static ProtocolType |
TCP
Static value Tcp for ProtocolType.
|
static ProtocolType |
UDP
Static value Udp for ProtocolType.
|
static ProtocolType |
VXLAN
Static value Vxlan for ProtocolType.
|
| Constructor and Description |
|---|
ProtocolType() |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolType |
fromString(String name)
Creates or finds a ProtocolType from its string representation.
|
static Collection<ProtocolType> |
values() |
public static final ProtocolType DO_NOT_USE
public static final ProtocolType ICMP
public static final ProtocolType TCP
public static final ProtocolType UDP
public static final ProtocolType GRE
public static final ProtocolType ESP
public static final ProtocolType AH
public static final ProtocolType VXLAN
public static final ProtocolType ALL
public static ProtocolType fromString(String name)
name - a name to look for.public static Collection<ProtocolType> values()
Copyright © 2021 Microsoft Corporation. All rights reserved.