Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkGatewayConnectionTunnelProperties
Packages that use VirtualNetworkGatewayConnectionTunnelProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkGatewayConnectionTunnelProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type VirtualNetworkGatewayConnectionTunnelPropertiesModifier and TypeMethodDescriptionVirtualNetworkGatewayConnectionInner.tunnelProperties()Get the tunnelProperties property: Tunnel properties for virtual network gateway connection.VirtualNetworkGatewayConnectionPropertiesFormatInner.tunnelProperties()Get the tunnelProperties property: Tunnel properties for virtual network gateway connection.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type VirtualNetworkGatewayConnectionTunnelPropertiesModifier and TypeMethodDescriptionVirtualNetworkGatewayConnectionInner.withTunnelProperties(List<VirtualNetworkGatewayConnectionTunnelProperties> tunnelProperties) Set the tunnelProperties property: Tunnel properties for virtual network gateway connection.VirtualNetworkGatewayConnectionPropertiesFormatInner.withTunnelProperties(List<VirtualNetworkGatewayConnectionTunnelProperties> tunnelProperties) Set the tunnelProperties property: Tunnel properties for virtual network gateway connection. -
Uses of VirtualNetworkGatewayConnectionTunnelProperties in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type VirtualNetworkGatewayConnectionTunnelPropertiesModifier and TypeClassDescriptionfinal classThe VirtualNetworkGatewayConnectionTunnelProperties model.Methods in com.azure.resourcemanager.network.models that return VirtualNetworkGatewayConnectionTunnelPropertiesModifier and TypeMethodDescriptionVirtualNetworkGatewayConnectionTunnelProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkGatewayConnectionTunnelProperties from the JsonReader.VirtualNetworkGatewayConnectionTunnelProperties.withBgpPeeringAddress(String bgpPeeringAddress) Set the bgpPeeringAddress property: Tunnel BGP peering address.VirtualNetworkGatewayConnectionTunnelProperties.withTunnelIpAddress(String tunnelIpAddress) Set the tunnelIpAddress property: Tunnel remote IP address.