Uses of Class
com.microsoft.azure.management.network.DhGroup
Packages that use DhGroup
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of DhGroup in com.microsoft.azure.management.network
Fields in com.microsoft.azure.management.network 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.microsoft.azure.management.network that return DhGroupModifier and TypeMethodDescriptionIpsecPolicy.dhGroup()Get 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.microsoft.azure.management.network that return types with arguments of type DhGroupMethods in com.microsoft.azure.management.network with parameters of type DhGroupModifier and TypeMethodDescriptionIpsecPolicy.withDhGroup(DhGroup dhGroup) Set the DH Group used in IKE Phase 1 for initial SA.