ExchangeConnectionArgs

data class ExchangeConnectionArgs(val bgpSession: Output<BgpSessionArgs>? = null, val connectionIdentifier: Output<String>? = null, val peeringDBFacilityId: Output<Int>? = null) : ConvertibleToJava<ExchangeConnectionArgs>

The properties that define an exchange connection.

Constructors

Link copied to clipboard
constructor(bgpSession: Output<BgpSessionArgs>? = null, connectionIdentifier: Output<String>? = null, peeringDBFacilityId: Output<Int>? = null)

Properties

Link copied to clipboard
val bgpSession: Output<BgpSessionArgs>? = null

The BGP session associated with the connection.

Link copied to clipboard
val connectionIdentifier: Output<String>? = null

The unique identifier (GUID) for the connection.

Link copied to clipboard
val peeringDBFacilityId: Output<Int>? = null

The PeeringDB.com ID of the facility at which the connection has to be set up.

Functions

Link copied to clipboard
open override fun toJava(): ExchangeConnectionArgs