| 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 |
|---|---|
IpsecIntegrity |
VpnClientIPsecParametersInner.ipsecIntegrity()
Get the ipsecIntegrity property: The IPSec integrity algorithm (IKE phase 1).
|
| Modifier and Type | Method and Description |
|---|---|
VpnClientIPsecParametersInner |
VpnClientIPsecParametersInner.withIpsecIntegrity(IpsecIntegrity ipsecIntegrity)
Set the ipsecIntegrity property: The IPSec integrity algorithm (IKE phase 1).
|
| Modifier and Type | Field and Description |
|---|---|
static IpsecIntegrity |
IpsecIntegrity.GCMAES128
Static value GCMAES128 for IpsecIntegrity.
|
static IpsecIntegrity |
IpsecIntegrity.GCMAES192
Static value GCMAES192 for IpsecIntegrity.
|
static IpsecIntegrity |
IpsecIntegrity.GCMAES256
Static value GCMAES256 for IpsecIntegrity.
|
static IpsecIntegrity |
IpsecIntegrity.MD5
Static value MD5 for IpsecIntegrity.
|
static IpsecIntegrity |
IpsecIntegrity.SHA1
Static value SHA1 for IpsecIntegrity.
|
static IpsecIntegrity |
IpsecIntegrity.SHA256
Static value SHA256 for IpsecIntegrity.
|
| Modifier and Type | Method and Description |
|---|---|
static IpsecIntegrity |
IpsecIntegrity.fromString(String name)
Creates or finds a IpsecIntegrity from its string representation.
|
IpsecIntegrity |
IpsecPolicy.ipsecIntegrity()
Get the ipsecIntegrity property: The IPSec integrity algorithm (IKE phase 1).
|
| Modifier and Type | Method and Description |
|---|---|
IpsecPolicy |
IpsecPolicy.withIpsecIntegrity(IpsecIntegrity ipsecIntegrity)
Set the ipsecIntegrity property: The IPSec integrity algorithm (IKE phase 1).
|
Copyright © 2020 Microsoft Corporation. All rights reserved.