<spanid="vmware-vapi-stdlib-client-package"></span><h1>vmware.vapi.stdlib.client package<aclass="headerlink"href="#module-vmware.vapi.stdlib.client"title="Permalink to this headline">¶</a></h1>
<divclass="section"id="submodules">
<h2>Submodules<aclass="headerlink"href="#submodules"title="Permalink to this headline">¶</a></h2>
<spanid="vmware-vapi-stdlib-client-factories-module"></span><h2>vmware.vapi.stdlib.client.factories module<aclass="headerlink"href="#module-vmware.vapi.stdlib.client.factories"title="Permalink to this headline">¶</a></h2>
<emclass="property">class </em><codeclass="descclassname">vmware.vapi.stdlib.client.factories.</code><codeclass="descname">StubConfigurationFactory</code><aclass="headerlink"href="#vmware.vapi.stdlib.client.factories.StubConfigurationFactory"title="Permalink to this definition">¶</a></dt>
<emclass="property">static </em><codeclass="descname">new_configuration</code><spanclass="sig-paren">(</span><em>connector</em>, <em>*errorTypes</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#vmware.vapi.stdlib.client.factories.StubConfigurationFactory.new_configuration"title="Permalink to this definition">¶</a></dt>
<dd><p>Return a stub configuration using the specified connection, with no
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><ulclass="first last simple">
<li><strong>connector</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">vmware.vapi.protocol.client.connector.Connector</span></code>) – Connection to be used to talk to the remote
ApiProvider</li>
<li><strong>error_types</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of
<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">vmware.vapi.bindings.type.ErrorType</span></code>) – error types to be registered in the configuration</li>
<emclass="property">static </em><codeclass="descname">new_runtime_configuration</code><spanclass="sig-paren">(</span><em>connector</em>, <em>*errorTypes</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#vmware.vapi.stdlib.client.factories.StubConfigurationFactory.new_runtime_configuration"title="Permalink to this definition">¶</a></dt>
<dd><p>Return a stub configuration using the specified connection, with the
errors reported by the vAPI runtime registered.</p>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><ulclass="first last simple">
<li><strong>connector</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">vmware.vapi.protocol.client.connector.Connector</span></code>) – Connection to be used to talk to the remote
ApiProvider</li>
<li><strong>error_types</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of
<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">vmware.vapi.bindings.type.ErrorType</span></code>) – additional error types to be registered in the
<emclass="property">static </em><codeclass="descname">new_std_configuration</code><spanclass="sig-paren">(</span><em>connector</em>, <em>*errorTypes</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#vmware.vapi.stdlib.client.factories.StubConfigurationFactory.new_std_configuration"title="Permalink to this definition">¶</a></dt>
<dd><p>Return a stub configuration using the specified connection, with all the
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><ulclass="first last simple">
<li><strong>connector</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">vmware.vapi.protocol.client.connector.Connector</span></code>) – Connection to be used to talk to the remote
ApiProvider</li>
<li><strong>error_types</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of
<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">vmware.vapi.bindings.type.ErrorType</span></code>) – additional error types to be registered in the
Built with <ahref="http://sphinx-doc.org/">Sphinx</a> using a <ahref="https://github.com/rtfd/sphinx_rtd_theme">theme</a> provided by <ahref="https://readthedocs.org">Read the Docs</a>.