| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
IpsecPolicy |
IpsecPolicy.withDhGroup(DhGroup dhGroup)
Set the DH Group used in IKE Phase 1 for initial SA.
|
IpsecPolicy |
IpsecPolicy.withIkeEncryption(IkeEncryption ikeEncryption)
Set the IKE encryption algorithm (IKE phase 2).
|
IpsecPolicy |
IpsecPolicy.withIkeIntegrity(IkeIntegrity ikeIntegrity)
Set the IKE integrity algorithm (IKE phase 2).
|
IpsecPolicy |
IpsecPolicy.withIpsecEncryption(IpsecEncryption ipsecEncryption)
Set the IPSec encryption algorithm (IKE phase 1).
|
IpsecPolicy |
IpsecPolicy.withIpsecIntegrity(IpsecIntegrity ipsecIntegrity)
Set the IPSec integrity algorithm (IKE phase 1).
|
IpsecPolicy |
IpsecPolicy.withPfsGroup(PfsGroup pfsGroup)
Set the Pfs Group used in IKE Phase 2 for new child SA.
|
IpsecPolicy |
IpsecPolicy.withSaDataSizeKilobytes(int saDataSizeKilobytes)
Set the IPSec Security Association (also called Quick Mode or Phase 2 SA) payload size in KB for a site to site VPN tunnel.
|
IpsecPolicy |
IpsecPolicy.withSaLifeTimeSeconds(int saLifeTimeSeconds)
Set the IPSec Security Association (also called Quick Mode or Phase 2 SA) lifetime in seconds for a site to site VPN tunnel.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IpsecPolicy> |
VirtualNetworkGatewayConnection.ipsecPolicies() |
List<IpsecPolicy> |
VpnClientConfiguration.vpnClientIpsecPolicies()
Get vpnClientIpsecPolicies for virtual network gateway P2S client.
|
| Modifier and Type | Method and Description |
|---|---|
VpnClientConfiguration |
VpnClientConfiguration.withVpnClientIpsecPolicies(List<IpsecPolicy> vpnClientIpsecPolicies)
Set vpnClientIpsecPolicies for virtual network gateway P2S client.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/