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