public final class RouteNextHopType extends com.microsoft.rest.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 forpublic static Collection<RouteNextHopType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/