Uses of Class
com.microsoft.azure.management.network.IpsecPolicy
-
Packages that use IpsecPolicy Package Description com.microsoft.azure.management.network 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 IpsecPolicy Modifier and Type Method Description IpsecPolicyIpsecPolicy. withDhGroup(DhGroup dhGroup)Set the dhGroup value.IpsecPolicyIpsecPolicy. withIkeEncryption(IkeEncryption ikeEncryption)Set the ikeEncryption value.IpsecPolicyIpsecPolicy. withIkeIntegrity(IkeIntegrity ikeIntegrity)Set the ikeIntegrity value.IpsecPolicyIpsecPolicy. withIpsecEncryption(IpsecEncryption ipsecEncryption)Set the ipsecEncryption value.IpsecPolicyIpsecPolicy. withIpsecIntegrity(IpsecIntegrity ipsecIntegrity)Set the ipsecIntegrity value.IpsecPolicyIpsecPolicy. withPfsGroup(PfsGroup pfsGroup)Set the pfsGroup value.IpsecPolicyIpsecPolicy. withSaDataSizeKilobytes(int saDataSizeKilobytes)Set the saDataSizeKilobytes value.IpsecPolicyIpsecPolicy. withSaLifeTimeSeconds(int saLifeTimeSeconds)Set the saLifeTimeSeconds value.Methods in com.microsoft.azure.management.network that return types with arguments of type IpsecPolicy Modifier and Type Method Description Collection<IpsecPolicy>VirtualNetworkGatewayConnection. ipsecPolicies()List<IpsecPolicy>VpnClientConfiguration. vpnClientIpsecPolicies()Get the vpnClientIpsecPolicies value.Method parameters in com.microsoft.azure.management.network with type arguments of type IpsecPolicy Modifier and Type Method Description VpnClientConfigurationVpnClientConfiguration. withVpnClientIpsecPolicies(List<IpsecPolicy> vpnClientIpsecPolicies)Set the vpnClientIpsecPolicies value.
-