Uses of Class
com.azure.resourcemanager.network.models.IkeIntegrity
Packages that use IkeIntegrity
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 IkeIntegrityModifier and TypeMethodDescriptionVpnClientIPsecParametersInner.ikeIntegrity()Get the ikeIntegrity property: The IKE integrity algorithm (IKE phase 2).Methods in com.azure.resourcemanager.network.fluent.models with parameters of type IkeIntegrityModifier and TypeMethodDescriptionVpnClientIPsecParametersInner.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 IkeIntegrityModifier and TypeFieldDescriptionstatic final IkeIntegrityIkeIntegrity.GCMAES128Static value GCMAES128 for IkeIntegrity.static final IkeIntegrityIkeIntegrity.GCMAES256Static value GCMAES256 for IkeIntegrity.static final IkeIntegrityIkeIntegrity.MD5Static value MD5 for IkeIntegrity.static final IkeIntegrityIkeIntegrity.SHA1Static value SHA1 for IkeIntegrity.static final IkeIntegrityIkeIntegrity.SHA256Static value SHA256 for IkeIntegrity.static final IkeIntegrityIkeIntegrity.SHA384Static value SHA384 for IkeIntegrity.Methods in com.azure.resourcemanager.network.models that return IkeIntegrityModifier and TypeMethodDescriptionstatic IkeIntegrityIkeIntegrity.fromString(String name) Creates or finds a IkeIntegrity from its string representation.IpsecPolicy.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 IkeIntegrityModifier and TypeMethodDescriptionstatic Collection<IkeIntegrity> IkeIntegrity.values()Gets known IkeIntegrity values.Methods in com.azure.resourcemanager.network.models with parameters of type IkeIntegrityModifier and TypeMethodDescriptionIpsecPolicy.withIkeIntegrity(IkeIntegrity ikeIntegrity) Set the ikeIntegrity property: The IKE integrity algorithm (IKE phase 2).