Is it possibleto configure vagrant vm with single bridge adapter?

is it possibleto configure vagrant vm with single bridge adapter?

I keep getting 1 NAt proivate adapter assigned and 3 other bridge adapters even though my Vagrantfile is set like this

config.vm.define “test” do |app|
app.vm.hostname = “test1”
config.vm.network “public_network”, bridge: [
“en5: Display Ethernet 2”
]