-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add distributed firewall for NSX-V VDC (#521)
* Add functions to enable/disable a NSX-V distributed firewall * Add NSX-V distributed firewall and service types specifications * Add services and configuration retrieval functions * Add NSX-V distributed firewall update function * Implement IsNsxv for AdminVdc * Add test for AdminVdc.IsNsxv * Add test for NSX-V distributed firewall update * Add CHANGELOG entry Signed-off-by: Giuseppe Maxia <[email protected]>
- Loading branch information
1 parent
cdc1a00
commit aea05c4
Showing
9 changed files
with
1,084 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* Added method `AdminVdc.IsNsxv` to detect whether an Admin VDC is NSX-V [GH-521] | ||
* Added function `NewNsxvDistributedFirewall` to create a new NSX-V distributed firewall [GH-521] | ||
* Added `NsxvDistributedFirewall` methods `GetConfiguration`, `IsEnabled`, `Enable`, `Disable`, `UpdateConfiguration`, `Refresh` to handle CRUD operations with NSX-V distributed firewalls [GH-521] | ||
* Added `NsxvDistributedFirewall` methods `GetServices`, `GetServiceGroups`, `GetServiceById`, `GetServiceByName`, `GetServiceGroupById`, `GetServiceGroupByName` to retrieve specific services or service groups [GH-521] | ||
* Added `NsxvDistributedFirewall` methods `GetServicesByRegex` and `GetServiceGroupsByRegex` to search services or service groups by regular expression [GH-521] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.