Uses of Class
org.jclouds.azurecompute.arm.domain.vpn.IPSecIntegrity
-
Packages that use IPSecIntegrity Package Description org.jclouds.azurecompute.arm.domain.vpn -
-
Uses of IPSecIntegrity in org.jclouds.azurecompute.arm.domain.vpn
Methods in org.jclouds.azurecompute.arm.domain.vpn that return IPSecIntegrity Modifier and Type Method Description static IPSecIntegrity
IPSecIntegrity. fromValue(String text)
abstract IPSecIntegrity
IPSecPolicy. ipsecIntegrity()
static IPSecIntegrity
IPSecIntegrity. valueOf(String name)
Returns the enum constant of this type with the specified name.static IPSecIntegrity[]
IPSecIntegrity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.azurecompute.arm.domain.vpn with parameters of type IPSecIntegrity Modifier and Type Method Description static 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. ipsecIntegrity(IPSecIntegrity ipsecIntegrity)
-