GetExpressRouteCircuitConnectionResult

data class GetExpressRouteCircuitConnectionResult(val addressPrefix: String? = null, val authorizationKey: String? = null, val azureApiVersion: String, val circuitConnectionStatus: String, val etag: String, val expressRouteCircuitPeering: SubResourceResponse? = null, val id: String? = null, val ipv6CircuitConnectionConfig: Ipv6CircuitConnectionConfigResponse? = null, val name: String? = null, val peerExpressRouteCircuitPeering: SubResourceResponse? = null, val provisioningState: String, val type: String)

Express Route Circuit Connection in an ExpressRouteCircuitPeering resource.

Constructors

Link copied to clipboard
constructor(addressPrefix: String? = null, authorizationKey: String? = null, azureApiVersion: String, circuitConnectionStatus: String, etag: String, expressRouteCircuitPeering: SubResourceResponse? = null, id: String? = null, ipv6CircuitConnectionConfig: Ipv6CircuitConnectionConfigResponse? = null, name: String? = null, peerExpressRouteCircuitPeering: SubResourceResponse? = null, provisioningState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addressPrefix: String? = null

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

Link copied to clipboard

The authorization key.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Express Route Circuit connection state.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard

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

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

IPv6 Address PrefixProperties of the express route circuit connection.

Link copied to clipboard
val name: 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.

Link copied to clipboard

The provisioning state of the express route circuit connection resource.

Link copied to clipboard

Type of the resource.