public final class NextHopType extends com.microsoft.rest.ExpandableStringEnum<NextHopType>
| Modifier and Type | Field and Description |
|---|---|
static NextHopType |
HYPER_NET_GATEWAY
Static value HyperNetGateway for NextHopType.
|
static NextHopType |
INTERNET
Static value Internet for NextHopType.
|
static NextHopType |
NONE
Static value None for NextHopType.
|
static NextHopType |
VIRTUAL_APPLIANCE
Static value VirtualAppliance for NextHopType.
|
static NextHopType |
VIRTUAL_NETWORK_GATEWAY
Static value VirtualNetworkGateway for NextHopType.
|
static NextHopType |
VNET_LOCAL
Static value VnetLocal for NextHopType.
|
| Constructor and Description |
|---|
NextHopType() |
| Modifier and Type | Method and Description |
|---|---|
static NextHopType |
fromString(String name)
Creates or finds a NextHopType from its string representation.
|
static Collection<NextHopType> |
values() |
public static final NextHopType INTERNET
public static final NextHopType VIRTUAL_APPLIANCE
public static final NextHopType VIRTUAL_NETWORK_GATEWAY
public static final NextHopType VNET_LOCAL
public static final NextHopType HYPER_NET_GATEWAY
public static final NextHopType NONE
public static NextHopType fromString(String name)
name - a name to look forpublic static Collection<NextHopType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/