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