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>
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