| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static GatewayLoadBalancerTunnelInterfaceType |
GatewayLoadBalancerTunnelInterfaceType.EXTERNAL
Static value External for GatewayLoadBalancerTunnelInterfaceType.
|
static GatewayLoadBalancerTunnelInterfaceType |
GatewayLoadBalancerTunnelInterfaceType.INTERNAL
Static value Internal for GatewayLoadBalancerTunnelInterfaceType.
|
static GatewayLoadBalancerTunnelInterfaceType |
GatewayLoadBalancerTunnelInterfaceType.NONE
Static value None for GatewayLoadBalancerTunnelInterfaceType.
|
| Modifier and Type | Method and Description |
|---|---|
static GatewayLoadBalancerTunnelInterfaceType |
GatewayLoadBalancerTunnelInterfaceType.fromString(String name)
Creates or finds a GatewayLoadBalancerTunnelInterfaceType from its string representation.
|
GatewayLoadBalancerTunnelInterfaceType |
GatewayLoadBalancerTunnelInterface.type()
Get the type property: Traffic type of gateway load balancer tunnel interface.
|
| Modifier and Type | Method and Description |
|---|---|
GatewayLoadBalancerTunnelInterface |
GatewayLoadBalancerTunnelInterface.withType(GatewayLoadBalancerTunnelInterfaceType type)
Set the type property: Traffic type of gateway load balancer tunnel interface.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.