Table of Contents

Enum AzureRouteTableRouteNextHopType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the type of next hop in an Azure route table route.

[TypeConverter(typeof(GlobalizedEnumConverter))]
public enum AzureRouteTableRouteNextHopType

Fields

Internet = 1

The next hop is the internet.

None = 2

There is no next hop.

Unknown = 0

The next hop type is unknown.

VirtualAppliance = 3

The next hop is a virtual appliance.

VirtualNetworkGateway = 4

The next hop is a virtual network gateway.

VnetLocal = 5

The next hop is a virtual network.