Uses of Class
com.azure.resourcemanager.network.models.DhGroup
Packages that use DhGroup
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of DhGroup in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return DhGroupModifier and TypeMethodDescriptionVpnClientIPsecParametersInner.dhGroup()Get the dhGroup property: The DH Group used in IKE Phase 1 for initial SA.Methods in com.azure.resourcemanager.network.fluent.models with parameters of type DhGroupModifier and TypeMethodDescriptionVpnClientIPsecParametersInner.withDhGroup(DhGroup dhGroup) Set the dhGroup property: The DH Group used in IKE Phase 1 for initial SA. -
Uses of DhGroup in com.azure.resourcemanager.network.models
Fields in com.azure.resourcemanager.network.models declared as DhGroupModifier and TypeFieldDescriptionstatic final DhGroupDhGroup.DHGROUP1Static value DHGroup1 for DhGroup.static final DhGroupDhGroup.DHGROUP14Static value DHGroup14 for DhGroup.static final DhGroupDhGroup.DHGROUP2Static value DHGroup2 for DhGroup.static final DhGroupDhGroup.DHGROUP2048Static value DHGroup2048 for DhGroup.static final DhGroupDhGroup.DHGROUP24Static value DHGroup24 for DhGroup.static final DhGroupDhGroup.ECP256Static value ECP256 for DhGroup.static final DhGroupDhGroup.ECP384Static value ECP384 for DhGroup.static final DhGroupDhGroup.NONEStatic value None for DhGroup.Methods in com.azure.resourcemanager.network.models that return DhGroupModifier and TypeMethodDescriptionIpsecPolicy.dhGroup()Get the dhGroup property: The DH Group used in IKE Phase 1 for initial SA.static DhGroupDhGroup.fromString(String name) Creates or finds a DhGroup from its string representation.Methods in com.azure.resourcemanager.network.models that return types with arguments of type DhGroupModifier and TypeMethodDescriptionstatic Collection<DhGroup> DhGroup.values()Gets known DhGroup values.Methods in com.azure.resourcemanager.network.models with parameters of type DhGroupModifier and TypeMethodDescriptionIpsecPolicy.withDhGroup(DhGroup dhGroup) Set the dhGroup property: The DH Group used in IKE Phase 1 for initial SA.