The vmware_nsx.plugins.nsx_v3.utils Module

class vmware_nsx.plugins.nsx_v3.utils.DbCertProvider(filename)

Bases: vmware_nsxlib.v3.client_cert.ClientCertProvider

Write cert data from DB to file and delete after use

Since several connections may use same filename simultaneously, this class maintains refcount to write/delete the file only once

EXPIRATION_ALERT_DAYS = 30
filename()
vmware_nsx.plugins.nsx_v3.utils.get_client_cert_provider()
vmware_nsx.plugins.nsx_v3.utils.get_nsxlib_wrapper(nsx_username=None, nsx_password=None, basic_auth=False)

Previous topic

The vmware_nsx.plugins.nsx_v3.plugin Module

Next topic

The vmware_nsx.services.flowclassifier.nsx_v.driver Module

This Page