Uses of Class
com.microsoft.azure.management.network.IpsecEncryption
-
Packages that use IpsecEncryption Package Description com.microsoft.azure.management.network 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 IpsecEncryption Modifier and Type Field Description static IpsecEncryptionIpsecEncryption. AES128Static value AES128 for IpsecEncryption.static IpsecEncryptionIpsecEncryption. AES192Static value AES192 for IpsecEncryption.static IpsecEncryptionIpsecEncryption. AES256Static value AES256 for IpsecEncryption.static IpsecEncryptionIpsecEncryption. DESStatic value DES for IpsecEncryption.static IpsecEncryptionIpsecEncryption. DES3Static value DES3 for IpsecEncryption.static IpsecEncryptionIpsecEncryption. GCMAES128Static value GCMAES128 for IpsecEncryption.static IpsecEncryptionIpsecEncryption. GCMAES192Static value GCMAES192 for IpsecEncryption.static IpsecEncryptionIpsecEncryption. GCMAES256Static value GCMAES256 for IpsecEncryption.static IpsecEncryptionIpsecEncryption. NONEStatic value None for IpsecEncryption.Methods in com.microsoft.azure.management.network that return IpsecEncryption Modifier and Type Method Description static IpsecEncryptionIpsecEncryption. fromString(String name)Creates or finds a IpsecEncryption from its string representation.IpsecEncryptionIpsecPolicy. ipsecEncryption()Get the ipsecEncryption value.Methods in com.microsoft.azure.management.network that return types with arguments of type IpsecEncryption Modifier and Type Method Description static Collection<IpsecEncryption>IpsecEncryption. values()Methods in com.microsoft.azure.management.network with parameters of type IpsecEncryption Modifier and Type Method Description IpsecPolicyIpsecPolicy. withIpsecEncryption(IpsecEncryption ipsecEncryption)Set the ipsecEncryption value.
-