Uses of Class
com.azure.resourcemanager.network.models.GatewayLoadBalancerTunnelInterfaceType
Packages that use GatewayLoadBalancerTunnelInterfaceType
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of GatewayLoadBalancerTunnelInterfaceType in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as GatewayLoadBalancerTunnelInterfaceTypeModifier and TypeFieldDescriptionstatic final GatewayLoadBalancerTunnelInterfaceTypeGatewayLoadBalancerTunnelInterfaceType.EXTERNALStatic value External for GatewayLoadBalancerTunnelInterfaceType.static final GatewayLoadBalancerTunnelInterfaceTypeGatewayLoadBalancerTunnelInterfaceType.INTERNALStatic value Internal for GatewayLoadBalancerTunnelInterfaceType.static final GatewayLoadBalancerTunnelInterfaceTypeGatewayLoadBalancerTunnelInterfaceType.NONEStatic value None for GatewayLoadBalancerTunnelInterfaceType.Methods in com.azure.resourcemanager.network.models that return GatewayLoadBalancerTunnelInterfaceTypeModifier and TypeMethodDescriptionGatewayLoadBalancerTunnelInterfaceType.fromString(String name) Creates or finds a GatewayLoadBalancerTunnelInterfaceType from its string representation.GatewayLoadBalancerTunnelInterface.type()Get the type property: Traffic type of gateway load balancer tunnel interface.Methods in com.azure.resourcemanager.network.models that return types with arguments of type GatewayLoadBalancerTunnelInterfaceTypeModifier and TypeMethodDescriptionGatewayLoadBalancerTunnelInterfaceType.values()Gets known GatewayLoadBalancerTunnelInterfaceType values.Methods in com.azure.resourcemanager.network.models with parameters of type GatewayLoadBalancerTunnelInterfaceTypeModifier and TypeMethodDescriptionGatewayLoadBalancerTunnelInterface.withType(GatewayLoadBalancerTunnelInterfaceType type) Set the type property: Traffic type of gateway load balancer tunnel interface.