Uses of Class
com.microsoft.azure.management.network.IkeIntegrity
-
Packages that use IkeIntegrity Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of IkeIntegrity in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network declared as IkeIntegrity Modifier and Type Field Description static IkeIntegrityIkeIntegrity. GCMAES128Static value GCMAES128 for IkeIntegrity.static IkeIntegrityIkeIntegrity. GCMAES256Static value GCMAES256 for IkeIntegrity.static IkeIntegrityIkeIntegrity. MD5Static value MD5 for IkeIntegrity.static IkeIntegrityIkeIntegrity. SHA1Static value SHA1 for IkeIntegrity.static IkeIntegrityIkeIntegrity. SHA256Static value SHA256 for IkeIntegrity.static IkeIntegrityIkeIntegrity. SHA384Static value SHA384 for IkeIntegrity.Methods in com.microsoft.azure.management.network that return IkeIntegrity Modifier and Type Method Description static IkeIntegrityIkeIntegrity. fromString(String name)Creates or finds a IkeIntegrity from its string representation.IkeIntegrityIpsecPolicy. ikeIntegrity()Get the ikeIntegrity value.Methods in com.microsoft.azure.management.network that return types with arguments of type IkeIntegrity Modifier and Type Method Description static Collection<IkeIntegrity>IkeIntegrity. values()Methods in com.microsoft.azure.management.network with parameters of type IkeIntegrity Modifier and Type Method Description IpsecPolicyIpsecPolicy. withIkeIntegrity(IkeIntegrity ikeIntegrity)Set the ikeIntegrity value.
-