| 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 |
|---|---|
IpsecEncryption |
VpnClientIPsecParametersInner.ipsecEncryption()
Get the ipsecEncryption property: The IPSec encryption algorithm (IKE phase 1).
|
| Modifier and Type | Method and Description |
|---|---|
VpnClientIPsecParametersInner |
VpnClientIPsecParametersInner.withIpsecEncryption(IpsecEncryption ipsecEncryption)
Set the ipsecEncryption property: The IPSec encryption algorithm (IKE phase 1).
|
| Modifier and Type | Field and Description |
|---|---|
static IpsecEncryption |
IpsecEncryption.AES128
Static value AES128 for IpsecEncryption.
|
static IpsecEncryption |
IpsecEncryption.AES192
Static value AES192 for IpsecEncryption.
|
static IpsecEncryption |
IpsecEncryption.AES256
Static value AES256 for IpsecEncryption.
|
static IpsecEncryption |
IpsecEncryption.DES
Static value DES for IpsecEncryption.
|
static IpsecEncryption |
IpsecEncryption.DES3
Static value DES3 for IpsecEncryption.
|
static IpsecEncryption |
IpsecEncryption.GCMAES128
Static value GCMAES128 for IpsecEncryption.
|
static IpsecEncryption |
IpsecEncryption.GCMAES192
Static value GCMAES192 for IpsecEncryption.
|
static IpsecEncryption |
IpsecEncryption.GCMAES256
Static value GCMAES256 for IpsecEncryption.
|
static IpsecEncryption |
IpsecEncryption.NONE
Static value None for IpsecEncryption.
|
| Modifier and Type | Method and Description |
|---|---|
static IpsecEncryption |
IpsecEncryption.fromString(String name)
Creates or finds a IpsecEncryption from its string representation.
|
IpsecEncryption |
IpsecPolicy.ipsecEncryption()
Get the ipsecEncryption property: The IPSec encryption algorithm (IKE phase 1).
|
| Modifier and Type | Method and Description |
|---|---|
IpsecPolicy |
IpsecPolicy.withIpsecEncryption(IpsecEncryption ipsecEncryption)
Set the ipsecEncryption property: The IPSec encryption algorithm (IKE phase 1).
|
Copyright © 2021 Microsoft Corporation. All rights reserved.