1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-22 09:39:58 -05:00

Updating latest python vmc doc (1cff1a3)

This commit is contained in:
amanp 2019-10-16 11:29:13 +00:00
parent 497cfadb0a
commit 88550ce066
24 changed files with 97 additions and 95 deletions

View File

@ -1,10 +1,10 @@
.. VMware Cloud on AWS Console API documentation master file, created by
sphinx-quickstart on Sat Oct 5 04:30:10 2019.
.. vmc documentation master file, created by
sphinx-quickstart on Wed Oct 16 11:28:49 2019.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to VMware Cloud on AWS Console API's documentation!
===========================================================
Welcome to vmc's documentation!
===============================
.. toctree::
:maxdepth: 10

View File

@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.14.0',
VERSION: '1.15.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com package &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>com package &mdash; vmc 1.15.0 documentation</title>
@ -36,7 +36,7 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="com.vmware package" href="com.vmware.html" />
<link rel="prev" title="Welcome to VMware Cloud on AWS Console APIs documentation!" href="index.html" />
<link rel="prev" title="Welcome to vmcs documentation!" href="index.html" />
</head>
<body class="wy-body-for-nav">
@ -50,7 +50,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -60,7 +60,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -108,7 +108,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>
@ -269,7 +269,7 @@
<a href="com.vmware.html" class="btn btn-neutral float-right" title="com.vmware package" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="index.html" class="btn btn-neutral float-left" title="Welcome to VMware Cloud on AWS Console APIs documentation!" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
<a href="index.html" class="btn btn-neutral float-left" title="Welcome to vmcs documentation!" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware package &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>com.vmware package &mdash; vmc 1.15.0 documentation</title>
@ -50,7 +50,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -60,7 +60,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -113,7 +113,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc package &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>com.vmware.vmc package &mdash; vmc 1.15.0 documentation</title>
@ -50,7 +50,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -60,7 +60,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -113,7 +113,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>
@ -2094,7 +2094,7 @@ names.</p>
<dl class="class">
<dt id="com.vmware.vmc.model_client.EntityCapacity">
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.model_client.</code><code class="sig-name descname">EntityCapacity</code><span class="sig-paren">(</span><em class="sig-param">storage_capacity_gib=None</em>, <em class="sig-param">memory_capacity_gib=None</em>, <em class="sig-param">number_of_sockets=None</em>, <em class="sig-param">total_number_of_cores=None</em>, <em class="sig-param">number_of_ssds=None</em>, <em class="sig-param">cpu_capacity_ghz=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.EntityCapacity" title="Permalink to this definition"></a></dt>
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.model_client.</code><code class="sig-name descname">EntityCapacity</code><span class="sig-paren">(</span><em class="sig-param">storage_capacity_gib=None</em>, <em class="sig-param">memory_capacity_gib=None</em>, <em class="sig-param">total_number_of_cores=None</em>, <em class="sig-param">number_of_ssds=None</em>, <em class="sig-param">cpu_capacity_ghz=None</em>, <em class="sig-param">number_of_sockets=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.EntityCapacity" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
<p>Decribes the capacity of a given entity.</p>
<div class="admonition tip">
@ -2107,10 +2107,10 @@ names.</p>
<dd class="field-odd"><ul class="simple">
<li><p><strong>storage_capacity_gib</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) </p></li>
<li><p><strong>memory_capacity_gib</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) </p></li>
<li><p><strong>number_of_sockets</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) </p></li>
<li><p><strong>total_number_of_cores</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) </p></li>
<li><p><strong>number_of_ssds</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) </p></li>
<li><p><strong>cpu_capacity_ghz</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) </p></li>
<li><p><strong>cpu_capacity_ghz</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">float</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) </p></li>
<li><p><strong>number_of_sockets</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) </p></li>
</ul>
</dd>
</dl>
@ -4034,7 +4034,7 @@ type description page</span></a>.</p>
<dl class="class">
<dt id="com.vmware.vmc.model_client.OnDemandOfferInstance">
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.model_client.</code><code class="sig-name descname">OnDemandOfferInstance</code><span class="sig-paren">(</span><em class="sig-param">product_type=None</em>, <em class="sig-param">name=None</em>, <em class="sig-param">currency=None</em>, <em class="sig-param">region=None</em>, <em class="sig-param">unit_price=None</em>, <em class="sig-param">monthly_cost=None</em>, <em class="sig-param">version=None</em>, <em class="sig-param">description=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.OnDemandOfferInstance" title="Permalink to this definition"></a></dt>
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.model_client.</code><code class="sig-name descname">OnDemandOfferInstance</code><span class="sig-paren">(</span><em class="sig-param">product=None</em>, <em class="sig-param">product_type=None</em>, <em class="sig-param">name=None</em>, <em class="sig-param">currency=None</em>, <em class="sig-param">region=None</em>, <em class="sig-param">unit_price=None</em>, <em class="sig-param">monthly_cost=None</em>, <em class="sig-param">version=None</em>, <em class="sig-param">type=None</em>, <em class="sig-param">description=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.OnDemandOfferInstance" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
<p>Holder for the on-demand offer instance.</p>
<div class="admonition tip">
@ -4045,6 +4045,7 @@ names.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters</dt>
<dd class="field-odd"><ul class="simple">
<li><p><strong>product</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) </p></li>
<li><p><strong>product_type</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) </p></li>
<li><p><strong>name</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) </p></li>
<li><p><strong>currency</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) </p></li>
@ -4052,6 +4053,7 @@ names.</p>
<li><p><strong>unit_price</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) </p></li>
<li><p><strong>monthly_cost</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) </p></li>
<li><p><strong>version</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) </p></li>
<li><p><strong>type</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) </p></li>
<li><p><strong>description</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) </p></li>
</ul>
</dd>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs package &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>com.vmware.vmc.orgs package &mdash; vmc 1.15.0 documentation</title>
@ -50,7 +50,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -60,7 +60,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -113,7 +113,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs package &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs package &mdash; vmc 1.15.0 documentation</title>
@ -50,7 +50,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -60,7 +60,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -113,7 +113,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs.networks.cgws package &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs.networks.cgws package &mdash; vmc 1.15.0 documentation</title>
@ -50,7 +50,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -60,7 +60,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -113,7 +113,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs.networks.edges.firewall package &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs.networks.edges.firewall package &mdash; vmc 1.15.0 documentation</title>
@ -50,7 +50,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -60,7 +60,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -113,7 +113,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs.networks.edges package &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs.networks.edges package &mdash; vmc 1.15.0 documentation</title>
@ -50,7 +50,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -60,7 +60,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -113,7 +113,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package &mdash; vmc 1.15.0 documentation</title>
@ -50,7 +50,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -60,7 +60,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -113,7 +113,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs.networks.edges.nat package &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs.networks.edges.nat package &mdash; vmc 1.15.0 documentation</title>
@ -50,7 +50,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -60,7 +60,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -113,7 +113,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs.networks.edges.statistics package &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs.networks.edges.statistics package &mdash; vmc 1.15.0 documentation</title>
@ -50,7 +50,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -60,7 +60,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -113,7 +113,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>com.vmware.vmc.orgs.sddcs.networks package &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>com.vmware.vmc.orgs.sddcs.networks package &mdash; vmc 1.15.0 documentation</title>
@ -50,7 +50,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -60,7 +60,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -113,7 +113,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Interface definition language to python mapping for enumerated types &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>Interface definition language to python mapping for enumerated types &mdash; vmc 1.15.0 documentation</title>
@ -48,7 +48,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -58,7 +58,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -100,7 +100,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>

View File

@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Index &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>Index &mdash; vmc 1.15.0 documentation</title>
@ -49,7 +49,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -59,7 +59,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -101,7 +101,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to VMware Cloud on AWS Console APIs documentation! &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>Welcome to vmcs documentation! &mdash; vmc 1.15.0 documentation</title>
@ -49,7 +49,7 @@
<a href="#" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="#" class="icon icon-home"> vmc
@ -59,7 +59,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -101,7 +101,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="#">VMware Cloud on AWS Console API</a>
<a href="#">vmc</a>
</nav>
@ -132,7 +132,7 @@
<li><a href="#">Docs</a> &raquo;</li>
<li>Welcome to VMware Cloud on AWS Console APIs documentation!</li>
<li>Welcome to vmcs documentation!</li>
<li class="wy-breadcrumbs-aside">
@ -151,8 +151,8 @@
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="welcome-to-vmware-cloud-on-aws-console-api-s-documentation">
<h1>Welcome to VMware Cloud on AWS Console APIs documentation!<a class="headerlink" href="#welcome-to-vmware-cloud-on-aws-console-api-s-documentation" title="Permalink to this headline"></a></h1>
<div class="section" id="welcome-to-vmc-s-documentation">
<h1>Welcome to vmcs documentation!<a class="headerlink" href="#welcome-to-vmc-s-documentation" title="Permalink to this headline"></a></h1>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">Contents:</span></p>
<ul>

Binary file not shown.

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Python Module Index &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>Python Module Index &mdash; vmc 1.15.0 documentation</title>
@ -51,7 +51,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -61,7 +61,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -103,7 +103,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Search &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>Search &mdash; vmc 1.15.0 documentation</title>
@ -49,7 +49,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -59,7 +59,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -101,7 +101,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vmware package &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>vmware package &mdash; vmc 1.15.0 documentation</title>
@ -50,7 +50,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -60,7 +60,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -108,7 +108,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vmware.vapi package &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>vmware.vapi package &mdash; vmc 1.15.0 documentation</title>
@ -50,7 +50,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -60,7 +60,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -111,7 +111,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>

View File

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vmware.vapi.vmc package &mdash; VMware Cloud on AWS Console API 1.14.0 documentation</title>
<title>vmware.vapi.vmc package &mdash; vmc 1.15.0 documentation</title>
@ -49,7 +49,7 @@
<a href="index.html" class="icon icon-home"> VMware Cloud on AWS Console API
<a href="index.html" class="icon icon-home"> vmc
@ -59,7 +59,7 @@
<div class="version">
1.14.0
1.15.0
</div>
@ -110,7 +110,7 @@
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="index.html">VMware Cloud on AWS Console API</a>
<a href="index.html">vmc</a>
</nav>