NetworkToNetworkInterconnectPropertiesResponseOptionBLayer3Configuration

data class NetworkToNetworkInterconnectPropertiesResponseOptionBLayer3Configuration(val fabricASN: Double, val peerASN: Double, val primaryIpv4Prefix: String? = null, val primaryIpv6Prefix: String? = null, val secondaryIpv4Prefix: String? = null, val secondaryIpv6Prefix: String? = null, val vlanId: Int)

Common properties for Layer3Configuration.

Constructors

constructor(fabricASN: Double, peerASN: Double, primaryIpv4Prefix: String? = null, primaryIpv6Prefix: String? = null, secondaryIpv4Prefix: String? = null, secondaryIpv6Prefix: String? = null, vlanId: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ASN of CE devices for CE/PE connectivity.

Link copied to clipboard

ASN of PE devices for CE/PE connectivity.Example : 28

Link copied to clipboard

IPv4 Address Prefix.

Link copied to clipboard

IPv6 Address Prefix.

Link copied to clipboard

Secondary IPv4 Address Prefix.

Link copied to clipboard

Secondary IPv6 Address Prefix.

Link copied to clipboard
val vlanId: Int

VLAN for CE/PE Layer 3 connectivity.Example : 501