Uses of Class
com.microsoft.azure.management.network.IpsecEncryption
Packages that use IpsecEncryption
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of IpsecEncryption in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as IpsecEncryptionModifier and TypeFieldDescriptionstatic final IpsecEncryptionIpsecEncryption.AES128Static value AES128 for IpsecEncryption.static final IpsecEncryptionIpsecEncryption.AES192Static value AES192 for IpsecEncryption.static final IpsecEncryptionIpsecEncryption.AES256Static value AES256 for IpsecEncryption.static final IpsecEncryptionIpsecEncryption.DESStatic value DES for IpsecEncryption.static final IpsecEncryptionIpsecEncryption.DES3Static value DES3 for IpsecEncryption.static final IpsecEncryptionIpsecEncryption.GCMAES128Static value GCMAES128 for IpsecEncryption.static final IpsecEncryptionIpsecEncryption.GCMAES192Static value GCMAES192 for IpsecEncryption.static final IpsecEncryptionIpsecEncryption.GCMAES256Static value GCMAES256 for IpsecEncryption.static final IpsecEncryptionIpsecEncryption.NONEStatic value None for IpsecEncryption.Methods in com.microsoft.azure.management.network that return IpsecEncryptionModifier and TypeMethodDescriptionstatic IpsecEncryptionIpsecEncryption.fromString(String name) Creates or finds a IpsecEncryption from its string representation.IpsecPolicy.ipsecEncryption()Get the IPSec encryption algorithm (IKE phase 1).Methods in com.microsoft.azure.management.network that return types with arguments of type IpsecEncryptionMethods in com.microsoft.azure.management.network with parameters of type IpsecEncryptionModifier and TypeMethodDescriptionIpsecPolicy.withIpsecEncryption(IpsecEncryption ipsecEncryption) Set the IPSec encryption algorithm (IKE phase 1).