GetExpressRouteCircuitPeering

data class GetExpressRouteCircuitPeering(val azureAsn: Int, val peerAsn: Int, val peeringType: String, val primaryPeerAddressPrefix: String, val secondaryPeerAddressPrefix: String, val sharedKey: String, val vlanId: Int)

Constructors

Link copied to clipboard
constructor(azureAsn: Int, peerAsn: Int, peeringType: String, primaryPeerAddressPrefix: String, secondaryPeerAddressPrefix: String, sharedKey: String, vlanId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Either a 16-bit or a 32-bit ASN for Azure.

Link copied to clipboard

The Either a 16-bit or a 32-bit ASN. Can either be public or private.

Link copied to clipboard

The type of the ExpressRoute Circuit Peering. Acceptable values include AzurePrivatePeering, AzurePublicPeering and MicrosoftPeering. Changing this forces a new resource to be created.

Link copied to clipboard

A /30 subnet for the primary link.

Link copied to clipboard

A /30 subnet for the secondary link.

Link copied to clipboard

The shared key. Can be a maximum of 25 characters.

Link copied to clipboard
val vlanId: Int

A valid VLAN ID to establish this peering on.