github.com/vmware/go-vcloud-director/v2@v2.24.0/.changes/v2.20.0/521-features.md (about)

     1  * Added method `AdminVdc.IsNsxv` to detect whether an Admin VDC is NSX-V [GH-521]
     2  * Added function `NewNsxvDistributedFirewall` to create a new NSX-V distributed firewall [GH-521]
     3  * Added `NsxvDistributedFirewall` methods `GetConfiguration`, `IsEnabled`, `Enable`, `Disable`, `UpdateConfiguration`, `Refresh` to handle CRUD operations with NSX-V distributed firewalls [GH-521]
     4  * Added `NsxvDistributedFirewall` methods `GetServices`, `GetServiceGroups`, `GetServiceById`, `GetServiceByName`, `GetServiceGroupById`, `GetServiceGroupByName` to retrieve specific services or service groups [GH-521]
     5  * Added `NsxvDistributedFirewall` methods `GetServicesByRegex` and `GetServiceGroupsByRegex` to search services or service groups by regular expression [GH-521]