Uses of Enum Class
org.jclouds.azurecompute.arm.domain.vpn.IPSecEncryption
Packages that use IPSecEncryption
-
Uses of IPSecEncryption in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return IPSecEncryptionModifier and TypeMethodDescriptionstatic IPSecEncryption
abstract IPSecEncryption
IPSecPolicy.ipsecEncryption()
static IPSecEncryption
Returns the enum constant of this class with the specified name.static IPSecEncryption[]
IPSecEncryption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.azurecompute.arm.domain.vpn with parameters of type IPSecEncryptionModifier and TypeMethodDescriptionstatic IPSecPolicy
IPSecPolicy.create
(String radiusServerAddress, String radiusServerSecret, AddressSpace vpnClientAddressPool, DHGroup dhGroup, IkeEncryption ikeEncryption, IkeIntegrity ikeIntegrity, IPSecEncryption ipsecEncryption, IPSecIntegrity ipsecIntegrity, PFSGroup pfsGroup, Integer saDataSizeKilobytes, Integer saLifeTimeSeconds) abstract IPSecPolicy.Builder
IPSecPolicy.Builder.ipsecEncryption
(IPSecEncryption ipsecEncryption)