Get Express Route Cross Connection Peering Result
data class GetExpressRouteCrossConnectionPeeringResult(val azureASN: Int, val etag: String, 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 peeringType: String? = null, val primaryAzurePort: String, val primaryPeerAddressPrefix: String? = null, val provisioningState: String, val secondaryAzurePort: String, val secondaryPeerAddressPrefix: String? = null, val sharedKey: String? = null, val state: String? = null, val vlanId: Int? = null)
Peering in an ExpressRoute Cross Connection resource.
Constructors
Link copied to clipboard
constructor(azureASN: Int, etag: String, gatewayManagerEtag: String? = null, id: String? = null, ipv6PeeringConfig: Ipv6ExpressRouteCircuitPeeringConfigResponse? = null, lastModifiedBy: String, microsoftPeeringConfig: ExpressRouteCircuitPeeringConfigResponse? = null, name: String? = null, peerASN: Double? = null, peeringType: String? = null, primaryAzurePort: String, primaryPeerAddressPrefix: String? = null, provisioningState: String, secondaryAzurePort: String, secondaryPeerAddressPrefix: String? = null, sharedKey: String? = null, state: String? = null, vlanId: Int? = null)
Properties
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 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 cross connection peering resource.
Link copied to clipboard
The secondary port.
Link copied to clipboard
The secondary address prefix.