Uses of Class
com.azure.resourcemanager.network.models.GatewayLoadBalancerTunnelProtocol
Packages that use GatewayLoadBalancerTunnelProtocol
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of GatewayLoadBalancerTunnelProtocol in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as GatewayLoadBalancerTunnelProtocolModifier and TypeFieldDescriptionstatic final GatewayLoadBalancerTunnelProtocolGatewayLoadBalancerTunnelProtocol.NATIVEStatic value Native for GatewayLoadBalancerTunnelProtocol.static final GatewayLoadBalancerTunnelProtocolGatewayLoadBalancerTunnelProtocol.NONEStatic value None for GatewayLoadBalancerTunnelProtocol.static final GatewayLoadBalancerTunnelProtocolGatewayLoadBalancerTunnelProtocol.VXLANStatic value VXLAN for GatewayLoadBalancerTunnelProtocol.Methods in com.azure.resourcemanager.network.models that return GatewayLoadBalancerTunnelProtocolModifier and TypeMethodDescriptionGatewayLoadBalancerTunnelProtocol.fromString(String name) Creates or finds a GatewayLoadBalancerTunnelProtocol from its string representation.GatewayLoadBalancerTunnelInterface.protocol()Get the protocol property: Protocol of gateway load balancer tunnel interface.Methods in com.azure.resourcemanager.network.models that return types with arguments of type GatewayLoadBalancerTunnelProtocolModifier and TypeMethodDescriptionGatewayLoadBalancerTunnelProtocol.values()Gets known GatewayLoadBalancerTunnelProtocol values.Methods in com.azure.resourcemanager.network.models with parameters of type GatewayLoadBalancerTunnelProtocolModifier and TypeMethodDescriptionGatewayLoadBalancerTunnelInterface.withProtocol(GatewayLoadBalancerTunnelProtocol protocol) Set the protocol property: Protocol of gateway load balancer tunnel interface.