mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-22 01:39:58 -05:00
Updating latest python vmc-draas doc (49711dd). Signed-off-by: aagrawal3 <aagrawal3@vmware.com>
This commit is contained in:
parent
8c9d844ce9
commit
d1dca03db1
@ -1,5 +1,5 @@
|
||||
.. draas documentation master file, created by
|
||||
sphinx-quickstart on Tue May 2 06:46:25 2023.
|
||||
sphinx-quickstart on Fri Aug 4 11:51:26 2023.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
|
||||
VERSION: '1.21.0',
|
||||
VERSION: '1.22.0',
|
||||
LANGUAGE: 'en',
|
||||
COLLAPSE_INDEX: false,
|
||||
BUILDER: 'html',
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>com package — draas 1.21.0 documentation</title>
|
||||
<title>com package — draas 1.22.0 documentation</title>
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
<!--[if lt IE 9]>
|
||||
@ -34,7 +34,7 @@
|
||||
draas
|
||||
</a>
|
||||
<div class="version">
|
||||
1.21.0
|
||||
1.22.0
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>com.vmware package — draas 1.21.0 documentation</title>
|
||||
<title>com.vmware package — draas 1.22.0 documentation</title>
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
<!--[if lt IE 9]>
|
||||
@ -34,7 +34,7 @@
|
||||
draas
|
||||
</a>
|
||||
<div class="version">
|
||||
1.21.0
|
||||
1.22.0
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>com.vmware.vmc.draas package — draas 1.21.0 documentation</title>
|
||||
<title>com.vmware.vmc.draas package — draas 1.22.0 documentation</title>
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
<!--[if lt IE 9]>
|
||||
@ -34,7 +34,7 @@
|
||||
draas
|
||||
</a>
|
||||
<div class="version">
|
||||
1.21.0
|
||||
1.22.0
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>com.vmware.vmc package — draas 1.21.0 documentation</title>
|
||||
<title>com.vmware.vmc package — draas 1.22.0 documentation</title>
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
<!--[if lt IE 9]>
|
||||
@ -34,7 +34,7 @@
|
||||
draas
|
||||
</a>
|
||||
<div class="version">
|
||||
1.21.0
|
||||
1.22.0
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
@ -104,6 +104,44 @@
|
||||
</section>
|
||||
<section id="module-com.vmware.vmc.draas_client">
|
||||
<span id="com-vmware-vmc-draas-client-module"></span><h2>com.vmware.vmc.draas_client module<a class="headerlink" href="#module-com.vmware.vmc.draas_client" title="Permalink to this headline"></a></h2>
|
||||
<dl class="py class">
|
||||
<dt class="sig sig-object py" id="com.vmware.vmc.draas_client.GenerateOauthClient">
|
||||
<em class="property"><span class="pre">class</span> </em><span class="sig-prename descclassname"><span class="pre">com.vmware.vmc.draas_client.</span></span><span class="sig-name descname"><span class="pre">GenerateOauthClient</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">config</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.draas_client.GenerateOauthClient" 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>
|
||||
<dl class="field-list simple">
|
||||
<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>
|
||||
</dl>
|
||||
<dl class="py method">
|
||||
<dt class="sig sig-object py" id="com.vmware.vmc.draas_client.GenerateOauthClient.post">
|
||||
<span class="sig-name descname"><span class="pre">post</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">org</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">sddc</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">site_recovery_node</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.draas_client.GenerateOauthClient.post" title="Permalink to this definition"></a></dt>
|
||||
<dd><p>Generate Oauth Client for Site Recovery node</p>
|
||||
<dl class="field-list simple">
|
||||
<dt class="field-odd">Parameters</dt>
|
||||
<dd class="field-odd"><ul class="simple">
|
||||
<li><p><strong>org</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – Organization identifier (required)</p></li>
|
||||
<li><p><strong>sddc</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – sddc identifier (required)</p></li>
|
||||
<li><p><strong>site_recovery_node</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – Site recovery node identifier (required)</p></li>
|
||||
</ul>
|
||||
</dd>
|
||||
<dt class="field-even">Raise</dt>
|
||||
<dd class="field-even"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthenticated</span></code>
|
||||
Unauthorized</p>
|
||||
</dd>
|
||||
<dt class="field-odd">Raise</dt>
|
||||
<dd class="field-odd"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.InvalidRequest</span></code>
|
||||
Bad Request</p>
|
||||
</dd>
|
||||
<dt class="field-even">Raise</dt>
|
||||
<dd class="field-even"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vapi.std.errors_client.Unauthorized</span></code>
|
||||
Forbidden</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd></dl>
|
||||
|
||||
</dd></dl>
|
||||
|
||||
<dl class="py class">
|
||||
<dt class="sig sig-object py" id="com.vmware.vmc.draas_client.GetSrmConfigExport">
|
||||
<em class="property"><span class="pre">class</span> </em><span class="sig-prename descclassname"><span class="pre">com.vmware.vmc.draas_client.</span></span><span class="sig-name descname"><span class="pre">GetSrmConfigExport</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">config</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.draas_client.GetSrmConfigExport" title="Permalink to this definition"></a></dt>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Interface definition language to python mapping for enumerated types — draas 1.21.0 documentation</title>
|
||||
<title>Interface definition language to python mapping for enumerated types — draas 1.22.0 documentation</title>
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
<!--[if lt IE 9]>
|
||||
@ -32,7 +32,7 @@
|
||||
draas
|
||||
</a>
|
||||
<div class="version">
|
||||
1.21.0
|
||||
1.22.0
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Index — draas 1.21.0 documentation</title>
|
||||
<title>Index — draas 1.22.0 documentation</title>
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
<!--[if lt IE 9]>
|
||||
@ -31,7 +31,7 @@
|
||||
draas
|
||||
</a>
|
||||
<div class="version">
|
||||
1.21.0
|
||||
1.22.0
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
@ -204,6 +204,8 @@
|
||||
<h2 id="G">G</h2>
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.draas_client.GenerateOauthClient">GenerateOauthClient (class in com.vmware.vmc.draas_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.draas_client.GetSrmConfigExport.get">get() (com.vmware.vmc.draas_client.GetSrmConfigExport method)</a>
|
||||
|
||||
<ul>
|
||||
@ -305,9 +307,11 @@
|
||||
<h2 id="P">P</h2>
|
||||
<table style="width: 100%" class="indextable genindextable"><tr>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.draas_client.SiteRecovery.post">post() (com.vmware.vmc.draas_client.SiteRecovery method)</a>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.draas_client.GenerateOauthClient.post">post() (com.vmware.vmc.draas_client.GenerateOauthClient method)</a>
|
||||
|
||||
<ul>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.draas_client.SiteRecovery.post">(com.vmware.vmc.draas_client.SiteRecovery method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.draas_client.SiteRecoverySrmNodes.post">(com.vmware.vmc.draas_client.SiteRecoverySrmNodes method)</a>
|
||||
</li>
|
||||
</ul></li>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Welcome to draas’s documentation! — draas 1.21.0 documentation</title>
|
||||
<title>Welcome to draas’s documentation! — draas 1.22.0 documentation</title>
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
<!--[if lt IE 9]>
|
||||
@ -33,7 +33,7 @@
|
||||
draas
|
||||
</a>
|
||||
<div class="version">
|
||||
1.21.0
|
||||
1.22.0
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Python Module Index — draas 1.21.0 documentation</title>
|
||||
<title>Python Module Index — draas 1.22.0 documentation</title>
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
<!--[if lt IE 9]>
|
||||
@ -34,7 +34,7 @@
|
||||
draas
|
||||
</a>
|
||||
<div class="version">
|
||||
1.21.0
|
||||
1.22.0
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Search — draas 1.21.0 documentation</title>
|
||||
<title>Search — draas 1.22.0 documentation</title>
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
draas
|
||||
</a>
|
||||
<div class="version">
|
||||
1.21.0
|
||||
1.22.0
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="#" method="get">
|
||||
|
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>vmware package — draas 1.21.0 documentation</title>
|
||||
<title>vmware package — draas 1.22.0 documentation</title>
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
<!--[if lt IE 9]>
|
||||
@ -34,7 +34,7 @@
|
||||
draas
|
||||
</a>
|
||||
<div class="version">
|
||||
1.21.0
|
||||
1.22.0
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>vmware.vapi package — draas 1.21.0 documentation</title>
|
||||
<title>vmware.vapi package — draas 1.22.0 documentation</title>
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
<!--[if lt IE 9]>
|
||||
@ -34,7 +34,7 @@
|
||||
draas
|
||||
</a>
|
||||
<div class="version">
|
||||
1.21.0
|
||||
1.22.0
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>vmware.vapi.vmc package — draas 1.21.0 documentation</title>
|
||||
<title>vmware.vapi.vmc package — draas 1.22.0 documentation</title>
|
||||
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
||||
<link rel="stylesheet" href="_static/css/theme.css" type="text/css" />
|
||||
<!--[if lt IE 9]>
|
||||
@ -33,7 +33,7 @@
|
||||
draas
|
||||
</a>
|
||||
<div class="version">
|
||||
1.21.0
|
||||
1.22.0
|
||||
</div>
|
||||
<div role="search">
|
||||
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
|
||||
|
Loading…
Reference in New Issue
Block a user