PeerExpressRouteCircuitConnectionResponse

data class PeerExpressRouteCircuitConnectionResponse(val addressPrefix: String? = null, val authResourceGuid: String? = null, val circuitConnectionStatus: String, val connectionName: String? = null, val etag: String, val expressRouteCircuitPeering: SubResourceResponse? = null, val id: String? = null, val name: String? = null, val peerExpressRouteCircuitPeering: SubResourceResponse? = null, val provisioningState: String, val type: String)

Peer Express Route Circuit Connection in an ExpressRouteCircuitPeering resource.

Constructors

constructor(addressPrefix: String? = null, authResourceGuid: String? = null, circuitConnectionStatus: String, connectionName: String? = null, etag: String, expressRouteCircuitPeering: SubResourceResponse? = null, id: String? = 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 resource guid of the authorization used for the express route circuit connection.

Link copied to clipboard

Express Route Circuit connection state.

Link copied to clipboard
val connectionName: String? = null

The name of the express route circuit connection resource.

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.

Link copied to clipboard
val id: String? = null

Resource ID.

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 peer express route circuit connection resource.

Link copied to clipboard

Type of the resource.