Uses of Class
com.azure.resourcemanager.network.models.IkeEncryption
-
Packages that use IkeEncryption 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 IkeEncryption in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IkeEncryption Modifier and Type Method Description IkeEncryptionVpnClientIPsecParametersInner. ikeEncryption()Get the ikeEncryption property: The IKE encryption algorithm (IKE phase 2).Methods in com.azure.resourcemanager.network.fluent.models with parameters of type IkeEncryption Modifier and Type Method Description VpnClientIPsecParametersInnerVpnClientIPsecParametersInner. 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 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.azure.resourcemanager.network.models 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 property: The IKE encryption algorithm (IKE phase 2).Methods in com.azure.resourcemanager.network.models that return types with arguments of type IkeEncryption Modifier and Type Method Description static Collection<IkeEncryption>IkeEncryption. values()Methods in com.azure.resourcemanager.network.models with parameters of type IkeEncryption Modifier and Type Method Description IpsecPolicyIpsecPolicy. withIkeEncryption(IkeEncryption ikeEncryption)Set the ikeEncryption property: The IKE encryption algorithm (IKE phase 2).
-