| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DhGroup |
VpnClientIPsecParametersInner.dhGroup()
Get the dhGroup property: The DH Group used in IKE Phase 1 for initial SA.
|
| Modifier and Type | Method and Description |
|---|---|
VpnClientIPsecParametersInner |
VpnClientIPsecParametersInner.withDhGroup(DhGroup dhGroup)
Set the dhGroup property: The DH Group used in IKE Phase 1 for initial SA.
|
| 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 property: 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 Type | Method and Description |
|---|---|
IpsecPolicy |
IpsecPolicy.withDhGroup(DhGroup dhGroup)
Set the dhGroup property: The DH Group used in IKE Phase 1 for initial SA.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.