RouterBgpPeerArgs

fun RouterBgpPeerArgs(advertiseMode: Output<RouterBgpPeerAdvertiseMode>? = null, advertisedGroups: Output<List<RouterBgpPeerAdvertisedGroupsItem>>? = null, advertisedIpRanges: Output<List<RouterAdvertisedIpRangeArgs>>? = null, advertisedRoutePriority: Output<Int>? = null, bfd: Output<RouterBgpPeerBfdArgs>? = null, customLearnedIpRanges: Output<List<RouterBgpPeerCustomLearnedIpRangeArgs>>? = null, customLearnedRoutePriority: Output<Int>? = null, enable: Output<RouterBgpPeerEnable>? = null, enableIpv6: Output<Boolean>? = null, interfaceName: Output<String>? = null, ipAddress: Output<String>? = null, ipv6NexthopAddress: Output<String>? = null, md5AuthenticationKeyName: Output<String>? = null, name: Output<String>? = null, peerAsn: Output<Int>? = null, peerIpAddress: Output<String>? = null, peerIpv6NexthopAddress: Output<String>? = null, routerApplianceInstance: Output<String>? = null)