Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
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 value.
|
Modifier and Type | Method and Description |
---|---|
static Collection<IkeIntegrity> |
IkeIntegrity.values() |
Modifier and Type | Method and Description |
---|---|
IpsecPolicy |
IpsecPolicy.withIkeIntegrity(IkeIntegrity ikeIntegrity)
Set the ikeIntegrity value.
|
Copyright © 2019. All rights reserved.