Express Route Connection Args
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
Authorization key to establish the connection.
Link copied to clipboard
Enable internet security.
Link copied to clipboard
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
Enable FastPath to vWan Firewall hub.
Link copied to clipboard
The Routing Configuration indicating the associated and propagated route tables on this connection.
Link copied to clipboard
The routing weight associated to the connection.