The oslo_vmware.vim Module

class oslo_vmware.vim.Vim(protocol='https', host='localhost', port=None, wsdl_url=None, cacert=None, insecure=True, pool_maxsize=10, connection_timeout=None, op_id_prefix='oslo.vmware')

Bases: oslo_vmware.service.Service

Service class that provides access to the VIM API.

retrieve_service_content()