ExternalNetworkPropertiesOptionAPropertiesArgs

data class ExternalNetworkPropertiesOptionAPropertiesArgs(val bfdConfiguration: Output<BfdConfigurationArgs>? = null, val egressAclId: Output<String>? = null, val ingressAclId: Output<String>? = null, val mtu: Output<Int>? = null, val peerASN: Output<Double>, val primaryIpv4Prefix: Output<String>? = null, val primaryIpv6Prefix: Output<String>? = null, val secondaryIpv4Prefix: Output<String>? = null, val secondaryIpv6Prefix: Output<String>? = null, val vlanId: Output<Int>) : ConvertibleToJava<ExternalNetworkPropertiesOptionAPropertiesArgs>

option A properties object

Constructors

constructor(bfdConfiguration: Output<BfdConfigurationArgs>? = null, egressAclId: Output<String>? = null, ingressAclId: Output<String>? = null, mtu: Output<Int>? = null, peerASN: Output<Double>, primaryIpv4Prefix: Output<String>? = null, primaryIpv6Prefix: Output<String>? = null, secondaryIpv4Prefix: Output<String>? = null, secondaryIpv6Prefix: Output<String>? = null, vlanId: Output<Int>)

Properties

Link copied to clipboard

BFD configuration properties

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

Egress Acl. ARM resource ID of Access Control Lists.

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

Ingress Acl. ARM resource ID of Access Control Lists.

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

MTU to use for option A peering.

Link copied to clipboard
val peerASN: Output<Double>

Peer ASN number.Example : 28

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

IPv4 Address Prefix.

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

IPv6 Address Prefix.

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

Secondary IPv4 Address Prefix.

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

Secondary IPv6 Address Prefix.

Link copied to clipboard
val vlanId: Output<Int>

Vlan identifier. Example : 501

Functions

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