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