Uses of Class
com.microsoft.azure.management.network.IpsecIntegrity
Packages that use IpsecIntegrity
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of IpsecIntegrity in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network 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.microsoft.azure.management.network that return IpsecIntegrityModifier and TypeMethodDescriptionstatic IpsecIntegrityIpsecIntegrity.fromString(String name) Creates or finds a IpsecIntegrity from its string representation.IpsecPolicy.ipsecIntegrity()Get the IPSec integrity algorithm (IKE phase 1).Methods in com.microsoft.azure.management.network that return types with arguments of type IpsecIntegrityMethods in com.microsoft.azure.management.network with parameters of type IpsecIntegrityModifier and TypeMethodDescriptionIpsecPolicy.withIpsecIntegrity(IpsecIntegrity ipsecIntegrity) Set the IPSec integrity algorithm (IKE phase 1).