ExpressRouteCircuitConnectionArgs

data class ExpressRouteCircuitConnectionArgs(val addressPrefix: Output<String>? = null, val authorizationKey: Output<String>? = null, val expressRouteCircuitPeering: Output<SubResourceArgs>? = null, val id: Output<String>? = null, val ipv6CircuitConnectionConfig: Output<Ipv6CircuitConnectionConfigArgs>? = null, val name: Output<String>? = null, val peerExpressRouteCircuitPeering: Output<SubResourceArgs>? = null) : ConvertibleToJava<ExpressRouteCircuitConnectionArgs>

Express Route Circuit Connection in an ExpressRouteCircuitPeering resource.

Constructors

Link copied to clipboard
fun ExpressRouteCircuitConnectionArgs(addressPrefix: Output<String>? = null, authorizationKey: Output<String>? = null, expressRouteCircuitPeering: Output<SubResourceArgs>? = null, id: Output<String>? = null, ipv6CircuitConnectionConfig: Output<Ipv6CircuitConnectionConfigArgs>? = null, name: Output<String>? = null, peerExpressRouteCircuitPeering: Output<SubResourceArgs>? = null)

Functions

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

Properties

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

/29 IP address space to carve out Customer addresses for tunnels.

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

The authorization key.

Link copied to clipboard

Reference to Express Route Circuit Private Peering Resource of the circuit initiating connection.

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

Resource ID.

Link copied to clipboard

IPv6 Address PrefixProperties of the express route circuit connection.

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

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard

Reference to Express Route Circuit Private Peering Resource of the peered circuit.