Uses of Class
com.azure.resourcemanager.network.models.GatewayLoadBalancerTunnelInterfaceType
-
Packages that use GatewayLoadBalancerTunnelInterfaceType Package Description com.azure.resourcemanager.network.models 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 GatewayLoadBalancerTunnelInterfaceType Modifier and Type Field Description static GatewayLoadBalancerTunnelInterfaceTypeGatewayLoadBalancerTunnelInterfaceType. EXTERNALStatic value External for GatewayLoadBalancerTunnelInterfaceType.static GatewayLoadBalancerTunnelInterfaceTypeGatewayLoadBalancerTunnelInterfaceType. INTERNALStatic value Internal for GatewayLoadBalancerTunnelInterfaceType.static GatewayLoadBalancerTunnelInterfaceTypeGatewayLoadBalancerTunnelInterfaceType. NONEStatic value None for GatewayLoadBalancerTunnelInterfaceType.Methods in com.azure.resourcemanager.network.models that return GatewayLoadBalancerTunnelInterfaceType Modifier and Type Method Description static GatewayLoadBalancerTunnelInterfaceTypeGatewayLoadBalancerTunnelInterfaceType. fromString(String name)Creates or finds a GatewayLoadBalancerTunnelInterfaceType from its string representation.GatewayLoadBalancerTunnelInterfaceTypeGatewayLoadBalancerTunnelInterface. 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 GatewayLoadBalancerTunnelInterfaceType Modifier and Type Method Description static Collection<GatewayLoadBalancerTunnelInterfaceType>GatewayLoadBalancerTunnelInterfaceType. values()Methods in com.azure.resourcemanager.network.models with parameters of type GatewayLoadBalancerTunnelInterfaceType Modifier and Type Method Description GatewayLoadBalancerTunnelInterfaceGatewayLoadBalancerTunnelInterface. withType(GatewayLoadBalancerTunnelInterfaceType type)Set the type property: Traffic type of gateway load balancer tunnel interface.
-