ExpressRouteConnectionArgs

data class ExpressRouteConnectionArgs(val authorizationKey: Output<String>? = null, val enableInternetSecurity: Output<Boolean>? = null, val enablePrivateLinkFastPath: Output<Boolean>? = null, val expressRouteCircuitPeering: Output<ExpressRouteCircuitPeeringIdArgs>, val expressRouteGatewayBypass: Output<Boolean>? = null, val id: Output<String>? = null, val name: Output<String>, val routingConfiguration: Output<RoutingConfigurationArgs>? = null, val routingWeight: Output<Int>? = null) : ConvertibleToJava<ExpressRouteConnectionArgs>

ExpressRouteConnection resource.

Constructors

Link copied to clipboard
constructor(authorizationKey: Output<String>? = null, enableInternetSecurity: Output<Boolean>? = null, enablePrivateLinkFastPath: Output<Boolean>? = null, expressRouteCircuitPeering: Output<ExpressRouteCircuitPeeringIdArgs>, expressRouteGatewayBypass: Output<Boolean>? = null, id: Output<String>? = null, name: Output<String>, routingConfiguration: Output<RoutingConfigurationArgs>? = null, routingWeight: Output<Int>? = null)

Properties

Link copied to clipboard
val authorizationKey: Output<String>? = null

Authorization key to establish the connection.

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

Enable internet security.

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

Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.

Link copied to clipboard

The ExpressRoute circuit peering.

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

Enable FastPath to vWan Firewall hub.

Link copied to clipboard
val id: Output<String>? = null

Resource ID.

Link copied to clipboard
val name: Output<String>

The name of the resource.

Link copied to clipboard

The Routing Configuration indicating the associated and propagated route tables on this connection.

Link copied to clipboard
val routingWeight: Output<Int>? = null

The routing weight associated to the connection.

Functions

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