The “IsPerenniallyReserved” property doesn’t seem to exist in the API for a ScsiLUN.
vSphere 6.0 Documentation Center
So it seems that the answer is no, if it is not available in the API it will not be available via get-view.
How large is the environment?
How many LUNs presented per ESXi host?
Maybe executing esxcli in parallel tasks will be the solution.
Powershell way via Workflow or backgrounds jobs.
Linux way and SSH. Create the esxcli command and save in a path available for all ESXi hosts. Use something like plink to execute the command on all ESXi host.
Then via PowerShell collect all files and combine them together.