public final class RouteNextHopType extends com.azure.core.util.ExpandableStringEnum<RouteNextHopType>
| Modifier and Type | Field and Description |
|---|---|
static RouteNextHopType |
INTERNET
Static value Internet for RouteNextHopType.
|
static RouteNextHopType |
NONE
Static value None for RouteNextHopType.
|
static RouteNextHopType |
VIRTUAL_APPLIANCE
Static value VirtualAppliance for RouteNextHopType.
|
static RouteNextHopType |
VIRTUAL_NETWORK_GATEWAY
Static value VirtualNetworkGateway for RouteNextHopType.
|
static RouteNextHopType |
VNET_LOCAL
Static value VnetLocal for RouteNextHopType.
|
| Constructor and Description |
|---|
RouteNextHopType() |
| Modifier and Type | Method and Description |
|---|---|
static RouteNextHopType |
fromString(String name)
Creates or finds a RouteNextHopType from its string representation.
|
static Collection<RouteNextHopType> |
values() |
public static final RouteNextHopType VIRTUAL_NETWORK_GATEWAY
public static final RouteNextHopType VNET_LOCAL
public static final RouteNextHopType INTERNET
public static final RouteNextHopType VIRTUAL_APPLIANCE
public static final RouteNextHopType NONE
public static RouteNextHopType fromString(String name)
name - a name to look for.public static Collection<RouteNextHopType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.