Uses of Class
com.azure.resourcemanager.network.models.IkeEncryption
Packages that use IkeEncryption
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of IkeEncryption in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IkeEncryptionModifier and TypeMethodDescriptionVpnClientIPsecParametersInner.ikeEncryption()Get the ikeEncryption property: The IKE encryption algorithm (IKE phase 2).Methods in com.azure.resourcemanager.network.fluent.models with parameters of type IkeEncryptionModifier and TypeMethodDescriptionVpnClientIPsecParametersInner.withIkeEncryption(IkeEncryption ikeEncryption) Set the ikeEncryption property: The IKE encryption algorithm (IKE phase 2). -
Uses of IkeEncryption in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as IkeEncryptionModifier and TypeFieldDescriptionstatic final IkeEncryptionIkeEncryption.AES128Static value AES128 for IkeEncryption.static final IkeEncryptionIkeEncryption.AES192Static value AES192 for IkeEncryption.static final IkeEncryptionIkeEncryption.AES256Static value AES256 for IkeEncryption.static final IkeEncryptionIkeEncryption.DESStatic value DES for IkeEncryption.static final IkeEncryptionIkeEncryption.DES3Static value DES3 for IkeEncryption.static final IkeEncryptionIkeEncryption.GCMAES128Static value GCMAES128 for IkeEncryption.static final IkeEncryptionIkeEncryption.GCMAES256Static value GCMAES256 for IkeEncryption.Methods in com.azure.resourcemanager.network.models that return IkeEncryptionModifier and TypeMethodDescriptionstatic IkeEncryptionIkeEncryption.fromString(String name) Creates or finds a IkeEncryption from its string representation.IpsecPolicy.ikeEncryption()Get the ikeEncryption property: The IKE encryption algorithm (IKE phase 2).Methods in com.azure.resourcemanager.network.models that return types with arguments of type IkeEncryptionModifier and TypeMethodDescriptionstatic Collection<IkeEncryption> IkeEncryption.values()Gets known IkeEncryption values.Methods in com.azure.resourcemanager.network.models with parameters of type IkeEncryptionModifier and TypeMethodDescriptionIpsecPolicy.withIkeEncryption(IkeEncryption ikeEncryption) Set the ikeEncryption property: The IKE encryption algorithm (IKE phase 2).