Uses of Class
com.azure.resourcemanager.network.fluent.models.VpnSiteLinkConnectionProperties
Packages that use VpnSiteLinkConnectionProperties
Package
Description
Package containing the inner data models for NetworkManagementClient.
-
Uses of VpnSiteLinkConnectionProperties in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return VpnSiteLinkConnectionPropertiesModifier and TypeMethodDescriptionVpnSiteLinkConnectionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VpnSiteLinkConnectionProperties from the JsonReader.VpnSiteLinkConnectionProperties.withConnectionBandwidth(Integer connectionBandwidth) Set the connectionBandwidth property: Expected bandwidth in MBPS.VpnSiteLinkConnectionProperties.withDpdTimeoutSeconds(Integer dpdTimeoutSeconds) Set the dpdTimeoutSeconds property: Dead Peer Detection timeout in seconds for VpnLink connection.VpnSiteLinkConnectionProperties.withEgressNatRules(List<com.azure.core.management.SubResource> egressNatRules) Set the egressNatRules property: List of egress NatRules.VpnSiteLinkConnectionProperties.withEnableBgp(Boolean enableBgp) Set the enableBgp property: EnableBgp flag.VpnSiteLinkConnectionProperties.withEnableRateLimiting(Boolean enableRateLimiting) Set the enableRateLimiting property: EnableBgp flag.VpnSiteLinkConnectionProperties.withIngressNatRules(List<com.azure.core.management.SubResource> ingressNatRules) Set the ingressNatRules property: List of ingress NatRules.VpnSiteLinkConnectionProperties.withIpsecPolicies(List<IpsecPolicy> ipsecPolicies) Set the ipsecPolicies property: The IPSec Policies to be considered by this connection.VpnSiteLinkConnectionProperties.withRoutingWeight(Integer routingWeight) Set the routingWeight property: Routing weight for vpn connection.VpnSiteLinkConnectionProperties.withSharedKey(String sharedKey) Set the sharedKey property: SharedKey for the vpn connection.VpnSiteLinkConnectionProperties.withUseLocalAzureIpAddress(Boolean useLocalAzureIpAddress) Set the useLocalAzureIpAddress property: Use local azure ip to initiate connection.VpnSiteLinkConnectionProperties.withUsePolicyBasedTrafficSelectors(Boolean usePolicyBasedTrafficSelectors) Set the usePolicyBasedTrafficSelectors property: Enable policy-based traffic selectors.VpnSiteLinkConnectionProperties.withVpnConnectionProtocolType(VirtualNetworkGatewayConnectionProtocol vpnConnectionProtocolType) Set the vpnConnectionProtocolType property: Connection protocol used for this connection.VpnSiteLinkConnectionProperties.withVpnGatewayCustomBgpAddresses(List<GatewayCustomBgpIpAddressIpConfiguration> vpnGatewayCustomBgpAddresses) Set the vpnGatewayCustomBgpAddresses property: vpnGatewayCustomBgpAddresses used by this connection.VpnSiteLinkConnectionProperties.withVpnLinkConnectionMode(VpnLinkConnectionMode vpnLinkConnectionMode) Set the vpnLinkConnectionMode property: Vpn link connection mode.VpnSiteLinkConnectionProperties.withVpnSiteLink(com.azure.core.management.SubResource vpnSiteLink) Set the vpnSiteLink property: Id of the connected vpn site link.