Uses of Class
com.azure.resourcemanager.network.models.IpsecIntegrity
Packages that use IpsecIntegrity
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of IpsecIntegrity in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IpsecIntegrityModifier and TypeMethodDescriptionVpnClientIPsecParametersInner.ipsecIntegrity()Get the ipsecIntegrity property: The IPSec integrity algorithm (IKE phase 1).Methods in com.azure.resourcemanager.network.fluent.models with parameters of type IpsecIntegrityModifier and TypeMethodDescriptionVpnClientIPsecParametersInner.withIpsecIntegrity(IpsecIntegrity ipsecIntegrity) Set the ipsecIntegrity property: The IPSec integrity algorithm (IKE phase 1). -
Uses of IpsecIntegrity in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as IpsecIntegrityModifier and TypeFieldDescriptionstatic final IpsecIntegrityIpsecIntegrity.GCMAES128Static value GCMAES128 for IpsecIntegrity.static final IpsecIntegrityIpsecIntegrity.GCMAES192Static value GCMAES192 for IpsecIntegrity.static final IpsecIntegrityIpsecIntegrity.GCMAES256Static value GCMAES256 for IpsecIntegrity.static final IpsecIntegrityIpsecIntegrity.MD5Static value MD5 for IpsecIntegrity.static final IpsecIntegrityIpsecIntegrity.SHA1Static value SHA1 for IpsecIntegrity.static final IpsecIntegrityIpsecIntegrity.SHA256Static value SHA256 for IpsecIntegrity.Methods in com.azure.resourcemanager.network.models that return IpsecIntegrityModifier and TypeMethodDescriptionstatic IpsecIntegrityIpsecIntegrity.fromString(String name) Creates or finds a IpsecIntegrity from its string representation.IpsecPolicy.ipsecIntegrity()Get the ipsecIntegrity property: The IPSec integrity algorithm (IKE phase 1).Methods in com.azure.resourcemanager.network.models that return types with arguments of type IpsecIntegrityModifier and TypeMethodDescriptionstatic Collection<IpsecIntegrity> IpsecIntegrity.values()Gets known IpsecIntegrity values.Methods in com.azure.resourcemanager.network.models with parameters of type IpsecIntegrityModifier and TypeMethodDescriptionIpsecPolicy.withIpsecIntegrity(IpsecIntegrity ipsecIntegrity) Set the ipsecIntegrity property: The IPSec integrity algorithm (IKE phase 1).