VpnConnectionProperties |
VpnConnectionProperties.withConnectionBandwidth(Integer connectionBandwidth) |
Set the connectionBandwidth property: Expected bandwidth in MBPS.
|
VpnConnectionProperties |
VpnConnectionProperties.withDpdTimeoutSeconds(Integer dpdTimeoutSeconds) |
Set the dpdTimeoutSeconds property: DPD timeout in seconds for vpn connection.
|
VpnConnectionProperties |
VpnConnectionProperties.withEnableBgp(Boolean enableBgp) |
Set the enableBgp property: EnableBgp flag.
|
VpnConnectionProperties |
VpnConnectionProperties.withEnableInternetSecurity(Boolean enableInternetSecurity) |
Set the enableInternetSecurity property: Enable internet security.
|
VpnConnectionProperties |
VpnConnectionProperties.withEnableRateLimiting(Boolean enableRateLimiting) |
Set the enableRateLimiting property: EnableBgp flag.
|
VpnConnectionProperties |
VpnConnectionProperties.withIpsecPolicies(List<IpsecPolicy> ipsecPolicies) |
Set the ipsecPolicies property: The IPSec Policies to be considered by this connection.
|
VpnConnectionProperties |
VpnConnectionProperties.withRemoteVpnSite(com.azure.core.management.SubResource remoteVpnSite) |
Set the remoteVpnSite property: Id of the connected vpn site.
|
VpnConnectionProperties |
VpnConnectionProperties.withRoutingConfiguration(RoutingConfiguration routingConfiguration) |
Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route
tables on this connection.
|
VpnConnectionProperties |
VpnConnectionProperties.withRoutingWeight(Integer routingWeight) |
Set the routingWeight property: Routing weight for vpn connection.
|
VpnConnectionProperties |
VpnConnectionProperties.withSharedKey(String sharedKey) |
Set the sharedKey property: SharedKey for the vpn connection.
|
VpnConnectionProperties |
VpnConnectionProperties.withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies) |
Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.
|
VpnConnectionProperties |
VpnConnectionProperties.withUseLocalAzureIpAddress(Boolean useLocalAzureIpAddress) |
Set the useLocalAzureIpAddress property: Use local azure ip to initiate connection.
|
VpnConnectionProperties |
VpnConnectionProperties.withUsePolicyBasedTrafficSelectors(Boolean usePolicyBasedTrafficSelectors) |
Set the usePolicyBasedTrafficSelectors property: Enable policy-based traffic selectors.
|
VpnConnectionProperties |
VpnConnectionProperties.withVpnConnectionProtocolType(VirtualNetworkGatewayConnectionProtocol vpnConnectionProtocolType) |
Set the vpnConnectionProtocolType property: Connection protocol used for this connection.
|
VpnConnectionProperties |
VpnConnectionProperties.withVpnLinkConnections(List<VpnSiteLinkConnectionInner> vpnLinkConnections) |
Set the vpnLinkConnections property: List of all vpn site link connections to the gateway.
|