Description
ISSUE TYPE
Improvement request
COMPONENT NAME
Component: Improvement, UI
CLOUDSTACK VERSION
Cloudstack version 4.19.1.x
SUMMARY
Add a filter option to view the network offerings based on the network type , Isolated, VPC, Shared ,L2
Steps to reproduce the issue
- Navigate to service offerings > Network offerings > Add network offering > enable it for vpc
- Navigate to service offerings > Network offerings > list offerings
It isn't easy to list only the vpc based network offerings as there is no filter for it
Expected behaviour
It would be great if we can add a filter to list the vpc based isolated network offerings as the API supports it
https://cloudstack.apache.org/api/apidocs-4.19/apis/listNetworkOfferings.html
(CMK) > list networkofferings forvpc=true filter=name
Also, we can add a filter with guestype=
(CMK) >list networkofferings guestiptype=isolated
CMK) >list networkofferings guestiptype=shared
CMK) >list networkofferings guestiptype=L2