Add api for nsxlib passthrough object
Change-Id: Ide05dd8878092043a6a3fe3d7701aa5018d47332
This commit is contained in:
parent
d6c8d9c3ae
commit
bdf9976a84
@ -145,6 +145,9 @@ class NsxPolicyLib(lib.NsxLibBase):
|
||||
self.ipsec_vpn = ipsec_vpn_resources.NsxPolicyIpsecVpnApi(*args)
|
||||
self.global_config = core_resources.NsxPolicyGlobalConfig(*args)
|
||||
|
||||
def get_nsxlib_passthrough(self):
|
||||
return self.nsx_api
|
||||
|
||||
def get_version(self):
|
||||
"""Get the NSX Policy manager version
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user