GetExpressRouteConnectionResult

data class GetExpressRouteConnectionResult(val authorizationKey: String? = null, val azureApiVersion: String, val enableInternetSecurity: Boolean? = null, val enablePrivateLinkFastPath: Boolean? = null, val expressRouteCircuitPeering: ExpressRouteCircuitPeeringIdResponse, val expressRouteGatewayBypass: Boolean? = null, val id: String? = null, val name: String, val provisioningState: String, val routingConfiguration: RoutingConfigurationResponse? = null, val routingWeight: Int? = null)

ExpressRouteConnection resource.

Constructors

Link copied to clipboard
constructor(authorizationKey: String? = null, azureApiVersion: String, enableInternetSecurity: Boolean? = null, enablePrivateLinkFastPath: Boolean? = null, expressRouteCircuitPeering: ExpressRouteCircuitPeeringIdResponse, expressRouteGatewayBypass: Boolean? = null, id: String? = null, name: String, provisioningState: String, routingConfiguration: RoutingConfigurationResponse? = null, routingWeight: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authorization key to establish the connection.

Link copied to clipboard

The Azure API version of the resource.

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
Link copied to clipboard

Enable FastPath to vWan Firewall hub.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

The provisioning state of the express route connection resource.

Link copied to clipboard

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

Link copied to clipboard
val routingWeight: Int? = null

The routing weight associated to the connection.