RouterPeerArgs

constructor(advertiseMode: Output<String>? = null, advertisedGroups: Output<List<String>>? = null, advertisedIpRanges: Output<List<RouterPeerAdvertisedIpRangeArgs>>? = null, advertisedRoutePriority: Output<Int>? = null, bfd: Output<RouterPeerBfdArgs>? = null, customLearnedIpRanges: Output<List<RouterPeerCustomLearnedIpRangeArgs>>? = null, customLearnedRoutePriority: Output<Int>? = null, enable: Output<Boolean>? = null, enableIpv4: Output<Boolean>? = null, enableIpv6: Output<Boolean>? = null, exportPolicies: Output<List<String>>? = null, importPolicies: Output<List<String>>? = null, interface: Output<String>? = null, ipAddress: Output<String>? = null, ipv4NexthopAddress: Output<String>? = null, ipv6NexthopAddress: Output<String>? = null, md5AuthenticationKey: Output<RouterPeerMd5AuthenticationKeyArgs>? = null, name: Output<String>? = null, peerAsn: Output<Int>? = null, peerIpAddress: Output<String>? = null, peerIpv4NexthopAddress: Output<String>? = null, peerIpv6NexthopAddress: Output<String>? = null, project: Output<String>? = null, region: Output<String>? = null, router: Output<String>? = null, routerApplianceInstance: Output<String>? = null)