Uses of Class
com.microsoft.azure.management.network.DhGroup
-
Packages that use DhGroup Package Description com.microsoft.azure.management.network 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 DhGroup Modifier and Type Field Description static DhGroupDhGroup. DHGROUP1Static value DHGroup1 for DhGroup.static DhGroupDhGroup. DHGROUP14Static value DHGroup14 for DhGroup.static DhGroupDhGroup. DHGROUP2Static value DHGroup2 for DhGroup.static DhGroupDhGroup. DHGROUP2048Static value DHGroup2048 for DhGroup.static DhGroupDhGroup. DHGROUP24Static value DHGroup24 for DhGroup.static DhGroupDhGroup. ECP256Static value ECP256 for DhGroup.static DhGroupDhGroup. ECP384Static value ECP384 for DhGroup.static DhGroupDhGroup. NONEStatic value None for DhGroup.Methods in com.microsoft.azure.management.network that return DhGroup Modifier and Type Method Description DhGroupIpsecPolicy. dhGroup()Get the dhGroup value.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 DhGroup Modifier and Type Method Description static Collection<DhGroup>DhGroup. values()Methods in com.microsoft.azure.management.network with parameters of type DhGroup Modifier and Type Method Description IpsecPolicyIpsecPolicy. withDhGroup(DhGroup dhGroup)Set the dhGroup value.
-