Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static IpsecEncryption |
IpsecEncryption.AES128
Static value AES128 for IpsecEncryption.
|
static IpsecEncryption |
IpsecEncryption.AES192
Static value AES192 for IpsecEncryption.
|
static IpsecEncryption |
IpsecEncryption.AES256
Static value AES256 for IpsecEncryption.
|
static IpsecEncryption |
IpsecEncryption.DES
Static value DES for IpsecEncryption.
|
static IpsecEncryption |
IpsecEncryption.DES3
Static value DES3 for IpsecEncryption.
|
static IpsecEncryption |
IpsecEncryption.GCMAES128
Static value GCMAES128 for IpsecEncryption.
|
static IpsecEncryption |
IpsecEncryption.GCMAES192
Static value GCMAES192 for IpsecEncryption.
|
static IpsecEncryption |
IpsecEncryption.GCMAES256
Static value GCMAES256 for IpsecEncryption.
|
static IpsecEncryption |
IpsecEncryption.NONE
Static value None for IpsecEncryption.
|
Modifier and Type | Method and Description |
---|---|
static IpsecEncryption |
IpsecEncryption.fromString(String name)
Creates or finds a IpsecEncryption from its string representation.
|
IpsecEncryption |
IpsecPolicy.ipsecEncryption()
Get the ipsecEncryption value.
|
Modifier and Type | Method and Description |
---|---|
static Collection<IpsecEncryption> |
IpsecEncryption.values() |
Modifier and Type | Method and Description |
---|---|
IpsecPolicy |
IpsecPolicy.withIpsecEncryption(IpsecEncryption ipsecEncryption)
Set the ipsecEncryption value.
|
Copyright © 2019. All rights reserved.