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