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

Merge pull request #331 from ggoodvmw/gh-pages

Update NSX SDKs to M20 release
This commit is contained in:
Ankit Agrawal 2022-09-29 13:27:09 +05:30 committed by GitHub
commit 621aa7b28d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
549 changed files with 7594 additions and 262 deletions

View File

@ -1,4 +1,4 @@
# Sphinx build info version 1 # Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: c5770f3b7828fc771e613d55b1b5f29b config: d87c27a3e554a5d2e5e72ef45ab86bcb
tags: 645f666f9bcd5a90fca523b33c5a78b7 tags: 645f666f9bcd5a90fca523b33c5a78b7

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -6,6 +6,13 @@ com.vmware.nsx.migration package
:undoc-members: :undoc-members:
:show-inheritance: :show-inheritance:
Subpackages
-----------
.. toctree::
com.vmware.nsx.migration.vmgroup
Submodules Submodules
---------- ----------

View File

@ -0,0 +1,20 @@
com.vmware.nsx.migration.vmgroup package
========================================
.. automodule:: com.vmware.nsx.migration.vmgroup
:members:
:undoc-members:
:show-inheritance:
Submodules
----------
com.vmware.nsx.migration.vmgroup.action\_client module
------------------------------------------------------
.. automodule:: com.vmware.nsx.migration.vmgroup.action_client
:members:
:undoc-members:
:show-inheritance:

View File

@ -1,5 +1,5 @@
.. NSX Python SDK documentation master file, created by .. NSX Python SDK documentation master file, created by
sphinx-quickstart on Thu Jun 23 19:30:41 2022. sphinx-quickstart on Fri Sep 23 13:42:29 2022.
You can adapt this file completely to your liking, but it should at least You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive. contain the root `toctree` directive.

View File

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

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@ -250,6 +250,14 @@
</ul> </ul>
</li> </li>
<li class="toctree-l5"><a class="reference internal" href="com.vmware.nsx.migration.html">com.vmware.nsx.migration package</a><ul> <li class="toctree-l5"><a class="reference internal" href="com.vmware.nsx.migration.html">com.vmware.nsx.migration package</a><ul>
<li class="toctree-l6"><a class="reference internal" href="com.vmware.nsx.migration.html#subpackages">Subpackages</a><ul>
<li class="toctree-l7"><a class="reference internal" href="com.vmware.nsx.migration.vmgroup.html">com.vmware.nsx.migration.vmgroup package</a><ul>
<li class="toctree-l8"><a class="reference internal" href="com.vmware.nsx.migration.vmgroup.html#submodules">Submodules</a></li>
<li class="toctree-l8"><a class="reference internal" href="com.vmware.nsx.migration.vmgroup.html#com-vmware-nsx-migration-vmgroup-action-client-module">com.vmware.nsx.migration.vmgroup.action_client module</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l6"><a class="reference internal" href="com.vmware.nsx.migration.html#submodules">Submodules</a></li> <li class="toctree-l6"><a class="reference internal" href="com.vmware.nsx.migration.html#submodules">Submodules</a></li>
<li class="toctree-l6"><a class="reference internal" href="com.vmware.nsx.migration.html#com-vmware-nsx-migration-logical-constructs-client-module">com.vmware.nsx.migration.logical_constructs_client module</a></li> <li class="toctree-l6"><a class="reference internal" href="com.vmware.nsx.migration.html#com-vmware-nsx-migration-logical-constructs-client-module">com.vmware.nsx.migration.logical_constructs_client module</a></li>
<li class="toctree-l6"><a class="reference internal" href="com.vmware.nsx.migration.html#com-vmware-nsx-migration-migration-unit-groups-client-module">com.vmware.nsx.migration.migration_unit_groups_client module</a></li> <li class="toctree-l6"><a class="reference internal" href="com.vmware.nsx.migration.html#com-vmware-nsx-migration-migration-unit-groups-client-module">com.vmware.nsx.migration.migration_unit_groups_client module</a></li>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@ -248,6 +248,14 @@
</ul> </ul>
</li> </li>
<li class="toctree-l3"><a class="reference internal" href="com.vmware.nsx.migration.html">com.vmware.nsx.migration package</a><ul> <li class="toctree-l3"><a class="reference internal" href="com.vmware.nsx.migration.html">com.vmware.nsx.migration package</a><ul>
<li class="toctree-l4"><a class="reference internal" href="com.vmware.nsx.migration.html#subpackages">Subpackages</a><ul>
<li class="toctree-l5"><a class="reference internal" href="com.vmware.nsx.migration.vmgroup.html">com.vmware.nsx.migration.vmgroup package</a><ul>
<li class="toctree-l6"><a class="reference internal" href="com.vmware.nsx.migration.vmgroup.html#submodules">Submodules</a></li>
<li class="toctree-l6"><a class="reference internal" href="com.vmware.nsx.migration.vmgroup.html#com-vmware-nsx-migration-vmgroup-action-client-module">com.vmware.nsx.migration.vmgroup.action_client module</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l4"><a class="reference internal" href="com.vmware.nsx.migration.html#submodules">Submodules</a></li> <li class="toctree-l4"><a class="reference internal" href="com.vmware.nsx.migration.html#submodules">Submodules</a></li>
<li class="toctree-l4"><a class="reference internal" href="com.vmware.nsx.migration.html#com-vmware-nsx-migration-logical-constructs-client-module">com.vmware.nsx.migration.logical_constructs_client module</a></li> <li class="toctree-l4"><a class="reference internal" href="com.vmware.nsx.migration.html#com-vmware-nsx-migration-logical-constructs-client-module">com.vmware.nsx.migration.logical_constructs_client module</a></li>
<li class="toctree-l4"><a class="reference internal" href="com.vmware.nsx.migration.html#com-vmware-nsx-migration-migration-unit-groups-client-module">com.vmware.nsx.migration.migration_unit_groups_client module</a></li> <li class="toctree-l4"><a class="reference internal" href="com.vmware.nsx.migration.html#com-vmware-nsx-migration-migration-unit-groups-client-module">com.vmware.nsx.migration.migration_unit_groups_client module</a></li>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.aaa package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.aaa package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.administration package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.administration package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.cluster package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.cluster package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.cluster.nodes package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.cluster.nodes package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.cluster.nodes.network package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.cluster.nodes.network package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.configs package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.configs package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.dhcp package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.dhcp package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.dhcp.servers package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.dhcp.servers package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.directory.domains package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.directory.domains package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.directory package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.directory package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.dns package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.dns package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.edge_clusters package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.edge_clusters package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.fabric.compute_collections package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.fabric.compute_collections package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.fabric package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.fabric package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.fabric.nodes package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.fabric.nodes package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.firewall package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.firewall package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.firewall.sections package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.firewall.sections package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
@ -246,6 +246,14 @@
</ul> </ul>
</li> </li>
<li class="toctree-l1"><a class="reference internal" href="com.vmware.nsx.migration.html">com.vmware.nsx.migration package</a><ul> <li class="toctree-l1"><a class="reference internal" href="com.vmware.nsx.migration.html">com.vmware.nsx.migration package</a><ul>
<li class="toctree-l2"><a class="reference internal" href="com.vmware.nsx.migration.html#subpackages">Subpackages</a><ul>
<li class="toctree-l3"><a class="reference internal" href="com.vmware.nsx.migration.vmgroup.html">com.vmware.nsx.migration.vmgroup package</a><ul>
<li class="toctree-l4"><a class="reference internal" href="com.vmware.nsx.migration.vmgroup.html#submodules">Submodules</a></li>
<li class="toctree-l4"><a class="reference internal" href="com.vmware.nsx.migration.vmgroup.html#com-vmware-nsx-migration-vmgroup-action-client-module">com.vmware.nsx.migration.vmgroup.action_client module</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="com.vmware.nsx.migration.html#submodules">Submodules</a></li> <li class="toctree-l2"><a class="reference internal" href="com.vmware.nsx.migration.html#submodules">Submodules</a></li>
<li class="toctree-l2"><a class="reference internal" href="com.vmware.nsx.migration.html#com-vmware-nsx-migration-logical-constructs-client-module">com.vmware.nsx.migration.logical_constructs_client module</a></li> <li class="toctree-l2"><a class="reference internal" href="com.vmware.nsx.migration.html#com-vmware-nsx-migration-logical-constructs-client-module">com.vmware.nsx.migration.logical_constructs_client module</a></li>
<li class="toctree-l2"><a class="reference internal" href="com.vmware.nsx.migration.html#com-vmware-nsx-migration-migration-unit-groups-client-module">com.vmware.nsx.migration.migration_unit_groups_client module</a></li> <li class="toctree-l2"><a class="reference internal" href="com.vmware.nsx.migration.html#com-vmware-nsx-migration-migration-unit-groups-client-module">com.vmware.nsx.migration.migration_unit_groups_client module</a></li>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.idfw.compute_collections package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.idfw.compute_collections package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.idfw package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.idfw package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.idfw.transport_nodes package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.idfw.transport_nodes package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.intelligence package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.intelligence package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.intelligence.nodes package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.intelligence.nodes package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.lldp package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.lldp package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.loadbalancer package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.loadbalancer package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.loadbalancer.services package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.loadbalancer.services package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.logical_router_ports package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.logical_router_ports package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

View File

@ -6,7 +6,7 @@
<head> <head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>com.vmware.nsx.logical_routers package &#8212; NSX Python SDK 4.0.0.0.0 documentation</title> <title>com.vmware.nsx.logical_routers package &#8212; NSX Python SDK 4.0.1.0.0 documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script> <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

Some files were not shown because too many files have changed in this diff Show More