Uses of Class
com.azure.resourcemanager.network.models.IpsecEncryption
-
Packages that use IpsecEncryption Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of IpsecEncryption in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IpsecEncryption Modifier and Type Method Description IpsecEncryptionVpnClientIPsecParametersInner. ipsecEncryption()Get the ipsecEncryption property: The IPSec encryption algorithm (IKE phase 1).Methods in com.azure.resourcemanager.network.fluent.models with parameters of type IpsecEncryption Modifier and Type Method Description VpnClientIPsecParametersInnerVpnClientIPsecParametersInner. withIpsecEncryption(IpsecEncryption ipsecEncryption)Set the ipsecEncryption property: The IPSec encryption algorithm (IKE phase 1). -
Uses of IpsecEncryption in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models 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.azure.resourcemanager.network.models 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 property: The IPSec encryption algorithm (IKE phase 1).Methods in com.azure.resourcemanager.network.models that return types with arguments of type IpsecEncryption Modifier and Type Method Description static Collection<IpsecEncryption>IpsecEncryption. values()Methods in com.azure.resourcemanager.network.models with parameters of type IpsecEncryption Modifier and Type Method Description IpsecPolicyIpsecPolicy. withIpsecEncryption(IpsecEncryption ipsecEncryption)Set the ipsecEncryption property: The IPSec encryption algorithm (IKE phase 1).
-