Ssl Vpn Server Args
data class SslVpnServerArgs(val cipher: Output<String>? = null, val clientIpPool: Output<String>? = null, val compress: Output<Boolean>? = null, val localSubnet: Output<String>? = null, val name: Output<String>? = null, val port: Output<Int>? = null, val protocol: Output<String>? = null, val vpnGatewayId: Output<String>? = null) : ConvertibleToJava<SslVpnServerArgs>
Example Usage
Basic Usage
Import
SSL-VPN server can be imported using the id, e.g.
$ pulumi import alicloud:vpn/sslVpnServer:SslVpnServer example vss-abc123456
Content copied to clipboard
Properties
Link copied to clipboard
The CIDR block from which access addresses are allocated to the virtual network interface card of the client.
Link copied to clipboard
The CIDR block to be accessed by the client through the SSL-VPN connection. It supports to set multi CIDRs by comma join ways, like 10.0.1.0/24,10.0.2.0/24,10.0.3.0/24
.
Link copied to clipboard
The ID of the VPN gateway.