Uses of Class
com.azure.resourcemanager.network.models.IpsecIntegrity
-
Packages that use IpsecIntegrity 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 IpsecIntegrity in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return IpsecIntegrity Modifier and Type Method Description IpsecIntegrityVpnClientIPsecParametersInner. ipsecIntegrity()Get the ipsecIntegrity property: The IPSec integrity algorithm (IKE phase 1).Methods in com.azure.resourcemanager.network.fluent.models with parameters of type IpsecIntegrity Modifier and Type Method Description VpnClientIPsecParametersInnerVpnClientIPsecParametersInner. 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 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.azure.resourcemanager.network.models 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 property: The IPSec integrity algorithm (IKE phase 1).Methods in com.azure.resourcemanager.network.models that return types with arguments of type IpsecIntegrity Modifier and Type Method Description static Collection<IpsecIntegrity>IpsecIntegrity. values()Methods in com.azure.resourcemanager.network.models with parameters of type IpsecIntegrity Modifier and Type Method Description IpsecPolicyIpsecPolicy. withIpsecIntegrity(IpsecIntegrity ipsecIntegrity)Set the ipsecIntegrity property: The IPSec integrity algorithm (IKE phase 1).
-