Uses of Class
com.microsoft.azure.management.network.IkeEncryption
-
Packages that use IkeEncryption Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of IkeEncryption in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as IkeEncryption Modifier and Type Field Description static IkeEncryptionIkeEncryption. AES128Static value AES128 for IkeEncryption.static IkeEncryptionIkeEncryption. AES192Static value AES192 for IkeEncryption.static IkeEncryptionIkeEncryption. AES256Static value AES256 for IkeEncryption.static IkeEncryptionIkeEncryption. DESStatic value DES for IkeEncryption.static IkeEncryptionIkeEncryption. DES3Static value DES3 for IkeEncryption.static IkeEncryptionIkeEncryption. GCMAES128Static value GCMAES128 for IkeEncryption.static IkeEncryptionIkeEncryption. GCMAES256Static value GCMAES256 for IkeEncryption.Methods in com.microsoft.azure.management.network that return IkeEncryption Modifier and Type Method Description static IkeEncryptionIkeEncryption. fromString(String name)Creates or finds a IkeEncryption from its string representation.IkeEncryptionIpsecPolicy. ikeEncryption()Get the ikeEncryption value.Methods in com.microsoft.azure.management.network that return types with arguments of type IkeEncryption Modifier and Type Method Description static Collection<IkeEncryption>IkeEncryption. values()Methods in com.microsoft.azure.management.network with parameters of type IkeEncryption Modifier and Type Method Description IpsecPolicyIpsecPolicy. withIkeEncryption(IkeEncryption ikeEncryption)Set the ikeEncryption value.
-