Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static VpnClientProtocol |
VpnClientProtocol.IKE_V2
Static value IkeV2 for VpnClientProtocol.
|
static VpnClientProtocol |
VpnClientProtocol.OPEN_VPN
Static value OpenVPN for VpnClientProtocol.
|
static VpnClientProtocol |
VpnClientProtocol.SSTP
Static value SSTP for VpnClientProtocol.
|
Modifier and Type | Method and Description |
---|---|
static VpnClientProtocol |
VpnClientProtocol.fromString(String name)
Creates or finds a VpnClientProtocol from its string representation.
|
Modifier and Type | Method and Description |
---|---|
static Collection<VpnClientProtocol> |
VpnClientProtocol.values() |
List<VpnClientProtocol> |
VpnClientConfiguration.vpnClientProtocols()
Get the vpnClientProtocols value.
|
Modifier and Type | Method and Description |
---|---|
VpnClientConfiguration |
VpnClientConfiguration.withVpnClientProtocols(List<VpnClientProtocol> vpnClientProtocols)
Set the vpnClientProtocols value.
|
Copyright © 2019. All rights reserved.