Uses of Class
com.microsoft.azure.management.network.DhGroup
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of DhGroup in com.microsoft.azure.management.network
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionIpsecPolicy.withDhGroup
(DhGroup dhGroup) Set the DH Group used in IKE Phase 1 for initial SA.