Uses of Class
com.azure.resourcemanager.network.fluent.models.VpnConnectionProperties
Packages that use VpnConnectionProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of VpnConnectionProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnConnectionPropertiesModifier and TypeMethodDescriptionstatic VpnConnectionPropertiesVpnConnectionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnConnectionProperties from the JsonReader.VpnConnectionProperties.withConnectionBandwidth(Integer connectionBandwidth) Set the connectionBandwidth property: Expected bandwidth in MBPS.VpnConnectionProperties.withDpdTimeoutSeconds(Integer dpdTimeoutSeconds) Set the dpdTimeoutSeconds property: DPD timeout in seconds for vpn connection.VpnConnectionProperties.withEnableBgp(Boolean enableBgp) Set the enableBgp property: EnableBgp flag.VpnConnectionProperties.withEnableInternetSecurity(Boolean enableInternetSecurity) Set the enableInternetSecurity property: Enable internet security.VpnConnectionProperties.withEnableRateLimiting(Boolean enableRateLimiting) Set the enableRateLimiting property: EnableBgp flag.VpnConnectionProperties.withIpsecPolicies(List<IpsecPolicy> ipsecPolicies) Set the ipsecPolicies property: The IPSec Policies to be considered by this connection.VpnConnectionProperties.withRemoteVpnSite(com.azure.core.management.SubResource remoteVpnSite) Set the remoteVpnSite property: Id of the connected vpn site.VpnConnectionProperties.withRoutingConfiguration(RoutingConfiguration routingConfiguration) Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route tables on this connection.VpnConnectionProperties.withRoutingWeight(Integer routingWeight) Set the routingWeight property: Routing weight for vpn connection.VpnConnectionProperties.withSharedKey(String sharedKey) Set the sharedKey property: SharedKey for the vpn connection.VpnConnectionProperties.withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies) Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.VpnConnectionProperties.withUseLocalAzureIpAddress(Boolean useLocalAzureIpAddress) Set the useLocalAzureIpAddress property: Use local azure ip to initiate connection.VpnConnectionProperties.withUsePolicyBasedTrafficSelectors(Boolean usePolicyBasedTrafficSelectors) Set the usePolicyBasedTrafficSelectors property: Enable policy-based traffic selectors.VpnConnectionProperties.withVpnConnectionProtocolType(VirtualNetworkGatewayConnectionProtocol vpnConnectionProtocolType) Set the vpnConnectionProtocolType property: Connection protocol used for this connection.VpnConnectionProperties.withVpnLinkConnections(List<VpnSiteLinkConnectionInner> vpnLinkConnections) Set the vpnLinkConnections property: List of all vpn site link connections to the gateway.