List all qubes with provide network set to ON

Good day,

I am trying to get a list of all qubes with the option provie network set to ON. I need that through a script. How can I do this?

Thanks

Bishop

qvm-ls --fields=name,provides_network | grep True | cut -d ' ' -f 1