| 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 |
|---|---|
VpnConnectionInner |
VpnConnectionsClient.createOrUpdate(String resourceGroupName,
String gatewayName,
String connectionName,
VpnConnectionInner vpnConnectionParameters)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
|
VpnConnectionInner |
VpnConnectionsClient.createOrUpdate(String resourceGroupName,
String gatewayName,
String connectionName,
VpnConnectionInner vpnConnectionParameters,
com.azure.core.util.Context context)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
|
VpnConnectionInner |
VpnConnectionsClient.get(String resourceGroupName,
String gatewayName,
String connectionName)
Retrieves the details of a vpn connection.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnConnectionInner>,VpnConnectionInner> |
VpnConnectionsClient.beginCreateOrUpdate(String resourceGroupName,
String gatewayName,
String connectionName,
VpnConnectionInner vpnConnectionParameters)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VpnConnectionInner>,VpnConnectionInner> |
VpnConnectionsClient.beginCreateOrUpdate(String resourceGroupName,
String gatewayName,
String connectionName,
VpnConnectionInner vpnConnectionParameters,
com.azure.core.util.Context context)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VpnConnectionInner>,VpnConnectionInner> |
VpnConnectionsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String gatewayName,
String connectionName,
VpnConnectionInner vpnConnectionParameters)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
|
VpnConnectionInner |
VpnConnectionsClient.createOrUpdate(String resourceGroupName,
String gatewayName,
String connectionName,
VpnConnectionInner vpnConnectionParameters)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
|
VpnConnectionInner |
VpnConnectionsClient.createOrUpdate(String resourceGroupName,
String gatewayName,
String connectionName,
VpnConnectionInner vpnConnectionParameters,
com.azure.core.util.Context context)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
|
Mono<VpnConnectionInner> |
VpnConnectionsClient.createOrUpdateAsync(String resourceGroupName,
String gatewayName,
String connectionName,
VpnConnectionInner vpnConnectionParameters)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
VpnConnectionsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String gatewayName,
String connectionName,
VpnConnectionInner vpnConnectionParameters)
Creates a vpn connection to a scalable vpn gateway if it doesn't exist else updates the existing connection.
|
| Modifier and Type | Method and Description |
|---|---|
VpnConnectionInner |
VpnConnectionInner.withConnectionBandwidth(Integer connectionBandwidth)
Set the connectionBandwidth property: Expected bandwidth in MBPS.
|
VpnConnectionInner |
VpnConnectionInner.withDpdTimeoutSeconds(Integer dpdTimeoutSeconds)
Set the dpdTimeoutSeconds property: DPD timeout in seconds for vpn connection.
|
VpnConnectionInner |
VpnConnectionInner.withEnableBgp(Boolean enableBgp)
Set the enableBgp property: EnableBgp flag.
|
VpnConnectionInner |
VpnConnectionInner.withEnableInternetSecurity(Boolean enableInternetSecurity)
Set the enableInternetSecurity property: Enable internet security.
|
VpnConnectionInner |
VpnConnectionInner.withEnableRateLimiting(Boolean enableRateLimiting)
Set the enableRateLimiting property: EnableBgp flag.
|
VpnConnectionInner |
VpnConnectionInner.withId(String id) |
VpnConnectionInner |
VpnConnectionInner.withIpsecPolicies(List<IpsecPolicy> ipsecPolicies)
Set the ipsecPolicies property: The IPSec Policies to be considered by this connection.
|
VpnConnectionInner |
VpnConnectionInner.withName(String name)
Set the name property: The name of the resource that is unique within a resource group.
|
VpnConnectionInner |
VpnConnectionInner.withRemoteVpnSite(com.azure.core.management.SubResource remoteVpnSite)
Set the remoteVpnSite property: Id of the connected vpn site.
|
VpnConnectionInner |
VpnConnectionInner.withRoutingConfiguration(RoutingConfiguration routingConfiguration)
Set the routingConfiguration property: The Routing Configuration indicating the associated and propagated route
tables on this connection.
|
VpnConnectionInner |
VpnConnectionInner.withRoutingWeight(Integer routingWeight)
Set the routingWeight property: Routing weight for vpn connection.
|
VpnConnectionInner |
VpnConnectionInner.withSharedKey(String sharedKey)
Set the sharedKey property: SharedKey for the vpn connection.
|
VpnConnectionInner |
VpnConnectionInner.withTrafficSelectorPolicies(List<TrafficSelectorPolicy> trafficSelectorPolicies)
Set the trafficSelectorPolicies property: The Traffic Selector Policies to be considered by this connection.
|
VpnConnectionInner |
VpnConnectionInner.withUseLocalAzureIpAddress(Boolean useLocalAzureIpAddress)
Set the useLocalAzureIpAddress property: Use local azure ip to initiate connection.
|
VpnConnectionInner |
VpnConnectionInner.withUsePolicyBasedTrafficSelectors(Boolean usePolicyBasedTrafficSelectors)
Set the usePolicyBasedTrafficSelectors property: Enable policy-based traffic selectors.
|
VpnConnectionInner |
VpnConnectionInner.withVpnConnectionProtocolType(VirtualNetworkGatewayConnectionProtocol vpnConnectionProtocolType)
Set the vpnConnectionProtocolType property: Connection protocol used for this connection.
|
VpnConnectionInner |
VpnConnectionInner.withVpnLinkConnections(List<VpnSiteLinkConnectionInner> vpnLinkConnections)
Set the vpnLinkConnections property: List of all vpn site link connections to the gateway.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.