Uses of Class
com.microsoft.azure.management.network.IpsecPolicy
Packages that use IpsecPolicy
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of IpsecPolicy in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return IpsecPolicyModifier and TypeMethodDescriptionIpsecPolicy.withDhGroup
(DhGroup dhGroup) Set the DH Group used in IKE Phase 1 for initial SA.IpsecPolicy.withIkeEncryption
(IkeEncryption ikeEncryption) Set the IKE encryption algorithm (IKE phase 2).IpsecPolicy.withIkeIntegrity
(IkeIntegrity ikeIntegrity) Set the IKE integrity algorithm (IKE phase 2).IpsecPolicy.withIpsecEncryption
(IpsecEncryption ipsecEncryption) Set the IPSec encryption algorithm (IKE phase 1).IpsecPolicy.withIpsecIntegrity
(IpsecIntegrity ipsecIntegrity) Set the IPSec integrity algorithm (IKE phase 1).IpsecPolicy.withPfsGroup
(PfsGroup pfsGroup) Set the Pfs Group used in IKE Phase 2 for new child SA.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.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.Methods in com.microsoft.azure.management.network that return types with arguments of type IpsecPolicyModifier and TypeMethodDescriptionVirtualNetworkGatewayConnection.ipsecPolicies()
VpnClientConfiguration.vpnClientIpsecPolicies()
Get vpnClientIpsecPolicies for virtual network gateway P2S client.Method parameters in com.microsoft.azure.management.network with type arguments of type IpsecPolicyModifier and TypeMethodDescriptionVpnClientConfiguration.withVpnClientIpsecPolicies
(List<IpsecPolicy> vpnClientIpsecPolicies) Set vpnClientIpsecPolicies for virtual network gateway P2S client.