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 DhGroup
DhGroup.DHGROUP1
Static value DHGroup1 for DhGroup.static final DhGroup
DhGroup.DHGROUP14
Static value DHGroup14 for DhGroup.static final DhGroup
DhGroup.DHGROUP2
Static value DHGroup2 for DhGroup.static final DhGroup
DhGroup.DHGROUP2048
Static value DHGroup2048 for DhGroup.static final DhGroup
DhGroup.DHGROUP24
Static value DHGroup24 for DhGroup.static final DhGroup
DhGroup.ECP256
Static value ECP256 for DhGroup.static final DhGroup
DhGroup.ECP384
Static value ECP384 for DhGroup.static final DhGroup
DhGroup.NONE
Static 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 DhGroup
DhGroup.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.