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 (ed06abd)
This commit is contained in:
parent
1cea1c4b19
commit
bbfbb687f7
@ -10,5 +10,6 @@ Subpackages
|
|||||||
-----------
|
-----------
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:maxdepth: 10
|
||||||
|
|
||||||
com.vmware
|
com.vmware
|
||||||
|
@ -10,6 +10,7 @@ Subpackages
|
|||||||
-----------
|
-----------
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:maxdepth: 10
|
||||||
|
|
||||||
com.vmware.vmc
|
com.vmware.vmc
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@ Subpackages
|
|||||||
-----------
|
-----------
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:maxdepth: 10
|
||||||
|
|
||||||
com.vmware.vmc.orgs.sddcs
|
com.vmware.vmc.orgs.sddcs
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@ Subpackages
|
|||||||
-----------
|
-----------
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:maxdepth: 10
|
||||||
|
|
||||||
com.vmware.vmc.orgs.sddcs.networks.edges.firewall
|
com.vmware.vmc.orgs.sddcs.networks.edges.firewall
|
||||||
com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn
|
com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn
|
||||||
|
@ -10,6 +10,7 @@ Subpackages
|
|||||||
-----------
|
-----------
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:maxdepth: 10
|
||||||
|
|
||||||
com.vmware.vmc.orgs.sddcs.networks.cgws
|
com.vmware.vmc.orgs.sddcs.networks.cgws
|
||||||
com.vmware.vmc.orgs.sddcs.networks.edges
|
com.vmware.vmc.orgs.sddcs.networks.edges
|
||||||
|
@ -10,6 +10,7 @@ Subpackages
|
|||||||
-----------
|
-----------
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:maxdepth: 10
|
||||||
|
|
||||||
com.vmware.vmc.orgs.sddcs.clusters
|
com.vmware.vmc.orgs.sddcs.clusters
|
||||||
com.vmware.vmc.orgs.sddcs.networks
|
com.vmware.vmc.orgs.sddcs.networks
|
||||||
|
@ -10,6 +10,7 @@ Subpackages
|
|||||||
-----------
|
-----------
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:maxdepth: 10
|
||||||
|
|
||||||
com.vmware.vmc.orgs
|
com.vmware.vmc.orgs
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.. vmc documentation master file, created by
|
.. vmc documentation master file, created by
|
||||||
sphinx-quickstart on Mon Mar 23 10:49:15 2020.
|
sphinx-quickstart on Fri May 15 20:53:32 2020.
|
||||||
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.
|
||||||
|
|
||||||
|
@ -10,5 +10,6 @@ Subpackages
|
|||||||
-----------
|
-----------
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:maxdepth: 10
|
||||||
|
|
||||||
vmware.vapi
|
vmware.vapi
|
||||||
|
@ -10,5 +10,6 @@ Subpackages
|
|||||||
-----------
|
-----------
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
:maxdepth: 10
|
||||||
|
|
||||||
vmware.vapi.vmc
|
vmware.vapi.vmc
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
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: '1.24.0',
|
VERSION: '1.25.0',
|
||||||
LANGUAGE: 'en',
|
LANGUAGE: 'en',
|
||||||
COLLAPSE_INDEX: false,
|
COLLAPSE_INDEX: false,
|
||||||
BUILDER: 'html',
|
BUILDER: 'html',
|
||||||
FILE_SUFFIX: '.html',
|
FILE_SUFFIX: '.html',
|
||||||
|
LINK_SUFFIX: '.html',
|
||||||
HAS_SOURCE: true,
|
HAS_SOURCE: true,
|
||||||
SOURCELINK_SUFFIX: '.txt',
|
SOURCELINK_SUFFIX: '.txt',
|
||||||
NAVIGATION_WITH_KEYS: false
|
NAVIGATION_WITH_KEYS: false
|
||||||
|
@ -251,6 +251,7 @@ var Search = {
|
|||||||
var item = results.pop();
|
var item = results.pop();
|
||||||
var listItem = $('<li style="display:none"></li>');
|
var listItem = $('<li style="display:none"></li>');
|
||||||
var requestUrl = "";
|
var requestUrl = "";
|
||||||
|
var linkUrl = "";
|
||||||
if (DOCUMENTATION_OPTIONS.BUILDER === 'dirhtml') {
|
if (DOCUMENTATION_OPTIONS.BUILDER === 'dirhtml') {
|
||||||
// dirhtml builder
|
// dirhtml builder
|
||||||
var dirname = item[0] + '/';
|
var dirname = item[0] + '/';
|
||||||
@ -260,13 +261,15 @@ var Search = {
|
|||||||
dirname = '';
|
dirname = '';
|
||||||
}
|
}
|
||||||
requestUrl = DOCUMENTATION_OPTIONS.URL_ROOT + dirname;
|
requestUrl = DOCUMENTATION_OPTIONS.URL_ROOT + dirname;
|
||||||
|
linkUrl = requestUrl;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
// normal html builders
|
// normal html builders
|
||||||
requestUrl = DOCUMENTATION_OPTIONS.URL_ROOT + item[0] + DOCUMENTATION_OPTIONS.FILE_SUFFIX;
|
requestUrl = DOCUMENTATION_OPTIONS.URL_ROOT + item[0] + DOCUMENTATION_OPTIONS.FILE_SUFFIX;
|
||||||
|
linkUrl = item[0] + DOCUMENTATION_OPTIONS.LINK_SUFFIX;
|
||||||
}
|
}
|
||||||
listItem.append($('<a/>').attr('href',
|
listItem.append($('<a/>').attr('href',
|
||||||
requestUrl +
|
linkUrl +
|
||||||
highlightstring + item[2]).html(item[1]));
|
highlightstring + item[2]).html(item[1]));
|
||||||
if (item[3]) {
|
if (item[3]) {
|
||||||
listItem.append($('<span> (' + item[3] + ')</span>'));
|
listItem.append($('<span> (' + item[3] + ')</span>'));
|
||||||
|
47
vmc/com.html
47
vmc/com.html
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>com package — vmc 1.24.0 documentation</title>
|
<title>com package — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -178,48 +178,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="toctree-l9"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.html">com.vmware.vmc.orgs.sddcs.networks package</a><ul>
|
<li class="toctree-l9"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.html">com.vmware.vmc.orgs.sddcs.networks package</a><ul>
|
||||||
<li class="toctree-l10"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.html#subpackages">Subpackages</a><ul>
|
<li class="toctree-l10"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.html#subpackages">Subpackages</a></li>
|
||||||
<li class="toctree-l11"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.cgws.html">com.vmware.vmc.orgs.sddcs.networks.cgws package</a><ul>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.cgws.html#submodules">Submodules</a></li>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.cgws.html#module-com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client">com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client module</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="toctree-l11"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html">com.vmware.vmc.orgs.sddcs.networks.edges package</a><ul>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html#subpackages">Subpackages</a><ul>
|
|
||||||
<li class="toctree-l13"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html">com.vmware.vmc.orgs.sddcs.networks.edges.firewall package</a><ul>
|
|
||||||
<li class="toctree-l14"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html#submodules">Submodules</a></li>
|
|
||||||
<li class="toctree-l14"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client">com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client module</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="toctree-l13"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html">com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package</a><ul>
|
|
||||||
<li class="toctree-l14"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html#submodules">Submodules</a></li>
|
|
||||||
<li class="toctree-l14"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client">com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client module</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="toctree-l13"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html">com.vmware.vmc.orgs.sddcs.networks.edges.nat package</a><ul>
|
|
||||||
<li class="toctree-l14"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html#submodules">Submodules</a></li>
|
|
||||||
<li class="toctree-l14"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client">com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client module</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="toctree-l13"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html">com.vmware.vmc.orgs.sddcs.networks.edges.statistics package</a><ul>
|
|
||||||
<li class="toctree-l14"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#submodules">Submodules</a></li>
|
|
||||||
<li class="toctree-l14"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client module</a></li>
|
|
||||||
<li class="toctree-l14"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client module</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html#submodules">Submodules</a></li>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client">com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client module</a></li>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.dns_client">com.vmware.vmc.orgs.sddcs.networks.edges.dns_client module</a></li>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client">com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client module</a></li>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client">com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client module</a></li>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat_client">com.vmware.vmc.orgs.sddcs.networks.edges.nat_client module</a></li>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client">com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client module</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="toctree-l10"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.html#submodules">Submodules</a></li>
|
<li class="toctree-l10"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.html#submodules">Submodules</a></li>
|
||||||
<li class="toctree-l10"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.html#module-com.vmware.vmc.orgs.sddcs.networks.edges_client">com.vmware.vmc.orgs.sddcs.networks.edges_client module</a></li>
|
<li class="toctree-l10"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.html#module-com.vmware.vmc.orgs.sddcs.networks.edges_client">com.vmware.vmc.orgs.sddcs.networks.edges_client module</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>com.vmware package — vmc 1.24.0 documentation</title>
|
<title>com.vmware package — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -190,30 +190,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li class="toctree-l9"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html">com.vmware.vmc.orgs.sddcs.networks.edges package</a><ul>
|
<li class="toctree-l9"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html">com.vmware.vmc.orgs.sddcs.networks.edges package</a><ul>
|
||||||
<li class="toctree-l10"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html#subpackages">Subpackages</a><ul>
|
<li class="toctree-l10"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html#subpackages">Subpackages</a></li>
|
||||||
<li class="toctree-l11"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html">com.vmware.vmc.orgs.sddcs.networks.edges.firewall package</a><ul>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html#submodules">Submodules</a></li>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client">com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client module</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="toctree-l11"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html">com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package</a><ul>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html#submodules">Submodules</a></li>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client">com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client module</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="toctree-l11"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html">com.vmware.vmc.orgs.sddcs.networks.edges.nat package</a><ul>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html#submodules">Submodules</a></li>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client">com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client module</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="toctree-l11"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html">com.vmware.vmc.orgs.sddcs.networks.edges.statistics package</a><ul>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#submodules">Submodules</a></li>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client module</a></li>
|
|
||||||
<li class="toctree-l12"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client module</a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
<li class="toctree-l10"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html#submodules">Submodules</a></li>
|
<li class="toctree-l10"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html#submodules">Submodules</a></li>
|
||||||
<li class="toctree-l10"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client">com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client module</a></li>
|
<li class="toctree-l10"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client">com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client module</a></li>
|
||||||
<li class="toctree-l10"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.dns_client">com.vmware.vmc.orgs.sddcs.networks.edges.dns_client module</a></li>
|
<li class="toctree-l10"><a class="reference internal" href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.dns_client">com.vmware.vmc.orgs.sddcs.networks.edges.dns_client module</a></li>
|
||||||
@ -266,18 +243,18 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc_client">
|
<div class="section" id="module-com.vmware.vmc_client">
|
||||||
<span id="com-vmware-vmc-client-module"></span><h2>com.vmware.vmc_client module<a class="headerlink" href="#module-com.vmware.vmc_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-client-module"></span><h2>com.vmware.vmc_client module<a class="headerlink" href="#module-com.vmware.vmc_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc_client.Locale">
|
<dt id="com.vmware.vmc_client.Locale">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc_client.</code><code class="sig-name descname">Locale</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc_client.Locale" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc_client.</code><code class="sig-name descname">Locale</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc_client.Locale" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc_client.Locale.set">
|
<dt id="com.vmware.vmc_client.Locale.set">
|
||||||
<code class="sig-name descname">set</code><span class="sig-paren">(</span><em class="sig-param">vmc_locale</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc_client.Locale.set" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">set</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">vmc_locale</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc_client.Locale.set" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Sets the locale for the session which is used for translating
|
<dd><p>Sets the locale for the session which is used for translating
|
||||||
responses.</p>
|
responses.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -303,18 +280,18 @@ Forbidden</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc_client.Orgs">
|
<dt id="com.vmware.vmc_client.Orgs">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc_client.</code><code class="sig-name descname">Orgs</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc_client.Orgs" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc_client.</code><code class="sig-name descname">Orgs</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc_client.Orgs" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc_client.Orgs.get">
|
<dt id="com.vmware.vmc_client.Orgs.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc_client.Orgs.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc_client.Orgs.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Get details of organization</p>
|
<dd><p>Get details of organization</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -341,7 +318,7 @@ Organization doesn’t exist</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc_client.Orgs.list">
|
<dt id="com.vmware.vmc_client.Orgs.list">
|
||||||
<code class="sig-name descname">list</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc_client.Orgs.list" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">list</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc_client.Orgs.list" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Return a list of all organizations the calling user (based on
|
<dd><p>Return a list of all organizations the calling user (based on
|
||||||
@ -366,9 +343,9 @@ Forbidden</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc_client.StubFactory">
|
<dt id="com.vmware.vmc_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
|
File diff suppressed because one or more lines are too long
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>com.vmware.vmc.orgs package — vmc 1.24.0 documentation</title>
|
<title>com.vmware.vmc.orgs package — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -248,18 +248,18 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.account_link_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.account_link_client">
|
||||||
<span id="com-vmware-vmc-orgs-account-link-client-module"></span><h2>com.vmware.vmc.orgs.account_link_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.account_link_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-account-link-client-module"></span><h2>com.vmware.vmc.orgs.account_link_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.account_link_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.account_link_client.CompatibleSubnets">
|
<dt id="com.vmware.vmc.orgs.account_link_client.CompatibleSubnets">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.account_link_client.</code><code class="sig-name descname">CompatibleSubnets</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.CompatibleSubnets" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.account_link_client.</code><code class="sig-name descname">CompatibleSubnets</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.CompatibleSubnets" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.account_link_client.CompatibleSubnets.get">
|
<dt id="com.vmware.vmc.orgs.account_link_client.CompatibleSubnets.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">linked_account_id</em>, <em class="sig-param">region=None</em>, <em class="sig-param">sddc=None</em>, <em class="sig-param">force_refresh=None</em>, <em class="sig-param">instance_type=None</em>, <em class="sig-param">sddc_type=None</em>, <em class="sig-param">num_of_hosts=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.CompatibleSubnets.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">linked_account_id</span></em>, <em class="sig-param"><span class="n">region</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddc</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">force_refresh</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">instance_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddc_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">num_of_hosts</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.CompatibleSubnets.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Gets a customer’s compatible subnets for account linking</p>
|
<dd><p>Gets a customer’s compatible subnets for account linking</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -292,9 +292,9 @@ Forbidden</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.account_link_client.CompatibleSubnets.post">
|
<dt id="com.vmware.vmc.orgs.account_link_client.CompatibleSubnets.post">
|
||||||
<code class="sig-name descname">post</code><span class="sig-paren">(</span><em class="sig-param">org</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.CompatibleSubnets.post" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">post</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.CompatibleSubnets.post" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Sets which subnet to use to link accounts and finishes the linking
|
<dd><p>Sets which subnet to use to link accounts and finishes the linking
|
||||||
process</p>
|
process</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -320,18 +320,18 @@ Forbidden</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync">
|
<dt id="com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.account_link_client.</code><code class="sig-name descname">CompatibleSubnetsAsync</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.account_link_client.</code><code class="sig-name descname">CompatibleSubnetsAsync</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync.get">
|
<dt id="com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">linked_account_id</em>, <em class="sig-param">region=None</em>, <em class="sig-param">sddc=None</em>, <em class="sig-param">instance_type=None</em>, <em class="sig-param">sddc_type=None</em>, <em class="sig-param">num_of_hosts=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">linked_account_id</span></em>, <em class="sig-param"><span class="n">region</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddc</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">instance_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddc_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">num_of_hosts</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Gets a customer’s compatible subnets for account linking via a task.
|
<dd><p>Gets a customer’s compatible subnets for account linking via a task.
|
||||||
The information is returned as a member of the task (found in
|
The information is returned as a member of the task (found in
|
||||||
task.params[‘subnet_list_result’] when you are notified it is
|
task.params[‘subnet_list_result’] when you are notified it is
|
||||||
@ -366,9 +366,9 @@ Forbidden</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync.post">
|
<dt id="com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync.post">
|
||||||
<code class="sig-name descname">post</code><span class="sig-paren">(</span><em class="sig-param">aws_subnet</em>, <em class="sig-param">org</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync.post" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">post</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">aws_subnet</span></em>, <em class="sig-param"><span class="n">org</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync.post" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Sets which subnet to use to link accounts and finishes the linking
|
<dd><p>Sets which subnet to use to link accounts and finishes the linking
|
||||||
process via a task</p>
|
process via a task</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -397,18 +397,18 @@ Forbidden</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.account_link_client.ConnectedAccounts">
|
<dt id="com.vmware.vmc.orgs.account_link_client.ConnectedAccounts">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.account_link_client.</code><code class="sig-name descname">ConnectedAccounts</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.ConnectedAccounts" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.account_link_client.</code><code class="sig-name descname">ConnectedAccounts</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.ConnectedAccounts" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.account_link_client.ConnectedAccounts.delete">
|
<dt id="com.vmware.vmc.orgs.account_link_client.ConnectedAccounts.delete">
|
||||||
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">linked_account_path_id</em>, <em class="sig-param">force_even_when_sddc_present=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.ConnectedAccounts.delete" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">linked_account_path_id</span></em>, <em class="sig-param"><span class="n">force_even_when_sddc_present</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.ConnectedAccounts.delete" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Delete a particular connected (linked) account.</p>
|
<dd><p>Delete a particular connected (linked) account.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -441,9 +441,9 @@ Forbidden</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.account_link_client.ConnectedAccounts.get">
|
<dt id="com.vmware.vmc.orgs.account_link_client.ConnectedAccounts.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">provider=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.ConnectedAccounts.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">provider</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.ConnectedAccounts.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Get a list of connected accounts</p>
|
<dd><p>Get a list of connected accounts</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -472,18 +472,18 @@ Forbidden</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.account_link_client.MapCustomerZones">
|
<dt id="com.vmware.vmc.orgs.account_link_client.MapCustomerZones">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.account_link_client.</code><code class="sig-name descname">MapCustomerZones</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.MapCustomerZones" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.account_link_client.</code><code class="sig-name descname">MapCustomerZones</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.MapCustomerZones" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.account_link_client.MapCustomerZones.post">
|
<dt id="com.vmware.vmc.orgs.account_link_client.MapCustomerZones.post">
|
||||||
<code class="sig-name descname">post</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">map_zones_request</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.MapCustomerZones.post" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">post</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">map_zones_request</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.MapCustomerZones.post" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Creates a task to re-map customer’s datacenters across zones.</p>
|
<dd><p>Creates a task to re-map customer’s datacenters across zones.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -512,18 +512,18 @@ Forbidden</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.account_link_client.SddcConnections">
|
<dt id="com.vmware.vmc.orgs.account_link_client.SddcConnections">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.account_link_client.</code><code class="sig-name descname">SddcConnections</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.SddcConnections" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.account_link_client.</code><code class="sig-name descname">SddcConnections</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.SddcConnections" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.account_link_client.SddcConnections.get">
|
<dt id="com.vmware.vmc.orgs.account_link_client.SddcConnections.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.SddcConnections.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.SddcConnections.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Get a list of SDDC connections currently setup for the customer’s
|
<dd><p>Get a list of SDDC connections currently setup for the customer’s
|
||||||
organization.</p>
|
organization.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -552,9 +552,9 @@ Forbidden</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.account_link_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.account_link_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.account_link_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.account_link_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.account_link_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -567,18 +567,18 @@ Forbidden</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.reservations_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.reservations_client">
|
||||||
<span id="com-vmware-vmc-orgs-reservations-client-module"></span><h2>com.vmware.vmc.orgs.reservations_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.reservations_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-reservations-client-module"></span><h2>com.vmware.vmc.orgs.reservations_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.reservations_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.reservations_client.Mw">
|
<dt id="com.vmware.vmc.orgs.reservations_client.Mw">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.reservations_client.</code><code class="sig-name descname">Mw</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.reservations_client.Mw" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.reservations_client.</code><code class="sig-name descname">Mw</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.reservations_client.Mw" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.reservations_client.Mw.get">
|
<dt id="com.vmware.vmc.orgs.reservations_client.Mw.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">reservation</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.reservations_client.Mw.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">reservation</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.reservations_client.Mw.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>get the maintenance window for this SDDC</p>
|
<dd><p>get the maintenance window for this SDDC</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -604,9 +604,9 @@ Access not allowed to the operation for the current user</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.reservations_client.Mw.put">
|
<dt id="com.vmware.vmc.orgs.reservations_client.Mw.put">
|
||||||
<code class="sig-name descname">put</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">reservation</em>, <em class="sig-param">window</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.reservations_client.Mw.put" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">put</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">reservation</span></em>, <em class="sig-param"><span class="n">window</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.reservations_client.Mw.put" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>update the maintenance window for this SDDC</p>
|
<dd><p>update the maintenance window for this SDDC</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -643,9 +643,9 @@ Access not allowed to the operation for the current user</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.reservations_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.reservations_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.reservations_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.reservations_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.reservations_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.reservations_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -658,18 +658,18 @@ Access not allowed to the operation for the current user</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-client-module"></span><h2>com.vmware.vmc.orgs.sddcs_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-client-module"></span><h2>com.vmware.vmc.orgs.sddcs_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.ClusterProvisionSpec">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.ClusterProvisionSpec">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs_client.</code><code class="sig-name descname">ClusterProvisionSpec</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.ClusterProvisionSpec" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs_client.</code><code class="sig-name descname">ClusterProvisionSpec</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.ClusterProvisionSpec" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.ClusterProvisionSpec.get">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.ClusterProvisionSpec.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.ClusterProvisionSpec.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.ClusterProvisionSpec.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Get cluster provision spec for a new cluster in an sddc</p>
|
<dd><p>Get cluster provision spec for a new cluster in an sddc</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -701,18 +701,18 @@ Internal server error.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.Clusters">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.Clusters">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs_client.</code><code class="sig-name descname">Clusters</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Clusters" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs_client.</code><code class="sig-name descname">Clusters</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Clusters" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.Clusters.create">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.Clusters.create">
|
||||||
<code class="sig-name descname">create</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">cluster_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Clusters.create" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">create</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">cluster_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Clusters.create" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Creates a new cluster in customers sddcs with passed clusterConfig.</p>
|
<dd><p>Creates a new cluster in customers sddcs with passed clusterConfig.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -747,9 +747,9 @@ Cannot find the cluster with the given identifier</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.Clusters.delete">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.Clusters.delete">
|
||||||
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">cluster</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Clusters.delete" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">cluster</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Clusters.delete" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>This is a force operation which will delete the cluster even if there
|
<dd><p>This is a force operation which will delete the cluster even if there
|
||||||
can be a data loss. Before calling this operation, all the VMs should
|
can be a data loss. Before calling this operation, all the VMs should
|
||||||
be powered off.</p>
|
be powered off.</p>
|
||||||
@ -788,18 +788,18 @@ Cannot find the cluster with the given id</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.Convert">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.Convert">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs_client.</code><code class="sig-name descname">Convert</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Convert" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs_client.</code><code class="sig-name descname">Convert</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Convert" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.Convert.create">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.Convert.create">
|
||||||
<code class="sig-name descname">create</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Convert.create" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">create</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Convert.create" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>This API converts a one host SDDC to a four node DEFAULT SDDC. It takes
|
<dd><p>This API converts a one host SDDC to a four node DEFAULT SDDC. It takes
|
||||||
care of configuring and upgrading the vCenter configurations on the
|
care of configuring and upgrading the vCenter configurations on the
|
||||||
SDDC for high availability and data redundancy.</p>
|
SDDC for high availability and data redundancy.</p>
|
||||||
@ -838,18 +838,18 @@ Cannot find the SDDC with given identifier</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.Esxs">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.Esxs">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs_client.</code><code class="sig-name descname">Esxs</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Esxs" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs_client.</code><code class="sig-name descname">Esxs</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Esxs" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.Esxs.create">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.Esxs.create">
|
||||||
<code class="sig-name descname">create</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">esx_config</em>, <em class="sig-param">action=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Esxs.create" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">create</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">esx_config</span></em>, <em class="sig-param"><span class="n">action</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Esxs.create" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Add/Remove one or more ESX hosts in the target cloud</p>
|
<dd><p>Add/Remove one or more ESX hosts in the target cloud</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -897,18 +897,18 @@ Cannot find the SDDC with the given identifier</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.ProvisionSpec">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.ProvisionSpec">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs_client.</code><code class="sig-name descname">ProvisionSpec</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.ProvisionSpec" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs_client.</code><code class="sig-name descname">ProvisionSpec</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.ProvisionSpec" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.ProvisionSpec.get">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.ProvisionSpec.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.ProvisionSpec.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.ProvisionSpec.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Get sddc provision spec for an org</p>
|
<dd><p>Get sddc provision spec for an org</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -941,18 +941,18 @@ Internal server error.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.Publicips">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.Publicips">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs_client.</code><code class="sig-name descname">Publicips</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Publicips" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs_client.</code><code class="sig-name descname">Publicips</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Publicips" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.Publicips.create">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.Publicips.create">
|
||||||
<code class="sig-name descname">create</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">spec</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Publicips.create" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">create</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">spec</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Publicips.create" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Allocate public IPs for a SDDC</p>
|
<dd><p>Allocate public IPs for a SDDC</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -987,9 +987,9 @@ Cannot find the SDDC with given identifier</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.Publicips.delete">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.Publicips.delete">
|
||||||
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Publicips.delete" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Publicips.delete" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Free one public IP for a SDDC</p>
|
<dd><p>Free one public IP for a SDDC</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -1024,9 +1024,9 @@ Cannot find the public IP with given IP address</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.Publicips.get">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.Publicips.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Publicips.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Publicips.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Get one public IP for a SDDC</p>
|
<dd><p>Get one public IP for a SDDC</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -1057,9 +1057,9 @@ Cannot find the public IP with given IP address</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.Publicips.list">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.Publicips.list">
|
||||||
<code class="sig-name descname">list</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Publicips.list" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">list</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Publicips.list" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>list all public IPs for a SDDC</p>
|
<dd><p>list all public IPs for a SDDC</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -1089,9 +1089,9 @@ Cannot find the SDDC with given identifier</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.Publicips.update">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.Publicips.update">
|
||||||
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">id</em>, <em class="sig-param">action</em>, <em class="sig-param">sddc_public_ip_object</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Publicips.update" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">id</span></em>, <em class="sig-param"><span class="n">action</span></em>, <em class="sig-param"><span class="n">sddc_public_ip_object</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.Publicips.update" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Attach or detach a public IP to workload VM for a SDDC</p>
|
<dd><p>Attach or detach a public IP to workload VM for a SDDC</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -1138,18 +1138,18 @@ Cannot find the public IP with given IP address</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.SddcTemplate">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.SddcTemplate">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs_client.</code><code class="sig-name descname">SddcTemplate</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.SddcTemplate" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs_client.</code><code class="sig-name descname">SddcTemplate</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.SddcTemplate" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.SddcTemplate.get">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.SddcTemplate.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.SddcTemplate.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.SddcTemplate.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Get configuration template for an SDDC</p>
|
<dd><p>Get configuration template for an SDDC</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -1186,9 +1186,9 @@ Cannot find the SDDC with given identifier</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -1201,18 +1201,18 @@ Cannot find the SDDC with given identifier</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.storage_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.storage_client">
|
||||||
<span id="com-vmware-vmc-orgs-storage-client-module"></span><h2>com.vmware.vmc.orgs.storage_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.storage_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-storage-client-module"></span><h2>com.vmware.vmc.orgs.storage_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.storage_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.storage_client.ClusterConstraints">
|
<dt id="com.vmware.vmc.orgs.storage_client.ClusterConstraints">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.storage_client.</code><code class="sig-name descname">ClusterConstraints</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.storage_client.ClusterConstraints" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.storage_client.</code><code class="sig-name descname">ClusterConstraints</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.storage_client.ClusterConstraints" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.storage_client.ClusterConstraints.get">
|
<dt id="com.vmware.vmc.orgs.storage_client.ClusterConstraints.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">provider</em>, <em class="sig-param">num_hosts</em>, <em class="sig-param">one_node_reduced_capacity=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.storage_client.ClusterConstraints.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">provider</span></em>, <em class="sig-param"><span class="n">num_hosts</span></em>, <em class="sig-param"><span class="n">one_node_reduced_capacity</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.storage_client.ClusterConstraints.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Get constraints on cluster storage size for EBS-backed clusters.</p>
|
<dd><p>Get constraints on cluster storage size for EBS-backed clusters.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -1246,9 +1246,9 @@ Forbidden</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.storage_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.storage_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.storage_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.storage_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.storage_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.storage_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -1261,18 +1261,18 @@ Forbidden</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.subscriptions_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.subscriptions_client">
|
||||||
<span id="com-vmware-vmc-orgs-subscriptions-client-module"></span><h2>com.vmware.vmc.orgs.subscriptions_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.subscriptions_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-subscriptions-client-module"></span><h2>com.vmware.vmc.orgs.subscriptions_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.subscriptions_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.subscriptions_client.OfferInstances">
|
<dt id="com.vmware.vmc.orgs.subscriptions_client.OfferInstances">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.subscriptions_client.</code><code class="sig-name descname">OfferInstances</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.subscriptions_client.OfferInstances" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.subscriptions_client.</code><code class="sig-name descname">OfferInstances</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.subscriptions_client.OfferInstances" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.subscriptions_client.OfferInstances.list">
|
<dt id="com.vmware.vmc.orgs.subscriptions_client.OfferInstances.list">
|
||||||
<code class="sig-name descname">list</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">region</em>, <em class="sig-param">product_type</em>, <em class="sig-param">product=None</em>, <em class="sig-param">type=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.subscriptions_client.OfferInstances.list" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">list</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">region</span></em>, <em class="sig-param"><span class="n">product_type</span></em>, <em class="sig-param"><span class="n">product</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">type</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.subscriptions_client.OfferInstances.list" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>List all offers available for the specific product type in the specific
|
<dd><p>List all offers available for the specific product type in the specific
|
||||||
region</p>
|
region</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -1312,18 +1312,18 @@ Forbidden</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.subscriptions_client.Products">
|
<dt id="com.vmware.vmc.orgs.subscriptions_client.Products">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.subscriptions_client.</code><code class="sig-name descname">Products</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.subscriptions_client.Products" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.subscriptions_client.</code><code class="sig-name descname">Products</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.subscriptions_client.Products" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.subscriptions_client.Products.list">
|
<dt id="com.vmware.vmc.orgs.subscriptions_client.Products.list">
|
||||||
<code class="sig-name descname">list</code><span class="sig-paren">(</span><em class="sig-param">org</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.subscriptions_client.Products.list" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">list</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.subscriptions_client.Products.list" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>List of all the products that are available for purchase.</p>
|
<dd><p>List of all the products that are available for purchase.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -1352,9 +1352,9 @@ Internal server error</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.subscriptions_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.subscriptions_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.subscriptions_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.subscriptions_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.subscriptions_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.subscriptions_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -1367,18 +1367,18 @@ Internal server error</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.tbrs_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.tbrs_client">
|
||||||
<span id="com-vmware-vmc-orgs-tbrs-client-module"></span><h2>com.vmware.vmc.orgs.tbrs_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.tbrs_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-tbrs-client-module"></span><h2>com.vmware.vmc.orgs.tbrs_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.tbrs_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.tbrs_client.Reservation">
|
<dt id="com.vmware.vmc.orgs.tbrs_client.Reservation">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.tbrs_client.</code><code class="sig-name descname">Reservation</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.tbrs_client.Reservation" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.tbrs_client.</code><code class="sig-name descname">Reservation</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.tbrs_client.Reservation" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.tbrs_client.Reservation.post">
|
<dt id="com.vmware.vmc.orgs.tbrs_client.Reservation.post">
|
||||||
<code class="sig-name descname">post</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc_state=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.tbrs_client.Reservation.post" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">post</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc_state</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.tbrs_client.Reservation.post" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retreive all reservations for all SDDCs in this org</p>
|
<dd><p>Retreive all reservations for all SDDCs in this org</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -1410,9 +1410,9 @@ Forbidden</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.tbrs_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.tbrs_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.tbrs_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.tbrs_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.tbrs_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.tbrs_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -1422,18 +1422,18 @@ Forbidden</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.tbrs_client.SupportWindow">
|
<dt id="com.vmware.vmc.orgs.tbrs_client.SupportWindow">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.tbrs_client.</code><code class="sig-name descname">SupportWindow</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.tbrs_client.SupportWindow" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.tbrs_client.</code><code class="sig-name descname">SupportWindow</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.tbrs_client.SupportWindow" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.tbrs_client.SupportWindow.get">
|
<dt id="com.vmware.vmc.orgs.tbrs_client.SupportWindow.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">minimum_seats_available=None</em>, <em class="sig-param">created_by=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.tbrs_client.SupportWindow.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">minimum_seats_available</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">created_by</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.tbrs_client.SupportWindow.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Get all available support windows</p>
|
<dd><p>Get all available support windows</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -1469,9 +1469,9 @@ No support windows are available</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.tbrs_client.SupportWindow.put">
|
<dt id="com.vmware.vmc.orgs.tbrs_client.SupportWindow.put">
|
||||||
<code class="sig-name descname">put</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">id</em>, <em class="sig-param">sddc_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.tbrs_client.SupportWindow.put" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">put</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">id</span></em>, <em class="sig-param"><span class="n">sddc_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.tbrs_client.SupportWindow.put" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Move Sddc to new support window</p>
|
<dd><p>Move Sddc to new support window</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>com.vmware.vmc.orgs.sddcs.clusters package — vmc 1.24.0 documentation</title>
|
<title>com.vmware.vmc.orgs.sddcs.clusters package — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -180,18 +180,18 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.clusters.config_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.clusters.config_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-clusters-config-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.clusters.config_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.clusters.config_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-clusters-config-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.clusters.config_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.clusters.config_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.clusters.config_client.Constraints">
|
<dt id="com.vmware.vmc.orgs.sddcs.clusters.config_client.Constraints">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.clusters.config_client.</code><code class="sig-name descname">Constraints</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.clusters.config_client.Constraints" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.clusters.config_client.</code><code class="sig-name descname">Constraints</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.clusters.config_client.Constraints" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.clusters.config_client.Constraints.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.clusters.config_client.Constraints.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">cluster</em>, <em class="sig-param">expected_num_hosts=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.clusters.config_client.Constraints.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">cluster</span></em>, <em class="sig-param"><span class="n">expected_num_hosts</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.clusters.config_client.Constraints.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>This API provides the storage choices available when reconfiguring
|
<dd><p>This API provides the storage choices available when reconfiguring
|
||||||
storage in a cluster. The constraints returned will give vSAN
|
storage in a cluster. The constraints returned will give vSAN
|
||||||
reconfiguration biases and available vSAN capacities per
|
reconfiguration biases and available vSAN capacities per
|
||||||
@ -232,9 +232,9 @@ Forbidden</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.clusters.config_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.clusters.config_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.clusters.config_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.clusters.config_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.clusters.config_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.clusters.config_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>com.vmware.vmc.orgs.sddcs package — vmc 1.24.0 documentation</title>
|
<title>com.vmware.vmc.orgs.sddcs package — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -237,42 +237,42 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.addons_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.addons_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-addons-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.addons_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.addons_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-addons-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.addons_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.addons_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials">
|
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.addons_client.</code><code class="sig-name descname">Credentials</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.addons_client.</code><code class="sig-name descname">Credentials</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="attribute">
|
<dl class="py attribute">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.CREATE_ADDON_TYPE_HCX">
|
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.CREATE_ADDON_TYPE_HCX">
|
||||||
<code class="sig-name descname">CREATE_ADDON_TYPE_HCX</code><em class="property"> = 'HCX'</em><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.CREATE_ADDON_TYPE_HCX" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">CREATE_ADDON_TYPE_HCX</code><em class="property"> = 'HCX'</em><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.CREATE_ADDON_TYPE_HCX" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Possible value for <code class="docutils literal notranslate"><span class="pre">addonType</span></code> of method <a class="reference internal" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.create" title="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.create"><code class="xref py py-func docutils literal notranslate"><span class="pre">Credentials.create()</span></code></a>.</p>
|
<dd><p>Possible value for <code class="docutils literal notranslate"><span class="pre">addonType</span></code> of method <a class="reference internal" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.create" title="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.create"><code class="xref py py-func docutils literal notranslate"><span class="pre">Credentials.create()</span></code></a>.</p>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="attribute">
|
<dl class="py attribute">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.GET_ADDON_TYPE_HCX">
|
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.GET_ADDON_TYPE_HCX">
|
||||||
<code class="sig-name descname">GET_ADDON_TYPE_HCX</code><em class="property"> = 'HCX'</em><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.GET_ADDON_TYPE_HCX" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">GET_ADDON_TYPE_HCX</code><em class="property"> = 'HCX'</em><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.GET_ADDON_TYPE_HCX" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Possible value for <code class="docutils literal notranslate"><span class="pre">addonType</span></code> of method <a class="reference internal" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.get" title="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.get"><code class="xref py py-func docutils literal notranslate"><span class="pre">Credentials.get()</span></code></a>.</p>
|
<dd><p>Possible value for <code class="docutils literal notranslate"><span class="pre">addonType</span></code> of method <a class="reference internal" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.get" title="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.get"><code class="xref py py-func docutils literal notranslate"><span class="pre">Credentials.get()</span></code></a>.</p>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="attribute">
|
<dl class="py attribute">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.LIST_ADDON_TYPE_HCX">
|
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.LIST_ADDON_TYPE_HCX">
|
||||||
<code class="sig-name descname">LIST_ADDON_TYPE_HCX</code><em class="property"> = 'HCX'</em><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.LIST_ADDON_TYPE_HCX" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">LIST_ADDON_TYPE_HCX</code><em class="property"> = 'HCX'</em><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.LIST_ADDON_TYPE_HCX" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Possible value for <code class="docutils literal notranslate"><span class="pre">addonType</span></code> of method <a class="reference internal" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.list" title="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.list"><code class="xref py py-func docutils literal notranslate"><span class="pre">Credentials.list()</span></code></a>.</p>
|
<dd><p>Possible value for <code class="docutils literal notranslate"><span class="pre">addonType</span></code> of method <a class="reference internal" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.list" title="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.list"><code class="xref py py-func docutils literal notranslate"><span class="pre">Credentials.list()</span></code></a>.</p>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="attribute">
|
<dl class="py attribute">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.UPDATE_ADDON_TYPE_HCX">
|
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.UPDATE_ADDON_TYPE_HCX">
|
||||||
<code class="sig-name descname">UPDATE_ADDON_TYPE_HCX</code><em class="property"> = 'HCX'</em><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.UPDATE_ADDON_TYPE_HCX" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">UPDATE_ADDON_TYPE_HCX</code><em class="property"> = 'HCX'</em><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.UPDATE_ADDON_TYPE_HCX" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Possible value for <code class="docutils literal notranslate"><span class="pre">addonType</span></code> of method <a class="reference internal" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.update" title="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.update"><code class="xref py py-func docutils literal notranslate"><span class="pre">Credentials.update()</span></code></a>.</p>
|
<dd><p>Possible value for <code class="docutils literal notranslate"><span class="pre">addonType</span></code> of method <a class="reference internal" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.update" title="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.update"><code class="xref py py-func docutils literal notranslate"><span class="pre">Credentials.update()</span></code></a>.</p>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.create">
|
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.create">
|
||||||
<code class="sig-name descname">create</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc_id</em>, <em class="sig-param">addon_type</em>, <em class="sig-param">credentials</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.create" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">create</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc_id</span></em>, <em class="sig-param"><span class="n">addon_type</span></em>, <em class="sig-param"><span class="n">credentials</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.create" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Associated a new add on credentials with the SDDC such as HCX</p>
|
<dd><p>Associated a new add on credentials with the SDDC such as HCX</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -304,9 +304,9 @@ Forbidden</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc_id</em>, <em class="sig-param">addon_type</em>, <em class="sig-param">name</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc_id</span></em>, <em class="sig-param"><span class="n">addon_type</span></em>, <em class="sig-param"><span class="n">name</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Get credential details by name</p>
|
<dd><p>Get credential details by name</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -330,9 +330,9 @@ Forbidden</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.list">
|
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.list">
|
||||||
<code class="sig-name descname">list</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc_id</em>, <em class="sig-param">addon_type</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.list" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">list</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc_id</span></em>, <em class="sig-param"><span class="n">addon_type</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.list" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>List all the credentials assoicated with an addon type with in a SDDC</p>
|
<dd><p>List all the credentials assoicated with an addon type with in a SDDC</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -355,9 +355,9 @@ Forbidden</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.update">
|
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.Credentials.update">
|
||||||
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc_id</em>, <em class="sig-param">addon_type</em>, <em class="sig-param">name</em>, <em class="sig-param">credentials</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.update" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc_id</span></em>, <em class="sig-param"><span class="n">addon_type</span></em>, <em class="sig-param"><span class="n">name</span></em>, <em class="sig-param"><span class="n">credentials</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.update" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Update credential details</p>
|
<dd><p>Update credential details</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -388,9 +388,9 @@ Forbidden</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.addons_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.addons_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.addons_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.addons_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -403,18 +403,18 @@ Forbidden</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.clusters_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.clusters_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-clusters-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.clusters_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.clusters_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-clusters-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.clusters_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.clusters_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.clusters_client.HostProvisionSpec">
|
<dt id="com.vmware.vmc.orgs.sddcs.clusters_client.HostProvisionSpec">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.clusters_client.</code><code class="sig-name descname">HostProvisionSpec</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.clusters_client.HostProvisionSpec" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.clusters_client.</code><code class="sig-name descname">HostProvisionSpec</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.clusters_client.HostProvisionSpec" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.clusters_client.HostProvisionSpec.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.clusters_client.HostProvisionSpec.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">cluster</em>, <em class="sig-param">action=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.clusters_client.HostProvisionSpec.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">cluster</span></em>, <em class="sig-param"><span class="n">action</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.clusters_client.HostProvisionSpec.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Get host provision spec for a new host in a cluster in an sddc</p>
|
<dd><p>Get host provision spec for a new host in a cluster in an sddc</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -452,18 +452,18 @@ Internal server error.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.clusters_client.Reconfigure">
|
<dt id="com.vmware.vmc.orgs.sddcs.clusters_client.Reconfigure">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.clusters_client.</code><code class="sig-name descname">Reconfigure</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.clusters_client.Reconfigure" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.clusters_client.</code><code class="sig-name descname">Reconfigure</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.clusters_client.Reconfigure" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.clusters_client.Reconfigure.cluster_reconfig">
|
<dt id="com.vmware.vmc.orgs.sddcs.clusters_client.Reconfigure.cluster_reconfig">
|
||||||
<code class="sig-name descname">cluster_reconfig</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">cluster</em>, <em class="sig-param">cluster_reconfigure_params</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.clusters_client.Reconfigure.cluster_reconfig" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">cluster_reconfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">cluster</span></em>, <em class="sig-param"><span class="n">cluster_reconfigure_params</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.clusters_client.Reconfigure.cluster_reconfig" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>This reconfiguration will handle changing both the number of hosts and
|
<dd><p>This reconfiguration will handle changing both the number of hosts and
|
||||||
the cluster storage capacity.</p>
|
the cluster storage capacity.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -502,9 +502,9 @@ Cannot find the cluster with the given id</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.clusters_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.clusters_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.clusters_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.clusters_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.clusters_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.clusters_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -517,18 +517,18 @@ Cannot find the cluster with the given id</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.dns_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.dns_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-dns-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.dns_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.dns_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-dns-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.dns_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.dns_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.dns_client.Private">
|
<dt id="com.vmware.vmc.orgs.sddcs.dns_client.Private">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.dns_client.</code><code class="sig-name descname">Private</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.dns_client.Private" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.dns_client.</code><code class="sig-name descname">Private</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.dns_client.Private" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.dns_client.Private.update">
|
<dt id="com.vmware.vmc.orgs.sddcs.dns_client.Private.update">
|
||||||
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.dns_client.Private.update" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.dns_client.Private.update" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Update the DNS records of management VMs to use private IP addresses</p>
|
<dd><p>Update the DNS records of management VMs to use private IP addresses</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -560,18 +560,18 @@ Forbidden</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.dns_client.Public">
|
<dt id="com.vmware.vmc.orgs.sddcs.dns_client.Public">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.dns_client.</code><code class="sig-name descname">Public</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.dns_client.Public" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.dns_client.</code><code class="sig-name descname">Public</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.dns_client.Public" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.dns_client.Public.update">
|
<dt id="com.vmware.vmc.orgs.sddcs.dns_client.Public.update">
|
||||||
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.dns_client.Public.update" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.dns_client.Public.update" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Update the DNS records of management VMs to use public IP addresses</p>
|
<dd><p>Update the DNS records of management VMs to use public IP addresses</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -603,9 +603,9 @@ Forbidden</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.dns_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.dns_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.dns_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.dns_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.dns_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.dns_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -618,30 +618,30 @@ Forbidden</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.management_vms_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.management_vms_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-management-vms-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.management_vms_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.management_vms_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-management-vms-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.management_vms_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.management_vms_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.management_vms_client.Dns">
|
<dt id="com.vmware.vmc.orgs.sddcs.management_vms_client.Dns">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.management_vms_client.</code><code class="sig-name descname">Dns</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.management_vms_client.Dns" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.management_vms_client.</code><code class="sig-name descname">Dns</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.management_vms_client.Dns" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="attribute">
|
<dl class="py attribute">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.UPDATE_IP_TYPE_PRIVATE">
|
<dt id="com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.UPDATE_IP_TYPE_PRIVATE">
|
||||||
<code class="sig-name descname">UPDATE_IP_TYPE_PRIVATE</code><em class="property"> = 'private'</em><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.UPDATE_IP_TYPE_PRIVATE" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">UPDATE_IP_TYPE_PRIVATE</code><em class="property"> = 'private'</em><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.UPDATE_IP_TYPE_PRIVATE" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Possible value for <code class="docutils literal notranslate"><span class="pre">ipType</span></code> of method <a class="reference internal" href="#com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.update" title="com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.update"><code class="xref py py-func docutils literal notranslate"><span class="pre">Dns.update()</span></code></a>.</p>
|
<dd><p>Possible value for <code class="docutils literal notranslate"><span class="pre">ipType</span></code> of method <a class="reference internal" href="#com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.update" title="com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.update"><code class="xref py py-func docutils literal notranslate"><span class="pre">Dns.update()</span></code></a>.</p>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="attribute">
|
<dl class="py attribute">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.UPDATE_IP_TYPE_PUBLIC">
|
<dt id="com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.UPDATE_IP_TYPE_PUBLIC">
|
||||||
<code class="sig-name descname">UPDATE_IP_TYPE_PUBLIC</code><em class="property"> = 'public'</em><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.UPDATE_IP_TYPE_PUBLIC" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">UPDATE_IP_TYPE_PUBLIC</code><em class="property"> = 'public'</em><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.UPDATE_IP_TYPE_PUBLIC" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Possible value for <code class="docutils literal notranslate"><span class="pre">ipType</span></code> of method <a class="reference internal" href="#com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.update" title="com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.update"><code class="xref py py-func docutils literal notranslate"><span class="pre">Dns.update()</span></code></a>.</p>
|
<dd><p>Possible value for <code class="docutils literal notranslate"><span class="pre">ipType</span></code> of method <a class="reference internal" href="#com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.update" title="com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.update"><code class="xref py py-func docutils literal notranslate"><span class="pre">Dns.update()</span></code></a>.</p>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.update">
|
<dt id="com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.update">
|
||||||
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">management_vm_id</em>, <em class="sig-param">ip_type</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.update" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">management_vm_id</span></em>, <em class="sig-param"><span class="n">ip_type</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.management_vms_client.Dns.update" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Update the DNS records of management VMs to use public or private IP
|
<dd><p>Update the DNS records of management VMs to use public or private IP
|
||||||
addresses</p>
|
addresses</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -676,9 +676,9 @@ Forbidden</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.management_vms_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.management_vms_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.management_vms_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.management_vms_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.management_vms_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.management_vms_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -691,18 +691,18 @@ Forbidden</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networking_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networking_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-networking-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networking_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networking_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-networking-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networking_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networking_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests">
|
<dt id="com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networking_client.</code><code class="sig-name descname">ConnectivityTests</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networking_client.</code><code class="sig-name descname">ConnectivityTests</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve metadata for connectivity tests.</p>
|
<dd><p>Retrieve metadata for connectivity tests.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -728,9 +728,9 @@ Forbidden</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests.post">
|
<dt id="com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests.post">
|
||||||
<code class="sig-name descname">post</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">request_info</em>, <em class="sig-param">action</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests.post" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">post</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">request_info</span></em>, <em class="sig-param"><span class="n">action</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests.post" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>ConnectivityValidationGroupResultWrapper will be available at
|
<dd><p>ConnectivityValidationGroupResultWrapper will be available at
|
||||||
task.params[‘test_result’].</p>
|
task.params[‘test_result’].</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -765,9 +765,9 @@ Forbidden</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networking_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.networking_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networking_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networking_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networking_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networking_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -780,18 +780,18 @@ Forbidden</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-networks-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-networks-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.Edges">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.Edges">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks_client.</code><code class="sig-name descname">Edges</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.Edges" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks_client.</code><code class="sig-name descname">Edges</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.Edges" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.Edges.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.Edges.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_type</em>, <em class="sig-param">prev_edge_id=None</em>, <em class="sig-param">start_index=None</em>, <em class="sig-param">page_size=None</em>, <em class="sig-param">sort_order_ascending=None</em>, <em class="sig-param">sort_by=None</em>, <em class="sig-param">filter=None</em>, <em class="sig-param">ld_rname=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.Edges.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_type</span></em>, <em class="sig-param"><span class="n">prev_edge_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">start_index</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">page_size</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sort_order_ascending</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sort_by</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">filter</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ld_rname</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.Edges.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve information about all management and compute gateways and
|
<dd><p>Retrieve information about all management and compute gateways and
|
||||||
other routers (NSX Edges).</p>
|
other routers (NSX Edges).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -837,18 +837,18 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.Logical">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.Logical">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks_client.</code><code class="sig-name descname">Logical</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.Logical" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks_client.</code><code class="sig-name descname">Logical</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.Logical" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.Logical.create">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.Logical.create">
|
||||||
<code class="sig-name descname">create</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">sddc_network</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.Logical.create" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">create</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">sddc_network</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.Logical.create" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Create a network in an SDDC.</p>
|
<dd><p>Create a network in an SDDC.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -873,9 +873,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.Logical.delete">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.Logical.delete">
|
||||||
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">network_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.Logical.delete" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">network_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.Logical.delete" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Delete a network in an SDDC.</p>
|
<dd><p>Delete a network in an SDDC.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -900,9 +900,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.Logical.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.Logical.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">network_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.Logical.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">network_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.Logical.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve information about a network in an SDDC.</p>
|
<dd><p>Retrieve information about a network in an SDDC.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -933,9 +933,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.Logical.get_0">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.Logical.get_0">
|
||||||
<code class="sig-name descname">get_0</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">page_size=None</em>, <em class="sig-param">start_index=None</em>, <em class="sig-param">prev_sddc_network_id=None</em>, <em class="sig-param">sort_order_ascending=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.Logical.get_0" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get_0</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">page_size</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">start_index</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">prev_sddc_network_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sort_order_ascending</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.Logical.get_0" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve all networks in an SDDC.</p>
|
<dd><p>Retrieve all networks in an SDDC.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -969,9 +969,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.Logical.update">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.Logical.update">
|
||||||
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">network_id</em>, <em class="sig-param">sddc_network</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.Logical.update" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">network_id</span></em>, <em class="sig-param"><span class="n">sddc_network</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.Logical.update" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Modify a network in an SDDC.</p>
|
<dd><p>Modify a network in an SDDC.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -999,9 +999,9 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>com.vmware.vmc.orgs.sddcs.networks.cgws package — vmc 1.24.0 documentation</title>
|
<title>com.vmware.vmc.orgs.sddcs.networks.cgws package — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -182,18 +182,18 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-networks-cgws-l2vpn-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-networks-cgws-l2vpn-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.</code><code class="sig-name descname">Config</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.</code><code class="sig-name descname">Config</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config.delete">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config.delete">
|
||||||
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config.delete" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config.delete" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Delete SDDC L2 VPN configuration.</p>
|
<dd><p>Delete SDDC L2 VPN configuration.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -218,9 +218,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">show_sensitive_data=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">show_sensitive_data</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve SDDC L2 VPN configuration.</p>
|
<dd><p>Retrieve SDDC L2 VPN configuration.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -252,9 +252,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config.update">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config.update">
|
||||||
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">nsxl2vpn</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config.update" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">nsxl2vpn</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.Config.update" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Modify SDDC L2 VPN configuration</p>
|
<dd><p>Modify SDDC L2 VPN configuration</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -282,9 +282,9 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.firewall package — vmc 1.24.0 documentation</title>
|
<title>com.vmware.vmc.orgs.sddcs.networks.edges.firewall package — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -184,18 +184,18 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-firewall-config-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-firewall-config-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.</code><code class="sig-name descname">Rules</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.</code><code class="sig-name descname">Rules</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.add">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.add">
|
||||||
<code class="sig-name descname">add</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">firewall_rules</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.add" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">add</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">firewall_rules</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.add" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Append firewall rules for a management or compute gateway (NSX Edge).</p>
|
<dd><p>Append firewall rules for a management or compute gateway (NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -221,9 +221,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.delete">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.delete">
|
||||||
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">rule_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.delete" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">rule_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.delete" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Delete a specific firewall rule for a management or compute gateway
|
<dd><p>Delete a specific firewall rule for a management or compute gateway
|
||||||
(NSX Edge).</p>
|
(NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -250,9 +250,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">rule_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">rule_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve a specific firewall rule for a management or compute gateway
|
<dd><p>Retrieve a specific firewall rule for a management or compute gateway
|
||||||
(NSX Edge).</p>
|
(NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -285,9 +285,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.update">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.update">
|
||||||
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">rule_id</em>, <em class="sig-param">nsxfirewallrule</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.update" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">rule_id</span></em>, <em class="sig-param"><span class="n">nsxfirewallrule</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.Rules.update" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Modify the specified firewall rule for a management or compute gateway
|
<dd><p>Modify the specified firewall rule for a management or compute gateway
|
||||||
(NSX Edge).</p>
|
(NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -317,9 +317,9 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges package — vmc 1.24.0 documentation</title>
|
<title>com.vmware.vmc.orgs.sddcs.networks.edges package — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -210,18 +210,18 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-dhcp-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-dhcp-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.Leaseinfo">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.Leaseinfo">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.</code><code class="sig-name descname">Leaseinfo</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.Leaseinfo" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.</code><code class="sig-name descname">Leaseinfo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.Leaseinfo" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.Leaseinfo.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.Leaseinfo.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.Leaseinfo.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.Leaseinfo.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve DHCP leaseinfo of a management or compute gateway (NSX Edge).</p>
|
<dd><p>Retrieve DHCP leaseinfo of a management or compute gateway (NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -254,9 +254,9 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -269,18 +269,18 @@ Not found. Requested object not found.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.dns_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.dns_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-dns-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.dns_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.dns_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-dns-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.dns_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.dns_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.</code><code class="sig-name descname">Config</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.</code><code class="sig-name descname">Config</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.create">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.create">
|
||||||
<code class="sig-name descname">create</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">enable</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.create" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">create</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">enable</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.create" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Enable or disable DNS configuration for a management or compute gateway
|
<dd><p>Enable or disable DNS configuration for a management or compute gateway
|
||||||
(NSX Edge).</p>
|
(NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -307,9 +307,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.delete">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.delete">
|
||||||
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.delete" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.delete" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Delete DNS server configuration for a management or compute gateway
|
<dd><p>Delete DNS server configuration for a management or compute gateway
|
||||||
(NSX Edge).</p>
|
(NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -335,9 +335,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve DNS server configuration for a management or compute gateway
|
<dd><p>Retrieve DNS server configuration for a management or compute gateway
|
||||||
(NSX Edge).</p>
|
(NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -369,9 +369,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.update">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.update">
|
||||||
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">dns_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.update" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">dns_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Config.update" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Configure DNS server configuration for a management or compute gateway
|
<dd><p>Configure DNS server configuration for a management or compute gateway
|
||||||
(NSX Edge).</p>
|
(NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -400,18 +400,18 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Statistics">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Statistics">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.</code><code class="sig-name descname">Statistics</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Statistics" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.</code><code class="sig-name descname">Statistics</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Statistics" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Statistics.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Statistics.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Statistics.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.Statistics.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve DNS server statistics for a management or compute gateway (NSX
|
<dd><p>Retrieve DNS server statistics for a management or compute gateway (NSX
|
||||||
Edge).</p>
|
Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -445,9 +445,9 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.dns_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -460,18 +460,18 @@ Not found. Requested object not found.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-firewall-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-firewall-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.</code><code class="sig-name descname">Config</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.</code><code class="sig-name descname">Config</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config.delete">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config.delete">
|
||||||
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config.delete" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config.delete" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Delete firewall configuration for a management or compute gateway (NSX
|
<dd><p>Delete firewall configuration for a management or compute gateway (NSX
|
||||||
Edge).</p>
|
Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -497,9 +497,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve the firewall configuration for a management or compute gateway
|
<dd><p>Retrieve the firewall configuration for a management or compute gateway
|
||||||
(NSX Edge).</p>
|
(NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -531,9 +531,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config.update">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config.update">
|
||||||
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">firewall_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config.update" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">firewall_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Config.update" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Configure firewall for a management or compute gateway (NSX Edge).</p>
|
<dd><p>Configure firewall for a management or compute gateway (NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -561,18 +561,18 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Statistics">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Statistics">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.</code><code class="sig-name descname">Statistics</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Statistics" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.</code><code class="sig-name descname">Statistics</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Statistics" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Statistics.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Statistics.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">rule_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Statistics.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">rule_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.Statistics.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve statistics for a specific firewall rule for a management or
|
<dd><p>Retrieve statistics for a specific firewall rule for a management or
|
||||||
compute gateway (NSX Edge).</p>
|
compute gateway (NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -607,9 +607,9 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -622,18 +622,18 @@ Not found. Requested object not found.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-ipsec-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-ipsec-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.</code><code class="sig-name descname">Config</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.</code><code class="sig-name descname">Config</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config.delete">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config.delete">
|
||||||
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config.delete" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config.delete" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Delete IPsec VPN configuration for a management or compute gateway (NSX
|
<dd><p>Delete IPsec VPN configuration for a management or compute gateway (NSX
|
||||||
Edge).</p>
|
Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -659,9 +659,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">show_sensitive_data=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">show_sensitive_data</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve IPsec VPN configuration for a management or compute gateway
|
<dd><p>Retrieve IPsec VPN configuration for a management or compute gateway
|
||||||
(NSX Edge).</p>
|
(NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -695,9 +695,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config.update">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config.update">
|
||||||
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">ipsec</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config.update" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">ipsec</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Config.update" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Modify IPsec VPN configuration for a management or compute gateway (NSX
|
<dd><p>Modify IPsec VPN configuration for a management or compute gateway (NSX
|
||||||
Edge).</p>
|
Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -726,18 +726,18 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Statistics">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Statistics">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.</code><code class="sig-name descname">Statistics</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Statistics" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.</code><code class="sig-name descname">Statistics</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Statistics" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Statistics.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Statistics.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Statistics.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.Statistics.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve IPsec VPN statistics for a management or compute gateway (NSX
|
<dd><p>Retrieve IPsec VPN statistics for a management or compute gateway (NSX
|
||||||
Edge).</p>
|
Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -771,9 +771,9 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -786,18 +786,18 @@ Not found. Requested object not found.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.nat_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.nat_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-nat-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.nat_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-nat-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.nat_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.</code><code class="sig-name descname">Config</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.</code><code class="sig-name descname">Config</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config.delete">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config.delete">
|
||||||
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config.delete" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config.delete" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Delete all NAT configuration for the specified management or compute
|
<dd><p>Delete all NAT configuration for the specified management or compute
|
||||||
gateway (NSX Edge).</p>
|
gateway (NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -823,9 +823,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve NAT configuration for a management or compute gateway (NSX
|
<dd><p>Retrieve NAT configuration for a management or compute gateway (NSX
|
||||||
Edge).</p>
|
Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -857,9 +857,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config.update">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config.update">
|
||||||
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">nat</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config.update" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">nat</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.Config.update" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Modify NAT configuration for a management or compute gateway (NSX
|
<dd><p>Modify NAT configuration for a management or compute gateway (NSX
|
||||||
Edge).</p>
|
Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -888,9 +888,9 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -903,18 +903,18 @@ Not found. Requested object not found.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-statistics-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-statistics-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.Interfaces">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.Interfaces">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.</code><code class="sig-name descname">Interfaces</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.Interfaces" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.</code><code class="sig-name descname">Interfaces</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.Interfaces" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.Interfaces.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.Interfaces.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">start_time=None</em>, <em class="sig-param">end_time=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.Interfaces.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">start_time</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">end_time</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.Interfaces.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve interface statistics for a management or compute gateway (NSX
|
<dd><p>Retrieve interface statistics for a management or compute gateway (NSX
|
||||||
Edge).</p>
|
Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -952,9 +952,9 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package — vmc 1.24.0 documentation</title>
|
<title>com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -184,18 +184,18 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-l2vpn-config-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-l2vpn-config-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.Statistics">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.Statistics">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.</code><code class="sig-name descname">Statistics</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.Statistics" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.</code><code class="sig-name descname">Statistics</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.Statistics" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.Statistics.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.Statistics.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.Statistics.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.Statistics.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve L2 VPN statistics for a compute gateway (NSX Edge).</p>
|
<dd><p>Retrieve L2 VPN statistics for a compute gateway (NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -228,9 +228,9 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.nat package — vmc 1.24.0 documentation</title>
|
<title>com.vmware.vmc.orgs.sddcs.networks.edges.nat package — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -184,18 +184,18 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-nat-config-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-nat-config-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.</code><code class="sig-name descname">Rules</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.</code><code class="sig-name descname">Rules</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules.add">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules.add">
|
||||||
<code class="sig-name descname">add</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">nat_rules</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules.add" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">add</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">nat_rules</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules.add" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Append a NAT rule for a management or compute gateway (NSX Edge).</p>
|
<dd><p>Append a NAT rule for a management or compute gateway (NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
@ -221,9 +221,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules.delete">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules.delete">
|
||||||
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">rule_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules.delete" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">delete</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">rule_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules.delete" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Delete the specific NAT rule for a management or compute gateway (NSX
|
<dd><p>Delete the specific NAT rule for a management or compute gateway (NSX
|
||||||
Edge).</p>
|
Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -250,9 +250,9 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules.update">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules.update">
|
||||||
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">rule_id</em>, <em class="sig-param">nsxnatrule</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules.update" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">update</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">rule_id</span></em>, <em class="sig-param"><span class="n">nsxnatrule</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules.update" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Update the specific NAT rule for a management or compute gateway (NSX
|
<dd><p>Update the specific NAT rule for a management or compute gateway (NSX
|
||||||
Edge).</p>
|
Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -282,9 +282,9 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.statistics package — vmc 1.24.0 documentation</title>
|
<title>com.vmware.vmc.orgs.sddcs.networks.edges.statistics package — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -184,18 +184,18 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-statistics-dashboard-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-statistics-dashboard-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Firewall">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Firewall">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.</code><code class="sig-name descname">Firewall</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Firewall" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.</code><code class="sig-name descname">Firewall</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Firewall" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Firewall.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Firewall.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">interval=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Firewall.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">interval</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Firewall.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve firewall dashboard statistics for a management or compute
|
<dd><p>Retrieve firewall dashboard statistics for a management or compute
|
||||||
gateway (NSX Edge).</p>
|
gateway (NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -231,18 +231,18 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Interface">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Interface">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.</code><code class="sig-name descname">Interface</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Interface" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.</code><code class="sig-name descname">Interface</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Interface" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Interface.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Interface.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">interval=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Interface.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">interval</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Interface.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve interface dashboard statistics for a management or compute
|
<dd><p>Retrieve interface dashboard statistics for a management or compute
|
||||||
gateway (NSX Edge).</p>
|
gateway (NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -278,18 +278,18 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Ipsec">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Ipsec">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.</code><code class="sig-name descname">Ipsec</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Ipsec" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.</code><code class="sig-name descname">Ipsec</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Ipsec" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Ipsec.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Ipsec.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">interval=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Ipsec.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">interval</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.Ipsec.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve ipsec dashboard statistics for a management or compute gateway
|
<dd><p>Retrieve ipsec dashboard statistics for a management or compute gateway
|
||||||
(NSX Edge).</p>
|
(NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -325,9 +325,9 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -340,18 +340,18 @@ Not found. Requested object not found.</p>
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-statistics-interfaces-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-statistics-interfaces-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Internal">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Internal">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.</code><code class="sig-name descname">Internal</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Internal" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.</code><code class="sig-name descname">Internal</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Internal" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Internal.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Internal.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">start_time=None</em>, <em class="sig-param">end_time=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Internal.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">start_time</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">end_time</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Internal.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve internal interface statistics for a management or compute
|
<dd><p>Retrieve internal interface statistics for a management or compute
|
||||||
gateway (NSX Edge).</p>
|
gateway (NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -389,9 +389,9 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -401,18 +401,18 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Uplink">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Uplink">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.</code><code class="sig-name descname">Uplink</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Uplink" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.</code><code class="sig-name descname">Uplink</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Uplink" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Uplink.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Uplink.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">start_time=None</em>, <em class="sig-param">end_time=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Uplink.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">start_time</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">end_time</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client.Uplink.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve uplink interface statistics for a management or compute
|
<dd><p>Retrieve uplink interface statistics for a management or compute
|
||||||
gateway (NSX Edge).</p>
|
gateway (NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>com.vmware.vmc.orgs.sddcs.networks package — vmc 1.24.0 documentation</title>
|
<title>com.vmware.vmc.orgs.sddcs.networks package — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -226,18 +226,18 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges_client">
|
<div class="section" id="module-com.vmware.vmc.orgs.sddcs.networks.edges_client">
|
||||||
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges_client" title="Permalink to this headline">¶</a></h2>
|
<span id="com-vmware-vmc-orgs-sddcs-networks-edges-client-module"></span><h2>com.vmware.vmc.orgs.sddcs.networks.edges_client module<a class="headerlink" href="#module-com.vmware.vmc.orgs.sddcs.networks.edges_client" title="Permalink to this headline">¶</a></h2>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges_client.Peerconfig">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges_client.Peerconfig">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges_client.</code><code class="sig-name descname">Peerconfig</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges_client.Peerconfig" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges_client.</code><code class="sig-name descname">Peerconfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges_client.Peerconfig" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges_client.Peerconfig.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges_client.Peerconfig.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">objecttype</em>, <em class="sig-param">objectid</em>, <em class="sig-param">templateid=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges_client.Peerconfig.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">objecttype</span></em>, <em class="sig-param"><span class="n">objectid</span></em>, <em class="sig-param"><span class="n">templateid</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges_client.Peerconfig.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve IPsec VPN peer configuration for a management or compute
|
<dd><p>Retrieve IPsec VPN peer configuration for a management or compute
|
||||||
gateway (NSX Edge). The response output is free form text generated as
|
gateway (NSX Edge). The response output is free form text generated as
|
||||||
per the template specified as request parameter input.</p>
|
per the template specified as request parameter input.</p>
|
||||||
@ -278,18 +278,18 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges_client.Status">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges_client.Status">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges_client.</code><code class="sig-name descname">Status</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges_client.Status" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges_client.</code><code class="sig-name descname">Status</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges_client.Status" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges_client.Status.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges_client.Status.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em>, <em class="sig-param">getlatest=None</em>, <em class="sig-param">detailed=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges_client.Status.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em>, <em class="sig-param"><span class="n">getlatest</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">detailed</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges_client.Status.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve the status of the specified management or compute gateway (NSX
|
<dd><p>Retrieve the status of the specified management or compute gateway (NSX
|
||||||
Edge).</p>
|
Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -328,9 +328,9 @@ Not found. Requested object not found.</p>
|
|||||||
|
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges_client.StubFactory">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges_client.StubFactory">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param">stub_config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges_client.</code><code class="sig-name descname">StubFactory</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">stub_config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges_client.StubFactory" 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.stub.StubFactoryBase</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubFactoryBase</span></code></p>
|
||||||
<p>Initialize StubFactoryBase</p>
|
<p>Initialize StubFactoryBase</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
@ -340,18 +340,18 @@ Not found. Requested object not found.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges_client.Vnics">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges_client.Vnics">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges_client.</code><code class="sig-name descname">Vnics</code><span class="sig-paren">(</span><em class="sig-param">config</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges_client.Vnics" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.orgs.sddcs.networks.edges_client.</code><code class="sig-name descname">Vnics</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">config</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges_client.Vnics" 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.stub.VapiInterface</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.VapiInterface</span></code></p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
<dt class="field-odd">Parameters</dt>
|
<dt class="field-odd">Parameters</dt>
|
||||||
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
<dd class="field-odd"><p><strong>config</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.stub.StubConfiguration</span></code>) – Configuration to be used for creating the stub.</p>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges_client.Vnics.get">
|
<dt id="com.vmware.vmc.orgs.sddcs.networks.edges_client.Vnics.get">
|
||||||
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param">org</em>, <em class="sig-param">sddc</em>, <em class="sig-param">edge_id</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges_client.Vnics.get" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org</span></em>, <em class="sig-param"><span class="n">sddc</span></em>, <em class="sig-param"><span class="n">edge_id</span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.orgs.sddcs.networks.edges_client.Vnics.get" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve all interfaces for the specified management or compute gateway
|
<dd><p>Retrieve all interfaces for the specified management or compute gateway
|
||||||
(NSX Edge).</p>
|
(NSX Edge).</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>Interface definition language to python mapping for enumerated types — vmc 1.24.0 documentation</title>
|
<title>Interface definition language to python mapping for enumerated types — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -58,7 +58,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>Index — vmc 1.24.0 documentation</title>
|
<title>Index — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -309,92 +309,302 @@
|
|||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.sddcs_client.Clusters">Clusters (class in com.vmware.vmc.orgs.sddcs_client)</a>
|
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.sddcs_client.Clusters">Clusters (class in com.vmware.vmc.orgs.sddcs_client)</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.html#module-com">com (module)</a>
|
<li>
|
||||||
|
com
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.html#module-com">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.html#module-com.vmware">com.vmware (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.html#module-com.vmware">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.html#module-com.vmware.vmc">com.vmware.vmc (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.html#module-com.vmware.vmc">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.html#module-com.vmware.vmc.model_client">com.vmware.vmc.model_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.model_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.html#module-com.vmware.vmc.model_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs">com.vmware.vmc.orgs (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.account_link_client">com.vmware.vmc.orgs.account_link_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.account_link_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.account_link_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.reservations_client">com.vmware.vmc.orgs.reservations_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.reservations_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.reservations_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs">com.vmware.vmc.orgs.sddcs (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.addons_client">com.vmware.vmc.orgs.sddcs.addons_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.addons_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.addons_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.clusters.html#module-com.vmware.vmc.orgs.sddcs.clusters">com.vmware.vmc.orgs.sddcs.clusters (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.clusters
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.clusters.html#module-com.vmware.vmc.orgs.sddcs.clusters">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.clusters.html#module-com.vmware.vmc.orgs.sddcs.clusters.config_client">com.vmware.vmc.orgs.sddcs.clusters.config_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.clusters.config_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.clusters.html#module-com.vmware.vmc.orgs.sddcs.clusters.config_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.clusters_client">com.vmware.vmc.orgs.sddcs.clusters_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.clusters_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.clusters_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.dns_client">com.vmware.vmc.orgs.sddcs.dns_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.dns_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.dns_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.management_vms_client">com.vmware.vmc.orgs.sddcs.management_vms_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.management_vms_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.management_vms_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.networking_client">com.vmware.vmc.orgs.sddcs.networking_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networking_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.networking_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.html#module-com.vmware.vmc.orgs.sddcs.networks">com.vmware.vmc.orgs.sddcs.networks (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.html#module-com.vmware.vmc.orgs.sddcs.networks">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.cgws.html#module-com.vmware.vmc.orgs.sddcs.networks.cgws">com.vmware.vmc.orgs.sddcs.networks.cgws (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.cgws
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.cgws.html#module-com.vmware.vmc.orgs.sddcs.networks.cgws">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.cgws.html#module-com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client">com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.cgws.html#module-com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges">com.vmware.vmc.orgs.sddcs.networks.edges (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.edges
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client">com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.dns_client">com.vmware.vmc.orgs.sddcs.networks.edges.dns_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.edges.dns_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.dns_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall">com.vmware.vmc.orgs.sddcs.networks.edges.firewall (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.edges.firewall
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client">com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client">com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client (module)</a>
|
</ul></li>
|
||||||
</li>
|
<li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client">com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client (module)</a>
|
com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client
|
||||||
</li>
|
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn">com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn (module)</a>
|
<ul>
|
||||||
</li>
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client">module</a>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client">com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client (module)</a>
|
|
||||||
</li>
|
</li>
|
||||||
|
</ul></li>
|
||||||
</ul></td>
|
</ul></td>
|
||||||
<td style="width: 33%; vertical-align: top;"><ul>
|
<td style="width: 33%; vertical-align: top;"><ul>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat">com.vmware.vmc.orgs.sddcs.networks.edges.nat (module)</a>
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client">com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat_client">com.vmware.vmc.orgs.sddcs.networks.edges.nat_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics">com.vmware.vmc.orgs.sddcs.networks.edges.statistics (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.edges.nat
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.edges.nat_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client">com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.edges.statistics
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.html#module-com.vmware.vmc.orgs.sddcs.networks.edges_client">com.vmware.vmc.orgs.sddcs.networks.edges_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.networks_client">com.vmware.vmc.orgs.sddcs.networks_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.sddcs_client">com.vmware.vmc.orgs.sddcs_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.storage_client">com.vmware.vmc.orgs.storage_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks.edges_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.html#module-com.vmware.vmc.orgs.sddcs.networks.edges_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.subscriptions_client">com.vmware.vmc.orgs.subscriptions_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs.networks_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.networks_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.tbrs_client">com.vmware.vmc.orgs.tbrs_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.sddcs_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.sddcs_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.html#module-com.vmware.vmc.orgs_client">com.vmware.vmc.orgs_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.storage_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.storage_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.html#module-com.vmware.vmc_client">com.vmware.vmc_client (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.subscriptions_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.subscriptions_client">module</a>
|
||||||
</li>
|
</li>
|
||||||
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs.tbrs_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.tbrs_client">module</a>
|
||||||
|
</li>
|
||||||
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc.orgs_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.vmc.html#module-com.vmware.vmc.orgs_client">module</a>
|
||||||
|
</li>
|
||||||
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
com.vmware.vmc_client
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.vmware.html#module-com.vmware.vmc_client">module</a>
|
||||||
|
</li>
|
||||||
|
</ul></li>
|
||||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.CompatibleSubnets">CompatibleSubnets (class in com.vmware.vmc.orgs.account_link_client)</a>
|
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.CompatibleSubnets">CompatibleSubnets (class in com.vmware.vmc.orgs.account_link_client)</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync">CompatibleSubnetsAsync (class in com.vmware.vmc.orgs.account_link_client)</a>
|
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.CompatibleSubnetsAsync">CompatibleSubnetsAsync (class in com.vmware.vmc.orgs.account_link_client)</a>
|
||||||
@ -1023,8 +1233,6 @@
|
|||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ManagementGatewayTemplate">ManagementGatewayTemplate (class in com.vmware.vmc.model_client)</a>
|
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ManagementGatewayTemplate">ManagementGatewayTemplate (class in com.vmware.vmc.model_client)</a>
|
||||||
</li>
|
</li>
|
||||||
</ul></td>
|
|
||||||
<td style="width: 33%; vertical-align: top;"><ul>
|
|
||||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.MapCustomerZones">MapCustomerZones (class in com.vmware.vmc.orgs.account_link_client)</a>
|
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.account_link_client.MapCustomerZones">MapCustomerZones (class in com.vmware.vmc.orgs.account_link_client)</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.MapZonesRequest">MapZonesRequest (class in com.vmware.vmc.model_client)</a>
|
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.MapZonesRequest">MapZonesRequest (class in com.vmware.vmc.model_client)</a>
|
||||||
@ -1033,6 +1241,105 @@
|
|||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Metadata">Metadata (class in com.vmware.vmc.model_client)</a>
|
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Metadata">Metadata (class in com.vmware.vmc.model_client)</a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
module
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="com.html#module-com">com</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.html#module-com.vmware">com.vmware</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.html#module-com.vmware.vmc">com.vmware.vmc</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.html#module-com.vmware.vmc.model_client">com.vmware.vmc.model_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs">com.vmware.vmc.orgs</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.account_link_client">com.vmware.vmc.orgs.account_link_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.reservations_client">com.vmware.vmc.orgs.reservations_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs">com.vmware.vmc.orgs.sddcs</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.addons_client">com.vmware.vmc.orgs.sddcs.addons_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.clusters.html#module-com.vmware.vmc.orgs.sddcs.clusters">com.vmware.vmc.orgs.sddcs.clusters</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.clusters.html#module-com.vmware.vmc.orgs.sddcs.clusters.config_client">com.vmware.vmc.orgs.sddcs.clusters.config_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.clusters_client">com.vmware.vmc.orgs.sddcs.clusters_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.dns_client">com.vmware.vmc.orgs.sddcs.dns_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.management_vms_client">com.vmware.vmc.orgs.sddcs.management_vms_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.networking_client">com.vmware.vmc.orgs.sddcs.networking_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.html#module-com.vmware.vmc.orgs.sddcs.networks">com.vmware.vmc.orgs.sddcs.networks</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.cgws.html#module-com.vmware.vmc.orgs.sddcs.networks.cgws">com.vmware.vmc.orgs.sddcs.networks.cgws</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.cgws.html#module-com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client">com.vmware.vmc.orgs.sddcs.networks.cgws.l2vpn_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges">com.vmware.vmc.orgs.sddcs.networks.edges</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client">com.vmware.vmc.orgs.sddcs.networks.edges.dhcp_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.dns_client">com.vmware.vmc.orgs.sddcs.networks.edges.dns_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall">com.vmware.vmc.orgs.sddcs.networks.edges.firewall</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.firewall.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client">com.vmware.vmc.orgs.sddcs.networks.edges.firewall.config_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client">com.vmware.vmc.orgs.sddcs.networks.edges.firewall_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client">com.vmware.vmc.orgs.sddcs.networks.edges.ipsec_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn">com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client">com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn.config_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat">com.vmware.vmc.orgs.sddcs.networks.edges.nat</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client">com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.nat_client">com.vmware.vmc.orgs.sddcs.networks.edges.nat_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics">com.vmware.vmc.orgs.sddcs.networks.edges.statistics</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.dashboard_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.statistics.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client">com.vmware.vmc.orgs.sddcs.networks.edges.statistics.interfaces_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.html#module-com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client">com.vmware.vmc.orgs.sddcs.networks.edges.statistics_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.networks.html#module-com.vmware.vmc.orgs.sddcs.networks.edges_client">com.vmware.vmc.orgs.sddcs.networks.edges_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.sddcs.html#module-com.vmware.vmc.orgs.sddcs.networks_client">com.vmware.vmc.orgs.sddcs.networks_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.sddcs_client">com.vmware.vmc.orgs.sddcs_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.storage_client">com.vmware.vmc.orgs.storage_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.subscriptions_client">com.vmware.vmc.orgs.subscriptions_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.orgs.html#module-com.vmware.vmc.orgs.tbrs_client">com.vmware.vmc.orgs.tbrs_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.vmc.html#module-com.vmware.vmc.orgs_client">com.vmware.vmc.orgs_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="com.vmware.html#module-com.vmware.vmc_client">com.vmware.vmc_client</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="vmware.html#module-vmware">vmware</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="vmware.vapi.html#module-vmware.vapi">vmware.vapi</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="vmware.vapi.vmc.html#module-vmware.vapi.vmc">vmware.vapi.vmc</a>
|
||||||
|
</li>
|
||||||
|
<li><a href="vmware.vapi.vmc.html#module-vmware.vapi.vmc.csp_filter">vmware.vapi.vmc.csp_filter</a>
|
||||||
|
</li>
|
||||||
|
</ul></li>
|
||||||
|
</ul></td>
|
||||||
|
<td style="width: 33%; vertical-align: top;"><ul>
|
||||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.reservations_client.Mw">Mw (class in com.vmware.vmc.orgs.reservations_client)</a>
|
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.reservations_client.Mw">Mw (class in com.vmware.vmc.orgs.reservations_client)</a>
|
||||||
</li>
|
</li>
|
||||||
</ul></td>
|
</ul></td>
|
||||||
@ -1679,14 +1986,34 @@
|
|||||||
<td style="width: 33%; vertical-align: top;"><ul>
|
<td style="width: 33%; vertical-align: top;"><ul>
|
||||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.VmcLocale">VmcLocale (class in com.vmware.vmc.model_client)</a>
|
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.VmcLocale">VmcLocale (class in com.vmware.vmc.model_client)</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="vmware.html#module-vmware">vmware (module)</a>
|
<li>
|
||||||
|
vmware
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="vmware.html#module-vmware">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="vmware.vapi.html#module-vmware.vapi">vmware.vapi (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
vmware.vapi
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="vmware.vapi.html#module-vmware.vapi">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="vmware.vapi.vmc.html#module-vmware.vapi.vmc">vmware.vapi.vmc (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
vmware.vapi.vmc
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="vmware.vapi.vmc.html#module-vmware.vapi.vmc">module</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="vmware.vapi.vmc.html#module-vmware.vapi.vmc.csp_filter">vmware.vapi.vmc.csp_filter (module)</a>
|
</ul></li>
|
||||||
|
<li>
|
||||||
|
vmware.vapi.vmc.csp_filter
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li><a href="vmware.vapi.vmc.html#module-vmware.vapi.vmc.csp_filter">module</a>
|
||||||
</li>
|
</li>
|
||||||
|
</ul></li>
|
||||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Vnic">Vnic (class in com.vmware.vmc.model_client)</a>
|
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Vnic">Vnic (class in com.vmware.vmc.model_client)</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_EXTERNAL">VNIC_GROUP_IDS_EXTERNAL (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_EXTERNAL">VNIC_GROUP_IDS_EXTERNAL (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
||||||
@ -1705,12 +2032,12 @@
|
|||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_VNIC_INDEX_5">VNIC_GROUP_IDS_VNIC_INDEX_5 (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_VNIC_INDEX_5">VNIC_GROUP_IDS_VNIC_INDEX_5 (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
||||||
</li>
|
</li>
|
||||||
|
</ul></td>
|
||||||
|
<td style="width: 33%; vertical-align: top;"><ul>
|
||||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_VNIC_INDEX_6">VNIC_GROUP_IDS_VNIC_INDEX_6 (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_VNIC_INDEX_6">VNIC_GROUP_IDS_VNIC_INDEX_6 (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_VNIC_INDEX_7">VNIC_GROUP_IDS_VNIC_INDEX_7 (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_VNIC_INDEX_7">VNIC_GROUP_IDS_VNIC_INDEX_7 (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
||||||
</li>
|
</li>
|
||||||
</ul></td>
|
|
||||||
<td style="width: 33%; vertical-align: top;"><ul>
|
|
||||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_VNIC_INDEX_8">VNIC_GROUP_IDS_VNIC_INDEX_8 (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_VNIC_INDEX_8">VNIC_GROUP_IDS_VNIC_INDEX_8 (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
||||||
</li>
|
</li>
|
||||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_VNIC_INDEX_9">VNIC_GROUP_IDS_VNIC_INDEX_9 (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.FirewallRuleScope.VNIC_GROUP_IDS_VNIC_INDEX_9">VNIC_GROUP_IDS_VNIC_INDEX_9 (com.vmware.vmc.model_client.FirewallRuleScope attribute)</a>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>Welcome to vmc’s documentation! — vmc 1.24.0 documentation</title>
|
<title>Welcome to vmc’s documentation! — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
BIN
vmc/objects.inv
BIN
vmc/objects.inv
Binary file not shown.
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>Python Module Index — vmc 1.24.0 documentation</title>
|
<title>Python Module Index — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -61,7 +61,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>Search — vmc 1.24.0 documentation</title>
|
<title>Search — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>vmware package — vmc 1.24.0 documentation</title>
|
<title>vmware package — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>vmware.vapi package — vmc 1.24.0 documentation</title>
|
<title>vmware.vapi package — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -60,7 +60,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
<title>vmware.vapi.vmc package — vmc 1.24.0 documentation</title>
|
<title>vmware.vapi.vmc package — vmc 1.25.0 documentation</title>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<div class="version">
|
<div class="version">
|
||||||
1.24.0
|
1.25.0
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
@ -175,9 +175,9 @@
|
|||||||
<div class="section" id="module-vmware.vapi.vmc.csp_filter">
|
<div class="section" id="module-vmware.vapi.vmc.csp_filter">
|
||||||
<span id="vmware-vapi-vmc-csp-filter-module"></span><h2>vmware.vapi.vmc.csp_filter module<a class="headerlink" href="#module-vmware.vapi.vmc.csp_filter" title="Permalink to this headline">¶</a></h2>
|
<span id="vmware-vapi-vmc-csp-filter-module"></span><h2>vmware.vapi.vmc.csp_filter module<a class="headerlink" href="#module-vmware.vapi.vmc.csp_filter" title="Permalink to this headline">¶</a></h2>
|
||||||
<p>CSP Refresh token based SecurityContextFilter</p>
|
<p>CSP Refresh token based SecurityContextFilter</p>
|
||||||
<dl class="class">
|
<dl class="py class">
|
||||||
<dt id="vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter">
|
<dt id="vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter">
|
||||||
<em class="property">class </em><code class="sig-prename descclassname">vmware.vapi.vmc.csp_filter.</code><code class="sig-name descname">CSPSecurityContextFilter</code><span class="sig-paren">(</span><em class="sig-param">session</em>, <em class="sig-param">refresh_token</em>, <em class="sig-param">refresh_url</em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter" title="Permalink to this definition">¶</a></dt>
|
<em class="property">class </em><code class="sig-prename descclassname">vmware.vapi.vmc.csp_filter.</code><code class="sig-name descname">CSPSecurityContextFilter</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">session</span></em>, <em class="sig-param"><span class="n">refresh_token</span></em>, <em class="sig-param"><span class="n">refresh_url</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.security.client.security_context_filter.SecurityContextFilter</span></code></p>
|
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.security.client.security_context_filter.SecurityContextFilter</span></code></p>
|
||||||
<p>CSP Security Context filter in API Provider chain adds the security
|
<p>CSP Security Context filter in API Provider chain adds the security
|
||||||
context based on a refresh token to the execution context passed in.</p>
|
context based on a refresh token to the execution context passed in.</p>
|
||||||
@ -192,7 +192,7 @@ access token</p></li>
|
|||||||
</ul>
|
</ul>
|
||||||
</dd>
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.get_max_retries">
|
<dt id="vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.get_max_retries">
|
||||||
<code class="sig-name descname">get_max_retries</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.get_max_retries" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get_max_retries</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.get_max_retries" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Get the max number of retries</p>
|
<dd><p>Get the max number of retries</p>
|
||||||
@ -206,9 +206,9 @@ access token</p></li>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.get_security_context">
|
<dt id="vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.get_security_context">
|
||||||
<code class="sig-name descname">get_security_context</code><span class="sig-paren">(</span><em class="sig-param">on_error</em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.get_security_context" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">get_security_context</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">on_error</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.get_security_context" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Retrieve security context. If this method is called after an error
|
<dd><p>Retrieve security context. If this method is called after an error
|
||||||
occured, then a new access token is obtained using the refresh token and
|
occured, then a new access token is obtained using the refresh token and
|
||||||
a new security context is created.</p>
|
a new security context is created.</p>
|
||||||
@ -225,9 +225,9 @@ a new security context is created.</p>
|
|||||||
</dl>
|
</dl>
|
||||||
</dd></dl>
|
</dd></dl>
|
||||||
|
|
||||||
<dl class="method">
|
<dl class="py method">
|
||||||
<dt id="vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.should_retry">
|
<dt id="vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.should_retry">
|
||||||
<code class="sig-name descname">should_retry</code><span class="sig-paren">(</span><em class="sig-param">error_value</em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.should_retry" title="Permalink to this definition">¶</a></dt>
|
<code class="sig-name descname">should_retry</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">error_value</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vapi.vmc.csp_filter.CSPSecurityContextFilter.should_retry" title="Permalink to this definition">¶</a></dt>
|
||||||
<dd><p>Returns whether the request should be retried or not based on the error
|
<dd><p>Returns whether the request should be retried or not based on the error
|
||||||
specified.</p>
|
specified.</p>
|
||||||
<dl class="field-list simple">
|
<dl class="field-list simple">
|
||||||
|
Loading…
Reference in New Issue
Block a user