Uses of Class
com.azure.resourcemanager.network.models.GatewayLoadBalancerTunnelInterface
Packages that use GatewayLoadBalancerTunnelInterface
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of GatewayLoadBalancerTunnelInterface in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type GatewayLoadBalancerTunnelInterfaceModifier and TypeMethodDescriptionBackendAddressPoolInner.tunnelInterfaces()Get the tunnelInterfaces property: An array of gateway load balancer tunnel interfaces.BackendAddressPoolPropertiesFormat.tunnelInterfaces()Get the tunnelInterfaces property: An array of gateway load balancer tunnel interfaces.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type GatewayLoadBalancerTunnelInterfaceModifier and TypeMethodDescriptionBackendAddressPoolInner.withTunnelInterfaces(List<GatewayLoadBalancerTunnelInterface> tunnelInterfaces) Set the tunnelInterfaces property: An array of gateway load balancer tunnel interfaces.BackendAddressPoolPropertiesFormat.withTunnelInterfaces(List<GatewayLoadBalancerTunnelInterface> tunnelInterfaces) Set the tunnelInterfaces property: An array of gateway load balancer tunnel interfaces. -
Uses of GatewayLoadBalancerTunnelInterface in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return GatewayLoadBalancerTunnelInterfaceModifier and TypeMethodDescriptionGatewayLoadBalancerTunnelInterface.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GatewayLoadBalancerTunnelInterface from the JsonReader.GatewayLoadBalancerTunnelInterface.withIdentifier(Integer identifier) Set the identifier property: Identifier of gateway load balancer tunnel interface.Set the port property: Port of gateway load balancer tunnel interface.GatewayLoadBalancerTunnelInterface.withProtocol(GatewayLoadBalancerTunnelProtocol protocol) Set the protocol property: Protocol of gateway load balancer tunnel interface.GatewayLoadBalancerTunnelInterface.withType(GatewayLoadBalancerTunnelInterfaceType type) Set the type property: Traffic type of gateway load balancer tunnel interface.