public final class NextHopType extends Object
| 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(String value)
Creates a custom value for NextHopType.
|
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 NextHopType(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/