Uses of Class
com.azure.resourcemanager.network.models.IpsecEncryption
Packages that use IpsecEncryption
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 IpsecEncryptionModifier and TypeMethodDescriptionVpnClientIPsecParametersInner.ipsecEncryption()Get the ipsecEncryption property: The IPSec encryption algorithm (IKE phase 1).Methods in com.azure.resourcemanager.network.fluent.models with parameters of type IpsecEncryptionModifier and TypeMethodDescriptionVpnClientIPsecParametersInner.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 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.azure.resourcemanager.network.models that return IpsecEncryptionModifier and TypeMethodDescriptionstatic IpsecEncryptionIpsecEncryption.fromString(String name) Creates or finds a IpsecEncryption from its string representation.IpsecPolicy.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 IpsecEncryptionModifier and TypeMethodDescriptionstatic Collection<IpsecEncryption> IpsecEncryption.values()Gets known IpsecEncryption values.Methods in com.azure.resourcemanager.network.models with parameters of type IpsecEncryptionModifier and TypeMethodDescriptionIpsecPolicy.withIpsecEncryption(IpsecEncryption ipsecEncryption) Set the ipsecEncryption property: The IPSec encryption algorithm (IKE phase 1).