PointToPointVpnGatewayConnectionConfigurationArgs

data class PointToPointVpnGatewayConnectionConfigurationArgs(val internetSecurityEnabled: Output<Boolean>? = null, val name: Output<String>, val route: Output<PointToPointVpnGatewayConnectionConfigurationRouteArgs>? = null, val vpnClientAddressPool: Output<PointToPointVpnGatewayConnectionConfigurationVpnClientAddressPoolArgs>) : ConvertibleToJava<PointToPointVpnGatewayConnectionConfigurationArgs>

Constructors

constructor(internetSecurityEnabled: Output<Boolean>? = null, name: Output<String>, route: Output<PointToPointVpnGatewayConnectionConfigurationRouteArgs>? = null, vpnClientAddressPool: Output<PointToPointVpnGatewayConnectionConfigurationVpnClientAddressPoolArgs>)

Properties

Link copied to clipboard
val internetSecurityEnabled: Output<Boolean>? = null

Should Internet Security be enabled to secure internet traffic? Changing this forces a new resource to be created. Defaults to false.

Link copied to clipboard
val name: Output<String>

The Name which should be used for this Connection Configuration.

Link copied to clipboard

A route block as defined below.

Link copied to clipboard

A vpn_client_address_pool block as defined below.

Functions

Link copied to clipboard
open override fun toJava(): PointToPointVpnGatewayConnectionConfigurationArgs