Make acquiring network faster

  1. Please add Long zonePoolId in NetworkIdentityProjection.
  2. Query the network object based on the user token from the plugin anywhere in LumenProvisionProvider and LumenOptionSourceProvider (basically only grab networks from current logged in user)
  3. Also if you could overload this function to include filtering networks based on zonePoolId for example this modified method morpheus.network.listIdentityProjections(cloud, zonePoolId).

Seems the point of the IdentityProjection may be being missed here. the zonePoolId is not a referenceId for the external side.

Query based on user token? is this just query the network list based on user access? This option source is in the main option source provider called networks so im seeking clarification. what user token are we referring to?