Point To Point Vpn Gateway Connection Configuration Args
data class PointToPointVpnGatewayConnectionConfigurationArgs(val internetSecurityEnabled: Output<Boolean>? = null, val name: Output<String>, val route: Output<PointToPointVpnGatewayConnectionConfigurationRouteArgs>? = null, val vpnClientAddressPool: Output<PointToPointVpnGatewayConnectionConfigurationVpnClientAddressPoolArgs>) : ConvertibleToJava<PointToPointVpnGatewayConnectionConfigurationArgs>
Constructors
Link copied to clipboard
constructor(internetSecurityEnabled: Output<Boolean>? = null, name: Output<String>, route: Output<PointToPointVpnGatewayConnectionConfigurationRouteArgs>? = null, vpnClientAddressPool: Output<PointToPointVpnGatewayConnectionConfigurationVpnClientAddressPoolArgs>)
Properties
Link copied to clipboard
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
A route
block as defined below.
Link copied to clipboard
val vpnClientAddressPool: Output<PointToPointVpnGatewayConnectionConfigurationVpnClientAddressPoolArgs>
A vpn_client_address_pool
block as defined below.