| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
VpnSiteLinkConnectionInner |
VpnSiteLinkConnectionsClient.get(String resourceGroupName,
String gatewayName,
String connectionName,
String linkConnectionName)
Retrieves the details of a vpn site link connection.
|
| Modifier and Type | Method and Description |
|---|---|
VpnSiteLinkConnectionInner |
VpnSiteLinkConnectionInner.withConnectionBandwidth(Integer connectionBandwidth)
Set the connectionBandwidth property: Expected bandwidth in MBPS.
|
VpnSiteLinkConnectionInner |
VpnSiteLinkConnectionInner.withEnableBgp(Boolean enableBgp)
Set the enableBgp property: EnableBgp flag.
|
VpnSiteLinkConnectionInner |
VpnSiteLinkConnectionInner.withEnableRateLimiting(Boolean enableRateLimiting)
Set the enableRateLimiting property: EnableBgp flag.
|
VpnSiteLinkConnectionInner |
VpnSiteLinkConnectionInner.withIpsecPolicies(List<IpsecPolicy> ipsecPolicies)
Set the ipsecPolicies property: The IPSec Policies to be considered by this connection.
|
VpnSiteLinkConnectionInner |
VpnSiteLinkConnectionInner.withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
VpnSiteLinkConnectionInner |
VpnSiteLinkConnectionInner.withRoutingWeight(Integer routingWeight)
Set the routingWeight property: Routing weight for vpn connection.
|
VpnSiteLinkConnectionInner |
VpnSiteLinkConnectionInner.withSharedKey(String sharedKey)
Set the sharedKey property: SharedKey for the vpn connection.
|
VpnSiteLinkConnectionInner |
VpnSiteLinkConnectionInner.withUseLocalAzureIpAddress(Boolean useLocalAzureIpAddress)
Set the useLocalAzureIpAddress property: Use local azure ip to initiate connection.
|
VpnSiteLinkConnectionInner |
VpnSiteLinkConnectionInner.withUsePolicyBasedTrafficSelectors(Boolean usePolicyBasedTrafficSelectors)
Set the usePolicyBasedTrafficSelectors property: Enable policy-based traffic selectors.
|
VpnSiteLinkConnectionInner |
VpnSiteLinkConnectionInner.withVpnConnectionProtocolType(VirtualNetworkGatewayConnectionProtocol vpnConnectionProtocolType)
Set the vpnConnectionProtocolType property: Connection protocol used for this connection.
|
VpnSiteLinkConnectionInner |
VpnSiteLinkConnectionInner.withVpnSiteLink(com.azure.core.management.SubResource vpnSiteLink)
Set the vpnSiteLink property: Id of the connected vpn site link.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.