Uses of Class
com.azure.resourcemanager.network.models.GatewayLoadBalancerTunnelInterface
-
Packages that use GatewayLoadBalancerTunnelInterface Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 GatewayLoadBalancerTunnelInterface Modifier and Type Method Description List<GatewayLoadBalancerTunnelInterface>BackendAddressPoolInner. tunnelInterfaces()Get the tunnelInterfaces property: An array of gateway load balancer tunnel interfaces.List<GatewayLoadBalancerTunnelInterface>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 GatewayLoadBalancerTunnelInterface Modifier and Type Method Description BackendAddressPoolInnerBackendAddressPoolInner. withTunnelInterfaces(List<GatewayLoadBalancerTunnelInterface> tunnelInterfaces)Set the tunnelInterfaces property: An array of gateway load balancer tunnel interfaces.BackendAddressPoolPropertiesFormatBackendAddressPoolPropertiesFormat. 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 GatewayLoadBalancerTunnelInterface Modifier and Type Method Description GatewayLoadBalancerTunnelInterfaceGatewayLoadBalancerTunnelInterface. withIdentifier(Integer identifier)Set the identifier property: Identifier of gateway load balancer tunnel interface.GatewayLoadBalancerTunnelInterfaceGatewayLoadBalancerTunnelInterface. withPort(Integer port)Set the port property: Port of gateway load balancer tunnel interface.GatewayLoadBalancerTunnelInterfaceGatewayLoadBalancerTunnelInterface. withProtocol(GatewayLoadBalancerTunnelProtocol protocol)Set the protocol property: Protocol of gateway load balancer tunnel interface.GatewayLoadBalancerTunnelInterfaceGatewayLoadBalancerTunnelInterface. withType(GatewayLoadBalancerTunnelInterfaceType type)Set the type property: Traffic type of gateway load balancer tunnel interface.
-