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
fun PointToPointVpnGatewayConnectionConfigurationArgs(internetSecurityEnabled: Output<Boolean>? = null, name: Output<String>, route: Output<PointToPointVpnGatewayConnectionConfigurationRouteArgs>? = null, vpnClientAddressPool: Output<PointToPointVpnGatewayConnectionConfigurationVpnClientAddressPoolArgs>)
Functions
Properties
Link copied to clipboard