GetExpressRouteCrossConnectionPeeringResult

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

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure ASN.

Link copied to clipboard

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

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
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 cross connection peering 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
val vlanId: Int? = null

The VLAN ID.