| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static DhGroup |
DhGroup.DHGROUP1
Static value DHGroup1 for DhGroup.
|
static DhGroup |
DhGroup.DHGROUP14
Static value DHGroup14 for DhGroup.
|
static DhGroup |
DhGroup.DHGROUP2
Static value DHGroup2 for DhGroup.
|
static DhGroup |
DhGroup.DHGROUP2048
Static value DHGroup2048 for DhGroup.
|
static DhGroup |
DhGroup.DHGROUP24
Static value DHGroup24 for DhGroup.
|
static DhGroup |
DhGroup.ECP256
Static value ECP256 for DhGroup.
|
static DhGroup |
DhGroup.ECP384
Static value ECP384 for DhGroup.
|
static DhGroup |
DhGroup.NONE
Static value None for DhGroup.
|
| Modifier and Type | Method and Description |
|---|---|
DhGroup |
IpsecPolicy.dhGroup()
Get the dhGroup value.
|
static DhGroup |
DhGroup.fromString(String name)
Creates or finds a DhGroup from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<DhGroup> |
DhGroup.values() |
| Modifier and Type | Method and Description |
|---|---|
IpsecPolicy |
IpsecPolicy.withDhGroup(DhGroup dhGroup)
Set the dhGroup value.
|
Copyright © 2019. All rights reserved.