<spanid="com-vmware-vapi-metadata-metamodel-package"></span><h1>com.vmware.vapi.metadata.metamodel package<aclass="headerlink"href="#module-com.vmware.vapi.metadata.metamodel"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="com-vmware-vapi-metadata-metamodel-resource-client-module"></span><h2>com.vmware.vapi.metadata.metamodel.resource_client module<aclass="headerlink"href="#module-com.vmware.vapi.metadata.metamodel.resource_client"title="Permalink to this headline">¶</a></h2>
<emclass="property">class </em><codeclass="descclassname">com.vmware.vapi.metadata.metamodel.resource_client.</code><codeclass="descname">Model</code><spanclass="sig-paren">(</span><em>config</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.vapi.metadata.metamodel.resource_client.Model"title="Permalink to this definition">¶</a></dt>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>config</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</td>
<codeclass="descname">list</code><spanclass="sig-paren">(</span><em>resource_id</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.vapi.metadata.metamodel.resource_client.Model.list"title="Permalink to this definition">¶</a></dt>
<dd><p>Returns the set of identifiers for the structure elements that are
models for the resource type corresponding to <codeclass="docutils literal notranslate"><spanclass="pre">resource_id</span></code>.</p>
<p>The <aclass="reference internal"href="com.vmware.vapi.metadata.html#com.vmware.vapi.metadata.metamodel_client.Structure"title="com.vmware.vapi.metadata.metamodel_client.Structure"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">com.vmware.vapi.metadata.metamodel_client.Structure</span></code></a> class
provides methods to retrieve more details about the structure elements
corresponding to the identifiers returned by this method.</p>
<emclass="property">class </em><codeclass="descclassname">com.vmware.vapi.metadata.metamodel.resource_client.</code><codeclass="descname">StubFactory</code><spanclass="sig-paren">(</span><em>stub_config</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.vapi.metadata.metamodel.resource_client.StubFactory"title="Permalink to this definition">¶</a></dt>
<spanid="com-vmware-vapi-metadata-metamodel-service-client-module"></span><h2>com.vmware.vapi.metadata.metamodel.service_client module<aclass="headerlink"href="#module-com.vmware.vapi.metadata.metamodel.service_client"title="Permalink to this headline">¶</a></h2>
<emclass="property">class </em><codeclass="descclassname">com.vmware.vapi.metadata.metamodel.service_client.</code><codeclass="descname">Operation</code><spanclass="sig-paren">(</span><em>config</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.vapi.metadata.metamodel.service_client.Operation"title="Permalink to this definition">¶</a></dt>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>config</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</td>
<codeclass="descname">RESOURCE_TYPE</code><emclass="property"> = 'com.vmware.vapi.operation'</em><aclass="headerlink"href="#com.vmware.vapi.metadata.metamodel.service_client.Operation.RESOURCE_TYPE"title="Permalink to this definition">¶</a></dt>
<codeclass="descname">get</code><spanclass="sig-paren">(</span><em>service_id</em>, <em>operation_id</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.vapi.metadata.metamodel.service_client.Operation.get"title="Permalink to this definition">¶</a></dt>
<dd><p>Retrieves the metamodel information about an operation element
corresponding to <codeclass="docutils literal notranslate"><spanclass="pre">operation_id</span></code> contained in the service element
corresponding to <codeclass="docutils literal notranslate"><spanclass="pre">service_id</span></code>.</p>
<li><strong>service_id</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – Identifier of the service element.
The parameter must be an identifier for the resource type:
<codeclass="descname">list</code><spanclass="sig-paren">(</span><em>service_id</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.vapi.metadata.metamodel.service_client.Operation.list"title="Permalink to this definition">¶</a></dt>
<dd><p>Returns the identifiers for the operation elements that are defined in
the scope of <codeclass="docutils literal notranslate"><spanclass="pre">service_id</span></code>.</p>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>service_id</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – Identifier of the service element.
The parameter must be an identifier for the resource type:
<trclass="field-odd field"><thclass="field-name">Returns:</th><tdclass="field-body">The list of identifiers for the operation elements that are defined
in the scope of <codeclass="docutils literal notranslate"><spanclass="pre">service_id</span></code>.
The return value will contain identifiers for the resource type:
<emclass="property">class </em><codeclass="descclassname">com.vmware.vapi.metadata.metamodel.service_client.</code><codeclass="descname">StubFactory</code><spanclass="sig-paren">(</span><em>stub_config</em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.vapi.metadata.metamodel.service_client.StubFactory"title="Permalink to this definition">¶</a></dt>
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>.