vmware-nsxlib/vmware_nsxlib/v3
Abhishek Raut 0294780a4d Allow passing args of type list for NSGroup and firewall rule methods
The current NSGroup create method does not allow for passing a
list of membership criterias. Similarly the source, destination
and service arguments of Firewall rule method does not allow for
passing a list. This patch provides a fix for it and updates
all occurences of get_rule_dict with appropriate values.

This patch also adds a new arg to get_rule_dict to allow creation
of firewall rules with the disabled=True or False. The default
value of this arg is False, which means rules are enabled.

Change-Id: I6b16d37bf3ca61f3c9f02688f9548ea4b3b6adb6
2017-01-14 06:47:00 -08:00
..
__init__.py Merge "Update interface about NSX IPAM and CIF API change" 2017-02-13 03:47:14 +00:00
client.py Merge "Prevent downtime when client cert is regenerated" 2017-02-05 07:50:43 +00:00
client_cert.py Add validation for client certificate subject 2017-02-07 15:13:43 -08:00
cluster.py Merge "Prevent downtime when client cert is regenerated" 2017-02-05 07:50:43 +00:00
config.py Basic support for client cert authentication 2017-01-06 13:59:27 -08:00
exceptions.py Prevent downtime when client cert is regenerated 2017-02-02 12:50:27 +00:00
native_dhcp.py NSXv3: Add support for dns-integration extension 2017-01-06 10:23:55 -08:00
ns_group_manager.py Expand PEP8 tests on nsxlib 2016-12-25 07:55:36 +02:00
nsx_constants.py Update interface about NSX IPAM and CIF API change 2017-02-10 02:15:58 -08:00
resources.py Merge "Update interface about NSX IPAM and CIF API change" 2017-02-13 03:47:14 +00:00
router.py Merge "Disable uRPF check on lrp on container LS" 2017-01-27 22:38:59 +00:00
security.py Allow passing args of type list for NSGroup and firewall rule methods 2017-01-14 06:47:00 -08:00
trust_management.py Merge "Support client certificate import" 2017-01-31 06:23:24 +00:00
utils.py Fix parameter args 2017-02-13 22:15:13 -08:00