ExpressRouteCircuitPeeringResponse

data class ExpressRouteCircuitPeeringResponse(val azureASN: Int? = null, val connections: List<ExpressRouteCircuitConnectionResponse>? = null, val etag: String, val expressRouteConnection: ExpressRouteConnectionIdResponse? = null, val gatewayManagerEtag: String? = null, val id: String? = null, val ipv6PeeringConfig: Ipv6ExpressRouteCircuitPeeringConfigResponse? = null, val lastModifiedBy: String, val microsoftPeeringConfig: ExpressRouteCircuitPeeringConfigResponse? = null, val name: String? = null, val peerASN: Double? = null, val peeredConnections: List<PeerExpressRouteCircuitConnectionResponse>, val peeringType: String? = null, val primaryAzurePort: String? = null, val primaryPeerAddressPrefix: String? = null, val provisioningState: String, val routeFilter: SubResourceResponse? = null, val secondaryAzurePort: String? = null, val secondaryPeerAddressPrefix: String? = null, val sharedKey: String? = null, val state: String? = null, val stats: ExpressRouteCircuitStatsResponse? = null, val type: String, val vlanId: Int? = null)

Peering in an ExpressRouteCircuit resource.

Constructors

Link copied to clipboard
constructor(azureASN: Int? = null, connections: List<ExpressRouteCircuitConnectionResponse>? = null, etag: String, expressRouteConnection: ExpressRouteConnectionIdResponse? = null, gatewayManagerEtag: String? = null, id: String? = null, ipv6PeeringConfig: Ipv6ExpressRouteCircuitPeeringConfigResponse? = null, lastModifiedBy: String, microsoftPeeringConfig: ExpressRouteCircuitPeeringConfigResponse? = null, name: String? = null, peerASN: Double? = null, peeredConnections: List<PeerExpressRouteCircuitConnectionResponse>, peeringType: String? = null, primaryAzurePort: String? = null, primaryPeerAddressPrefix: String? = null, provisioningState: String, routeFilter: SubResourceResponse? = null, secondaryAzurePort: String? = null, secondaryPeerAddressPrefix: String? = null, sharedKey: String? = null, state: String? = null, stats: ExpressRouteCircuitStatsResponse? = null, type: String, vlanId: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val azureASN: Int? = null

The Azure ASN.

Link copied to clipboard

The list of circuit connections associated with Azure Private Peering for this circuit.

Link copied to clipboard

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

Link copied to clipboard

The ExpressRoute connection.

Link copied to clipboard

The GatewayManager Etag.

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

The IPv6 peering configuration.

Link copied to clipboard

Who was the last to modify the peering.

Link copied to clipboard

The Microsoft peering configuration.

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
val peerASN: Double? = null

The peer ASN.

Link copied to clipboard

The list of peered circuit connections associated with Azure Private Peering for this circuit.

Link copied to clipboard
val peeringType: String? = null

The peering type.

Link copied to clipboard

The primary port.

Link copied to clipboard

The primary address prefix.

Link copied to clipboard

The provisioning state of the express route circuit peering resource.

Link copied to clipboard

The reference to the RouteFilter resource.

Link copied to clipboard

The secondary port.

Link copied to clipboard

The secondary address prefix.

Link copied to clipboard
val sharedKey: String? = null

The shared key.

Link copied to clipboard
val state: String? = null

The peering state.

Link copied to clipboard

The peering stats of express route circuit.

Link copied to clipboard

Type of the resource.

Link copied to clipboard
val vlanId: Int? = null

The VLAN ID.