Package | Description |
---|---|
org.jclouds.azurecompute.arm.domain.vpn |
Modifier and Type | Method and Description |
---|---|
static IPSecEncryption |
IPSecEncryption.fromValue(String text) |
abstract IPSecEncryption |
IPSecPolicy.ipsecEncryption() |
static IPSecEncryption |
IPSecEncryption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPSecEncryption[] |
IPSecEncryption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and 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.ipsecEncryption(IPSecEncryption ipsecEncryption) |
Copyright © 2009-2021 The Apache Software Foundation. All Rights Reserved.