VpnConfigurationPropertiesResponseOptionAProperties

data class VpnConfigurationPropertiesResponseOptionAProperties(val bfdConfiguration: BfdConfigurationResponse? = null, val mtu: Int? = null, val peerASN: Double, val primaryIpv4Prefix: String? = null, val primaryIpv6Prefix: String? = null, val secondaryIpv4Prefix: String? = null, val secondaryIpv6Prefix: String? = null, val vlanId: Int)

option A properties

Constructors

constructor(bfdConfiguration: BfdConfigurationResponse? = null, mtu: Int? = null, 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

BFD Configuration properties.

Link copied to clipboard
val mtu: Int? = null

MTU to use for option A peering.

Link copied to clipboard

Peer ASN number.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 Id.Example : 501