Connection Args
data class ConnectionArgs(val autoConfigRoute: Output<Boolean>? = null, val bgpConfig: Output<ConnectionBgpConfigArgs>? = null, val customerGatewayId: Output<String>? = null, val effectImmediately: Output<Boolean>? = null, val enableDpd: Output<Boolean>? = null, val enableNatTraversal: Output<Boolean>? = null, val enableTunnelsBgp: Output<Boolean>? = null, val healthCheckConfig: Output<ConnectionHealthCheckConfigArgs>? = null, val ikeConfig: Output<ConnectionIkeConfigArgs>? = null, val ipsecConfig: Output<ConnectionIpsecConfigArgs>? = null, val localSubnets: Output<List<String>>? = null, val name: Output<String>? = null, val networkType: Output<String>? = null, val remoteSubnets: Output<List<String>>? = null, val tags: Output<Map<String, Any>>? = null, val tunnelOptionsSpecifications: Output<List<ConnectionTunnelOptionsSpecificationArgs>>? = null, val vpnConnectionName: Output<String>? = null, val vpnGatewayId: Output<String>? = null) : ConvertibleToJava<ConnectionArgs>
Example Usage
Basic Usage
Import
VPN connection can be imported using the id, e.g.
$ pulumi import alicloud:vpn/connection:Connection example <id>Content copied to clipboard
Constructors
Link copied to clipboard
fun ConnectionArgs(autoConfigRoute: Output<Boolean>? = null, bgpConfig: Output<ConnectionBgpConfigArgs>? = null, customerGatewayId: Output<String>? = null, effectImmediately: Output<Boolean>? = null, enableDpd: Output<Boolean>? = null, enableNatTraversal: Output<Boolean>? = null, enableTunnelsBgp: Output<Boolean>? = null, healthCheckConfig: Output<ConnectionHealthCheckConfigArgs>? = null, ikeConfig: Output<ConnectionIkeConfigArgs>? = null, ipsecConfig: Output<ConnectionIpsecConfigArgs>? = null, localSubnets: Output<List<String>>? = null, name: Output<String>? = null, networkType: Output<String>? = null, remoteSubnets: Output<List<String>>? = null, tags: Output<Map<String, Any>>? = null, tunnelOptionsSpecifications: Output<List<ConnectionTunnelOptionsSpecificationArgs>>? = null, vpnConnectionName: Output<String>? = null, vpnGatewayId: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard