GetCircuitPeeringResult

data class GetCircuitPeeringResult(val azureAsn: Int, val expressRouteCircuitName: String, val gatewayManagerEtag: String, val id: String, val ipv4Enabled: Boolean, val peerAsn: Int, val peeringType: String, val primaryAzurePort: String, val primaryPeerAddressPrefix: String, val resourceGroupName: String, val routeFilterId: String, val secondaryAzurePort: String, val secondaryPeerAddressPrefix: String, val sharedKey: String, val vlanId: Int)

A collection of values returned by getCircuitPeering.

Constructors

Link copied to clipboard
constructor(azureAsn: Int, expressRouteCircuitName: String, gatewayManagerEtag: String, id: String, ipv4Enabled: Boolean, peerAsn: Int, peeringType: String, primaryAzurePort: String, primaryPeerAddressPrefix: String, resourceGroupName: String, routeFilterId: String, secondaryAzurePort: String, secondaryPeerAddressPrefix: String, sharedKey: String, vlanId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ASN used by Azure for the peering.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Indicates if IPv4 is enabled.

Link copied to clipboard
Link copied to clipboard

The type of the ExpressRoute Circuit Peering.

Link copied to clipboard

The primary port used by Azure for this peering.

Link copied to clipboard

The primary peer address prefix.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The secondary port used by Azure for this peering.

Link copied to clipboard

The secondary peer address prefix.

Link copied to clipboard
Link copied to clipboard
val vlanId: Int

The VLAN ID used for this peering.