Uses of Class
com.microsoft.azure.management.network.IpsecIntegrity
-
Packages that use IpsecIntegrity Package Description com.microsoft.azure.management.network 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 IpsecIntegrity Modifier and Type Field Description static IpsecIntegrityIpsecIntegrity. GCMAES128Static value GCMAES128 for IpsecIntegrity.static IpsecIntegrityIpsecIntegrity. GCMAES192Static value GCMAES192 for IpsecIntegrity.static IpsecIntegrityIpsecIntegrity. GCMAES256Static value GCMAES256 for IpsecIntegrity.static IpsecIntegrityIpsecIntegrity. MD5Static value MD5 for IpsecIntegrity.static IpsecIntegrityIpsecIntegrity. SHA1Static value SHA1 for IpsecIntegrity.static IpsecIntegrityIpsecIntegrity. SHA256Static value SHA256 for IpsecIntegrity.Methods in com.microsoft.azure.management.network that return IpsecIntegrity Modifier and Type Method Description static IpsecIntegrityIpsecIntegrity. fromString(String name)Creates or finds a IpsecIntegrity from its string representation.IpsecIntegrityIpsecPolicy. ipsecIntegrity()Get the ipsecIntegrity value.Methods in com.microsoft.azure.management.network that return types with arguments of type IpsecIntegrity Modifier and Type Method Description static Collection<IpsecIntegrity>IpsecIntegrity. values()Methods in com.microsoft.azure.management.network with parameters of type IpsecIntegrity Modifier and Type Method Description IpsecPolicyIpsecPolicy. withIpsecIntegrity(IpsecIntegrity ipsecIntegrity)Set the ipsecIntegrity value.
-