You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
NXS has a limitation thet if you want to include a group as a member of another group by using group tags, then the child group MUST be of the type "IP Address Only".
Describe the solution you'd like
A top level parameter of "group_type" that can take the value of "IPAddress" to create such a group as per the API
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
we had this requirement as well in our deployment and this can be done by modifying get_resource_spec() in nsxt_policy_group.py '
just add these lines then just specify group_type in the playbook
Is your feature request related to a problem? Please describe.
NXS has a limitation thet if you want to include a group as a member of another group by using group tags, then the child group MUST be of the type "IP Address Only".
Describe the solution you'd like
A top level parameter of "group_type" that can take the value of "IPAddress" to create such a group as per the API
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: