ExternalNetworkPropertiesResponseOptionAProperties

data class ExternalNetworkPropertiesResponseOptionAProperties(val bfdConfiguration: BfdConfigurationResponse? = null, val egressAclId: String? = null, val fabricASN: Double, val ingressAclId: String? = 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 object

Constructors

constructor(bfdConfiguration: BfdConfigurationResponse? = null, egressAclId: String? = null, fabricASN: Double, ingressAclId: String? = 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 egressAclId: String? = null

Egress Acl. ARM resource ID of Access Control Lists.

Link copied to clipboard

Fabric ASN number. Example 65001

Link copied to clipboard
val ingressAclId: String? = null

Ingress Acl. ARM resource ID of Access Control Lists.

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 identifier. Example : 501