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