Gateway Args
data class GatewayArgs(val autoPay: Output<Boolean>? = null, val autoPropagate: Output<Boolean>? = null, val bandwidth: Output<Int>? = null, val description: Output<String>? = null, val enableIpsec: Output<Boolean>? = null, val enableSsl: Output<Boolean>? = null, val instanceChargeType: Output<String>? = null, val name: Output<String>? = null, val networkType: Output<String>? = null, val period: Output<Int>? = null, val sslConnections: Output<Int>? = null, val tags: Output<Map<String, Any>>? = null, val vpcId: Output<String>? = null, val vswitchId: Output<String>? = null) : ConvertibleToJava<GatewayArgs>
Import
VPN gateway can be imported using the id, e.g.
$ pulumi import alicloud:vpn/gateway:Gateway example vpn-abc123456
Content copied to clipboard
Constructors
Link copied to clipboard
fun GatewayArgs(autoPay: Output<Boolean>? = null, autoPropagate: Output<Boolean>? = null, bandwidth: Output<Int>? = null, description: Output<String>? = null, enableIpsec: Output<Boolean>? = null, enableSsl: Output<Boolean>? = null, instanceChargeType: Output<String>? = null, name: Output<String>? = null, networkType: Output<String>? = null, period: Output<Int>? = null, sslConnections: Output<Int>? = null, tags: Output<Map<String, Any>>? = null, vpcId: Output<String>? = null, vswitchId: Output<String>? = null)