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 (4b14fb6)
This commit is contained in:
parent
53c72c04c2
commit
d4c9118335
@ -1,5 +1,5 @@
|
||||
.. vmc documentation master file, created by
|
||||
sphinx-quickstart on Mon Dec 16 05:26:06 2019.
|
||||
sphinx-quickstart on Fri Jan 17 04:32:20 2020.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
var DOCUMENTATION_OPTIONS = {
|
||||
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
|
||||
VERSION: '1.20.0',
|
||||
VERSION: '1.21.0',
|
||||
LANGUAGE: 'en',
|
||||
COLLAPSE_INDEX: false,
|
||||
BUILDER: 'html',
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com package — vmc 1.20.0 documentation</title>
|
||||
<title>com package — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -284,7 +284,7 @@
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware package — vmc 1.20.0 documentation</title>
|
||||
<title>com.vmware package — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -401,7 +401,7 @@ Forbidden</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc package — vmc 1.20.0 documentation</title>
|
||||
<title>com.vmware.vmc package — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -320,6 +320,27 @@ names.</p>
|
||||
</dl>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.AdditionalHostSpec">
|
||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.model_client.</code><code class="sig-name descname">AdditionalHostSpec</code><span class="sig-paren">(</span><em class="sig-param">additional_host_count=None</em>, <em class="sig-param">storage_policy_reconfig_info=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.AdditionalHostSpec" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<p>Represents part of a structure of host provisioning spec.</p>
|
||||
<div class="admonition tip">
|
||||
<p class="admonition-title">Tip</p>
|
||||
<p>The arguments are used to initialize data attributes with the same
|
||||
names.</p>
|
||||
</div>
|
||||
<dl class="field-list simple">
|
||||
<dt class="field-odd">Parameters</dt>
|
||||
<dd class="field-odd"><ul class="simple">
|
||||
<li><p><strong>additional_host_count</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The additional valid host count.</p></li>
|
||||
<li><p><strong>storage_policy_reconfig_info</strong> (<a class="reference internal" href="#com.vmware.vmc.model_client.StoragePolicyReconfigInfo" title="com.vmware.vmc.model_client.StoragePolicyReconfigInfo"><code class="xref py py-class docutils literal notranslate"><span class="pre">StoragePolicyReconfigInfo</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Information regarding storage policy reconfiguration. It will be
|
||||
set to null if no storage policy reconfiguration is available.</p></li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.AddressFWSourceDestination">
|
||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.model_client.</code><code class="sig-name descname">AddressFWSourceDestination</code><span class="sig-paren">(</span><em class="sig-param">exclude=None</em>, <em class="sig-param">ip_address=None</em>, <em class="sig-param">grouping_object_id=None</em>, <em class="sig-param">vnic_group_id=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.AddressFWSourceDestination" title="Permalink to this definition">¶</a></dt>
|
||||
@ -1206,6 +1227,23 @@ GiB. format: int64</p></li>
|
||||
</dl>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.ClusterProvisionSpec">
|
||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.model_client.</code><code class="sig-name descname">ClusterProvisionSpec</code><span class="sig-paren">(</span><em class="sig-param">instance_type_configs=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_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.struct.VapiStruct</span></code></p>
|
||||
<p>Represents a provisioning spec for a new cluster in an sddc.</p>
|
||||
<div class="admonition tip">
|
||||
<p class="admonition-title">Tip</p>
|
||||
<p>The arguments are used to initialize data attributes with the same
|
||||
names.</p>
|
||||
</div>
|
||||
<dl class="field-list simple">
|
||||
<dt class="field-odd">Parameters</dt>
|
||||
<dd class="field-odd"><p><strong>instance_type_configs</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">list</span></code> of <a class="reference internal" href="#com.vmware.vmc.model_client.InstanceTypeConfigForCluster" title="com.vmware.vmc.model_client.InstanceTypeConfigForCluster"><code class="xref py py-class docutils literal notranslate"><span class="pre">InstanceTypeConfigForCluster</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – List of instances available for the new cluster.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.ClusterReconfigureParams">
|
||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.model_client.</code><code class="sig-name descname">ClusterReconfigureParams</code><span class="sig-paren">(</span><em class="sig-param">storage_capacity=None</em>, <em class="sig-param">bias=None</em>, <em class="sig-param">num_hosts=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.ClusterReconfigureParams" title="Permalink to this definition">¶</a></dt>
|
||||
@ -2865,6 +2903,28 @@ expires.</p></li>
|
||||
</dl>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.HostProvisionSpec">
|
||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.model_client.</code><code class="sig-name descname">HostProvisionSpec</code><span class="sig-paren">(</span><em class="sig-param">additional_host_specs=None</em>, <em class="sig-param">instance_provisioning_error_cause=None</em>, <em class="sig-param">entity_capacity=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_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.struct.VapiStruct</span></code></p>
|
||||
<p>Represents a provisioning spec for an add host operation in the given sddc.</p>
|
||||
<div class="admonition tip">
|
||||
<p class="admonition-title">Tip</p>
|
||||
<p>The arguments are used to initialize data attributes with the same
|
||||
names.</p>
|
||||
</div>
|
||||
<dl class="field-list simple">
|
||||
<dt class="field-odd">Parameters</dt>
|
||||
<dd class="field-odd"><ul class="simple">
|
||||
<li><p><strong>additional_host_specs</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">list</span></code> of <a class="reference internal" href="#com.vmware.vmc.model_client.AdditionalHostSpec" title="com.vmware.vmc.model_client.AdditionalHostSpec"><code class="xref py py-class docutils literal notranslate"><span class="pre">AdditionalHostSpec</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – </p></li>
|
||||
<li><p><strong>instance_provisioning_error_cause</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Error due to which instance provisioning is restricted on the
|
||||
cluster.</p></li>
|
||||
<li><p><strong>entity_capacity</strong> (<a class="reference internal" href="#com.vmware.vmc.model_client.EntityCapacity" title="com.vmware.vmc.model_client.EntityCapacity"><code class="xref py py-class docutils literal notranslate"><span class="pre">EntityCapacity</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The capacity of the given host.</p></li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.InstanceTypeConfig">
|
||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.model_client.</code><code class="sig-name descname">InstanceTypeConfig</code><span class="sig-paren">(</span><em class="sig-param">instance_type=None</em>, <em class="sig-param">hosts=None</em>, <em class="sig-param">display_name=None</em>, <em class="sig-param">entity_capacity=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.InstanceTypeConfig" title="Permalink to this definition">¶</a></dt>
|
||||
@ -2888,6 +2948,33 @@ user can select for sddc provision</p></li>
|
||||
</dl>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.InstanceTypeConfigForCluster">
|
||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.model_client.</code><code class="sig-name descname">InstanceTypeConfigForCluster</code><span class="sig-paren">(</span><em class="sig-param">instance_type=None</em>, <em class="sig-param">display_name=None</em>, <em class="sig-param">instance_provisioning_error_cause=None</em>, <em class="sig-param">hosts=None</em>, <em class="sig-param">entity_capacity=None</em>, <em class="sig-param">cpu_cores=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.InstanceTypeConfigForCluster" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<p>Represents a structure for instance type config</p>
|
||||
<div class="admonition tip">
|
||||
<p class="admonition-title">Tip</p>
|
||||
<p>The arguments are used to initialize data attributes with the same
|
||||
names.</p>
|
||||
</div>
|
||||
<dl class="field-list simple">
|
||||
<dt class="field-odd">Parameters</dt>
|
||||
<dd class="field-odd"><ul class="simple">
|
||||
<li><p><strong>instance_type</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Instance type name.</p></li>
|
||||
<li><p><strong>display_name</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Display name of instance_type.</p></li>
|
||||
<li><p><strong>instance_provisioning_error_cause</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Error due to which instance provisioning is restricted on the
|
||||
cluster.</p></li>
|
||||
<li><p><strong>hosts</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">list</span></code> of <code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Array of number of hosts allowed for this operation. Range of hosts
|
||||
user can select for sddc provision</p></li>
|
||||
<li><p><strong>entity_capacity</strong> (<a class="reference internal" href="#com.vmware.vmc.model_client.EntityCapacity" title="com.vmware.vmc.model_client.EntityCapacity"><code class="xref py py-class docutils literal notranslate"><span class="pre">EntityCapacity</span></code></a> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The capacity of the given entity.</p></li>
|
||||
<li><p><strong>cpu_cores</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">list</span></code> of <code class="xref py py-class docutils literal notranslate"><span class="pre">long</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Array of valid cpu cores values for the given instance type. Range
|
||||
of cpu cores user can select for new cluster.</p></li>
|
||||
</ul>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.InteractionPermissions">
|
||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.model_client.</code><code class="sig-name descname">InteractionPermissions</code><span class="sig-paren">(</span><em class="sig-param">manage_permission=None</em>, <em class="sig-param">view_permission=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.InteractionPermissions" title="Permalink to this definition">¶</a></dt>
|
||||
@ -5557,6 +5644,24 @@ names.</p>
|
||||
</dl>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.StoragePolicyReconfigInfo">
|
||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.model_client.</code><code class="sig-name descname">StoragePolicyReconfigInfo</code><span class="sig-paren">(</span><em class="sig-param">reconfig_needed=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.StoragePolicyReconfigInfo" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<p>Information regarding storage policy reconfiguration.</p>
|
||||
<div class="admonition tip">
|
||||
<p class="admonition-title">Tip</p>
|
||||
<p>The arguments are used to initialize data attributes with the same
|
||||
names.</p>
|
||||
</div>
|
||||
<dl class="field-list simple">
|
||||
<dt class="field-odd">Parameters</dt>
|
||||
<dd class="field-odd"><p><strong>reconfig_needed</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – If ‘true’, policy reconfiguration is required. Otherwise, policy
|
||||
reconfiguration is not required.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.StubFactory">
|
||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.model_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.model_client.StubFactory" title="Permalink to this definition">¶</a></dt>
|
||||
@ -5646,7 +5751,7 @@ names.</p>
|
||||
|
||||
<dl class="class">
|
||||
<dt id="com.vmware.vmc.model_client.SubnetInfo">
|
||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.model_client.</code><code class="sig-name descname">SubnetInfo</code><span class="sig-paren">(</span><em class="sig-param">compatible=None</em>, <em class="sig-param">connected_account_id=None</em>, <em class="sig-param">region_name=None</em>, <em class="sig-param">availability_zone=None</em>, <em class="sig-param">subnet_id=None</em>, <em class="sig-param">subnet_cidr_block=None</em>, <em class="sig-param">note=None</em>, <em class="sig-param">vpc_id=None</em>, <em class="sig-param">vpc_cidr_block=None</em>, <em class="sig-param">name=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.SubnetInfo" title="Permalink to this definition">¶</a></dt>
|
||||
<em class="property">class </em><code class="sig-prename descclassname">com.vmware.vmc.model_client.</code><code class="sig-name descname">SubnetInfo</code><span class="sig-paren">(</span><em class="sig-param">compatible=None</em>, <em class="sig-param">connected_account_id=None</em>, <em class="sig-param">region_name=None</em>, <em class="sig-param">availability_zone=None</em>, <em class="sig-param">subnet_id=None</em>, <em class="sig-param">availability_zone_id=None</em>, <em class="sig-param">subnet_cidr_block=None</em>, <em class="sig-param">note=None</em>, <em class="sig-param">vpc_id=None</em>, <em class="sig-param">vpc_cidr_block=None</em>, <em class="sig-param">name=None</em><span class="sig-paren">)</span><a class="headerlink" href="#com.vmware.vmc.model_client.SubnetInfo" title="Permalink to this definition">¶</a></dt>
|
||||
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">vmware.vapi.bindings.struct.VapiStruct</span></code></p>
|
||||
<div class="admonition tip">
|
||||
<p class="admonition-title">Tip</p>
|
||||
@ -5661,6 +5766,7 @@ names.</p>
|
||||
<li><p><strong>region_name</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The region this subnet is from.</p></li>
|
||||
<li><p><strong>availability_zone</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The availability zone (customer-centric) this subnet is in.</p></li>
|
||||
<li><p><strong>subnet_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The ID of the subnet.</p></li>
|
||||
<li><p><strong>availability_zone_id</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The availability zone id (customer-centric) this subnet is in.</p></li>
|
||||
<li><p><strong>subnet_cidr_block</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – The CIDR block of the subnet.</p></li>
|
||||
<li><p><strong>note</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Why a subnet is marked as not compatible. May be blank if
|
||||
compatible.</p></li>
|
||||
@ -6945,7 +7051,7 @@ later use. This flag is applicable only to SDDCs in ACTIVE state.
|
||||
<li><p><strong>template_name</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – Only applicable when retainConfiguration is also set to ‘true’.
|
||||
When set, this value will be used as the name of the SDDC
|
||||
configuration template generated. (optional)</p></li>
|
||||
<li><p><strong>force</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – If = ‘true’, will delete forcefully. Beware: do not use the force
|
||||
<li><p><strong>force</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">bool</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – If = true, will delete forcefully. Beware: do not use the force
|
||||
flag if there is a chance an active provisioning or deleting task
|
||||
is running against this SDDC. This option is restricted. (optional)</p></li>
|
||||
</ul>
|
||||
@ -7352,7 +7458,7 @@ Cannot find the task with given identifier</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs package — vmc 1.20.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs package — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -658,6 +658,49 @@ Access not allowed to the operation for the current user</p>
|
||||
</div>
|
||||
<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>
|
||||
<dl class="class">
|
||||
<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>
|
||||
<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="method">
|
||||
<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>
|
||||
<dd><p>Get cluster provision spec for a new cluster in an sddc</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>
|
||||
</ul>
|
||||
</dd>
|
||||
<dt class="field-even">Return type</dt>
|
||||
<dd class="field-even"><p><a class="reference internal" href="com.vmware.vmc.html#com.vmware.vmc.model_client.ClusterProvisionSpec" title="com.vmware.vmc.model_client.ClusterProvisionSpec"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vmc.model_client.ClusterProvisionSpec</span></code></a></p>
|
||||
</dd>
|
||||
<dt class="field-odd">Returns</dt>
|
||||
<dd class="field-odd"><p>com.vmware.vmc.model.ClusterProvisionSpec</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.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.Unauthorized</span></code>
|
||||
Forbidden</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.InternalServerError</span></code>
|
||||
Internal server error.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd></dl>
|
||||
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<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>
|
||||
@ -1488,7 +1531,7 @@ Feature does not exist</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs.clusters package — vmc 1.20.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs.clusters package — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -267,7 +267,7 @@ Forbidden</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs package — vmc 1.20.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs package — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -403,6 +403,55 @@ Forbidden</p>
|
||||
</div>
|
||||
<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>
|
||||
<dl class="class">
|
||||
<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>
|
||||
<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="method">
|
||||
<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>
|
||||
<dd><p>Get host provision spec for a new host in a cluster in an sddc</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>cluster</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – cluster identifier (required)</p></li>
|
||||
<li><p><strong>action</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code> or <code class="docutils literal notranslate"><span class="pre">None</span></code>) – If = ‘scale’, Will get provisioning spec for add host operations
|
||||
for scaling the cluster/sddc. If = ‘remediate’, Will get
|
||||
provisioning spec for add host operations for all internal
|
||||
operations (remediation, maintenance etc). Default behaviour is
|
||||
‘scale’ (optional)</p></li>
|
||||
</ul>
|
||||
</dd>
|
||||
<dt class="field-even">Return type</dt>
|
||||
<dd class="field-even"><p><a class="reference internal" href="com.vmware.vmc.html#com.vmware.vmc.model_client.HostProvisionSpec" title="com.vmware.vmc.model_client.HostProvisionSpec"><code class="xref py py-class docutils literal notranslate"><span class="pre">com.vmware.vmc.model_client.HostProvisionSpec</span></code></a></p>
|
||||
</dd>
|
||||
<dt class="field-odd">Returns</dt>
|
||||
<dd class="field-odd"><p>com.vmware.vmc.model.HostProvisionSpec</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.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.Unauthorized</span></code>
|
||||
Forbidden</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.InternalServerError</span></code>
|
||||
Internal server error.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</dd></dl>
|
||||
|
||||
</dd></dl>
|
||||
|
||||
<dl class="class">
|
||||
<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>
|
||||
@ -985,7 +1034,7 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.cgws package — vmc 1.20.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.cgws package — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -317,7 +317,7 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.firewall package — vmc 1.20.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.firewall package — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -352,7 +352,7 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges package — vmc 1.20.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges package — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -987,7 +987,7 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package — vmc 1.20.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.l2vpn package — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -263,7 +263,7 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.nat package — vmc 1.20.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.nat package — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -317,7 +317,7 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.statistics package — vmc 1.20.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks.edges.statistics package — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -473,7 +473,7 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks package — vmc 1.20.0 documentation</title>
|
||||
<title>com.vmware.vmc.orgs.sddcs.networks package — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -408,7 +408,7 @@ Not found. Requested object not found.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Interface definition language to python mapping for enumerated types — vmc 1.20.0 documentation</title>
|
||||
<title>Interface definition language to python mapping for enumerated types — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -240,7 +240,7 @@ enumerated type class.</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Index — vmc 1.20.0 documentation</title>
|
||||
<title>Index — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -205,6 +205,8 @@
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.networks.edges.nat.html#com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules.add">(com.vmware.vmc.orgs.sddcs.networks.edges.nat.config_client.Rules method)</a>
|
||||
</li>
|
||||
</ul></li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.AdditionalHostSpec">AdditionalHostSpec (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.AddressFWSourceDestination">AddressFWSourceDestination (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Agent">Agent (class in com.vmware.vmc.model_client)</a>
|
||||
@ -297,6 +299,12 @@
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.storage_client.ClusterConstraints">ClusterConstraints (class in com.vmware.vmc.orgs.storage_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ClusterProvisionSpec">ClusterProvisionSpec (class in com.vmware.vmc.model_client)</a>
|
||||
|
||||
<ul>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.sddcs_client.ClusterProvisionSpec">(class in com.vmware.vmc.orgs.sddcs_client)</a>
|
||||
</li>
|
||||
</ul></li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.ClusterReconfigureParams">ClusterReconfigureParams (class in com.vmware.vmc.model_client)</a>
|
||||
</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>
|
||||
@ -354,11 +362,11 @@
|
||||
<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>
|
||||
</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 (module)</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 (module)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
<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>
|
||||
<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>
|
||||
</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>
|
||||
@ -733,6 +741,8 @@
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#com.vmware.vmc.orgs.sddcs.addons_client.Credentials.get">(com.vmware.vmc.orgs.sddcs.addons_client.Credentials method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.clusters.html#com.vmware.vmc.orgs.sddcs.clusters.config_client.Constraints.get">(com.vmware.vmc.orgs.sddcs.clusters.config_client.Constraints method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#com.vmware.vmc.orgs.sddcs.clusters_client.HostProvisionSpec.get">(com.vmware.vmc.orgs.sddcs.clusters_client.HostProvisionSpec method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests.get">(com.vmware.vmc.orgs.sddcs.networking_client.ConnectivityTests method)</a>
|
||||
</li>
|
||||
@ -779,6 +789,8 @@
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#com.vmware.vmc.orgs.sddcs.networks_client.Edges.get">(com.vmware.vmc.orgs.sddcs.networks_client.Edges method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#com.vmware.vmc.orgs.sddcs.networks_client.Logical.get">(com.vmware.vmc.orgs.sddcs.networks_client.Logical method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.sddcs_client.ClusterProvisionSpec.get">(com.vmware.vmc.orgs.sddcs_client.ClusterProvisionSpec method)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.orgs.html#com.vmware.vmc.orgs.sddcs_client.ProvisionSpec.get">(com.vmware.vmc.orgs.sddcs_client.ProvisionSpec method)</a>
|
||||
</li>
|
||||
@ -831,11 +843,17 @@
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.HostInstanceTypes">HostInstanceTypes (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.HostLeaseInfo">HostLeaseInfo (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
</ul></td>
|
||||
<td style="width: 33%; vertical-align: top;"><ul>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.HostProvisionSpec">HostProvisionSpec (class in com.vmware.vmc.model_client)</a>
|
||||
|
||||
<ul>
|
||||
<li><a href="com.vmware.vmc.orgs.sddcs.html#com.vmware.vmc.orgs.sddcs.clusters_client.HostProvisionSpec">(class in com.vmware.vmc.orgs.sddcs.clusters_client)</a>
|
||||
</li>
|
||||
</ul></li>
|
||||
</ul></td>
|
||||
</tr></table>
|
||||
|
||||
<h2 id="I">I</h2>
|
||||
@ -882,6 +900,8 @@
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Vpn.IKE_OPTION_IKEV2">IKE_OPTION_IKEV2 (com.vmware.vmc.model_client.Vpn attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.InstanceTypeConfig">InstanceTypeConfig (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.InstanceTypeConfigForCluster">InstanceTypeConfigForCluster (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.InteractionPermissions">InteractionPermissions (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
@ -1448,6 +1468,8 @@
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.SubscriptionDetails.STATUS_PENDING_PROVISIONING">STATUS_PENDING_PROVISIONING (com.vmware.vmc.model_client.SubscriptionDetails attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.Task.STATUS_STARTED">STATUS_STARTED (com.vmware.vmc.model_client.Task attribute)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.StoragePolicyReconfigInfo">StoragePolicyReconfigInfo (class in com.vmware.vmc.model_client)</a>
|
||||
</li>
|
||||
<li><a href="com.vmware.vmc.html#com.vmware.vmc.model_client.StubFactory">StubFactory (class in com.vmware.vmc.model_client)</a>
|
||||
|
||||
@ -1732,7 +1754,7 @@
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Welcome to vmc’s documentation! — vmc 1.20.0 documentation</title>
|
||||
<title>Welcome to vmc’s documentation! — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -251,7 +251,7 @@
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</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">
|
||||
|
||||
<title>Python Module Index — vmc 1.20.0 documentation</title>
|
||||
<title>Python Module Index — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -61,7 +61,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -414,7 +414,7 @@
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Search — vmc 1.20.0 documentation</title>
|
||||
<title>Search — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -173,7 +173,7 @@
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</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">
|
||||
|
||||
<title>vmware package — vmc 1.20.0 documentation</title>
|
||||
<title>vmware package — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -201,7 +201,7 @@
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>vmware.vapi package — vmc 1.20.0 documentation</title>
|
||||
<title>vmware.vapi package — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -60,7 +60,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -200,7 +200,7 @@
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>vmware.vapi.vmc package — vmc 1.20.0 documentation</title>
|
||||
<title>vmware.vapi.vmc package — vmc 1.21.0 documentation</title>
|
||||
|
||||
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
|
||||
|
||||
<div class="version">
|
||||
1.20.0
|
||||
1.21.0
|
||||
</div>
|
||||
|
||||
|
||||
@ -310,7 +310,7 @@ either Unauthenticated or Unauthorized else False</p>
|
||||
|
||||
<div role="contentinfo">
|
||||
<p>
|
||||
© Copyright 2019, VMware, Inc.
|
||||
© Copyright 2020, VMware, Inc.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user