Express Route Circuit Peering Response
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)
Properties
Link copied to clipboard
The list of circuit connections associated with Azure Private Peering for this circuit.
Link copied to clipboard
The ExpressRoute connection.
Link copied to clipboard
The GatewayManager Etag.
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
The list of peered circuit connections associated with Azure Private Peering for this circuit.
Link copied to clipboard
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
The peering stats of express route circuit.