1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-23 09:59:59 -05:00
vsphere-automation-sdk-python/openapi/docs/build/html/vmc/console/vmware.vmc.console.models.html

27438 lines
2.1 MiB
HTML
Raw Normal View History

2020-07-14 23:31:34 -04:00
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>vmware.vmc.console.models package &mdash; VMware Automation SDK for Python 0.1.0 documentation</title>
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
<!--[if lt IE 9]>
<script src="../../_static/js/html5shiv.min.js"></script>
<![endif]-->
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
<script src="../../_static/jquery.js"></script>
<script src="../../_static/underscore.js"></script>
<script src="../../_static/doctools.js"></script>
<script src="../../_static/language_data.js"></script>
<script type="text/javascript" src="../../_static/js/theme.js"></script>
<link rel="index" title="Index" href="../../genindex.html" />
<link rel="search" title="Search" href="../../search.html" />
<link rel="next" title="draas" href="../draas/modules.html" />
<link rel="prev" title="vmware.vmc.console.api package" href="vmware.vmc.console.api.html" />
</head>
<body class="wy-body-for-nav">
<div class="wy-grid-for-nav">
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
<div class="wy-side-scroll">
<div class="wy-side-nav-search" >
<a href="../../index.html" class="icon icon-home" alt="Documentation Home"> VMware Automation SDK for Python
</a>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
<input type="text" name="q" placeholder="Search docs" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
<p class="caption"><span class="caption-text">Contents:</span></p>
<ul class="current">
<li class="toctree-l1 current"><a class="reference internal" href="modules.html">console</a><ul class="current">
<li class="toctree-l2"><a class="reference internal" href="setup.html">setup module</a></li>
<li class="toctree-l2 current"><a class="reference internal" href="vmware.html">vmware package</a><ul class="current">
<li class="toctree-l3 current"><a class="reference internal" href="vmware.html#subpackages">Subpackages</a><ul class="current">
<li class="toctree-l4 current"><a class="reference internal" href="vmware.vmc.html">vmware.vmc package</a></li>
</ul>
</li>
<li class="toctree-l3"><a class="reference internal" href="vmware.html#module-vmware">Module contents</a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../draas/modules.html">draas</a></li>
</ul>
</div>
</div>
</nav>
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
<nav class="wy-nav-top" aria-label="top navigation">
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
<a href="../../index.html">VMware Automation SDK for Python</a>
</nav>
<div class="wy-nav-content">
<div class="rst-content">
<div role="navigation" aria-label="breadcrumbs navigation">
<ul class="wy-breadcrumbs">
<li><a href="../../index.html" class="icon icon-home"></a> &raquo;</li>
<li><a href="modules.html">console</a> &raquo;</li>
<li><a href="vmware.html">vmware package</a> &raquo;</li>
<li><a href="vmware.vmc.html">vmware.vmc package</a> &raquo;</li>
<li><a href="vmware.vmc.console.html">vmware.vmc.console package</a> &raquo;</li>
<li>vmware.vmc.console.models package</li>
<li class="wy-breadcrumbs-aside">
<a href="../../_sources/vmc/console/vmware.vmc.console.models.rst.txt" rel="nofollow"> View page source</a>
</li>
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<div class="section" id="vmware-vmc-console-models-package">
<h1>vmware.vmc.console.models package<a class="headerlink" href="#vmware-vmc-console-models-package" title="Permalink to this headline"></a></h1>
<div class="section" id="submodules">
<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline"></a></h2>
</div>
<div class="section" id="module-vmware.vmc.console.models.abstract_entity">
<span id="vmware-vmc-console-models-abstract-entity-module"></span><h2>vmware.vmc.console.models.abstract_entity module<a class="headerlink" href="#module-vmware.vmc.console.models.abstract_entity" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.abstract_entity.AbstractEntity">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.abstract_entity.</code><code class="sig-name descname">AbstractEntity</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">updated</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">user_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">updated_by_user_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">created</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">updated_by_user_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">user_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.abstract_entity.AbstractEntity" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AbstractEntity - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.abstract_entity.AbstractEntity.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'created': 'created', 'id': 'id', 'updated': 'updated', 'updated_by_user_id': 'updated_by_user_id', 'updated_by_user_name': 'updated_by_user_name', 'user_id': 'user_id', 'user_name': 'user_name', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.abstract_entity.AbstractEntity.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.abstract_entity.AbstractEntity.created">
<em class="property">property </em><code class="sig-name descname">created</code><a class="headerlink" href="#vmware.vmc.console.models.abstract_entity.AbstractEntity.created" title="Permalink to this definition"></a></dt>
<dd><p>Gets the created of this AbstractEntity. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The created of this AbstractEntity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.abstract_entity.AbstractEntity.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.abstract_entity.AbstractEntity.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this AbstractEntity. # noqa: E501</p>
<p>Unique ID for this entity # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this AbstractEntity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.abstract_entity.AbstractEntity.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'created': 'datetime', 'id': 'str', 'updated': 'datetime', 'updated_by_user_id': 'str', 'updated_by_user_name': 'str', 'user_id': 'str', 'user_name': 'str', 'version': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.abstract_entity.AbstractEntity.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.abstract_entity.AbstractEntity.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.abstract_entity.AbstractEntity.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.abstract_entity.AbstractEntity.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.abstract_entity.AbstractEntity.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.abstract_entity.AbstractEntity.updated">
<em class="property">property </em><code class="sig-name descname">updated</code><a class="headerlink" href="#vmware.vmc.console.models.abstract_entity.AbstractEntity.updated" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated of this AbstractEntity. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated of this AbstractEntity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.abstract_entity.AbstractEntity.updated_by_user_id">
<em class="property">property </em><code class="sig-name descname">updated_by_user_id</code><a class="headerlink" href="#vmware.vmc.console.models.abstract_entity.AbstractEntity.updated_by_user_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated_by_user_id of this AbstractEntity. # noqa: E501</p>
<p>User id that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated_by_user_id of this AbstractEntity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.abstract_entity.AbstractEntity.updated_by_user_name">
<em class="property">property </em><code class="sig-name descname">updated_by_user_name</code><a class="headerlink" href="#vmware.vmc.console.models.abstract_entity.AbstractEntity.updated_by_user_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated_by_user_name of this AbstractEntity. # noqa: E501</p>
<p>User name that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated_by_user_name of this AbstractEntity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.abstract_entity.AbstractEntity.user_id">
<em class="property">property </em><code class="sig-name descname">user_id</code><a class="headerlink" href="#vmware.vmc.console.models.abstract_entity.AbstractEntity.user_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the user_id of this AbstractEntity. # noqa: E501</p>
<p>User id that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The user_id of this AbstractEntity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.abstract_entity.AbstractEntity.user_name">
<em class="property">property </em><code class="sig-name descname">user_name</code><a class="headerlink" href="#vmware.vmc.console.models.abstract_entity.AbstractEntity.user_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the user_name of this AbstractEntity. # noqa: E501</p>
<p>User name that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The user_name of this AbstractEntity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.abstract_entity.AbstractEntity.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.abstract_entity.AbstractEntity.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this AbstractEntity. # noqa: E501</p>
<p>Version of this entity # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this AbstractEntity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.account_link_config">
<span id="vmware-vmc-console-models-account-link-config-module"></span><h2>vmware.vmc.console.models.account_link_config module<a class="headerlink" href="#module-vmware.vmc.console.models.account_link_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.account_link_config.AccountLinkConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.account_link_config.</code><code class="sig-name descname">AccountLinkConfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">delay_account_link</span><span class="o">=</span><span class="default_value">False</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.account_link_config.AccountLinkConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AccountLinkConfig - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.account_link_config.AccountLinkConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'delay_account_link': 'delay_account_link'}</em><a class="headerlink" href="#vmware.vmc.console.models.account_link_config.AccountLinkConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.account_link_config.AccountLinkConfig.delay_account_link">
<em class="property">property </em><code class="sig-name descname">delay_account_link</code><a class="headerlink" href="#vmware.vmc.console.models.account_link_config.AccountLinkConfig.delay_account_link" title="Permalink to this definition"></a></dt>
<dd><p>Gets the delay_account_link of this AccountLinkConfig. # noqa: E501</p>
<p>Boolean flag identifying whether account linking should be delayed or not for the SDDC. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The delay_account_link of this AccountLinkConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.account_link_config.AccountLinkConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'delay_account_link': 'bool'}</em><a class="headerlink" href="#vmware.vmc.console.models.account_link_config.AccountLinkConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.account_link_config.AccountLinkConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.account_link_config.AccountLinkConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.account_link_config.AccountLinkConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.account_link_config.AccountLinkConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.account_link_sddc_config">
<span id="vmware-vmc-console-models-account-link-sddc-config-module"></span><h2>vmware.vmc.console.models.account_link_sddc_config module<a class="headerlink" href="#module-vmware.vmc.console.models.account_link_sddc_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.account_link_sddc_config.</code><code class="sig-name descname">AccountLinkSddcConfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">customer_subnet_ids</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">connected_account_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AccountLinkSddcConfig - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'connected_account_id': 'connected_account_id', 'customer_subnet_ids': 'customer_subnet_ids'}</em><a class="headerlink" href="#vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig.connected_account_id">
<em class="property">property </em><code class="sig-name descname">connected_account_id</code><a class="headerlink" href="#vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig.connected_account_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the connected_account_id of this AccountLinkSddcConfig. # noqa: E501</p>
<p>The ID of the customer connected account to work with. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The connected_account_id of this AccountLinkSddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig.customer_subnet_ids">
<em class="property">property </em><code class="sig-name descname">customer_subnet_ids</code><a class="headerlink" href="#vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig.customer_subnet_ids" title="Permalink to this definition"></a></dt>
<dd><p>Gets the customer_subnet_ids of this AccountLinkSddcConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The customer_subnet_ids of this AccountLinkSddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'connected_account_id': 'str', 'customer_subnet_ids': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.address_fw_source_destination">
<span id="vmware-vmc-console-models-address-fw-source-destination-module"></span><h2>vmware.vmc.console.models.address_fw_source_destination module<a class="headerlink" href="#module-vmware.vmc.console.models.address_fw_source_destination" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.address_fw_source_destination.</code><code class="sig-name descname">AddressFWSourceDestination</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">exclude</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ip_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">grouping_object_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_group_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AddressFWSourceDestination - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'exclude': 'exclude', 'grouping_object_id': 'groupingObjectId', 'ip_address': 'ipAddress', 'vnic_group_id': 'vnicGroupId'}</em><a class="headerlink" href="#vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination.exclude">
<em class="property">property </em><code class="sig-name descname">exclude</code><a class="headerlink" href="#vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination.exclude" title="Permalink to this definition"></a></dt>
<dd><p>Gets the exclude of this AddressFWSourceDestination. # noqa: E501</p>
<p>Exclude the specified source or destination. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The exclude of this AddressFWSourceDestination. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination.grouping_object_id">
<em class="property">property </em><code class="sig-name descname">grouping_object_id</code><a class="headerlink" href="#vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination.grouping_object_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the grouping_object_id of this AddressFWSourceDestination. # noqa: E501</p>
<p>List of string. Id of cluster, datacenter, distributedPortGroup, legacyPortGroup, VirtualMachine, vApp, resourcePool, logicalSwitch, IPSet, securityGroup. Can define multiple. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The grouping_object_id of this AddressFWSourceDestination. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination.ip_address">
<em class="property">property </em><code class="sig-name descname">ip_address</code><a class="headerlink" href="#vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination.ip_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ip_address of this AddressFWSourceDestination. # noqa: E501</p>
<p>List of string. Can specify single IP address, range of IP address, or in CIDR format. Can define multiple. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ip_address of this AddressFWSourceDestination. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'exclude': 'bool', 'grouping_object_id': 'list[str]', 'ip_address': 'list[str]', 'vnic_group_id': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination.vnic_group_id">
<em class="property">property </em><code class="sig-name descname">vnic_group_id</code><a class="headerlink" href="#vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination.vnic_group_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_group_id of this AddressFWSourceDestination. # noqa: E501</p>
<p>List of string. Possible values are vnic-index-[1-9], vse, external or internal. Can define multiple. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_group_id of this AddressFWSourceDestination. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.agent">
<span id="vmware-vmc-console-models-agent-module"></span><h2>vmware.vmc.console.models.agent module<a class="headerlink" href="#module-vmware.vmc.console.models.agent" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.agent.Agent">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.agent.</code><code class="sig-name descname">Agent</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">internal_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">agent_url</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">management_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">hostname_verifier_enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">master</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">network_netmask</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">network_gateway</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">provider</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cert_enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">agent_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Agent - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.agent.Agent.agent_state">
<em class="property">property </em><code class="sig-name descname">agent_state</code><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent.agent_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the agent_state of this Agent. # noqa: E501</p>
<p>Agent state # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The agent_state of this Agent. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.agent.Agent.agent_url">
<em class="property">property </em><code class="sig-name descname">agent_url</code><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent.agent_url" title="Permalink to this definition"></a></dt>
<dd><p>Gets the agent_url of this Agent. # noqa: E501</p>
<p>The accessible URL of the agent service, it is resolved to public IP address from the Internet and private IP address within SDDC # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The agent_url of this Agent. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.agent.Agent.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'agent_state': 'agent_state', 'agent_url': 'agent_url', 'cert_enabled': 'cert_enabled', 'hostname_verifier_enabled': 'hostname_verifier_enabled', 'internal_ip': 'internal_ip', 'management_ip': 'management_ip', 'master': 'master', 'network_gateway': 'network_gateway', 'network_netmask': 'network_netmask', 'provider': 'provider'}</em><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.agent.Agent.cert_enabled">
<em class="property">property </em><code class="sig-name descname">cert_enabled</code><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent.cert_enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cert_enabled of this Agent. # noqa: E501</p>
<p>Boolean flag to indicate if the agent is using CA signed certificate # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cert_enabled of this Agent. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.agent.Agent.discriminator_value_class_map">
<code class="sig-name descname">discriminator_value_class_map</code><em class="property"> = {'AwsAgent': 'AwsAgent'}</em><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent.discriminator_value_class_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.agent.Agent.get_real_child_model">
<code class="sig-name descname">get_real_child_model</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">data</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent.get_real_child_model" title="Permalink to this definition"></a></dt>
<dd><p>Returns the real base class specified by the discriminator</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.agent.Agent.hostname_verifier_enabled">
<em class="property">property </em><code class="sig-name descname">hostname_verifier_enabled</code><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent.hostname_verifier_enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the hostname_verifier_enabled of this Agent. # noqa: E501</p>
<p>Boolean flag to indicate if the agent is using FQDN in the certificate # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The hostname_verifier_enabled of this Agent. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.agent.Agent.internal_ip">
<em class="property">property </em><code class="sig-name descname">internal_ip</code><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent.internal_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the internal_ip of this Agent. # noqa: E501</p>
<p>The internal IP address of the agent which is provided by the underlying cloud provider # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The internal_ip of this Agent. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.agent.Agent.management_ip">
<em class="property">property </em><code class="sig-name descname">management_ip</code><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent.management_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the management_ip of this Agent. # noqa: E501</p>
<p>The internal management IP address of the agent exposed to the SDDC, which might be different from the internal IP # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The management_ip of this Agent. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.agent.Agent.master">
<em class="property">property </em><code class="sig-name descname">master</code><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent.master" title="Permalink to this definition"></a></dt>
<dd><p>Gets the master of this Agent. # noqa: E501</p>
<p>Boolean flag to indicate if the agent is the master, only the master Agent is accessible # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The master of this Agent. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.agent.Agent.network_gateway">
<em class="property">property </em><code class="sig-name descname">network_gateway</code><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent.network_gateway" title="Permalink to this definition"></a></dt>
<dd><p>Gets the network_gateway of this Agent. # noqa: E501</p>
<p>Network gateway of the agent # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The network_gateway of this Agent. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.agent.Agent.network_netmask">
<em class="property">property </em><code class="sig-name descname">network_netmask</code><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent.network_netmask" title="Permalink to this definition"></a></dt>
<dd><p>Gets the network_netmask of this Agent. # noqa: E501</p>
<p>Network netmask of the agent # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The network_netmask of this Agent. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.agent.Agent.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'agent_state': 'str', 'agent_url': 'str', 'cert_enabled': 'bool', 'hostname_verifier_enabled': 'bool', 'internal_ip': 'str', 'management_ip': 'str', 'master': 'bool', 'network_gateway': 'str', 'network_netmask': 'str', 'provider': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.agent.Agent.provider">
<em class="property">property </em><code class="sig-name descname">provider</code><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent.provider" title="Permalink to this definition"></a></dt>
<dd><p>Gets the provider of this Agent. # noqa: E501</p>
<p>The cloud provider # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The provider of this Agent. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.agent.Agent.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.agent.Agent.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.agent.Agent.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.ami_info">
<span id="vmware-vmc-console-models-ami-info-module"></span><h2>vmware.vmc.console.models.ami_info module<a class="headerlink" href="#module-vmware.vmc.console.models.ami_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.ami_info.AmiInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.ami_info.</code><code class="sig-name descname">AmiInfo</code><span class="sig-paren">(</span><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">region</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ami_info.AmiInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AmiInfo - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ami_info.AmiInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'id': 'id', 'instance_type': 'instance_type', 'name': 'name', 'region': 'region'}</em><a class="headerlink" href="#vmware.vmc.console.models.ami_info.AmiInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ami_info.AmiInfo.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.ami_info.AmiInfo.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this AmiInfo. # noqa: E501</p>
<p>the ami id for the esx # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this AmiInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ami_info.AmiInfo.instance_type">
<em class="property">property </em><code class="sig-name descname">instance_type</code><a class="headerlink" href="#vmware.vmc.console.models.ami_info.AmiInfo.instance_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the instance_type of this AmiInfo. # noqa: E501</p>
<p>instance type of the esx ami # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The instance_type of this AmiInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ami_info.AmiInfo.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.ami_info.AmiInfo.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this AmiInfo. # noqa: E501</p>
<p>the name of the esx ami # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this AmiInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ami_info.AmiInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'id': 'str', 'instance_type': 'str', 'name': 'str', 'region': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.ami_info.AmiInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ami_info.AmiInfo.region">
<em class="property">property </em><code class="sig-name descname">region</code><a class="headerlink" href="#vmware.vmc.console.models.ami_info.AmiInfo.region" title="Permalink to this definition"></a></dt>
<dd><p>Gets the region of this AmiInfo. # noqa: E501</p>
<p>the region of the esx ami # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The region of this AmiInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ami_info.AmiInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ami_info.AmiInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ami_info.AmiInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ami_info.AmiInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.appliances_summary">
<span id="vmware-vmc-console-models-appliances-summary-module"></span><h2>vmware.vmc.console.models.appliances_summary module<a class="headerlink" href="#module-vmware.vmc.console.models.appliances_summary" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.appliances_summary.</code><code class="sig-name descname">AppliancesSummary</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">data_store_moid_of_active_vse</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enable_fips</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">host_name_of_active_vse</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vm_build_info</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">deploy_appliances</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">communication_channel</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vm_name_of_active_vse</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">number_of_deployed_vms</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">resource_pool_moid_of_active_vse</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">data_store_name_of_active_vse</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vm_moid_of_active_vse</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">status_from_vse_updated_on</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">fqdn</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">appliance_size</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">resource_pool_name_of_active_vse</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">active_vse_ha_index</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vm_version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">host_moid_of_active_vse</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AppliancesSummary - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.active_vse_ha_index">
<em class="property">property </em><code class="sig-name descname">active_vse_ha_index</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.active_vse_ha_index" title="Permalink to this definition"></a></dt>
<dd><p>Gets the active_vse_ha_index of this AppliancesSummary. # noqa: E501</p>
<p>HA index of the active NSX Edge appliance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The active_vse_ha_index of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.appliance_size">
<em class="property">property </em><code class="sig-name descname">appliance_size</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.appliance_size" title="Permalink to this definition"></a></dt>
<dd><p>Gets the appliance_size of this AppliancesSummary. # noqa: E501</p>
<p>NSX Edge appliance size. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The appliance_size of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'active_vse_ha_index': 'activeVseHaIndex', 'appliance_size': 'applianceSize', 'communication_channel': 'communicationChannel', 'data_store_moid_of_active_vse': 'dataStoreMoidOfActiveVse', 'data_store_name_of_active_vse': 'dataStoreNameOfActiveVse', 'deploy_appliances': 'deployAppliances', 'enable_fips': 'enableFips', 'fqdn': 'fqdn', 'host_moid_of_active_vse': 'hostMoidOfActiveVse', 'host_name_of_active_vse': 'hostNameOfActiveVse', 'number_of_deployed_vms': 'numberOfDeployedVms', 'resource_pool_moid_of_active_vse': 'resourcePoolMoidOfActiveVse', 'resource_pool_name_of_active_vse': 'resourcePoolNameOfActiveVse', 'status_from_vse_updated_on': 'statusFromVseUpdatedOn', 'vm_build_info': 'vmBuildInfo', 'vm_moid_of_active_vse': 'vmMoidOfActiveVse', 'vm_name_of_active_vse': 'vmNameOfActiveVse', 'vm_version': 'vmVersion'}</em><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.communication_channel">
<em class="property">property </em><code class="sig-name descname">communication_channel</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.communication_channel" title="Permalink to this definition"></a></dt>
<dd><p>Gets the communication_channel of this AppliancesSummary. # noqa: E501</p>
<p>Communication channel used to communicate with NSX Edge appliance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The communication_channel of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.data_store_moid_of_active_vse">
<em class="property">property </em><code class="sig-name descname">data_store_moid_of_active_vse</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.data_store_moid_of_active_vse" title="Permalink to this definition"></a></dt>
<dd><p>Gets the data_store_moid_of_active_vse of this AppliancesSummary. # noqa: E501</p>
<p>vCenter MOID of the active NSX Edge appliances data store. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The data_store_moid_of_active_vse of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.data_store_name_of_active_vse">
<em class="property">property </em><code class="sig-name descname">data_store_name_of_active_vse</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.data_store_name_of_active_vse" title="Permalink to this definition"></a></dt>
<dd><p>Gets the data_store_name_of_active_vse of this AppliancesSummary. # noqa: E501</p>
<p>Datastore name of the active NSX Edge appliance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The data_store_name_of_active_vse of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.deploy_appliances">
<em class="property">property </em><code class="sig-name descname">deploy_appliances</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.deploy_appliances" title="Permalink to this definition"></a></dt>
<dd><p>Gets the deploy_appliances of this AppliancesSummary. # noqa: E501</p>
<p>Value is true if NSX Edge appliances are to be deployed. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The deploy_appliances of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.enable_fips">
<em class="property">property </em><code class="sig-name descname">enable_fips</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.enable_fips" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enable_fips of this AppliancesSummary. # noqa: E501</p>
<p>Value is true if FIPS is enabled on NSX Edge appliance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enable_fips of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.fqdn">
<em class="property">property </em><code class="sig-name descname">fqdn</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.fqdn" title="Permalink to this definition"></a></dt>
<dd><p>Gets the fqdn of this AppliancesSummary. # noqa: E501</p>
<p>FQDN of the NSX Edge. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The fqdn of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.host_moid_of_active_vse">
<em class="property">property </em><code class="sig-name descname">host_moid_of_active_vse</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.host_moid_of_active_vse" title="Permalink to this definition"></a></dt>
<dd><p>Gets the host_moid_of_active_vse of this AppliancesSummary. # noqa: E501</p>
<p>vCenter MOID of the active NSX Edge appliances host. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The host_moid_of_active_vse of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.host_name_of_active_vse">
<em class="property">property </em><code class="sig-name descname">host_name_of_active_vse</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.host_name_of_active_vse" title="Permalink to this definition"></a></dt>
<dd><p>Gets the host_name_of_active_vse of this AppliancesSummary. # noqa: E501</p>
<p>Host name of the active NSX Edge appliance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The host_name_of_active_vse of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.number_of_deployed_vms">
<em class="property">property </em><code class="sig-name descname">number_of_deployed_vms</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.number_of_deployed_vms" title="Permalink to this definition"></a></dt>
<dd><p>Gets the number_of_deployed_vms of this AppliancesSummary. # noqa: E501</p>
<p>Number of deployed appliances of the NSX Edge. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The number_of_deployed_vms of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'active_vse_ha_index': 'int', 'appliance_size': 'str', 'communication_channel': 'str', 'data_store_moid_of_active_vse': 'str', 'data_store_name_of_active_vse': 'str', 'deploy_appliances': 'bool', 'enable_fips': 'bool', 'fqdn': 'str', 'host_moid_of_active_vse': 'str', 'host_name_of_active_vse': 'str', 'number_of_deployed_vms': 'int', 'resource_pool_moid_of_active_vse': 'str', 'resource_pool_name_of_active_vse': 'str', 'status_from_vse_updated_on': 'int', 'vm_build_info': 'str', 'vm_moid_of_active_vse': 'str', 'vm_name_of_active_vse': 'str', 'vm_version': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.resource_pool_moid_of_active_vse">
<em class="property">property </em><code class="sig-name descname">resource_pool_moid_of_active_vse</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.resource_pool_moid_of_active_vse" title="Permalink to this definition"></a></dt>
<dd><p>Gets the resource_pool_moid_of_active_vse of this AppliancesSummary. # noqa: E501</p>
<p>vCenter MOID of the active NSX Edge appliances resource pool/cluster. Can be resource pool ID, e.g. resgroup-15 or cluster ID, e.g. domain-c41. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The resource_pool_moid_of_active_vse of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.resource_pool_name_of_active_vse">
<em class="property">property </em><code class="sig-name descname">resource_pool_name_of_active_vse</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.resource_pool_name_of_active_vse" title="Permalink to this definition"></a></dt>
<dd><p>Gets the resource_pool_name_of_active_vse of this AppliancesSummary. # noqa: E501</p>
<p>Resource Pool/Cluster name of the active NSX Edge appliance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The resource_pool_name_of_active_vse of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.status_from_vse_updated_on">
<em class="property">property </em><code class="sig-name descname">status_from_vse_updated_on</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.status_from_vse_updated_on" title="Permalink to this definition"></a></dt>
<dd><p>Gets the status_from_vse_updated_on of this AppliancesSummary. # noqa: E501</p>
<p>Time stamp value when healthcheck status was last updated for the NSX Edge appliance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The status_from_vse_updated_on of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.vm_build_info">
<em class="property">property </em><code class="sig-name descname">vm_build_info</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.vm_build_info" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vm_build_info of this AppliancesSummary. # noqa: E501</p>
<p>NSX Edge appliance build version. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vm_build_info of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.vm_moid_of_active_vse">
<em class="property">property </em><code class="sig-name descname">vm_moid_of_active_vse</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.vm_moid_of_active_vse" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vm_moid_of_active_vse of this AppliancesSummary. # noqa: E501</p>
<p>vCenter MOID of the active NSX Edge appliance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vm_moid_of_active_vse of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.vm_name_of_active_vse">
<em class="property">property </em><code class="sig-name descname">vm_name_of_active_vse</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.vm_name_of_active_vse" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vm_name_of_active_vse of this AppliancesSummary. # noqa: E501</p>
<p>Name of the active NSX Edge appliance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vm_name_of_active_vse of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.appliances_summary.AppliancesSummary.vm_version">
<em class="property">property </em><code class="sig-name descname">vm_version</code><a class="headerlink" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary.vm_version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vm_version of this AppliancesSummary. # noqa: E501</p>
<p>NSX Edge appliance version. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vm_version of this AppliancesSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.application">
<span id="vmware-vmc-console-models-application-module"></span><h2>vmware.vmc.console.models.application module<a class="headerlink" href="#module-vmware.vmc.console.models.application" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.application.Application">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.application.</code><code class="sig-name descname">Application</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">application_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">service</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.application.Application" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Application - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.application.Application.application_id">
<em class="property">property </em><code class="sig-name descname">application_id</code><a class="headerlink" href="#vmware.vmc.console.models.application.Application.application_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the application_id of this Application. # noqa: E501</p>
<p>List of string. Id of service or serviceGroup groupingObject. Can define multiple. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The application_id of this Application. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.application.Application.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'application_id': 'applicationId', 'service': 'service'}</em><a class="headerlink" href="#vmware.vmc.console.models.application.Application.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.application.Application.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'application_id': 'list[str]', 'service': 'list[Nsxfirewallservice]'}</em><a class="headerlink" href="#vmware.vmc.console.models.application.Application.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.application.Application.service">
<em class="property">property </em><code class="sig-name descname">service</code><a class="headerlink" href="#vmware.vmc.console.models.application.Application.service" title="Permalink to this definition"></a></dt>
<dd><p>Gets the service of this Application. # noqa: E501</p>
<p>List of protocol and ports. Can define multiple. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The service of this Application. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice" title="vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice">Nsxfirewallservice</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.application.Application.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.application.Application.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.application.Application.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.application.Application.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.available_zone_info">
<span id="vmware-vmc-console-models-available-zone-info-module"></span><h2>vmware.vmc.console.models.available_zone_info module<a class="headerlink" href="#module-vmware.vmc.console.models.available_zone_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.available_zone_info.AvailableZoneInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.available_zone_info.</code><code class="sig-name descname">AvailableZoneInfo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">subnets</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.available_zone_info.AvailableZoneInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AvailableZoneInfo - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.available_zone_info.AvailableZoneInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'name': 'name', 'subnets': 'subnets'}</em><a class="headerlink" href="#vmware.vmc.console.models.available_zone_info.AvailableZoneInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.available_zone_info.AvailableZoneInfo.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.available_zone_info.AvailableZoneInfo.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this AvailableZoneInfo. # noqa: E501</p>
<p>available zone name # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this AvailableZoneInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.available_zone_info.AvailableZoneInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'name': 'str', 'subnets': 'list[Subnet]'}</em><a class="headerlink" href="#vmware.vmc.console.models.available_zone_info.AvailableZoneInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.available_zone_info.AvailableZoneInfo.subnets">
<em class="property">property </em><code class="sig-name descname">subnets</code><a class="headerlink" href="#vmware.vmc.console.models.available_zone_info.AvailableZoneInfo.subnets" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnets of this AvailableZoneInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnets of this AvailableZoneInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.subnet.Subnet" title="vmware.vmc.console.models.subnet.Subnet">Subnet</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.available_zone_info.AvailableZoneInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.available_zone_info.AvailableZoneInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.available_zone_info.AvailableZoneInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.available_zone_info.AvailableZoneInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_agent">
<span id="vmware-vmc-console-models-aws-agent-module"></span><h2>vmware.vmc.console.models.aws_agent module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_agent" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_agent.AwsAgent">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_agent.</code><code class="sig-name descname">AwsAgent</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">instance_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">key_pair</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_agent.AwsAgent" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsAgent - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_agent.AwsAgent.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'instance_id': 'instance_id', 'key_pair': 'key_pair'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_agent.AwsAgent.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_agent.AwsAgent.instance_id">
<em class="property">property </em><code class="sig-name descname">instance_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_agent.AwsAgent.instance_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the instance_id of this AwsAgent. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The instance_id of this AwsAgent. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_agent.AwsAgent.key_pair">
<em class="property">property </em><code class="sig-name descname">key_pair</code><a class="headerlink" href="#vmware.vmc.console.models.aws_agent.AwsAgent.key_pair" title="Permalink to this definition"></a></dt>
<dd><p>Gets the key_pair of this AwsAgent. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The key_pair of this AwsAgent. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.aws_key_pair.AwsKeyPair" title="vmware.vmc.console.models.aws_key_pair.AwsKeyPair">AwsKeyPair</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_agent.AwsAgent.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'instance_id': 'str', 'key_pair': 'AwsKeyPair'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_agent.AwsAgent.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_agent.AwsAgent.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_agent.AwsAgent.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_agent.AwsAgent.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_agent.AwsAgent.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_agent_all_of">
<span id="vmware-vmc-console-models-aws-agent-all-of-module"></span><h2>vmware.vmc.console.models.aws_agent_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_agent_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_agent_all_of.AwsAgentAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_agent_all_of.</code><code class="sig-name descname">AwsAgentAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">instance_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">key_pair</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_agent_all_of.AwsAgentAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsAgentAllOf - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_agent_all_of.AwsAgentAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'instance_id': 'instance_id', 'key_pair': 'key_pair'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_agent_all_of.AwsAgentAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_agent_all_of.AwsAgentAllOf.instance_id">
<em class="property">property </em><code class="sig-name descname">instance_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_agent_all_of.AwsAgentAllOf.instance_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the instance_id of this AwsAgentAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The instance_id of this AwsAgentAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_agent_all_of.AwsAgentAllOf.key_pair">
<em class="property">property </em><code class="sig-name descname">key_pair</code><a class="headerlink" href="#vmware.vmc.console.models.aws_agent_all_of.AwsAgentAllOf.key_pair" title="Permalink to this definition"></a></dt>
<dd><p>Gets the key_pair of this AwsAgentAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The key_pair of this AwsAgentAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.aws_key_pair.AwsKeyPair" title="vmware.vmc.console.models.aws_key_pair.AwsKeyPair">AwsKeyPair</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_agent_all_of.AwsAgentAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'instance_id': 'str', 'key_pair': 'AwsKeyPair'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_agent_all_of.AwsAgentAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_agent_all_of.AwsAgentAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_agent_all_of.AwsAgentAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_agent_all_of.AwsAgentAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_agent_all_of.AwsAgentAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_cloud_provider">
<span id="vmware-vmc-console-models-aws-cloud-provider-module"></span><h2>vmware.vmc.console.models.aws_cloud_provider module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_cloud_provider" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_cloud_provider.AwsCloudProvider">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_cloud_provider.</code><code class="sig-name descname">AwsCloudProvider</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">regions</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_cloud_provider.AwsCloudProvider" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsCloudProvider - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_cloud_provider.AwsCloudProvider.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'regions': 'regions'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_cloud_provider.AwsCloudProvider.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_cloud_provider.AwsCloudProvider.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'regions': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_cloud_provider.AwsCloudProvider.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_cloud_provider.AwsCloudProvider.regions">
<em class="property">property </em><code class="sig-name descname">regions</code><a class="headerlink" href="#vmware.vmc.console.models.aws_cloud_provider.AwsCloudProvider.regions" title="Permalink to this definition"></a></dt>
<dd><p>Gets the regions of this AwsCloudProvider. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The regions of this AwsCloudProvider. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_cloud_provider.AwsCloudProvider.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_cloud_provider.AwsCloudProvider.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_cloud_provider.AwsCloudProvider.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_cloud_provider.AwsCloudProvider.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_cloud_provider_all_of">
<span id="vmware-vmc-console-models-aws-cloud-provider-all-of-module"></span><h2>vmware.vmc.console.models.aws_cloud_provider_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_cloud_provider_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_cloud_provider_all_of.AwsCloudProviderAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_cloud_provider_all_of.</code><code class="sig-name descname">AwsCloudProviderAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">regions</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_cloud_provider_all_of.AwsCloudProviderAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsCloudProviderAllOf - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_cloud_provider_all_of.AwsCloudProviderAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'regions': 'regions'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_cloud_provider_all_of.AwsCloudProviderAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_cloud_provider_all_of.AwsCloudProviderAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'regions': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_cloud_provider_all_of.AwsCloudProviderAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_cloud_provider_all_of.AwsCloudProviderAllOf.regions">
<em class="property">property </em><code class="sig-name descname">regions</code><a class="headerlink" href="#vmware.vmc.console.models.aws_cloud_provider_all_of.AwsCloudProviderAllOf.regions" title="Permalink to this definition"></a></dt>
<dd><p>Gets the regions of this AwsCloudProviderAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The regions of this AwsCloudProviderAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_cloud_provider_all_of.AwsCloudProviderAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_cloud_provider_all_of.AwsCloudProviderAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_cloud_provider_all_of.AwsCloudProviderAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_cloud_provider_all_of.AwsCloudProviderAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_compatible_subnets">
<span id="vmware-vmc-console-models-aws-compatible-subnets-module"></span><h2>vmware.vmc.console.models.aws_compatible_subnets module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_compatible_subnets" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_compatible_subnets.AwsCompatibleSubnets">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_compatible_subnets.</code><code class="sig-name descname">AwsCompatibleSubnets</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">customer_available_zones</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vpc_map</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_compatible_subnets.AwsCompatibleSubnets" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsCompatibleSubnets - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_compatible_subnets.AwsCompatibleSubnets.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'customer_available_zones': 'customer_available_zones', 'vpc_map': 'vpc_map'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_compatible_subnets.AwsCompatibleSubnets.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_compatible_subnets.AwsCompatibleSubnets.customer_available_zones">
<em class="property">property </em><code class="sig-name descname">customer_available_zones</code><a class="headerlink" href="#vmware.vmc.console.models.aws_compatible_subnets.AwsCompatibleSubnets.customer_available_zones" title="Permalink to this definition"></a></dt>
<dd><p>Gets the customer_available_zones of this AwsCompatibleSubnets. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The customer_available_zones of this AwsCompatibleSubnets. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_compatible_subnets.AwsCompatibleSubnets.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'customer_available_zones': 'list[str]', 'vpc_map': 'dict(str, VpcInfoSubnets)'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_compatible_subnets.AwsCompatibleSubnets.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_compatible_subnets.AwsCompatibleSubnets.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_compatible_subnets.AwsCompatibleSubnets.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_compatible_subnets.AwsCompatibleSubnets.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_compatible_subnets.AwsCompatibleSubnets.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_compatible_subnets.AwsCompatibleSubnets.vpc_map">
<em class="property">property </em><code class="sig-name descname">vpc_map</code><a class="headerlink" href="#vmware.vmc.console.models.aws_compatible_subnets.AwsCompatibleSubnets.vpc_map" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpc_map of this AwsCompatibleSubnets. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpc_map of this AwsCompatibleSubnets. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, <a class="reference internal" href="#vmware.vmc.console.models.vpc_info_subnets.VpcInfoSubnets" title="vmware.vmc.console.models.vpc_info_subnets.VpcInfoSubnets">VpcInfoSubnets</a>)</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_customer_connected_account">
<span id="vmware-vmc-console-models-aws-customer-connected-account-module"></span><h2>vmware.vmc.console.models.aws_customer_connected_account module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_customer_connected_account" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_customer_connected_account.</code><code class="sig-name descname">AwsCustomerConnectedAccount</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">updated</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">user_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">updated_by_user_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">created</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">updated_by_user_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">user_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">policy_payer_arn</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">region_to_az_to_shadow_mapping</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">org_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cf_stack_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">account_number</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">policy_service_arn</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">policy_external_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">policy_payer_linked_arn</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsCustomerConnectedAccount - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.account_number">
<em class="property">property </em><code class="sig-name descname">account_number</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.account_number" title="Permalink to this definition"></a></dt>
<dd><p>Gets the account_number of this AwsCustomerConnectedAccount. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The account_number of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'account_number': 'account_number', 'cf_stack_name': 'cf_stack_name', 'created': 'created', 'id': 'id', 'org_id': 'org_id', 'policy_external_id': 'policy_external_id', 'policy_payer_arn': 'policy_payer_arn', 'policy_payer_linked_arn': 'policy_payer_linked_arn', 'policy_service_arn': 'policy_service_arn', 'region_to_az_to_shadow_mapping': 'region_to_az_to_shadow_mapping', 'state': 'state', 'updated': 'updated', 'updated_by_user_id': 'updated_by_user_id', 'updated_by_user_name': 'updated_by_user_name', 'user_id': 'user_id', 'user_name': 'user_name', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.cf_stack_name">
<em class="property">property </em><code class="sig-name descname">cf_stack_name</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.cf_stack_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cf_stack_name of this AwsCustomerConnectedAccount. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cf_stack_name of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.created">
<em class="property">property </em><code class="sig-name descname">created</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.created" title="Permalink to this definition"></a></dt>
<dd><p>Gets the created of this AwsCustomerConnectedAccount. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The created of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this AwsCustomerConnectedAccount. # noqa: E501</p>
<p>Unique ID for this entity # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'account_number': 'str', 'cf_stack_name': 'str', 'created': 'datetime', 'id': 'str', 'org_id': 'str', 'policy_external_id': 'str', 'policy_payer_arn': 'str', 'policy_payer_linked_arn': 'str', 'policy_service_arn': 'str', 'region_to_az_to_shadow_mapping': 'dict(str, dict(str, str))', 'state': 'str', 'updated': 'datetime', 'updated_by_user_id': 'str', 'updated_by_user_name': 'str', 'user_id': 'str', 'user_name': 'str', 'version': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.org_id">
<em class="property">property </em><code class="sig-name descname">org_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.org_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_id of this AwsCustomerConnectedAccount. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_id of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.policy_external_id">
<em class="property">property </em><code class="sig-name descname">policy_external_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.policy_external_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the policy_external_id of this AwsCustomerConnectedAccount. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The policy_external_id of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.policy_payer_arn">
<em class="property">property </em><code class="sig-name descname">policy_payer_arn</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.policy_payer_arn" title="Permalink to this definition"></a></dt>
<dd><p>Gets the policy_payer_arn of this AwsCustomerConnectedAccount. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The policy_payer_arn of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.policy_payer_linked_arn">
<em class="property">property </em><code class="sig-name descname">policy_payer_linked_arn</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.policy_payer_linked_arn" title="Permalink to this definition"></a></dt>
<dd><p>Gets the policy_payer_linked_arn of this AwsCustomerConnectedAccount. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The policy_payer_linked_arn of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.policy_service_arn">
<em class="property">property </em><code class="sig-name descname">policy_service_arn</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.policy_service_arn" title="Permalink to this definition"></a></dt>
<dd><p>Gets the policy_service_arn of this AwsCustomerConnectedAccount. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The policy_service_arn of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.region_to_az_to_shadow_mapping">
<em class="property">property </em><code class="sig-name descname">region_to_az_to_shadow_mapping</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.region_to_az_to_shadow_mapping" title="Permalink to this definition"></a></dt>
<dd><p>Gets the region_to_az_to_shadow_mapping of this AwsCustomerConnectedAccount. # noqa: E501</p>
<p>Provides a map of regions to availability zones from the shadow accounts perspective # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The region_to_az_to_shadow_mapping of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, dict(str, str))</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.state">
<em class="property">property </em><code class="sig-name descname">state</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the state of this AwsCustomerConnectedAccount. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The state of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.updated">
<em class="property">property </em><code class="sig-name descname">updated</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.updated" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated of this AwsCustomerConnectedAccount. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.updated_by_user_id">
<em class="property">property </em><code class="sig-name descname">updated_by_user_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.updated_by_user_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated_by_user_id of this AwsCustomerConnectedAccount. # noqa: E501</p>
<p>User id that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated_by_user_id of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.updated_by_user_name">
<em class="property">property </em><code class="sig-name descname">updated_by_user_name</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.updated_by_user_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated_by_user_name of this AwsCustomerConnectedAccount. # noqa: E501</p>
<p>User name that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated_by_user_name of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.user_id">
<em class="property">property </em><code class="sig-name descname">user_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.user_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the user_id of this AwsCustomerConnectedAccount. # noqa: E501</p>
<p>User id that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The user_id of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.user_name">
<em class="property">property </em><code class="sig-name descname">user_name</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.user_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the user_name of this AwsCustomerConnectedAccount. # noqa: E501</p>
<p>User name that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The user_name of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account.AwsCustomerConnectedAccount.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this AwsCustomerConnectedAccount. # noqa: E501</p>
<p>Version of this entity # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this AwsCustomerConnectedAccount. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_customer_connected_account_all_of">
<span id="vmware-vmc-console-models-aws-customer-connected-account-all-of-module"></span><h2>vmware.vmc.console.models.aws_customer_connected_account_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_customer_connected_account_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_customer_connected_account_all_of.</code><code class="sig-name descname">AwsCustomerConnectedAccountAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">policy_payer_arn</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">region_to_az_to_shadow_mapping</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">org_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cf_stack_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">account_number</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">policy_service_arn</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">policy_external_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">policy_payer_linked_arn</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsCustomerConnectedAccountAllOf - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.account_number">
<em class="property">property </em><code class="sig-name descname">account_number</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.account_number" title="Permalink to this definition"></a></dt>
<dd><p>Gets the account_number of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The account_number of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'account_number': 'account_number', 'cf_stack_name': 'cf_stack_name', 'org_id': 'org_id', 'policy_external_id': 'policy_external_id', 'policy_payer_arn': 'policy_payer_arn', 'policy_payer_linked_arn': 'policy_payer_linked_arn', 'policy_service_arn': 'policy_service_arn', 'region_to_az_to_shadow_mapping': 'region_to_az_to_shadow_mapping', 'state': 'state'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.cf_stack_name">
<em class="property">property </em><code class="sig-name descname">cf_stack_name</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.cf_stack_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cf_stack_name of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cf_stack_name of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'account_number': 'str', 'cf_stack_name': 'str', 'org_id': 'str', 'policy_external_id': 'str', 'policy_payer_arn': 'str', 'policy_payer_linked_arn': 'str', 'policy_service_arn': 'str', 'region_to_az_to_shadow_mapping': 'dict(str, dict(str, str))', 'state': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.org_id">
<em class="property">property </em><code class="sig-name descname">org_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.org_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_id of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_id of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.policy_external_id">
<em class="property">property </em><code class="sig-name descname">policy_external_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.policy_external_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the policy_external_id of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The policy_external_id of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.policy_payer_arn">
<em class="property">property </em><code class="sig-name descname">policy_payer_arn</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.policy_payer_arn" title="Permalink to this definition"></a></dt>
<dd><p>Gets the policy_payer_arn of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The policy_payer_arn of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.policy_payer_linked_arn">
<em class="property">property </em><code class="sig-name descname">policy_payer_linked_arn</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.policy_payer_linked_arn" title="Permalink to this definition"></a></dt>
<dd><p>Gets the policy_payer_linked_arn of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The policy_payer_linked_arn of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.policy_service_arn">
<em class="property">property </em><code class="sig-name descname">policy_service_arn</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.policy_service_arn" title="Permalink to this definition"></a></dt>
<dd><p>Gets the policy_service_arn of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The policy_service_arn of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.region_to_az_to_shadow_mapping">
<em class="property">property </em><code class="sig-name descname">region_to_az_to_shadow_mapping</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.region_to_az_to_shadow_mapping" title="Permalink to this definition"></a></dt>
<dd><p>Gets the region_to_az_to_shadow_mapping of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
<p>Provides a map of regions to availability zones from the shadow accounts perspective # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The region_to_az_to_shadow_mapping of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, dict(str, str))</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.state">
<em class="property">property </em><code class="sig-name descname">state</code><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the state of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The state of this AwsCustomerConnectedAccountAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_customer_connected_account_all_of.AwsCustomerConnectedAccountAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_esx_host">
<span id="vmware-vmc-console-models-aws-esx-host-module"></span><h2>vmware.vmc.console.models.aws_esx_host module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_esx_host" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_esx_host.AwsEsxHost">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_esx_host.</code><code class="sig-name descname">AwsEsxHost</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">internal_public_ip_pool</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_esx_host.AwsEsxHost" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsEsxHost - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_esx_host.AwsEsxHost.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'internal_public_ip_pool': 'internal_public_ip_pool'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_esx_host.AwsEsxHost.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_esx_host.AwsEsxHost.internal_public_ip_pool">
<em class="property">property </em><code class="sig-name descname">internal_public_ip_pool</code><a class="headerlink" href="#vmware.vmc.console.models.aws_esx_host.AwsEsxHost.internal_public_ip_pool" title="Permalink to this definition"></a></dt>
<dd><p>Gets the internal_public_ip_pool of this AwsEsxHost. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The internal_public_ip_pool of this AwsEsxHost. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp" title="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp">SddcPublicIp</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_esx_host.AwsEsxHost.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'internal_public_ip_pool': 'list[SddcPublicIp]'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_esx_host.AwsEsxHost.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_esx_host.AwsEsxHost.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_esx_host.AwsEsxHost.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_esx_host.AwsEsxHost.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_esx_host.AwsEsxHost.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_esx_host_all_of">
<span id="vmware-vmc-console-models-aws-esx-host-all-of-module"></span><h2>vmware.vmc.console.models.aws_esx_host_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_esx_host_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_esx_host_all_of.AwsEsxHostAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_esx_host_all_of.</code><code class="sig-name descname">AwsEsxHostAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">internal_public_ip_pool</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_esx_host_all_of.AwsEsxHostAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsEsxHostAllOf - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_esx_host_all_of.AwsEsxHostAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'internal_public_ip_pool': 'internal_public_ip_pool'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_esx_host_all_of.AwsEsxHostAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_esx_host_all_of.AwsEsxHostAllOf.internal_public_ip_pool">
<em class="property">property </em><code class="sig-name descname">internal_public_ip_pool</code><a class="headerlink" href="#vmware.vmc.console.models.aws_esx_host_all_of.AwsEsxHostAllOf.internal_public_ip_pool" title="Permalink to this definition"></a></dt>
<dd><p>Gets the internal_public_ip_pool of this AwsEsxHostAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The internal_public_ip_pool of this AwsEsxHostAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp" title="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp">SddcPublicIp</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_esx_host_all_of.AwsEsxHostAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'internal_public_ip_pool': 'list[SddcPublicIp]'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_esx_host_all_of.AwsEsxHostAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_esx_host_all_of.AwsEsxHostAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_esx_host_all_of.AwsEsxHostAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_esx_host_all_of.AwsEsxHostAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_esx_host_all_of.AwsEsxHostAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_key_pair">
<span id="vmware-vmc-console-models-aws-key-pair-module"></span><h2>vmware.vmc.console.models.aws_key_pair module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_key_pair" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_key_pair.AwsKeyPair">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_key_pair.</code><code class="sig-name descname">AwsKeyPair</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">key_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">key_fingerprint</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">key_material</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_key_pair.AwsKeyPair" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsKeyPair - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_key_pair.AwsKeyPair.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'key_fingerprint': 'key_fingerprint', 'key_material': 'key_material', 'key_name': 'key_name'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_key_pair.AwsKeyPair.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_key_pair.AwsKeyPair.key_fingerprint">
<em class="property">property </em><code class="sig-name descname">key_fingerprint</code><a class="headerlink" href="#vmware.vmc.console.models.aws_key_pair.AwsKeyPair.key_fingerprint" title="Permalink to this definition"></a></dt>
<dd><p>Gets the key_fingerprint of this AwsKeyPair. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The key_fingerprint of this AwsKeyPair. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_key_pair.AwsKeyPair.key_material">
<em class="property">property </em><code class="sig-name descname">key_material</code><a class="headerlink" href="#vmware.vmc.console.models.aws_key_pair.AwsKeyPair.key_material" title="Permalink to this definition"></a></dt>
<dd><p>Gets the key_material of this AwsKeyPair. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The key_material of this AwsKeyPair. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_key_pair.AwsKeyPair.key_name">
<em class="property">property </em><code class="sig-name descname">key_name</code><a class="headerlink" href="#vmware.vmc.console.models.aws_key_pair.AwsKeyPair.key_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the key_name of this AwsKeyPair. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The key_name of this AwsKeyPair. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_key_pair.AwsKeyPair.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'key_fingerprint': 'str', 'key_material': 'str', 'key_name': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_key_pair.AwsKeyPair.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_key_pair.AwsKeyPair.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_key_pair.AwsKeyPair.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_key_pair.AwsKeyPair.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_key_pair.AwsKeyPair.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_kms_info">
<span id="vmware-vmc-console-models-aws-kms-info-module"></span><h2>vmware.vmc.console.models.aws_kms_info module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_kms_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_kms_info.AwsKmsInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_kms_info.</code><code class="sig-name descname">AwsKmsInfo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">amazon_resource_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_kms_info.AwsKmsInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsKmsInfo - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_kms_info.AwsKmsInfo.amazon_resource_name">
<em class="property">property </em><code class="sig-name descname">amazon_resource_name</code><a class="headerlink" href="#vmware.vmc.console.models.aws_kms_info.AwsKmsInfo.amazon_resource_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the amazon_resource_name of this AwsKmsInfo. # noqa: E501</p>
<p>The ARN associated with the customer master key for this cluster. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The amazon_resource_name of this AwsKmsInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_kms_info.AwsKmsInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'amazon_resource_name': 'amazon_resource_name'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_kms_info.AwsKmsInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_kms_info.AwsKmsInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'amazon_resource_name': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_kms_info.AwsKmsInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_kms_info.AwsKmsInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_kms_info.AwsKmsInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_kms_info.AwsKmsInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_kms_info.AwsKmsInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_sddc_config">
<span id="vmware-vmc-console-models-aws-sddc-config-module"></span><h2>vmware.vmc.console.models.aws_sddc_config module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_sddc_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_sddc_config.AwsSddcConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_sddc_config.</code><code class="sig-name descname">AwsSddcConfig</code><span class="sig-paren">(</span><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">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_config.AwsSddcConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsSddcConfig - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_sddc_config.AwsSddcConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'region': 'region'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_config.AwsSddcConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_sddc_config.AwsSddcConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'region': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_config.AwsSddcConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_config.AwsSddcConfig.region">
<em class="property">property </em><code class="sig-name descname">region</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_config.AwsSddcConfig.region" title="Permalink to this definition"></a></dt>
<dd><p>Gets the region of this AwsSddcConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The region of this AwsSddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_config.AwsSddcConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_config.AwsSddcConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_config.AwsSddcConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_config.AwsSddcConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_sddc_config_all_of">
<span id="vmware-vmc-console-models-aws-sddc-config-all-of-module"></span><h2>vmware.vmc.console.models.aws_sddc_config_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_sddc_config_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_sddc_config_all_of.AwsSddcConfigAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_sddc_config_all_of.</code><code class="sig-name descname">AwsSddcConfigAllOf</code><span class="sig-paren">(</span><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">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_config_all_of.AwsSddcConfigAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsSddcConfigAllOf - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_sddc_config_all_of.AwsSddcConfigAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'region': 'region'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_config_all_of.AwsSddcConfigAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_sddc_config_all_of.AwsSddcConfigAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'region': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_config_all_of.AwsSddcConfigAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_config_all_of.AwsSddcConfigAllOf.region">
<em class="property">property </em><code class="sig-name descname">region</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_config_all_of.AwsSddcConfigAllOf.region" title="Permalink to this definition"></a></dt>
<dd><p>Gets the region of this AwsSddcConfigAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The region of this AwsSddcConfigAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_config_all_of.AwsSddcConfigAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_config_all_of.AwsSddcConfigAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_config_all_of.AwsSddcConfigAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_config_all_of.AwsSddcConfigAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_sddc_connection">
<span id="vmware-vmc-console-models-aws-sddc-connection-module"></span><h2>vmware.vmc.console.models.aws_sddc_connection module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_sddc_connection" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_sddc_connection.</code><code class="sig-name descname">AwsSddcConnection</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">updated</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">user_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">updated_by_user_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">created</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">updated_by_user_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">user_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cidr_block_subnet</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">connected_account_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">eni_group</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">subnet_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cgw_present</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">org_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddc_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cidr_block_vpc</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">connection_order</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">subnet_availability_zone</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vpc_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">customer_eni_infos</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">default_route_table</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsSddcConnection - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'cgw_present': 'cgw_present', 'cidr_block_subnet': 'cidr_block_subnet', 'cidr_block_vpc': 'cidr_block_vpc', 'connected_account_id': 'connected_account_id', 'connection_order': 'connection_order', 'created': 'created', 'customer_eni_infos': 'customer_eni_infos', 'default_route_table': 'default_route_table', 'eni_group': 'eni_group', 'id': 'id', 'org_id': 'org_id', 'sddc_id': 'sddc_id', 'state': 'state', 'subnet_availability_zone': 'subnet_availability_zone', 'subnet_id': 'subnet_id', 'updated': 'updated', 'updated_by_user_id': 'updated_by_user_id', 'updated_by_user_name': 'updated_by_user_name', 'user_id': 'user_id', 'user_name': 'user_name', 'version': 'version', 'vpc_id': 'vpc_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.cgw_present">
<em class="property">property </em><code class="sig-name descname">cgw_present</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.cgw_present" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cgw_present of this AwsSddcConnection. # noqa: E501</p>
<p>Determines whether the CGW is present in this connection set or not. Used for multi-az deployments. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cgw_present of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.cidr_block_subnet">
<em class="property">property </em><code class="sig-name descname">cidr_block_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.cidr_block_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cidr_block_subnet of this AwsSddcConnection. # noqa: E501</p>
<p>The CIDR block of the customers subnet this link is in. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cidr_block_subnet of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.cidr_block_vpc">
<em class="property">property </em><code class="sig-name descname">cidr_block_vpc</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.cidr_block_vpc" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cidr_block_vpc of this AwsSddcConnection. # noqa: E501</p>
<p>The CIDR block of the customers VPC. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cidr_block_vpc of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.connected_account_id">
<em class="property">property </em><code class="sig-name descname">connected_account_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.connected_account_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the connected_account_id of this AwsSddcConnection. # noqa: E501</p>
<p>The corresponding connected (customer) account UUID this connection is attached to. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The connected_account_id of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.connection_order">
<em class="property">property </em><code class="sig-name descname">connection_order</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.connection_order" title="Permalink to this definition"></a></dt>
<dd><p>Gets the connection_order of this AwsSddcConnection. # noqa: E501</p>
<p>The order of the connection # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The connection_order of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.created">
<em class="property">property </em><code class="sig-name descname">created</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.created" title="Permalink to this definition"></a></dt>
<dd><p>Gets the created of this AwsSddcConnection. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The created of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.customer_eni_infos">
<em class="property">property </em><code class="sig-name descname">customer_eni_infos</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.customer_eni_infos" title="Permalink to this definition"></a></dt>
<dd><p>Gets the customer_eni_infos of this AwsSddcConnection. # noqa: E501</p>
<p>A list of all ENIs used for this connection. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The customer_eni_infos of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.customer_eni_info.CustomerEniInfo" title="vmware.vmc.console.models.customer_eni_info.CustomerEniInfo">CustomerEniInfo</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.default_route_table">
<em class="property">property </em><code class="sig-name descname">default_route_table</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.default_route_table" title="Permalink to this definition"></a></dt>
<dd><p>Gets the default_route_table of this AwsSddcConnection. # noqa: E501</p>
<p>The default routing table in the customers VPC. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The default_route_table of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.eni_group">
<em class="property">property </em><code class="sig-name descname">eni_group</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.eni_group" title="Permalink to this definition"></a></dt>
<dd><p>Gets the eni_group of this AwsSddcConnection. # noqa: E501</p>
<p>Which group the ENIs belongs to. (deprecated) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The eni_group of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this AwsSddcConnection. # noqa: E501</p>
<p>Unique ID for this entity # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'cgw_present': 'bool', 'cidr_block_subnet': 'str', 'cidr_block_vpc': 'str', 'connected_account_id': 'str', 'connection_order': 'int', 'created': 'datetime', 'customer_eni_infos': 'list[CustomerEniInfo]', 'default_route_table': 'str', 'eni_group': 'str', 'id': 'str', 'org_id': 'str', 'sddc_id': 'str', 'state': 'str', 'subnet_availability_zone': 'str', 'subnet_id': 'str', 'updated': 'datetime', 'updated_by_user_id': 'str', 'updated_by_user_name': 'str', 'user_id': 'str', 'user_name': 'str', 'version': 'int', 'vpc_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.org_id">
<em class="property">property </em><code class="sig-name descname">org_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.org_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_id of this AwsSddcConnection. # noqa: E501</p>
<p>The org this link belongs to. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_id of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.sddc_id">
<em class="property">property </em><code class="sig-name descname">sddc_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.sddc_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_id of this AwsSddcConnection. # noqa: E501</p>
<p>The SDDC this link is used for. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_id of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.state">
<em class="property">property </em><code class="sig-name descname">state</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the state of this AwsSddcConnection. # noqa: E501</p>
<p>The state of the connection. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The state of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.subnet_availability_zone">
<em class="property">property </em><code class="sig-name descname">subnet_availability_zone</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.subnet_availability_zone" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_availability_zone of this AwsSddcConnection. # noqa: E501</p>
<p>Which availability zone is this connection in? # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_availability_zone of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.subnet_id">
<em class="property">property </em><code class="sig-name descname">subnet_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.subnet_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_id of this AwsSddcConnection. # noqa: E501</p>
<p>The ID of the subnet this link is to. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_id of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.updated">
<em class="property">property </em><code class="sig-name descname">updated</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.updated" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated of this AwsSddcConnection. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.updated_by_user_id">
<em class="property">property </em><code class="sig-name descname">updated_by_user_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.updated_by_user_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated_by_user_id of this AwsSddcConnection. # noqa: E501</p>
<p>User id that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated_by_user_id of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.updated_by_user_name">
<em class="property">property </em><code class="sig-name descname">updated_by_user_name</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.updated_by_user_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated_by_user_name of this AwsSddcConnection. # noqa: E501</p>
<p>User name that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated_by_user_name of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.user_id">
<em class="property">property </em><code class="sig-name descname">user_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.user_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the user_id of this AwsSddcConnection. # noqa: E501</p>
<p>User id that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The user_id of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.user_name">
<em class="property">property </em><code class="sig-name descname">user_name</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.user_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the user_name of this AwsSddcConnection. # noqa: E501</p>
<p>User name that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The user_name of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this AwsSddcConnection. # noqa: E501</p>
<p>Version of this entity # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.vpc_id">
<em class="property">property </em><code class="sig-name descname">vpc_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection.AwsSddcConnection.vpc_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpc_id of this AwsSddcConnection. # noqa: E501</p>
<p>The VPC ID of the subnet this link is to. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpc_id of this AwsSddcConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_sddc_connection_all_of">
<span id="vmware-vmc-console-models-aws-sddc-connection-all-of-module"></span><h2>vmware.vmc.console.models.aws_sddc_connection_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_sddc_connection_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_sddc_connection_all_of.</code><code class="sig-name descname">AwsSddcConnectionAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">cidr_block_subnet</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">connected_account_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">eni_group</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">subnet_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cgw_present</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">org_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddc_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cidr_block_vpc</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">connection_order</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">subnet_availability_zone</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vpc_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">customer_eni_infos</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">default_route_table</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsSddcConnectionAllOf - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'cgw_present': 'cgw_present', 'cidr_block_subnet': 'cidr_block_subnet', 'cidr_block_vpc': 'cidr_block_vpc', 'connected_account_id': 'connected_account_id', 'connection_order': 'connection_order', 'customer_eni_infos': 'customer_eni_infos', 'default_route_table': 'default_route_table', 'eni_group': 'eni_group', 'org_id': 'org_id', 'sddc_id': 'sddc_id', 'state': 'state', 'subnet_availability_zone': 'subnet_availability_zone', 'subnet_id': 'subnet_id', 'vpc_id': 'vpc_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.cgw_present">
<em class="property">property </em><code class="sig-name descname">cgw_present</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.cgw_present" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cgw_present of this AwsSddcConnectionAllOf. # noqa: E501</p>
<p>Determines whether the CGW is present in this connection set or not. Used for multi-az deployments. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cgw_present of this AwsSddcConnectionAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.cidr_block_subnet">
<em class="property">property </em><code class="sig-name descname">cidr_block_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.cidr_block_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cidr_block_subnet of this AwsSddcConnectionAllOf. # noqa: E501</p>
<p>The CIDR block of the customers subnet this link is in. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cidr_block_subnet of this AwsSddcConnectionAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.cidr_block_vpc">
<em class="property">property </em><code class="sig-name descname">cidr_block_vpc</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.cidr_block_vpc" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cidr_block_vpc of this AwsSddcConnectionAllOf. # noqa: E501</p>
<p>The CIDR block of the customers VPC. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cidr_block_vpc of this AwsSddcConnectionAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.connected_account_id">
<em class="property">property </em><code class="sig-name descname">connected_account_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.connected_account_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the connected_account_id of this AwsSddcConnectionAllOf. # noqa: E501</p>
<p>The corresponding connected (customer) account UUID this connection is attached to. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The connected_account_id of this AwsSddcConnectionAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.connection_order">
<em class="property">property </em><code class="sig-name descname">connection_order</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.connection_order" title="Permalink to this definition"></a></dt>
<dd><p>Gets the connection_order of this AwsSddcConnectionAllOf. # noqa: E501</p>
<p>The order of the connection # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The connection_order of this AwsSddcConnectionAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.customer_eni_infos">
<em class="property">property </em><code class="sig-name descname">customer_eni_infos</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.customer_eni_infos" title="Permalink to this definition"></a></dt>
<dd><p>Gets the customer_eni_infos of this AwsSddcConnectionAllOf. # noqa: E501</p>
<p>A list of all ENIs used for this connection. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The customer_eni_infos of this AwsSddcConnectionAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.customer_eni_info.CustomerEniInfo" title="vmware.vmc.console.models.customer_eni_info.CustomerEniInfo">CustomerEniInfo</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.default_route_table">
<em class="property">property </em><code class="sig-name descname">default_route_table</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.default_route_table" title="Permalink to this definition"></a></dt>
<dd><p>Gets the default_route_table of this AwsSddcConnectionAllOf. # noqa: E501</p>
<p>The default routing table in the customers VPC. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The default_route_table of this AwsSddcConnectionAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.eni_group">
<em class="property">property </em><code class="sig-name descname">eni_group</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.eni_group" title="Permalink to this definition"></a></dt>
<dd><p>Gets the eni_group of this AwsSddcConnectionAllOf. # noqa: E501</p>
<p>Which group the ENIs belongs to. (deprecated) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The eni_group of this AwsSddcConnectionAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'cgw_present': 'bool', 'cidr_block_subnet': 'str', 'cidr_block_vpc': 'str', 'connected_account_id': 'str', 'connection_order': 'int', 'customer_eni_infos': 'list[CustomerEniInfo]', 'default_route_table': 'str', 'eni_group': 'str', 'org_id': 'str', 'sddc_id': 'str', 'state': 'str', 'subnet_availability_zone': 'str', 'subnet_id': 'str', 'vpc_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.org_id">
<em class="property">property </em><code class="sig-name descname">org_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.org_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_id of this AwsSddcConnectionAllOf. # noqa: E501</p>
<p>The org this link belongs to. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_id of this AwsSddcConnectionAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.sddc_id">
<em class="property">property </em><code class="sig-name descname">sddc_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.sddc_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_id of this AwsSddcConnectionAllOf. # noqa: E501</p>
<p>The SDDC this link is used for. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_id of this AwsSddcConnectionAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.state">
<em class="property">property </em><code class="sig-name descname">state</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the state of this AwsSddcConnectionAllOf. # noqa: E501</p>
<p>The state of the connection. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The state of this AwsSddcConnectionAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.subnet_availability_zone">
<em class="property">property </em><code class="sig-name descname">subnet_availability_zone</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.subnet_availability_zone" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_availability_zone of this AwsSddcConnectionAllOf. # noqa: E501</p>
<p>Which availability zone is this connection in? # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_availability_zone of this AwsSddcConnectionAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.subnet_id">
<em class="property">property </em><code class="sig-name descname">subnet_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.subnet_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_id of this AwsSddcConnectionAllOf. # noqa: E501</p>
<p>The ID of the subnet this link is to. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_id of this AwsSddcConnectionAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.vpc_id">
<em class="property">property </em><code class="sig-name descname">vpc_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_connection_all_of.AwsSddcConnectionAllOf.vpc_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpc_id of this AwsSddcConnectionAllOf. # noqa: E501</p>
<p>The VPC ID of the subnet this link is to. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpc_id of this AwsSddcConnectionAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_sddc_resource_config">
<span id="vmware-vmc-console-models-aws-sddc-resource-config-module"></span><h2>vmware.vmc.console.models.aws_sddc_resource_config module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_sddc_resource_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_sddc_resource_config.</code><code class="sig-name descname">AwsSddcResourceConfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">backup_restore_bucket</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">public_ip_pool</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vpc_info</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">kms_vpc_endpoint</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">max_num_public_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">account_link_sddc_config</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vsan_encryption_config</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vpc_info_peered_agent</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsSddcResourceConfig - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.account_link_sddc_config">
<em class="property">property </em><code class="sig-name descname">account_link_sddc_config</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.account_link_sddc_config" title="Permalink to this definition"></a></dt>
<dd><p>Gets the account_link_sddc_config of this AwsSddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The account_link_sddc_config of this AwsSddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.sddc_link_config.SddcLinkConfig" title="vmware.vmc.console.models.sddc_link_config.SddcLinkConfig">SddcLinkConfig</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'account_link_sddc_config': 'account_link_sddc_config', 'backup_restore_bucket': 'backup_restore_bucket', 'kms_vpc_endpoint': 'kms_vpc_endpoint', 'max_num_public_ip': 'max_num_public_ip', 'public_ip_pool': 'public_ip_pool', 'vpc_info': 'vpc_info', 'vpc_info_peered_agent': 'vpc_info_peered_agent', 'vsan_encryption_config': 'vsan_encryption_config'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.backup_restore_bucket">
<em class="property">property </em><code class="sig-name descname">backup_restore_bucket</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.backup_restore_bucket" title="Permalink to this definition"></a></dt>
<dd><p>Gets the backup_restore_bucket of this AwsSddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The backup_restore_bucket of this AwsSddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.kms_vpc_endpoint">
<em class="property">property </em><code class="sig-name descname">kms_vpc_endpoint</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.kms_vpc_endpoint" title="Permalink to this definition"></a></dt>
<dd><p>Gets the kms_vpc_endpoint of this AwsSddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The kms_vpc_endpoint of this AwsSddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint" title="vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint">KmsVpcEndpoint</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.max_num_public_ip">
<em class="property">property </em><code class="sig-name descname">max_num_public_ip</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.max_num_public_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the max_num_public_ip of this AwsSddcResourceConfig. # noqa: E501</p>
<p>maximum number of public IP that user can allocate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The max_num_public_ip of this AwsSddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'account_link_sddc_config': 'list[SddcLinkConfig]', 'backup_restore_bucket': 'str', 'kms_vpc_endpoint': 'KmsVpcEndpoint', 'max_num_public_ip': 'int', 'public_ip_pool': 'list[SddcPublicIp]', 'vpc_info': 'VpcInfo', 'vpc_info_peered_agent': 'VpcInfo', 'vsan_encryption_config': 'VsanEncryptionConfig'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.public_ip_pool">
<em class="property">property </em><code class="sig-name descname">public_ip_pool</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.public_ip_pool" title="Permalink to this definition"></a></dt>
<dd><p>Gets the public_ip_pool of this AwsSddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The public_ip_pool of this AwsSddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp" title="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp">SddcPublicIp</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.vpc_info">
<em class="property">property </em><code class="sig-name descname">vpc_info</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.vpc_info" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpc_info of this AwsSddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpc_info of this AwsSddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.vpc_info.VpcInfo" title="vmware.vmc.console.models.vpc_info.VpcInfo">VpcInfo</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.vpc_info_peered_agent">
<em class="property">property </em><code class="sig-name descname">vpc_info_peered_agent</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.vpc_info_peered_agent" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpc_info_peered_agent of this AwsSddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpc_info_peered_agent of this AwsSddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.vpc_info.VpcInfo" title="vmware.vmc.console.models.vpc_info.VpcInfo">VpcInfo</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.vsan_encryption_config">
<em class="property">property </em><code class="sig-name descname">vsan_encryption_config</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig.vsan_encryption_config" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vsan_encryption_config of this AwsSddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vsan_encryption_config of this AwsSddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig" title="vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig">VsanEncryptionConfig</a></p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_sddc_resource_config_all_of">
<span id="vmware-vmc-console-models-aws-sddc-resource-config-all-of-module"></span><h2>vmware.vmc.console.models.aws_sddc_resource_config_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_sddc_resource_config_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_sddc_resource_config_all_of.</code><code class="sig-name descname">AwsSddcResourceConfigAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">backup_restore_bucket</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">public_ip_pool</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vpc_info</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">kms_vpc_endpoint</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">max_num_public_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">account_link_sddc_config</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vsan_encryption_config</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vpc_info_peered_agent</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsSddcResourceConfigAllOf - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.account_link_sddc_config">
<em class="property">property </em><code class="sig-name descname">account_link_sddc_config</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.account_link_sddc_config" title="Permalink to this definition"></a></dt>
<dd><p>Gets the account_link_sddc_config of this AwsSddcResourceConfigAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The account_link_sddc_config of this AwsSddcResourceConfigAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.sddc_link_config.SddcLinkConfig" title="vmware.vmc.console.models.sddc_link_config.SddcLinkConfig">SddcLinkConfig</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'account_link_sddc_config': 'account_link_sddc_config', 'backup_restore_bucket': 'backup_restore_bucket', 'kms_vpc_endpoint': 'kms_vpc_endpoint', 'max_num_public_ip': 'max_num_public_ip', 'public_ip_pool': 'public_ip_pool', 'vpc_info': 'vpc_info', 'vpc_info_peered_agent': 'vpc_info_peered_agent', 'vsan_encryption_config': 'vsan_encryption_config'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.backup_restore_bucket">
<em class="property">property </em><code class="sig-name descname">backup_restore_bucket</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.backup_restore_bucket" title="Permalink to this definition"></a></dt>
<dd><p>Gets the backup_restore_bucket of this AwsSddcResourceConfigAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The backup_restore_bucket of this AwsSddcResourceConfigAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.kms_vpc_endpoint">
<em class="property">property </em><code class="sig-name descname">kms_vpc_endpoint</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.kms_vpc_endpoint" title="Permalink to this definition"></a></dt>
<dd><p>Gets the kms_vpc_endpoint of this AwsSddcResourceConfigAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The kms_vpc_endpoint of this AwsSddcResourceConfigAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint" title="vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint">KmsVpcEndpoint</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.max_num_public_ip">
<em class="property">property </em><code class="sig-name descname">max_num_public_ip</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.max_num_public_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the max_num_public_ip of this AwsSddcResourceConfigAllOf. # noqa: E501</p>
<p>maximum number of public IP that user can allocate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The max_num_public_ip of this AwsSddcResourceConfigAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'account_link_sddc_config': 'list[SddcLinkConfig]', 'backup_restore_bucket': 'str', 'kms_vpc_endpoint': 'KmsVpcEndpoint', 'max_num_public_ip': 'int', 'public_ip_pool': 'list[SddcPublicIp]', 'vpc_info': 'VpcInfo', 'vpc_info_peered_agent': 'VpcInfo', 'vsan_encryption_config': 'VsanEncryptionConfig'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.public_ip_pool">
<em class="property">property </em><code class="sig-name descname">public_ip_pool</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.public_ip_pool" title="Permalink to this definition"></a></dt>
<dd><p>Gets the public_ip_pool of this AwsSddcResourceConfigAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The public_ip_pool of this AwsSddcResourceConfigAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp" title="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp">SddcPublicIp</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.vpc_info">
<em class="property">property </em><code class="sig-name descname">vpc_info</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.vpc_info" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpc_info of this AwsSddcResourceConfigAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpc_info of this AwsSddcResourceConfigAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.vpc_info.VpcInfo" title="vmware.vmc.console.models.vpc_info.VpcInfo">VpcInfo</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.vpc_info_peered_agent">
<em class="property">property </em><code class="sig-name descname">vpc_info_peered_agent</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.vpc_info_peered_agent" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpc_info_peered_agent of this AwsSddcResourceConfigAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpc_info_peered_agent of this AwsSddcResourceConfigAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.vpc_info.VpcInfo" title="vmware.vmc.console.models.vpc_info.VpcInfo">VpcInfo</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.vsan_encryption_config">
<em class="property">property </em><code class="sig-name descname">vsan_encryption_config</code><a class="headerlink" href="#vmware.vmc.console.models.aws_sddc_resource_config_all_of.AwsSddcResourceConfigAllOf.vsan_encryption_config" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vsan_encryption_config of this AwsSddcResourceConfigAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vsan_encryption_config of this AwsSddcResourceConfigAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig" title="vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig">VsanEncryptionConfig</a></p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.aws_subnet">
<span id="vmware-vmc-console-models-aws-subnet-module"></span><h2>vmware.vmc.console.models.aws_subnet module<a class="headerlink" href="#module-vmware.vmc.console.models.aws_subnet" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.aws_subnet.AwsSubnet">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.aws_subnet.</code><code class="sig-name descname">AwsSubnet</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">connected_account_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">region_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">availability_zone</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">subnet_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">subnet_cidr_block</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">is_compatible</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vpc_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vpc_cidr_block</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_subnet.AwsSubnet" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>AwsSubnet - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_subnet.AwsSubnet.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'availability_zone': 'availability_zone', 'connected_account_id': 'connected_account_id', 'is_compatible': 'is_compatible', 'name': 'name', 'region_name': 'region_name', 'subnet_cidr_block': 'subnet_cidr_block', 'subnet_id': 'subnet_id', 'vpc_cidr_block': 'vpc_cidr_block', 'vpc_id': 'vpc_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_subnet.AwsSubnet.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_subnet.AwsSubnet.availability_zone">
<em class="property">property </em><code class="sig-name descname">availability_zone</code><a class="headerlink" href="#vmware.vmc.console.models.aws_subnet.AwsSubnet.availability_zone" title="Permalink to this definition"></a></dt>
<dd><p>Gets the availability_zone of this AwsSubnet. # noqa: E501</p>
<p>The availability zone this subnet is in, which should be the region name plus one extra letter (ex. us-west-2a). # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The availability_zone of this AwsSubnet. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_subnet.AwsSubnet.connected_account_id">
<em class="property">property </em><code class="sig-name descname">connected_account_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_subnet.AwsSubnet.connected_account_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the connected_account_id of this AwsSubnet. # noqa: E501</p>
<p>The connected account ID this subnet is accessible through. This is an internal ID formatted as a UUID specific to Skyscraper. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The connected_account_id of this AwsSubnet. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_subnet.AwsSubnet.is_compatible">
<em class="property">property </em><code class="sig-name descname">is_compatible</code><a class="headerlink" href="#vmware.vmc.console.models.aws_subnet.AwsSubnet.is_compatible" title="Permalink to this definition"></a></dt>
<dd><p>Gets the is_compatible of this AwsSubnet. # noqa: E501</p>
<p>Flag indicating whether this subnet is compatible. If true, this is a valid choice for the customer to deploy a SDDC in. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The is_compatible of this AwsSubnet. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_subnet.AwsSubnet.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.aws_subnet.AwsSubnet.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this AwsSubnet. # noqa: E501</p>
<p>Optional field (may not be provided by AWS), indicates the found name tag for the subnet. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this AwsSubnet. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.aws_subnet.AwsSubnet.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'availability_zone': 'str', 'connected_account_id': 'str', 'is_compatible': 'bool', 'name': 'str', 'region_name': 'str', 'subnet_cidr_block': 'str', 'subnet_id': 'str', 'vpc_cidr_block': 'str', 'vpc_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.aws_subnet.AwsSubnet.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_subnet.AwsSubnet.region_name">
<em class="property">property </em><code class="sig-name descname">region_name</code><a class="headerlink" href="#vmware.vmc.console.models.aws_subnet.AwsSubnet.region_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the region_name of this AwsSubnet. # noqa: E501</p>
<p>The region this subnet is in, usually in the form of country code, general location, and a number (ex. us-west-2). # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The region_name of this AwsSubnet. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_subnet.AwsSubnet.subnet_cidr_block">
<em class="property">property </em><code class="sig-name descname">subnet_cidr_block</code><a class="headerlink" href="#vmware.vmc.console.models.aws_subnet.AwsSubnet.subnet_cidr_block" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_cidr_block of this AwsSubnet. # noqa: E501</p>
<p>The CIDR block of the subnet, in the form of #.#.#.#/#. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_cidr_block of this AwsSubnet. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_subnet.AwsSubnet.subnet_id">
<em class="property">property </em><code class="sig-name descname">subnet_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_subnet.AwsSubnet.subnet_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_id of this AwsSubnet. # noqa: E501</p>
<p>The subnet ID in AWS, provided in the form subnet-######. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_id of this AwsSubnet. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_subnet.AwsSubnet.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_subnet.AwsSubnet.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_subnet.AwsSubnet.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.aws_subnet.AwsSubnet.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_subnet.AwsSubnet.vpc_cidr_block">
<em class="property">property </em><code class="sig-name descname">vpc_cidr_block</code><a class="headerlink" href="#vmware.vmc.console.models.aws_subnet.AwsSubnet.vpc_cidr_block" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpc_cidr_block of this AwsSubnet. # noqa: E501</p>
<p>The CIDR block of the VPC, in the form of #.#.#.#/#. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpc_cidr_block of this AwsSubnet. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.aws_subnet.AwsSubnet.vpc_id">
<em class="property">property </em><code class="sig-name descname">vpc_id</code><a class="headerlink" href="#vmware.vmc.console.models.aws_subnet.AwsSubnet.vpc_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpc_id of this AwsSubnet. # noqa: E501</p>
<p>The VPC ID the subnet resides in within AWS. Tends to be vpc-#######. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpc_id of this AwsSubnet. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.ca_certificates">
<span id="vmware-vmc-console-models-ca-certificates-module"></span><h2>vmware.vmc.console.models.ca_certificates module<a class="headerlink" href="#module-vmware.vmc.console.models.ca_certificates" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.ca_certificates.CaCertificates">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.ca_certificates.</code><code class="sig-name descname">CaCertificates</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">ca_certificate</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ca_certificates.CaCertificates" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>CaCertificates - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ca_certificates.CaCertificates.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'ca_certificate': 'caCertificate'}</em><a class="headerlink" href="#vmware.vmc.console.models.ca_certificates.CaCertificates.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ca_certificates.CaCertificates.ca_certificate">
<em class="property">property </em><code class="sig-name descname">ca_certificate</code><a class="headerlink" href="#vmware.vmc.console.models.ca_certificates.CaCertificates.ca_certificate" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ca_certificate of this CaCertificates. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ca_certificate of this CaCertificates. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ca_certificates.CaCertificates.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'ca_certificate': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.ca_certificates.CaCertificates.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ca_certificates.CaCertificates.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ca_certificates.CaCertificates.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ca_certificates.CaCertificates.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ca_certificates.CaCertificates.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.cbm_statistic">
<span id="vmware-vmc-console-models-cbm-statistic-module"></span><h2>vmware.vmc.console.models.cbm_statistic module<a class="headerlink" href="#module-vmware.vmc.console.models.cbm_statistic" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.cbm_statistic.CbmStatistic">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.cbm_statistic.</code><code class="sig-name descname">CbmStatistic</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">vnic</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">timestamp</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">out</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">_in</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>CbmStatistic - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.cbm_statistic.CbmStatistic.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'_in': 'in', 'out': 'out', 'timestamp': 'timestamp', 'vnic': 'vnic'}</em><a class="headerlink" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.cbm_statistic.CbmStatistic.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'_in': 'float', 'out': 'float', 'timestamp': 'int', 'vnic': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_statistic.CbmStatistic.out">
<em class="property">property </em><code class="sig-name descname">out</code><a class="headerlink" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic.out" title="Permalink to this definition"></a></dt>
<dd><p>Gets the out of this CbmStatistic. # noqa: E501</p>
<p>Tx rate (Kilobits per second - kbps) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The out of this CbmStatistic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>float</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_statistic.CbmStatistic.timestamp">
<em class="property">property </em><code class="sig-name descname">timestamp</code><a class="headerlink" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic.timestamp" title="Permalink to this definition"></a></dt>
<dd><p>Gets the timestamp of this CbmStatistic. # noqa: E501</p>
<p>Timestamp value. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The timestamp of this CbmStatistic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_statistic.CbmStatistic.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_statistic.CbmStatistic.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_statistic.CbmStatistic.vnic">
<em class="property">property </em><code class="sig-name descname">vnic</code><a class="headerlink" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic.vnic" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic of this CbmStatistic. # noqa: E501</p>
<p>Vnic index. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic of this CbmStatistic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.cbm_statistics">
<span id="vmware-vmc-console-models-cbm-statistics-module"></span><h2>vmware.vmc.console.models.cbm_statistics module<a class="headerlink" href="#module-vmware.vmc.console.models.cbm_statistics" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.cbm_statistics.CbmStatistics">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.cbm_statistics.</code><code class="sig-name descname">CbmStatistics</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">data_dto</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">meta_dto</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cbm_statistics.CbmStatistics" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>CbmStatistics - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.cbm_statistics.CbmStatistics.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'data_dto': 'dataDto', 'meta_dto': 'metaDto'}</em><a class="headerlink" href="#vmware.vmc.console.models.cbm_statistics.CbmStatistics.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_statistics.CbmStatistics.data_dto">
<em class="property">property </em><code class="sig-name descname">data_dto</code><a class="headerlink" href="#vmware.vmc.console.models.cbm_statistics.CbmStatistics.data_dto" title="Permalink to this definition"></a></dt>
<dd><p>Gets the data_dto of this CbmStatistics. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The data_dto of this CbmStatistics. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.cbm_stats_data.CbmStatsData" title="vmware.vmc.console.models.cbm_stats_data.CbmStatsData">CbmStatsData</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_statistics.CbmStatistics.meta_dto">
<em class="property">property </em><code class="sig-name descname">meta_dto</code><a class="headerlink" href="#vmware.vmc.console.models.cbm_statistics.CbmStatistics.meta_dto" title="Permalink to this definition"></a></dt>
<dd><p>Gets the meta_dto of this CbmStatistics. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The meta_dto of this CbmStatistics. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats" title="vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats">MetaDashboardStats</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.cbm_statistics.CbmStatistics.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'data_dto': 'CbmStatsData', 'meta_dto': 'MetaDashboardStats'}</em><a class="headerlink" href="#vmware.vmc.console.models.cbm_statistics.CbmStatistics.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_statistics.CbmStatistics.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cbm_statistics.CbmStatistics.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_statistics.CbmStatistics.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cbm_statistics.CbmStatistics.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.cbm_stats_data">
<span id="vmware-vmc-console-models-cbm-stats-data-module"></span><h2>vmware.vmc.console.models.cbm_stats_data module<a class="headerlink" href="#module-vmware.vmc.console.models.cbm_stats_data" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.cbm_stats_data.CbmStatsData">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.cbm_stats_data.</code><code class="sig-name descname">CbmStatsData</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">vnic_9</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_8</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_7</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_6</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_5</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_4</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_3</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_2</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_1</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_0</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cbm_stats_data.CbmStatsData" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>CbmStatsData - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.cbm_stats_data.CbmStatsData.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'vnic_0': 'vnic_0', 'vnic_1': 'vnic_1', 'vnic_2': 'vnic_2', 'vnic_3': 'vnic_3', 'vnic_4': 'vnic_4', 'vnic_5': 'vnic_5', 'vnic_6': 'vnic_6', 'vnic_7': 'vnic_7', 'vnic_8': 'vnic_8', 'vnic_9': 'vnic_9'}</em><a class="headerlink" href="#vmware.vmc.console.models.cbm_stats_data.CbmStatsData.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.cbm_stats_data.CbmStatsData.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'vnic_0': 'list[CbmStatistic]', 'vnic_1': 'list[CbmStatistic]', 'vnic_2': 'list[CbmStatistic]', 'vnic_3': 'list[CbmStatistic]', 'vnic_4': 'list[CbmStatistic]', 'vnic_5': 'list[CbmStatistic]', 'vnic_6': 'list[CbmStatistic]', 'vnic_7': 'list[CbmStatistic]', 'vnic_8': 'list[CbmStatistic]', 'vnic_9': 'list[CbmStatistic]'}</em><a class="headerlink" href="#vmware.vmc.console.models.cbm_stats_data.CbmStatsData.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_stats_data.CbmStatsData.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cbm_stats_data.CbmStatsData.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_stats_data.CbmStatsData.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cbm_stats_data.CbmStatsData.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_0">
<em class="property">property </em><code class="sig-name descname">vnic_0</code><a class="headerlink" href="#vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_0" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_0 of this CbmStatsData. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_0 of this CbmStatsData. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic" title="vmware.vmc.console.models.cbm_statistic.CbmStatistic">CbmStatistic</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_1">
<em class="property">property </em><code class="sig-name descname">vnic_1</code><a class="headerlink" href="#vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_1" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_1 of this CbmStatsData. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_1 of this CbmStatsData. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic" title="vmware.vmc.console.models.cbm_statistic.CbmStatistic">CbmStatistic</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_2">
<em class="property">property </em><code class="sig-name descname">vnic_2</code><a class="headerlink" href="#vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_2" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_2 of this CbmStatsData. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_2 of this CbmStatsData. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic" title="vmware.vmc.console.models.cbm_statistic.CbmStatistic">CbmStatistic</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_3">
<em class="property">property </em><code class="sig-name descname">vnic_3</code><a class="headerlink" href="#vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_3" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_3 of this CbmStatsData. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_3 of this CbmStatsData. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic" title="vmware.vmc.console.models.cbm_statistic.CbmStatistic">CbmStatistic</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_4">
<em class="property">property </em><code class="sig-name descname">vnic_4</code><a class="headerlink" href="#vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_4" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_4 of this CbmStatsData. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_4 of this CbmStatsData. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic" title="vmware.vmc.console.models.cbm_statistic.CbmStatistic">CbmStatistic</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_5">
<em class="property">property </em><code class="sig-name descname">vnic_5</code><a class="headerlink" href="#vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_5" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_5 of this CbmStatsData. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_5 of this CbmStatsData. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic" title="vmware.vmc.console.models.cbm_statistic.CbmStatistic">CbmStatistic</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_6">
<em class="property">property </em><code class="sig-name descname">vnic_6</code><a class="headerlink" href="#vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_6" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_6 of this CbmStatsData. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_6 of this CbmStatsData. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic" title="vmware.vmc.console.models.cbm_statistic.CbmStatistic">CbmStatistic</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_7">
<em class="property">property </em><code class="sig-name descname">vnic_7</code><a class="headerlink" href="#vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_7" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_7 of this CbmStatsData. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_7 of this CbmStatsData. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic" title="vmware.vmc.console.models.cbm_statistic.CbmStatistic">CbmStatistic</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_8">
<em class="property">property </em><code class="sig-name descname">vnic_8</code><a class="headerlink" href="#vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_8" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_8 of this CbmStatsData. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_8 of this CbmStatsData. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic" title="vmware.vmc.console.models.cbm_statistic.CbmStatistic">CbmStatistic</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_9">
<em class="property">property </em><code class="sig-name descname">vnic_9</code><a class="headerlink" href="#vmware.vmc.console.models.cbm_stats_data.CbmStatsData.vnic_9" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_9 of this CbmStatsData. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_9 of this CbmStatsData. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.cbm_statistic.CbmStatistic" title="vmware.vmc.console.models.cbm_statistic.CbmStatistic">CbmStatistic</a>]</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.cloud_provider">
<span id="vmware-vmc-console-models-cloud-provider-module"></span><h2>vmware.vmc.console.models.cloud_provider module<a class="headerlink" href="#module-vmware.vmc.console.models.cloud_provider" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.cloud_provider.CloudProvider">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.cloud_provider.</code><code class="sig-name descname">CloudProvider</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">provider</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cloud_provider.CloudProvider" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>CloudProvider - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.cloud_provider.CloudProvider.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'provider': 'provider'}</em><a class="headerlink" href="#vmware.vmc.console.models.cloud_provider.CloudProvider.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.cloud_provider.CloudProvider.discriminator_value_class_map">
<code class="sig-name descname">discriminator_value_class_map</code><em class="property"> = {'AwsCloudProvider': 'AwsCloudProvider'}</em><a class="headerlink" href="#vmware.vmc.console.models.cloud_provider.CloudProvider.discriminator_value_class_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cloud_provider.CloudProvider.get_real_child_model">
<code class="sig-name descname">get_real_child_model</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">data</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cloud_provider.CloudProvider.get_real_child_model" title="Permalink to this definition"></a></dt>
<dd><p>Returns the real base class specified by the discriminator</p>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.cloud_provider.CloudProvider.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'provider': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.cloud_provider.CloudProvider.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cloud_provider.CloudProvider.provider">
<em class="property">property </em><code class="sig-name descname">provider</code><a class="headerlink" href="#vmware.vmc.console.models.cloud_provider.CloudProvider.provider" title="Permalink to this definition"></a></dt>
<dd><p>Gets the provider of this CloudProvider. # noqa: E501</p>
<p>Name of the Cloud Provider # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The provider of this CloudProvider. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cloud_provider.CloudProvider.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cloud_provider.CloudProvider.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cloud_provider.CloudProvider.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cloud_provider.CloudProvider.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.cluster">
<span id="vmware-vmc-console-models-cluster-module"></span><h2>vmware.vmc.console.models.cluster module<a class="headerlink" href="#module-vmware.vmc.console.models.cluster" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.cluster.Cluster">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.cluster.</code><code class="sig-name descname">Cluster</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">esx_host_list</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">msft_license_config</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cluster_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">aws_kms_info</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cluster_capacity</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">esx_host_info</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">host_cpu_cores_count</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cluster_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cluster_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cluster.Cluster" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Cluster - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.cluster.Cluster.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'aws_kms_info': 'aws_kms_info', 'cluster_capacity': 'cluster_capacity', 'cluster_id': 'cluster_id', 'cluster_name': 'cluster_name', 'cluster_state': 'cluster_state', 'esx_host_info': 'esx_host_info', 'esx_host_list': 'esx_host_list', 'host_cpu_cores_count': 'host_cpu_cores_count', 'msft_license_config': 'msft_license_config'}</em><a class="headerlink" href="#vmware.vmc.console.models.cluster.Cluster.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster.Cluster.aws_kms_info">
<em class="property">property </em><code class="sig-name descname">aws_kms_info</code><a class="headerlink" href="#vmware.vmc.console.models.cluster.Cluster.aws_kms_info" title="Permalink to this definition"></a></dt>
<dd><p>Gets the aws_kms_info of this Cluster. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The aws_kms_info of this Cluster. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.aws_kms_info.AwsKmsInfo" title="vmware.vmc.console.models.aws_kms_info.AwsKmsInfo">AwsKmsInfo</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster.Cluster.cluster_capacity">
<em class="property">property </em><code class="sig-name descname">cluster_capacity</code><a class="headerlink" href="#vmware.vmc.console.models.cluster.Cluster.cluster_capacity" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cluster_capacity of this Cluster. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cluster_capacity of this Cluster. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.entity_capacity.EntityCapacity" title="vmware.vmc.console.models.entity_capacity.EntityCapacity">EntityCapacity</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster.Cluster.cluster_id">
<em class="property">property </em><code class="sig-name descname">cluster_id</code><a class="headerlink" href="#vmware.vmc.console.models.cluster.Cluster.cluster_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cluster_id of this Cluster. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cluster_id of this Cluster. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster.Cluster.cluster_name">
<em class="property">property </em><code class="sig-name descname">cluster_name</code><a class="headerlink" href="#vmware.vmc.console.models.cluster.Cluster.cluster_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cluster_name of this Cluster. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cluster_name of this Cluster. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster.Cluster.cluster_state">
<em class="property">property </em><code class="sig-name descname">cluster_state</code><a class="headerlink" href="#vmware.vmc.console.models.cluster.Cluster.cluster_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cluster_state of this Cluster. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cluster_state of this Cluster. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster.Cluster.esx_host_info">
<em class="property">property </em><code class="sig-name descname">esx_host_info</code><a class="headerlink" href="#vmware.vmc.console.models.cluster.Cluster.esx_host_info" title="Permalink to this definition"></a></dt>
<dd><p>Gets the esx_host_info of this Cluster. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The esx_host_info of this Cluster. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.esx_host_info.EsxHostInfo" title="vmware.vmc.console.models.esx_host_info.EsxHostInfo">EsxHostInfo</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster.Cluster.esx_host_list">
<em class="property">property </em><code class="sig-name descname">esx_host_list</code><a class="headerlink" href="#vmware.vmc.console.models.cluster.Cluster.esx_host_list" title="Permalink to this definition"></a></dt>
<dd><p>Gets the esx_host_list of this Cluster. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The esx_host_list of this Cluster. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.aws_esx_host.AwsEsxHost" title="vmware.vmc.console.models.aws_esx_host.AwsEsxHost">AwsEsxHost</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster.Cluster.host_cpu_cores_count">
<em class="property">property </em><code class="sig-name descname">host_cpu_cores_count</code><a class="headerlink" href="#vmware.vmc.console.models.cluster.Cluster.host_cpu_cores_count" title="Permalink to this definition"></a></dt>
<dd><p>Gets the host_cpu_cores_count of this Cluster. # noqa: E501</p>
<p>Number of cores enabled on ESX hosts added to this cluster # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The host_cpu_cores_count of this Cluster. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster.Cluster.msft_license_config">
<em class="property">property </em><code class="sig-name descname">msft_license_config</code><a class="headerlink" href="#vmware.vmc.console.models.cluster.Cluster.msft_license_config" title="Permalink to this definition"></a></dt>
<dd><p>Gets the msft_license_config of this Cluster. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The msft_license_config of this Cluster. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig" title="vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig">MsftLicensingConfig</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.cluster.Cluster.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'aws_kms_info': 'AwsKmsInfo', 'cluster_capacity': 'EntityCapacity', 'cluster_id': 'str', 'cluster_name': 'str', 'cluster_state': 'str', 'esx_host_info': 'EsxHostInfo', 'esx_host_list': 'list[AwsEsxHost]', 'host_cpu_cores_count': 'int', 'msft_license_config': 'MsftLicensingConfig'}</em><a class="headerlink" href="#vmware.vmc.console.models.cluster.Cluster.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster.Cluster.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cluster.Cluster.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster.Cluster.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cluster.Cluster.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.cluster_config">
<span id="vmware-vmc-console-models-cluster-config-module"></span><h2>vmware.vmc.console.models.cluster_config module<a class="headerlink" href="#module-vmware.vmc.console.models.cluster_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.cluster_config.ClusterConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.cluster_config.</code><code class="sig-name descname">ClusterConfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">host_cpu_cores_count</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">host_instance_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">storage_capacity</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">msft_license_config</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">num_hosts</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cluster_config.ClusterConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ClusterConfig - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.cluster_config.ClusterConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'host_cpu_cores_count': 'host_cpu_cores_count', 'host_instance_type': 'host_instance_type', 'msft_license_config': 'msft_license_config', 'num_hosts': 'num_hosts', 'storage_capacity': 'storage_capacity'}</em><a class="headerlink" href="#vmware.vmc.console.models.cluster_config.ClusterConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster_config.ClusterConfig.host_cpu_cores_count">
<em class="property">property </em><code class="sig-name descname">host_cpu_cores_count</code><a class="headerlink" href="#vmware.vmc.console.models.cluster_config.ClusterConfig.host_cpu_cores_count" title="Permalink to this definition"></a></dt>
<dd><p>Gets the host_cpu_cores_count of this ClusterConfig. # noqa: E501</p>
<p>Customize CPU cores on hosts in a cluster. Specify number of cores to be enabled on hosts in a cluster. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The host_cpu_cores_count of this ClusterConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster_config.ClusterConfig.host_instance_type">
<em class="property">property </em><code class="sig-name descname">host_instance_type</code><a class="headerlink" href="#vmware.vmc.console.models.cluster_config.ClusterConfig.host_instance_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the host_instance_type of this ClusterConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The host_instance_type of this ClusterConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.host_instance_types.HostInstanceTypes" title="vmware.vmc.console.models.host_instance_types.HostInstanceTypes">HostInstanceTypes</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster_config.ClusterConfig.msft_license_config">
<em class="property">property </em><code class="sig-name descname">msft_license_config</code><a class="headerlink" href="#vmware.vmc.console.models.cluster_config.ClusterConfig.msft_license_config" title="Permalink to this definition"></a></dt>
<dd><p>Gets the msft_license_config of this ClusterConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The msft_license_config of this ClusterConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig" title="vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig">MsftLicensingConfig</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster_config.ClusterConfig.num_hosts">
<em class="property">property </em><code class="sig-name descname">num_hosts</code><a class="headerlink" href="#vmware.vmc.console.models.cluster_config.ClusterConfig.num_hosts" title="Permalink to this definition"></a></dt>
<dd><p>Gets the num_hosts of this ClusterConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The num_hosts of this ClusterConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.cluster_config.ClusterConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'host_cpu_cores_count': 'int', 'host_instance_type': 'HostInstanceTypes', 'msft_license_config': 'MsftLicensingConfig', 'num_hosts': 'int', 'storage_capacity': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.cluster_config.ClusterConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster_config.ClusterConfig.storage_capacity">
<em class="property">property </em><code class="sig-name descname">storage_capacity</code><a class="headerlink" href="#vmware.vmc.console.models.cluster_config.ClusterConfig.storage_capacity" title="Permalink to this definition"></a></dt>
<dd><p>Gets the storage_capacity of this ClusterConfig. # noqa: E501</p>
<p>For EBS-backed instances only, the requested storage capacity in GiB. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The storage_capacity of this ClusterConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster_config.ClusterConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cluster_config.ClusterConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster_config.ClusterConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cluster_config.ClusterConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.cluster_reconfigure_params">
<span id="vmware-vmc-console-models-cluster-reconfigure-params-module"></span><h2>vmware.vmc.console.models.cluster_reconfigure_params module<a class="headerlink" href="#module-vmware.vmc.console.models.cluster_reconfigure_params" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.cluster_reconfigure_params.ClusterReconfigureParams">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.cluster_reconfigure_params.</code><code class="sig-name descname">ClusterReconfigureParams</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">storage_capacity</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">bias</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">num_hosts</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cluster_reconfigure_params.ClusterReconfigureParams" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ClusterReconfigureParams - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.cluster_reconfigure_params.ClusterReconfigureParams.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'bias': 'bias', 'num_hosts': 'num_hosts', 'storage_capacity': 'storage_capacity'}</em><a class="headerlink" href="#vmware.vmc.console.models.cluster_reconfigure_params.ClusterReconfigureParams.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster_reconfigure_params.ClusterReconfigureParams.bias">
<em class="property">property </em><code class="sig-name descname">bias</code><a class="headerlink" href="#vmware.vmc.console.models.cluster_reconfigure_params.ClusterReconfigureParams.bias" title="Permalink to this definition"></a></dt>
<dd><p>Gets the bias of this ClusterReconfigureParams. # noqa: E501</p>
<p>Bias value as obtained from the storage constraints call. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The bias of this ClusterReconfigureParams. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster_reconfigure_params.ClusterReconfigureParams.num_hosts">
<em class="property">property </em><code class="sig-name descname">num_hosts</code><a class="headerlink" href="#vmware.vmc.console.models.cluster_reconfigure_params.ClusterReconfigureParams.num_hosts" title="Permalink to this definition"></a></dt>
<dd><p>Gets the num_hosts of this ClusterReconfigureParams. # noqa: E501</p>
<p>Number of hosts in the cluster after reconfiguring. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The num_hosts of this ClusterReconfigureParams. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.cluster_reconfigure_params.ClusterReconfigureParams.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'bias': 'str', 'num_hosts': 'int', 'storage_capacity': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.cluster_reconfigure_params.ClusterReconfigureParams.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster_reconfigure_params.ClusterReconfigureParams.storage_capacity">
<em class="property">property </em><code class="sig-name descname">storage_capacity</code><a class="headerlink" href="#vmware.vmc.console.models.cluster_reconfigure_params.ClusterReconfigureParams.storage_capacity" title="Permalink to this definition"></a></dt>
<dd><p>Gets the storage_capacity of this ClusterReconfigureParams. # noqa: E501</p>
<p>The final desired storage capacity after reconfiguring the cluster in GiB. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The storage_capacity of this ClusterReconfigureParams. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster_reconfigure_params.ClusterReconfigureParams.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cluster_reconfigure_params.ClusterReconfigureParams.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.cluster_reconfigure_params.ClusterReconfigureParams.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.cluster_reconfigure_params.ClusterReconfigureParams.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.compute_gateway_template">
<span id="vmware-vmc-console-models-compute-gateway-template-module"></span><h2>vmware.vmc.console.models.compute_gateway_template module<a class="headerlink" href="#module-vmware.vmc.console.models.compute_gateway_template" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.compute_gateway_template.</code><code class="sig-name descname">ComputeGatewayTemplate</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">public_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">primary_dns</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">secondary_dns</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">firewall_rules</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vpns</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">logical_networks</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">nat_rules</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">l2_vpn</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ComputeGatewayTemplate - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'firewall_rules': 'firewall_rules', 'l2_vpn': 'l2_vpn', 'logical_networks': 'logical_networks', 'nat_rules': 'nat_rules', 'primary_dns': 'primary_dns', 'public_ip': 'public_ip', 'secondary_dns': 'secondary_dns', 'vpns': 'vpns'}</em><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.firewall_rules">
<em class="property">property </em><code class="sig-name descname">firewall_rules</code><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.firewall_rules" title="Permalink to this definition"></a></dt>
<dd><p>Gets the firewall_rules of this ComputeGatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The firewall_rules of this ComputeGatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.firewall_rule.FirewallRule" title="vmware.vmc.console.models.firewall_rule.FirewallRule">FirewallRule</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.l2_vpn">
<em class="property">property </em><code class="sig-name descname">l2_vpn</code><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.l2_vpn" title="Permalink to this definition"></a></dt>
<dd><p>Gets the l2_vpn of this ComputeGatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The l2_vpn of this ComputeGatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>object</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.logical_networks">
<em class="property">property </em><code class="sig-name descname">logical_networks</code><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.logical_networks" title="Permalink to this definition"></a></dt>
<dd><p>Gets the logical_networks of this ComputeGatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The logical_networks of this ComputeGatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.logical_network.LogicalNetwork" title="vmware.vmc.console.models.logical_network.LogicalNetwork">LogicalNetwork</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.nat_rules">
<em class="property">property </em><code class="sig-name descname">nat_rules</code><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.nat_rules" title="Permalink to this definition"></a></dt>
<dd><p>Gets the nat_rules of this ComputeGatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The nat_rules of this ComputeGatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.nat_rule.NatRule" title="vmware.vmc.console.models.nat_rule.NatRule">NatRule</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'firewall_rules': 'list[FirewallRule]', 'l2_vpn': 'object', 'logical_networks': 'list[LogicalNetwork]', 'nat_rules': 'list[NatRule]', 'primary_dns': 'str', 'public_ip': 'SddcPublicIp', 'secondary_dns': 'str', 'vpns': 'list[Vpn]'}</em><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.primary_dns">
<em class="property">property </em><code class="sig-name descname">primary_dns</code><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.primary_dns" title="Permalink to this definition"></a></dt>
<dd><p>Gets the primary_dns of this ComputeGatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The primary_dns of this ComputeGatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.public_ip">
<em class="property">property </em><code class="sig-name descname">public_ip</code><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.public_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the public_ip of this ComputeGatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The public_ip of this ComputeGatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp" title="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp">SddcPublicIp</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.secondary_dns">
<em class="property">property </em><code class="sig-name descname">secondary_dns</code><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.secondary_dns" title="Permalink to this definition"></a></dt>
<dd><p>Gets the secondary_dns of this ComputeGatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The secondary_dns of this ComputeGatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.vpns">
<em class="property">property </em><code class="sig-name descname">vpns</code><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate.vpns" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpns of this ComputeGatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpns of this ComputeGatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.vpn.Vpn" title="vmware.vmc.console.models.vpn.Vpn">Vpn</a>]</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.compute_gateway_template_all_of">
<span id="vmware-vmc-console-models-compute-gateway-template-all-of-module"></span><h2>vmware.vmc.console.models.compute_gateway_template_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.compute_gateway_template_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.compute_gateway_template_all_of.ComputeGatewayTemplateAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.compute_gateway_template_all_of.</code><code class="sig-name descname">ComputeGatewayTemplateAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">logical_networks</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">nat_rules</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">l2_vpn</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template_all_of.ComputeGatewayTemplateAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ComputeGatewayTemplateAllOf - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.compute_gateway_template_all_of.ComputeGatewayTemplateAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'l2_vpn': 'l2_vpn', 'logical_networks': 'logical_networks', 'nat_rules': 'nat_rules'}</em><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template_all_of.ComputeGatewayTemplateAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.compute_gateway_template_all_of.ComputeGatewayTemplateAllOf.l2_vpn">
<em class="property">property </em><code class="sig-name descname">l2_vpn</code><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template_all_of.ComputeGatewayTemplateAllOf.l2_vpn" title="Permalink to this definition"></a></dt>
<dd><p>Gets the l2_vpn of this ComputeGatewayTemplateAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The l2_vpn of this ComputeGatewayTemplateAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>object</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.compute_gateway_template_all_of.ComputeGatewayTemplateAllOf.logical_networks">
<em class="property">property </em><code class="sig-name descname">logical_networks</code><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template_all_of.ComputeGatewayTemplateAllOf.logical_networks" title="Permalink to this definition"></a></dt>
<dd><p>Gets the logical_networks of this ComputeGatewayTemplateAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The logical_networks of this ComputeGatewayTemplateAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.logical_network.LogicalNetwork" title="vmware.vmc.console.models.logical_network.LogicalNetwork">LogicalNetwork</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.compute_gateway_template_all_of.ComputeGatewayTemplateAllOf.nat_rules">
<em class="property">property </em><code class="sig-name descname">nat_rules</code><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template_all_of.ComputeGatewayTemplateAllOf.nat_rules" title="Permalink to this definition"></a></dt>
<dd><p>Gets the nat_rules of this ComputeGatewayTemplateAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The nat_rules of this ComputeGatewayTemplateAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.nat_rule.NatRule" title="vmware.vmc.console.models.nat_rule.NatRule">NatRule</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.compute_gateway_template_all_of.ComputeGatewayTemplateAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'l2_vpn': 'object', 'logical_networks': 'list[LogicalNetwork]', 'nat_rules': 'list[NatRule]'}</em><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template_all_of.ComputeGatewayTemplateAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.compute_gateway_template_all_of.ComputeGatewayTemplateAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template_all_of.ComputeGatewayTemplateAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.compute_gateway_template_all_of.ComputeGatewayTemplateAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.compute_gateway_template_all_of.ComputeGatewayTemplateAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.config_spec">
<span id="vmware-vmc-console-models-config-spec-module"></span><h2>vmware.vmc.console.models.config_spec module<a class="headerlink" href="#module-vmware.vmc.console.models.config_spec" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.config_spec.ConfigSpec">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.config_spec.</code><code class="sig-name descname">ConfigSpec</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">expiry_in_days</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">availability</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddc_sizes</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.config_spec.ConfigSpec" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ConfigSpec - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.config_spec.ConfigSpec.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'availability': 'availability', 'expiry_in_days': 'expiry_in_days', 'sddc_sizes': 'sddc_sizes'}</em><a class="headerlink" href="#vmware.vmc.console.models.config_spec.ConfigSpec.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.config_spec.ConfigSpec.availability">
<em class="property">property </em><code class="sig-name descname">availability</code><a class="headerlink" href="#vmware.vmc.console.models.config_spec.ConfigSpec.availability" title="Permalink to this definition"></a></dt>
<dd><p>Gets the availability of this ConfigSpec. # noqa: E501</p>
<p>Map of region to instance types available in that region # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The availability of this ConfigSpec. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, list[<a class="reference internal" href="#vmware.vmc.console.models.instance_type_config.InstanceTypeConfig" title="vmware.vmc.console.models.instance_type_config.InstanceTypeConfig">InstanceTypeConfig</a>])</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.config_spec.ConfigSpec.expiry_in_days">
<em class="property">property </em><code class="sig-name descname">expiry_in_days</code><a class="headerlink" href="#vmware.vmc.console.models.config_spec.ConfigSpec.expiry_in_days" title="Permalink to this definition"></a></dt>
<dd><p>Gets the expiry_in_days of this ConfigSpec. # noqa: E501</p>
<p>Indicates after how many days the sddc should expire # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The expiry_in_days of this ConfigSpec. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.config_spec.ConfigSpec.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'availability': 'dict(str, list[InstanceTypeConfig])', 'expiry_in_days': 'int', 'sddc_sizes': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.config_spec.ConfigSpec.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.config_spec.ConfigSpec.sddc_sizes">
<em class="property">property </em><code class="sig-name descname">sddc_sizes</code><a class="headerlink" href="#vmware.vmc.console.models.config_spec.ConfigSpec.sddc_sizes" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_sizes of this ConfigSpec. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_sizes of this ConfigSpec. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.config_spec.ConfigSpec.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.config_spec.ConfigSpec.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.config_spec.ConfigSpec.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.config_spec.ConfigSpec.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.connectivity_agent_validation">
<span id="vmware-vmc-console-models-connectivity-agent-validation-module"></span><h2>vmware.vmc.console.models.connectivity_agent_validation module<a class="headerlink" href="#module-vmware.vmc.console.models.connectivity_agent_validation" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.connectivity_agent_validation.</code><code class="sig-name descname">ConnectivityAgentValidation</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">source</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>, <em class="sig-param"><span class="n">ports</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">path</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ConnectivityAgentValidation - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'path': 'path', 'ports': 'ports', 'source': 'source', 'type': 'type'}</em><a class="headerlink" href="#vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'path': 'str', 'ports': 'list[str]', 'source': 'str', 'type': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation.path">
<em class="property">property </em><code class="sig-name descname">path</code><a class="headerlink" href="#vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation.path" title="Permalink to this definition"></a></dt>
<dd><p>Gets the path of this ConnectivityAgentValidation. # noqa: E501</p>
<p>URL path ONLY for CURL tests. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The path of this ConnectivityAgentValidation. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation.ports">
<em class="property">property </em><code class="sig-name descname">ports</code><a class="headerlink" href="#vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation.ports" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ports of this ConnectivityAgentValidation. # noqa: E501</p>
<p>TCP ports ONLY for CONNECTIVITY and CURL tests. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ports of this ConnectivityAgentValidation. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation.source">
<em class="property">property </em><code class="sig-name descname">source</code><a class="headerlink" href="#vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation.source" title="Permalink to this definition"></a></dt>
<dd><p>Gets the source of this ConnectivityAgentValidation. # noqa: E501</p>
<p>source appliance of connectivity test, i.e. VCENTER, SRM, VR. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The source of this ConnectivityAgentValidation. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation.type">
<em class="property">property </em><code class="sig-name descname">type</code><a class="headerlink" href="#vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation.type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the type of this ConnectivityAgentValidation. # noqa: E501</p>
<p>type of connectivity test, i.e. PING, TRACEROUTE, DNS, CONNECTIVITY, CURL. For CONNECTIVITY and CURL tests only, please specify the ports to be tested against. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The type of this ConnectivityAgentValidation. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.connectivity_validation_group">
<span id="vmware-vmc-console-models-connectivity-validation-group-module"></span><h2>vmware.vmc.console.models.connectivity_validation_group module<a class="headerlink" href="#module-vmware.vmc.console.models.connectivity_validation_group" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.connectivity_validation_group.</code><code class="sig-name descname">ConnectivityValidationGroup</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sub_groups</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ConnectivityValidationGroup - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'id': 'id', 'name': 'name', 'sub_groups': 'sub_groups'}</em><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this ConnectivityValidationGroup. # noqa: E501</p>
<p>test group id, currently, only HLM. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this ConnectivityValidationGroup. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this ConnectivityValidationGroup. # noqa: E501</p>
<p>Name of the test group. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this ConnectivityValidationGroup. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'id': 'str', 'name': 'str', 'sub_groups': 'list[ConnectivityValidationSubGroup]'}</em><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup.sub_groups">
<em class="property">property </em><code class="sig-name descname">sub_groups</code><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup.sub_groups" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sub_groups of this ConnectivityValidationGroup. # noqa: E501</p>
<p>List of sub groups. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sub_groups of this ConnectivityValidationGroup. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup" title="vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup">ConnectivityValidationSubGroup</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.connectivity_validation_groups">
<span id="vmware-vmc-console-models-connectivity-validation-groups-module"></span><h2>vmware.vmc.console.models.connectivity_validation_groups module<a class="headerlink" href="#module-vmware.vmc.console.models.connectivity_validation_groups" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.connectivity_validation_groups.ConnectivityValidationGroups">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.connectivity_validation_groups.</code><code class="sig-name descname">ConnectivityValidationGroups</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">groups</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_groups.ConnectivityValidationGroups" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ConnectivityValidationGroups - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.connectivity_validation_groups.ConnectivityValidationGroups.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'groups': 'groups'}</em><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_groups.ConnectivityValidationGroups.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_groups.ConnectivityValidationGroups.groups">
<em class="property">property </em><code class="sig-name descname">groups</code><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_groups.ConnectivityValidationGroups.groups" title="Permalink to this definition"></a></dt>
<dd><p>Gets the groups of this ConnectivityValidationGroups. # noqa: E501</p>
<p>List of groups. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The groups of this ConnectivityValidationGroups. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup" title="vmware.vmc.console.models.connectivity_validation_group.ConnectivityValidationGroup">ConnectivityValidationGroup</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.connectivity_validation_groups.ConnectivityValidationGroups.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'groups': 'list[ConnectivityValidationGroup]'}</em><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_groups.ConnectivityValidationGroups.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_groups.ConnectivityValidationGroups.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_groups.ConnectivityValidationGroups.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_groups.ConnectivityValidationGroups.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_groups.ConnectivityValidationGroups.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.connectivity_validation_input">
<span id="vmware-vmc-console-models-connectivity-validation-input-module"></span><h2>vmware.vmc.console.models.connectivity_validation_input module<a class="headerlink" href="#module-vmware.vmc.console.models.connectivity_validation_input" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.connectivity_validation_input.</code><code class="sig-name descname">ConnectivityValidationInput</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">value</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">label</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ConnectivityValidationInput - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'id': 'id', 'label': 'label', 'value': 'value'}</em><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this ConnectivityValidationInput. # noqa: E501</p>
<p>input value type, i.e. HOSTNAME_OR_IP, HOST_IP, HOSTNAME. Accept FQDN or IP address as input value when id = HOSTNAME_OR_IP, accept FQDN ONLY when id = HOSTNAME, accept IP address ONLY when id = HOST_IP. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this ConnectivityValidationInput. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput.label">
<em class="property">property </em><code class="sig-name descname">label</code><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput.label" title="Permalink to this definition"></a></dt>
<dd><p>Gets the label of this ConnectivityValidationInput. # noqa: E501</p>
<p>(Optional, for UI display only) input value label. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The label of this ConnectivityValidationInput. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'id': 'str', 'label': 'str', 'value': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput.value">
<em class="property">property </em><code class="sig-name descname">value</code><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput.value" title="Permalink to this definition"></a></dt>
<dd><p>Gets the value of this ConnectivityValidationInput. # noqa: E501</p>
<p>the FQDN or IP address to run the test against, use #primary-dns or #secondary-dns as the on-prem primary/secondary DNS server IP. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The value of this ConnectivityValidationInput. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.connectivity_validation_sub_group">
<span id="vmware-vmc-console-models-connectivity-validation-sub-group-module"></span><h2>vmware.vmc.console.models.connectivity_validation_sub_group module<a class="headerlink" href="#module-vmware.vmc.console.models.connectivity_validation_sub_group" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.connectivity_validation_sub_group.</code><code class="sig-name descname">ConnectivityValidationSubGroup</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">inputs</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tests</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">label</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">help</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ConnectivityValidationSubGroup - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'help': 'help', 'id': 'id', 'inputs': 'inputs', 'label': 'label', 'tests': 'tests'}</em><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.help">
<em class="property">property </em><code class="sig-name descname">help</code><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.help" title="Permalink to this definition"></a></dt>
<dd><p>Gets the help of this ConnectivityValidationSubGroup. # noqa: E501</p>
<p>Help text. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The help of this ConnectivityValidationSubGroup. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this ConnectivityValidationSubGroup. # noqa: E501</p>
<p>subGroup id, i.e. PRIMARY_DNS, SECONDARY_DNS, ONPREM_VCENTER, ONPREM_PSC, ACTIVE_DIRECTORY, ONPREM_ESX, DRAAS_ONPREM_VCENTER, DRAAS_ONPREM_PSC, DRAAS_ONPREM_SRM and DRAAS_ONPREM_VR. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this ConnectivityValidationSubGroup. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.inputs">
<em class="property">property </em><code class="sig-name descname">inputs</code><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.inputs" title="Permalink to this definition"></a></dt>
<dd><p>Gets the inputs of this ConnectivityValidationSubGroup. # noqa: E501</p>
<p>List of user inputs for the sub group. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The inputs of this ConnectivityValidationSubGroup. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput" title="vmware.vmc.console.models.connectivity_validation_input.ConnectivityValidationInput">ConnectivityValidationInput</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.label">
<em class="property">property </em><code class="sig-name descname">label</code><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.label" title="Permalink to this definition"></a></dt>
<dd><p>Gets the label of this ConnectivityValidationSubGroup. # noqa: E501</p>
<p>Name of the sub-group. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The label of this ConnectivityValidationSubGroup. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'help': 'str', 'id': 'str', 'inputs': 'list[ConnectivityValidationInput]', 'label': 'str', 'tests': 'list[ConnectivityAgentValidation]'}</em><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.tests">
<em class="property">property </em><code class="sig-name descname">tests</code><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.tests" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tests of this ConnectivityValidationSubGroup. # noqa: E501</p>
<p>List of connectivity tests. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tests of this ConnectivityValidationSubGroup. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation" title="vmware.vmc.console.models.connectivity_agent_validation.ConnectivityAgentValidation">ConnectivityAgentValidation</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.connectivity_validation_sub_group.ConnectivityValidationSubGroup.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.crl_certificates">
<span id="vmware-vmc-console-models-crl-certificates-module"></span><h2>vmware.vmc.console.models.crl_certificates module<a class="headerlink" href="#module-vmware.vmc.console.models.crl_certificates" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.crl_certificates.CrlCertificates">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.crl_certificates.</code><code class="sig-name descname">CrlCertificates</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">crl_certificate</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.crl_certificates.CrlCertificates" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>CrlCertificates - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.crl_certificates.CrlCertificates.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'crl_certificate': 'crlCertificate'}</em><a class="headerlink" href="#vmware.vmc.console.models.crl_certificates.CrlCertificates.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.crl_certificates.CrlCertificates.crl_certificate">
<em class="property">property </em><code class="sig-name descname">crl_certificate</code><a class="headerlink" href="#vmware.vmc.console.models.crl_certificates.CrlCertificates.crl_certificate" title="Permalink to this definition"></a></dt>
<dd><p>Gets the crl_certificate of this CrlCertificates. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The crl_certificate of this CrlCertificates. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.crl_certificates.CrlCertificates.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'crl_certificate': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.crl_certificates.CrlCertificates.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.crl_certificates.CrlCertificates.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.crl_certificates.CrlCertificates.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.crl_certificates.CrlCertificates.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.crl_certificates.CrlCertificates.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.customer_eni_info">
<span id="vmware-vmc-console-models-customer-eni-info-module"></span><h2>vmware.vmc.console.models.customer_eni_info module<a class="headerlink" href="#module-vmware.vmc.console.models.customer_eni_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.customer_eni_info.CustomerEniInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.customer_eni_info.</code><code class="sig-name descname">CustomerEniInfo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">secondary_ip_addresses</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">eni_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">primary_ip_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.customer_eni_info.CustomerEniInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>CustomerEniInfo - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.customer_eni_info.CustomerEniInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'eni_id': 'eni_id', 'primary_ip_address': 'primary_ip_address', 'secondary_ip_addresses': 'secondary_ip_addresses'}</em><a class="headerlink" href="#vmware.vmc.console.models.customer_eni_info.CustomerEniInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.customer_eni_info.CustomerEniInfo.eni_id">
<em class="property">property </em><code class="sig-name descname">eni_id</code><a class="headerlink" href="#vmware.vmc.console.models.customer_eni_info.CustomerEniInfo.eni_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the eni_id of this CustomerEniInfo. # noqa: E501</p>
<p>Interface ID on customer account. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The eni_id of this CustomerEniInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.customer_eni_info.CustomerEniInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'eni_id': 'str', 'primary_ip_address': 'str', 'secondary_ip_addresses': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.customer_eni_info.CustomerEniInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.customer_eni_info.CustomerEniInfo.primary_ip_address">
<em class="property">property </em><code class="sig-name descname">primary_ip_address</code><a class="headerlink" href="#vmware.vmc.console.models.customer_eni_info.CustomerEniInfo.primary_ip_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the primary_ip_address of this CustomerEniInfo. # noqa: E501</p>
<p>Indicates primary address of the ENI. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The primary_ip_address of this CustomerEniInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.customer_eni_info.CustomerEniInfo.secondary_ip_addresses">
<em class="property">property </em><code class="sig-name descname">secondary_ip_addresses</code><a class="headerlink" href="#vmware.vmc.console.models.customer_eni_info.CustomerEniInfo.secondary_ip_addresses" title="Permalink to this definition"></a></dt>
<dd><p>Gets the secondary_ip_addresses of this CustomerEniInfo. # noqa: E501</p>
<p>Indicates list of secondary IP created for this ENI. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The secondary_ip_addresses of this CustomerEniInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.customer_eni_info.CustomerEniInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.customer_eni_info.CustomerEniInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.customer_eni_info.CustomerEniInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.customer_eni_info.CustomerEniInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.dashboard_data">
<span id="vmware-vmc-console-models-dashboard-data-module"></span><h2>vmware.vmc.console.models.dashboard_data module<a class="headerlink" href="#module-vmware.vmc.console.models.dashboard_data" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.dashboard_data.DashboardData">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.dashboard_data.</code><code class="sig-name descname">DashboardData</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">firewall</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sslvpn</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">interfaces</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">load_balancer</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ipsec</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dashboard_data.DashboardData" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DashboardData - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dashboard_data.DashboardData.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'firewall': 'firewall', 'interfaces': 'interfaces', 'ipsec': 'ipsec', 'load_balancer': 'loadBalancer', 'sslvpn': 'sslvpn'}</em><a class="headerlink" href="#vmware.vmc.console.models.dashboard_data.DashboardData.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dashboard_data.DashboardData.firewall">
<em class="property">property </em><code class="sig-name descname">firewall</code><a class="headerlink" href="#vmware.vmc.console.models.dashboard_data.DashboardData.firewall" title="Permalink to this definition"></a></dt>
<dd><p>Gets the firewall of this DashboardData. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The firewall of this DashboardData. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.firewall_dashboard_stats.FirewallDashboardStats" title="vmware.vmc.console.models.firewall_dashboard_stats.FirewallDashboardStats">FirewallDashboardStats</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dashboard_data.DashboardData.interfaces">
<em class="property">property </em><code class="sig-name descname">interfaces</code><a class="headerlink" href="#vmware.vmc.console.models.dashboard_data.DashboardData.interfaces" title="Permalink to this definition"></a></dt>
<dd><p>Gets the interfaces of this DashboardData. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The interfaces of this DashboardData. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats" title="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats">InterfacesDashboardStats</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dashboard_data.DashboardData.ipsec">
<em class="property">property </em><code class="sig-name descname">ipsec</code><a class="headerlink" href="#vmware.vmc.console.models.dashboard_data.DashboardData.ipsec" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ipsec of this DashboardData. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ipsec of this DashboardData. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats" title="vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats">IpsecDashboardStats</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dashboard_data.DashboardData.load_balancer">
<em class="property">property </em><code class="sig-name descname">load_balancer</code><a class="headerlink" href="#vmware.vmc.console.models.dashboard_data.DashboardData.load_balancer" title="Permalink to this definition"></a></dt>
<dd><p>Gets the load_balancer of this DashboardData. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The load_balancer of this DashboardData. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats" title="vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats">LoadBalancerDashboardStats</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dashboard_data.DashboardData.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'firewall': 'FirewallDashboardStats', 'interfaces': 'InterfacesDashboardStats', 'ipsec': 'IpsecDashboardStats', 'load_balancer': 'LoadBalancerDashboardStats', 'sslvpn': 'SslvpnDashboardStats'}</em><a class="headerlink" href="#vmware.vmc.console.models.dashboard_data.DashboardData.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dashboard_data.DashboardData.sslvpn">
<em class="property">property </em><code class="sig-name descname">sslvpn</code><a class="headerlink" href="#vmware.vmc.console.models.dashboard_data.DashboardData.sslvpn" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sslvpn of this DashboardData. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sslvpn of this DashboardData. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats" title="vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats">SslvpnDashboardStats</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dashboard_data.DashboardData.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dashboard_data.DashboardData.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dashboard_data.DashboardData.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dashboard_data.DashboardData.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.dashboard_stat">
<span id="vmware-vmc-console-models-dashboard-stat-module"></span><h2>vmware.vmc.console.models.dashboard_stat module<a class="headerlink" href="#module-vmware.vmc.console.models.dashboard_stat" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.dashboard_stat.DashboardStat">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.dashboard_stat.</code><code class="sig-name descname">DashboardStat</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">timestamp</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">value</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DashboardStat - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dashboard_stat.DashboardStat.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'timestamp': 'timestamp', 'value': 'value'}</em><a class="headerlink" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dashboard_stat.DashboardStat.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'timestamp': 'int', 'value': 'float'}</em><a class="headerlink" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dashboard_stat.DashboardStat.timestamp">
<em class="property">property </em><code class="sig-name descname">timestamp</code><a class="headerlink" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat.timestamp" title="Permalink to this definition"></a></dt>
<dd><p>Gets the timestamp of this DashboardStat. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The timestamp of this DashboardStat. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dashboard_stat.DashboardStat.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dashboard_stat.DashboardStat.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dashboard_stat.DashboardStat.value">
<em class="property">property </em><code class="sig-name descname">value</code><a class="headerlink" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat.value" title="Permalink to this definition"></a></dt>
<dd><p>Gets the value of this DashboardStat. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The value of this DashboardStat. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>float</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.dashboard_statistics">
<span id="vmware-vmc-console-models-dashboard-statistics-module"></span><h2>vmware.vmc.console.models.dashboard_statistics module<a class="headerlink" href="#module-vmware.vmc.console.models.dashboard_statistics" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.dashboard_statistics.DashboardStatistics">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.dashboard_statistics.</code><code class="sig-name descname">DashboardStatistics</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">data_dto</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">meta_dto</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dashboard_statistics.DashboardStatistics" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DashboardStatistics - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dashboard_statistics.DashboardStatistics.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'data_dto': 'dataDto', 'meta_dto': 'metaDto'}</em><a class="headerlink" href="#vmware.vmc.console.models.dashboard_statistics.DashboardStatistics.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dashboard_statistics.DashboardStatistics.data_dto">
<em class="property">property </em><code class="sig-name descname">data_dto</code><a class="headerlink" href="#vmware.vmc.console.models.dashboard_statistics.DashboardStatistics.data_dto" title="Permalink to this definition"></a></dt>
<dd><p>Gets the data_dto of this DashboardStatistics. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The data_dto of this DashboardStatistics. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.dashboard_data.DashboardData" title="vmware.vmc.console.models.dashboard_data.DashboardData">DashboardData</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dashboard_statistics.DashboardStatistics.meta_dto">
<em class="property">property </em><code class="sig-name descname">meta_dto</code><a class="headerlink" href="#vmware.vmc.console.models.dashboard_statistics.DashboardStatistics.meta_dto" title="Permalink to this definition"></a></dt>
<dd><p>Gets the meta_dto of this DashboardStatistics. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The meta_dto of this DashboardStatistics. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats" title="vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats">MetaDashboardStats</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dashboard_statistics.DashboardStatistics.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'data_dto': 'DashboardData', 'meta_dto': 'MetaDashboardStats'}</em><a class="headerlink" href="#vmware.vmc.console.models.dashboard_statistics.DashboardStatistics.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dashboard_statistics.DashboardStatistics.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dashboard_statistics.DashboardStatistics.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dashboard_statistics.DashboardStatistics.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dashboard_statistics.DashboardStatistics.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.data_page_edge_summary">
<span id="vmware-vmc-console-models-data-page-edge-summary-module"></span><h2>vmware.vmc.console.models.data_page_edge_summary module<a class="headerlink" href="#module-vmware.vmc.console.models.data_page_edge_summary" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.data_page_edge_summary.DataPageEdgeSummary">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.data_page_edge_summary.</code><code class="sig-name descname">DataPageEdgeSummary</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">paging_info</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">data</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.data_page_edge_summary.DataPageEdgeSummary" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DataPageEdgeSummary - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.data_page_edge_summary.DataPageEdgeSummary.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'data': 'data', 'paging_info': 'pagingInfo'}</em><a class="headerlink" href="#vmware.vmc.console.models.data_page_edge_summary.DataPageEdgeSummary.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.data_page_edge_summary.DataPageEdgeSummary.data">
<em class="property">property </em><code class="sig-name descname">data</code><a class="headerlink" href="#vmware.vmc.console.models.data_page_edge_summary.DataPageEdgeSummary.data" title="Permalink to this definition"></a></dt>
<dd><p>Gets the data of this DataPageEdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The data of this DataPageEdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.edge_summary.EdgeSummary" title="vmware.vmc.console.models.edge_summary.EdgeSummary">EdgeSummary</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.data_page_edge_summary.DataPageEdgeSummary.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'data': 'list[EdgeSummary]', 'paging_info': 'PagingInfo'}</em><a class="headerlink" href="#vmware.vmc.console.models.data_page_edge_summary.DataPageEdgeSummary.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.data_page_edge_summary.DataPageEdgeSummary.paging_info">
<em class="property">property </em><code class="sig-name descname">paging_info</code><a class="headerlink" href="#vmware.vmc.console.models.data_page_edge_summary.DataPageEdgeSummary.paging_info" title="Permalink to this definition"></a></dt>
<dd><p>Gets the paging_info of this DataPageEdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The paging_info of this DataPageEdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.paging_info.PagingInfo" title="vmware.vmc.console.models.paging_info.PagingInfo">PagingInfo</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.data_page_edge_summary.DataPageEdgeSummary.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.data_page_edge_summary.DataPageEdgeSummary.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.data_page_edge_summary.DataPageEdgeSummary.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.data_page_edge_summary.DataPageEdgeSummary.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.data_page_sddc_network">
<span id="vmware-vmc-console-models-data-page-sddc-network-module"></span><h2>vmware.vmc.console.models.data_page_sddc_network module<a class="headerlink" href="#module-vmware.vmc.console.models.data_page_sddc_network" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.data_page_sddc_network.DataPageSddcNetwork">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.data_page_sddc_network.</code><code class="sig-name descname">DataPageSddcNetwork</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">paging_info</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">data</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.data_page_sddc_network.DataPageSddcNetwork" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DataPageSddcNetwork - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.data_page_sddc_network.DataPageSddcNetwork.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'data': 'data', 'paging_info': 'pagingInfo'}</em><a class="headerlink" href="#vmware.vmc.console.models.data_page_sddc_network.DataPageSddcNetwork.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.data_page_sddc_network.DataPageSddcNetwork.data">
<em class="property">property </em><code class="sig-name descname">data</code><a class="headerlink" href="#vmware.vmc.console.models.data_page_sddc_network.DataPageSddcNetwork.data" title="Permalink to this definition"></a></dt>
<dd><p>Gets the data of this DataPageSddcNetwork. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The data of this DataPageSddcNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.sddc_network.SddcNetwork" title="vmware.vmc.console.models.sddc_network.SddcNetwork">SddcNetwork</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.data_page_sddc_network.DataPageSddcNetwork.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'data': 'list[SddcNetwork]', 'paging_info': 'PagingInfo'}</em><a class="headerlink" href="#vmware.vmc.console.models.data_page_sddc_network.DataPageSddcNetwork.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.data_page_sddc_network.DataPageSddcNetwork.paging_info">
<em class="property">property </em><code class="sig-name descname">paging_info</code><a class="headerlink" href="#vmware.vmc.console.models.data_page_sddc_network.DataPageSddcNetwork.paging_info" title="Permalink to this definition"></a></dt>
<dd><p>Gets the paging_info of this DataPageSddcNetwork. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The paging_info of this DataPageSddcNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.paging_info.PagingInfo" title="vmware.vmc.console.models.paging_info.PagingInfo">PagingInfo</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.data_page_sddc_network.DataPageSddcNetwork.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.data_page_sddc_network.DataPageSddcNetwork.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.data_page_sddc_network.DataPageSddcNetwork.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.data_page_sddc_network.DataPageSddcNetwork.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.data_permissions">
<span id="vmware-vmc-console-models-data-permissions-module"></span><h2>vmware.vmc.console.models.data_permissions module<a class="headerlink" href="#module-vmware.vmc.console.models.data_permissions" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.data_permissions.DataPermissions">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.data_permissions.</code><code class="sig-name descname">DataPermissions</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">save_permission</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">publish_permission</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.data_permissions.DataPermissions" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DataPermissions - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.data_permissions.DataPermissions.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'publish_permission': 'publishPermission', 'save_permission': 'savePermission'}</em><a class="headerlink" href="#vmware.vmc.console.models.data_permissions.DataPermissions.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.data_permissions.DataPermissions.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'publish_permission': 'bool', 'save_permission': 'bool'}</em><a class="headerlink" href="#vmware.vmc.console.models.data_permissions.DataPermissions.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.data_permissions.DataPermissions.publish_permission">
<em class="property">property </em><code class="sig-name descname">publish_permission</code><a class="headerlink" href="#vmware.vmc.console.models.data_permissions.DataPermissions.publish_permission" title="Permalink to this definition"></a></dt>
<dd><p>Gets the publish_permission of this DataPermissions. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The publish_permission of this DataPermissions. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.data_permissions.DataPermissions.save_permission">
<em class="property">property </em><code class="sig-name descname">save_permission</code><a class="headerlink" href="#vmware.vmc.console.models.data_permissions.DataPermissions.save_permission" title="Permalink to this definition"></a></dt>
<dd><p>Gets the save_permission of this DataPermissions. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The save_permission of this DataPermissions. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.data_permissions.DataPermissions.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.data_permissions.DataPermissions.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.data_permissions.DataPermissions.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.data_permissions.DataPermissions.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.dhcp_lease_info">
<span id="vmware-vmc-console-models-dhcp-lease-info-module"></span><h2>vmware.vmc.console.models.dhcp_lease_info module<a class="headerlink" href="#module-vmware.vmc.console.models.dhcp_lease_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.dhcp_lease_info.DhcpLeaseInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.dhcp_lease_info.</code><code class="sig-name descname">DhcpLeaseInfo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">host_lease_info_dtos</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dhcp_lease_info.DhcpLeaseInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DhcpLeaseInfo - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dhcp_lease_info.DhcpLeaseInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'host_lease_info_dtos': 'hostLeaseInfoDtos'}</em><a class="headerlink" href="#vmware.vmc.console.models.dhcp_lease_info.DhcpLeaseInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dhcp_lease_info.DhcpLeaseInfo.host_lease_info_dtos">
<em class="property">property </em><code class="sig-name descname">host_lease_info_dtos</code><a class="headerlink" href="#vmware.vmc.console.models.dhcp_lease_info.DhcpLeaseInfo.host_lease_info_dtos" title="Permalink to this definition"></a></dt>
<dd><p>Gets the host_lease_info_dtos of this DhcpLeaseInfo. # noqa: E501</p>
<p>List of DHCP leases. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The host_lease_info_dtos of this DhcpLeaseInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo" title="vmware.vmc.console.models.host_lease_info.HostLeaseInfo">HostLeaseInfo</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dhcp_lease_info.DhcpLeaseInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'host_lease_info_dtos': 'list[HostLeaseInfo]'}</em><a class="headerlink" href="#vmware.vmc.console.models.dhcp_lease_info.DhcpLeaseInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dhcp_lease_info.DhcpLeaseInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dhcp_lease_info.DhcpLeaseInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dhcp_lease_info.DhcpLeaseInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dhcp_lease_info.DhcpLeaseInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.dhcp_leases">
<span id="vmware-vmc-console-models-dhcp-leases-module"></span><h2>vmware.vmc.console.models.dhcp_leases module<a class="headerlink" href="#module-vmware.vmc.console.models.dhcp_leases" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.dhcp_leases.DhcpLeases">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.dhcp_leases.</code><code class="sig-name descname">DhcpLeases</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">time_stamp</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">host_lease_infos_dto</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dhcp_leases.DhcpLeases" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DhcpLeases - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dhcp_leases.DhcpLeases.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'host_lease_infos_dto': 'hostLeaseInfosDto', 'time_stamp': 'timeStamp'}</em><a class="headerlink" href="#vmware.vmc.console.models.dhcp_leases.DhcpLeases.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dhcp_leases.DhcpLeases.host_lease_infos_dto">
<em class="property">property </em><code class="sig-name descname">host_lease_infos_dto</code><a class="headerlink" href="#vmware.vmc.console.models.dhcp_leases.DhcpLeases.host_lease_infos_dto" title="Permalink to this definition"></a></dt>
<dd><p>Gets the host_lease_infos_dto of this DhcpLeases. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The host_lease_infos_dto of this DhcpLeases. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.dhcp_lease_info.DhcpLeaseInfo" title="vmware.vmc.console.models.dhcp_lease_info.DhcpLeaseInfo">DhcpLeaseInfo</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dhcp_leases.DhcpLeases.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'host_lease_infos_dto': 'DhcpLeaseInfo', 'time_stamp': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.dhcp_leases.DhcpLeases.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dhcp_leases.DhcpLeases.time_stamp">
<em class="property">property </em><code class="sig-name descname">time_stamp</code><a class="headerlink" href="#vmware.vmc.console.models.dhcp_leases.DhcpLeases.time_stamp" title="Permalink to this definition"></a></dt>
<dd><p>Gets the time_stamp of this DhcpLeases. # noqa: E501</p>
<p>The timestamp of the DHCP lease. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The time_stamp of this DhcpLeases. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dhcp_leases.DhcpLeases.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dhcp_leases.DhcpLeases.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dhcp_leases.DhcpLeases.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dhcp_leases.DhcpLeases.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.dns_config">
<span id="vmware-vmc-console-models-dns-config-module"></span><h2>vmware.vmc.console.models.dns_config module<a class="headerlink" href="#module-vmware.vmc.console.models.dns_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.dns_config.DnsConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.dns_config.</code><code class="sig-name descname">DnsConfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">feature_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">logging</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">dns_views</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">listeners</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">template</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cache_size</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">dns_servers</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_config.DnsConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DnsConfig - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_config.DnsConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'cache_size': 'cacheSize', 'dns_servers': 'dnsServers', 'dns_views': 'dnsViews', 'enabled': 'enabled', 'feature_type': 'featureType', 'listeners': 'listeners', 'logging': 'logging', 'template': 'template', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_config.DnsConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_config.DnsConfig.cache_size">
<em class="property">property </em><code class="sig-name descname">cache_size</code><a class="headerlink" href="#vmware.vmc.console.models.dns_config.DnsConfig.cache_size" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cache_size of this DnsConfig. # noqa: E501</p>
<p>The cache size of the DNS service. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cache_size of this DnsConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_config.DnsConfig.dns_servers">
<em class="property">property </em><code class="sig-name descname">dns_servers</code><a class="headerlink" href="#vmware.vmc.console.models.dns_config.DnsConfig.dns_servers" title="Permalink to this definition"></a></dt>
<dd><p>Gets the dns_servers of this DnsConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The dns_servers of this DnsConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.ip_addresses.IpAddresses" title="vmware.vmc.console.models.ip_addresses.IpAddresses">IpAddresses</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_config.DnsConfig.dns_views">
<em class="property">property </em><code class="sig-name descname">dns_views</code><a class="headerlink" href="#vmware.vmc.console.models.dns_config.DnsConfig.dns_views" title="Permalink to this definition"></a></dt>
<dd><p>Gets the dns_views of this DnsConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The dns_views of this DnsConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.dns_views.DnsViews" title="vmware.vmc.console.models.dns_views.DnsViews">DnsViews</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_config.DnsConfig.enabled">
<em class="property">property </em><code class="sig-name descname">enabled</code><a class="headerlink" href="#vmware.vmc.console.models.dns_config.DnsConfig.enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enabled of this DnsConfig. # noqa: E501</p>
<p>Value is true if feature is enabled. Default value is true. Optional. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enabled of this DnsConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_config.DnsConfig.feature_type">
<em class="property">property </em><code class="sig-name descname">feature_type</code><a class="headerlink" href="#vmware.vmc.console.models.dns_config.DnsConfig.feature_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the feature_type of this DnsConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The feature_type of this DnsConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_config.DnsConfig.listeners">
<em class="property">property </em><code class="sig-name descname">listeners</code><a class="headerlink" href="#vmware.vmc.console.models.dns_config.DnsConfig.listeners" title="Permalink to this definition"></a></dt>
<dd><p>Gets the listeners of this DnsConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The listeners of this DnsConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.dns_listeners.DnsListeners" title="vmware.vmc.console.models.dns_listeners.DnsListeners">DnsListeners</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_config.DnsConfig.logging">
<em class="property">property </em><code class="sig-name descname">logging</code><a class="headerlink" href="#vmware.vmc.console.models.dns_config.DnsConfig.logging" title="Permalink to this definition"></a></dt>
<dd><p>Gets the logging of this DnsConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The logging of this DnsConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.logging.Logging" title="vmware.vmc.console.models.logging.Logging">Logging</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_config.DnsConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'cache_size': 'int', 'dns_servers': 'IpAddresses', 'dns_views': 'DnsViews', 'enabled': 'bool', 'feature_type': 'str', 'listeners': 'DnsListeners', 'logging': 'Logging', 'template': 'str', 'version': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_config.DnsConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_config.DnsConfig.template">
<em class="property">property </em><code class="sig-name descname">template</code><a class="headerlink" href="#vmware.vmc.console.models.dns_config.DnsConfig.template" title="Permalink to this definition"></a></dt>
<dd><p>Gets the template of this DnsConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The template of this DnsConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_config.DnsConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_config.DnsConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_config.DnsConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_config.DnsConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_config.DnsConfig.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.dns_config.DnsConfig.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this DnsConfig. # noqa: E501</p>
<p>Version number tracking each configuration change. To avoid problems with overwriting changes, always retrieve and modify the latest configuration to include the current version number in your request. If you provide a version number which is not current, the request is rejected. If you omit the version number, the request is accepted but may overwrite any current changes if your change is not in sync with the latest change. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this DnsConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.dns_forwarders">
<span id="vmware-vmc-console-models-dns-forwarders-module"></span><h2>vmware.vmc.console.models.dns_forwarders module<a class="headerlink" href="#module-vmware.vmc.console.models.dns_forwarders" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.dns_forwarders.DnsForwarders">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.dns_forwarders.</code><code class="sig-name descname">DnsForwarders</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">ip_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_forwarders.DnsForwarders" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DnsForwarders - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_forwarders.DnsForwarders.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'ip_address': 'ipAddress'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_forwarders.DnsForwarders.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_forwarders.DnsForwarders.ip_address">
<em class="property">property </em><code class="sig-name descname">ip_address</code><a class="headerlink" href="#vmware.vmc.console.models.dns_forwarders.DnsForwarders.ip_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ip_address of this DnsForwarders. # noqa: E501</p>
<p>IP addresses of the DNS servers. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ip_address of this DnsForwarders. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_forwarders.DnsForwarders.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'ip_address': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_forwarders.DnsForwarders.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_forwarders.DnsForwarders.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_forwarders.DnsForwarders.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_forwarders.DnsForwarders.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_forwarders.DnsForwarders.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.dns_listeners">
<span id="vmware-vmc-console-models-dns-listeners-module"></span><h2>vmware.vmc.console.models.dns_listeners module<a class="headerlink" href="#module-vmware.vmc.console.models.dns_listeners" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.dns_listeners.DnsListeners">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.dns_listeners.</code><code class="sig-name descname">DnsListeners</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">ip_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic</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>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_listeners.DnsListeners" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DnsListeners - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_listeners.DnsListeners.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'ip_address': 'ipAddress', 'type': 'type', 'vnic': 'vnic'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_listeners.DnsListeners.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_listeners.DnsListeners.ip_address">
<em class="property">property </em><code class="sig-name descname">ip_address</code><a class="headerlink" href="#vmware.vmc.console.models.dns_listeners.DnsListeners.ip_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ip_address of this DnsListeners. # noqa: E501</p>
<p>List of IP addresses. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ip_address of this DnsListeners. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_listeners.DnsListeners.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'ip_address': 'list[str]', 'type': 'str', 'vnic': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_listeners.DnsListeners.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_listeners.DnsListeners.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_listeners.DnsListeners.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_listeners.DnsListeners.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_listeners.DnsListeners.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_listeners.DnsListeners.type">
<em class="property">property </em><code class="sig-name descname">type</code><a class="headerlink" href="#vmware.vmc.console.models.dns_listeners.DnsListeners.type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the type of this DnsListeners. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The type of this DnsListeners. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_listeners.DnsListeners.vnic">
<em class="property">property </em><code class="sig-name descname">vnic</code><a class="headerlink" href="#vmware.vmc.console.models.dns_listeners.DnsListeners.vnic" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic of this DnsListeners. # noqa: E501</p>
<p>Vnic for DNS listener. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic of this DnsListeners. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.dns_listeners_all_of">
<span id="vmware-vmc-console-models-dns-listeners-all-of-module"></span><h2>vmware.vmc.console.models.dns_listeners_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.dns_listeners_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.dns_listeners_all_of.DnsListenersAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.dns_listeners_all_of.</code><code class="sig-name descname">DnsListenersAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">vnic</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>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_listeners_all_of.DnsListenersAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DnsListenersAllOf - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_listeners_all_of.DnsListenersAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'type': 'type', 'vnic': 'vnic'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_listeners_all_of.DnsListenersAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_listeners_all_of.DnsListenersAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'type': 'str', 'vnic': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_listeners_all_of.DnsListenersAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_listeners_all_of.DnsListenersAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_listeners_all_of.DnsListenersAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_listeners_all_of.DnsListenersAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_listeners_all_of.DnsListenersAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_listeners_all_of.DnsListenersAllOf.type">
<em class="property">property </em><code class="sig-name descname">type</code><a class="headerlink" href="#vmware.vmc.console.models.dns_listeners_all_of.DnsListenersAllOf.type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the type of this DnsListenersAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The type of this DnsListenersAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_listeners_all_of.DnsListenersAllOf.vnic">
<em class="property">property </em><code class="sig-name descname">vnic</code><a class="headerlink" href="#vmware.vmc.console.models.dns_listeners_all_of.DnsListenersAllOf.vnic" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic of this DnsListenersAllOf. # noqa: E501</p>
<p>Vnic for DNS listener. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic of this DnsListenersAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.dns_response_stats">
<span id="vmware-vmc-console-models-dns-response-stats-module"></span><h2>vmware.vmc.console.models.dns_response_stats module<a class="headerlink" href="#module-vmware.vmc.console.models.dns_response_stats" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.dns_response_stats.DnsResponseStats">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.dns_response_stats.</code><code class="sig-name descname">DnsResponseStats</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">total</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">form_err</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">nx_domain</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">success</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">server_fail</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">nxrrset</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">others</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_response_stats.DnsResponseStats" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DnsResponseStats - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_response_stats.DnsResponseStats.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'form_err': 'formErr', 'nx_domain': 'nxDomain', 'nxrrset': 'nxrrset', 'others': 'others', 'server_fail': 'serverFail', 'success': 'success', 'total': 'total'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_response_stats.DnsResponseStats.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_response_stats.DnsResponseStats.form_err">
<em class="property">property </em><code class="sig-name descname">form_err</code><a class="headerlink" href="#vmware.vmc.console.models.dns_response_stats.DnsResponseStats.form_err" title="Permalink to this definition"></a></dt>
<dd><p>Gets the form_err of this DnsResponseStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The form_err of this DnsResponseStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_response_stats.DnsResponseStats.nx_domain">
<em class="property">property </em><code class="sig-name descname">nx_domain</code><a class="headerlink" href="#vmware.vmc.console.models.dns_response_stats.DnsResponseStats.nx_domain" title="Permalink to this definition"></a></dt>
<dd><p>Gets the nx_domain of this DnsResponseStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The nx_domain of this DnsResponseStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_response_stats.DnsResponseStats.nxrrset">
<em class="property">property </em><code class="sig-name descname">nxrrset</code><a class="headerlink" href="#vmware.vmc.console.models.dns_response_stats.DnsResponseStats.nxrrset" title="Permalink to this definition"></a></dt>
<dd><p>Gets the nxrrset of this DnsResponseStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The nxrrset of this DnsResponseStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_response_stats.DnsResponseStats.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'form_err': 'int', 'nx_domain': 'int', 'nxrrset': 'int', 'others': 'int', 'server_fail': 'int', 'success': 'int', 'total': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_response_stats.DnsResponseStats.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_response_stats.DnsResponseStats.others">
<em class="property">property </em><code class="sig-name descname">others</code><a class="headerlink" href="#vmware.vmc.console.models.dns_response_stats.DnsResponseStats.others" title="Permalink to this definition"></a></dt>
<dd><p>Gets the others of this DnsResponseStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The others of this DnsResponseStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_response_stats.DnsResponseStats.server_fail">
<em class="property">property </em><code class="sig-name descname">server_fail</code><a class="headerlink" href="#vmware.vmc.console.models.dns_response_stats.DnsResponseStats.server_fail" title="Permalink to this definition"></a></dt>
<dd><p>Gets the server_fail of this DnsResponseStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The server_fail of this DnsResponseStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_response_stats.DnsResponseStats.success">
<em class="property">property </em><code class="sig-name descname">success</code><a class="headerlink" href="#vmware.vmc.console.models.dns_response_stats.DnsResponseStats.success" title="Permalink to this definition"></a></dt>
<dd><p>Gets the success of this DnsResponseStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The success of this DnsResponseStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_response_stats.DnsResponseStats.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_response_stats.DnsResponseStats.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_response_stats.DnsResponseStats.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_response_stats.DnsResponseStats.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_response_stats.DnsResponseStats.total">
<em class="property">property </em><code class="sig-name descname">total</code><a class="headerlink" href="#vmware.vmc.console.models.dns_response_stats.DnsResponseStats.total" title="Permalink to this definition"></a></dt>
<dd><p>Gets the total of this DnsResponseStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The total of this DnsResponseStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.dns_status_and_stats">
<span id="vmware-vmc-console-models-dns-status-and-stats-module"></span><h2>vmware.vmc.console.models.dns_status_and_stats module<a class="headerlink" href="#module-vmware.vmc.console.models.dns_status_and_stats" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.dns_status_and_stats.</code><code class="sig-name descname">DnsStatusAndStats</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">time_stamp</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">requests</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">responses</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cached_dbrr_set</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DnsStatusAndStats - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'cached_dbrr_set': 'cachedDBRRSet', 'requests': 'requests', 'responses': 'responses', 'time_stamp': 'timeStamp'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats.cached_dbrr_set">
<em class="property">property </em><code class="sig-name descname">cached_dbrr_set</code><a class="headerlink" href="#vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats.cached_dbrr_set" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cached_dbrr_set of this DnsStatusAndStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cached_dbrr_set of this DnsStatusAndStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'cached_dbrr_set': 'int', 'requests': 'Requests', 'responses': 'DnsResponseStats', 'time_stamp': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats.requests">
<em class="property">property </em><code class="sig-name descname">requests</code><a class="headerlink" href="#vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats.requests" title="Permalink to this definition"></a></dt>
<dd><p>Gets the requests of this DnsStatusAndStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The requests of this DnsStatusAndStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.requests.Requests" title="vmware.vmc.console.models.requests.Requests">Requests</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats.responses">
<em class="property">property </em><code class="sig-name descname">responses</code><a class="headerlink" href="#vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats.responses" title="Permalink to this definition"></a></dt>
<dd><p>Gets the responses of this DnsStatusAndStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The responses of this DnsStatusAndStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.dns_response_stats.DnsResponseStats" title="vmware.vmc.console.models.dns_response_stats.DnsResponseStats">DnsResponseStats</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats.time_stamp">
<em class="property">property </em><code class="sig-name descname">time_stamp</code><a class="headerlink" href="#vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats.time_stamp" title="Permalink to this definition"></a></dt>
<dd><p>Gets the time_stamp of this DnsStatusAndStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The time_stamp of this DnsStatusAndStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_status_and_stats.DnsStatusAndStats.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.dns_view">
<span id="vmware-vmc-console-models-dns-view-module"></span><h2>vmware.vmc.console.models.dns_view module<a class="headerlink" href="#module-vmware.vmc.console.models.dns_view" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.dns_view.DnsView">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.dns_view.</code><code class="sig-name descname">DnsView</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">view_match</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">recursion</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">view_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">forwarders</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_view.DnsView" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DnsView - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_view.DnsView.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'enabled': 'enabled', 'forwarders': 'forwarders', 'name': 'name', 'recursion': 'recursion', 'view_id': 'viewId', 'view_match': 'viewMatch'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_view.DnsView.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_view.DnsView.enabled">
<em class="property">property </em><code class="sig-name descname">enabled</code><a class="headerlink" href="#vmware.vmc.console.models.dns_view.DnsView.enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enabled of this DnsView. # noqa: E501</p>
<p>DNS view is enabled. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enabled of this DnsView. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_view.DnsView.forwarders">
<em class="property">property </em><code class="sig-name descname">forwarders</code><a class="headerlink" href="#vmware.vmc.console.models.dns_view.DnsView.forwarders" title="Permalink to this definition"></a></dt>
<dd><p>Gets the forwarders of this DnsView. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The forwarders of this DnsView. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.dns_forwarders.DnsForwarders" title="vmware.vmc.console.models.dns_forwarders.DnsForwarders">DnsForwarders</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_view.DnsView.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.dns_view.DnsView.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this DnsView. # noqa: E501</p>
<p>Name of the DNS view. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this DnsView. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_view.DnsView.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'enabled': 'bool', 'forwarders': 'DnsForwarders', 'name': 'str', 'recursion': 'bool', 'view_id': 'str', 'view_match': 'DnsViewMatch'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_view.DnsView.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_view.DnsView.recursion">
<em class="property">property </em><code class="sig-name descname">recursion</code><a class="headerlink" href="#vmware.vmc.console.models.dns_view.DnsView.recursion" title="Permalink to this definition"></a></dt>
<dd><p>Gets the recursion of this DnsView. # noqa: E501</p>
<p>Recursion enabled on DNS view. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The recursion of this DnsView. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_view.DnsView.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_view.DnsView.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_view.DnsView.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_view.DnsView.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_view.DnsView.view_id">
<em class="property">property </em><code class="sig-name descname">view_id</code><a class="headerlink" href="#vmware.vmc.console.models.dns_view.DnsView.view_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the view_id of this DnsView. # noqa: E501</p>
<p>Identifier for the DNS view. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The view_id of this DnsView. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_view.DnsView.view_match">
<em class="property">property </em><code class="sig-name descname">view_match</code><a class="headerlink" href="#vmware.vmc.console.models.dns_view.DnsView.view_match" title="Permalink to this definition"></a></dt>
<dd><p>Gets the view_match of this DnsView. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The view_match of this DnsView. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.dns_view_match.DnsViewMatch" title="vmware.vmc.console.models.dns_view_match.DnsViewMatch">DnsViewMatch</a></p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.dns_view_match">
<span id="vmware-vmc-console-models-dns-view-match-module"></span><h2>vmware.vmc.console.models.dns_view_match module<a class="headerlink" href="#module-vmware.vmc.console.models.dns_view_match" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.dns_view_match.DnsViewMatch">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.dns_view_match.</code><code class="sig-name descname">DnsViewMatch</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">vnic</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ip_set</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ip_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_view_match.DnsViewMatch" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DnsViewMatch - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_view_match.DnsViewMatch.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'ip_address': 'ipAddress', 'ip_set': 'ipSet', 'vnic': 'vnic'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_view_match.DnsViewMatch.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_view_match.DnsViewMatch.ip_address">
<em class="property">property </em><code class="sig-name descname">ip_address</code><a class="headerlink" href="#vmware.vmc.console.models.dns_view_match.DnsViewMatch.ip_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ip_address of this DnsViewMatch. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ip_address of this DnsViewMatch. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_view_match.DnsViewMatch.ip_set">
<em class="property">property </em><code class="sig-name descname">ip_set</code><a class="headerlink" href="#vmware.vmc.console.models.dns_view_match.DnsViewMatch.ip_set" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ip_set of this DnsViewMatch. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ip_set of this DnsViewMatch. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_view_match.DnsViewMatch.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'ip_address': 'list[str]', 'ip_set': 'list[str]', 'vnic': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_view_match.DnsViewMatch.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_view_match.DnsViewMatch.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_view_match.DnsViewMatch.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_view_match.DnsViewMatch.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_view_match.DnsViewMatch.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_view_match.DnsViewMatch.vnic">
<em class="property">property </em><code class="sig-name descname">vnic</code><a class="headerlink" href="#vmware.vmc.console.models.dns_view_match.DnsViewMatch.vnic" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic of this DnsViewMatch. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic of this DnsViewMatch. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.dns_views">
<span id="vmware-vmc-console-models-dns-views-module"></span><h2>vmware.vmc.console.models.dns_views module<a class="headerlink" href="#module-vmware.vmc.console.models.dns_views" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.dns_views.DnsViews">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.dns_views.</code><code class="sig-name descname">DnsViews</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">dns_view</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_views.DnsViews" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>DnsViews - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_views.DnsViews.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'dns_view': 'dnsView'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_views.DnsViews.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_views.DnsViews.dns_view">
<em class="property">property </em><code class="sig-name descname">dns_view</code><a class="headerlink" href="#vmware.vmc.console.models.dns_views.DnsViews.dns_view" title="Permalink to this definition"></a></dt>
<dd><p>Gets the dns_view of this DnsViews. # noqa: E501</p>
<p>List of DNS views. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The dns_view of this DnsViews. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dns_view.DnsView" title="vmware.vmc.console.models.dns_view.DnsView">DnsView</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.dns_views.DnsViews.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'dns_view': 'list[DnsView]'}</em><a class="headerlink" href="#vmware.vmc.console.models.dns_views.DnsViews.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_views.DnsViews.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_views.DnsViews.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.dns_views.DnsViews.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.dns_views.DnsViews.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.ebs_backed_vsan_config">
<span id="vmware-vmc-console-models-ebs-backed-vsan-config-module"></span><h2>vmware.vmc.console.models.ebs_backed_vsan_config module<a class="headerlink" href="#module-vmware.vmc.console.models.ebs_backed_vsan_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.ebs_backed_vsan_config.EbsBackedVsanConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.ebs_backed_vsan_config.</code><code class="sig-name descname">EbsBackedVsanConfig</code><span class="sig-paren">(</span><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">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ebs_backed_vsan_config.EbsBackedVsanConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>EbsBackedVsanConfig - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ebs_backed_vsan_config.EbsBackedVsanConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'instance_type': 'instance_type'}</em><a class="headerlink" href="#vmware.vmc.console.models.ebs_backed_vsan_config.EbsBackedVsanConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ebs_backed_vsan_config.EbsBackedVsanConfig.instance_type">
<em class="property">property </em><code class="sig-name descname">instance_type</code><a class="headerlink" href="#vmware.vmc.console.models.ebs_backed_vsan_config.EbsBackedVsanConfig.instance_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the instance_type of this EbsBackedVsanConfig. # noqa: E501</p>
<p>instance type for EBS-backed VSAN configuration # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The instance_type of this EbsBackedVsanConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ebs_backed_vsan_config.EbsBackedVsanConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'instance_type': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.ebs_backed_vsan_config.EbsBackedVsanConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ebs_backed_vsan_config.EbsBackedVsanConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ebs_backed_vsan_config.EbsBackedVsanConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ebs_backed_vsan_config.EbsBackedVsanConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ebs_backed_vsan_config.EbsBackedVsanConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.edge_job">
<span id="vmware-vmc-console-models-edge-job-module"></span><h2>vmware.vmc.console.models.edge_job module<a class="headerlink" href="#module-vmware.vmc.console.models.edge_job" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.edge_job.EdgeJob">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.edge_job.</code><code class="sig-name descname">EdgeJob</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">edge_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">module</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">job_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">error_code</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">result</span><span class="o">=</span><span class="default_value">None</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">message</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>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_job.EdgeJob" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>EdgeJob - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.edge_job.EdgeJob.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'edge_id': 'edgeId', 'end_time': 'endTime', 'error_code': 'errorCode', 'job_id': 'jobId', 'message': 'message', 'module': 'module', 'result': 'result', 'start_time': 'startTime', 'status': 'status'}</em><a class="headerlink" href="#vmware.vmc.console.models.edge_job.EdgeJob.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_job.EdgeJob.edge_id">
<em class="property">property </em><code class="sig-name descname">edge_id</code><a class="headerlink" href="#vmware.vmc.console.models.edge_job.EdgeJob.edge_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the edge_id of this EdgeJob. # noqa: E501</p>
<p>NSX Edge ID. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The edge_id of this EdgeJob. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_job.EdgeJob.end_time">
<em class="property">property </em><code class="sig-name descname">end_time</code><a class="headerlink" href="#vmware.vmc.console.models.edge_job.EdgeJob.end_time" title="Permalink to this definition"></a></dt>
<dd><p>Gets the end_time of this EdgeJob. # noqa: E501</p>
<p>Job end time. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The end_time of this EdgeJob. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_job.EdgeJob.error_code">
<em class="property">property </em><code class="sig-name descname">error_code</code><a class="headerlink" href="#vmware.vmc.console.models.edge_job.EdgeJob.error_code" title="Permalink to this definition"></a></dt>
<dd><p>Gets the error_code of this EdgeJob. # noqa: E501</p>
<p>Error code identifying the failure of the configuration change. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The error_code of this EdgeJob. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_job.EdgeJob.job_id">
<em class="property">property </em><code class="sig-name descname">job_id</code><a class="headerlink" href="#vmware.vmc.console.models.edge_job.EdgeJob.job_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the job_id of this EdgeJob. # noqa: E501</p>
<p>Job ID. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The job_id of this EdgeJob. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_job.EdgeJob.message">
<em class="property">property </em><code class="sig-name descname">message</code><a class="headerlink" href="#vmware.vmc.console.models.edge_job.EdgeJob.message" title="Permalink to this definition"></a></dt>
<dd><p>Gets the message of this EdgeJob. # noqa: E501</p>
<p>Job message. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The message of this EdgeJob. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_job.EdgeJob.module">
<em class="property">property </em><code class="sig-name descname">module</code><a class="headerlink" href="#vmware.vmc.console.models.edge_job.EdgeJob.module" title="Permalink to this definition"></a></dt>
<dd><p>Gets the module of this EdgeJob. # noqa: E501</p>
<p>Module information. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The module of this EdgeJob. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.edge_job.EdgeJob.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'edge_id': 'str', 'end_time': 'datetime', 'error_code': 'str', 'job_id': 'str', 'message': 'str', 'module': 'str', 'result': 'list[Result]', 'start_time': 'datetime', 'status': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.edge_job.EdgeJob.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_job.EdgeJob.result">
<em class="property">property </em><code class="sig-name descname">result</code><a class="headerlink" href="#vmware.vmc.console.models.edge_job.EdgeJob.result" title="Permalink to this definition"></a></dt>
<dd><p>Gets the result of this EdgeJob. # noqa: E501</p>
<p>Job result information. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The result of this EdgeJob. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.result.Result" title="vmware.vmc.console.models.result.Result">Result</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_job.EdgeJob.start_time">
<em class="property">property </em><code class="sig-name descname">start_time</code><a class="headerlink" href="#vmware.vmc.console.models.edge_job.EdgeJob.start_time" title="Permalink to this definition"></a></dt>
<dd><p>Gets the start_time of this EdgeJob. # noqa: E501</p>
<p>Job start time. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The start_time of this EdgeJob. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_job.EdgeJob.status">
<em class="property">property </em><code class="sig-name descname">status</code><a class="headerlink" href="#vmware.vmc.console.models.edge_job.EdgeJob.status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the status of this EdgeJob. # noqa: E501</p>
<p>Job status. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The status of this EdgeJob. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_job.EdgeJob.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_job.EdgeJob.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_job.EdgeJob.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_job.EdgeJob.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.edge_status">
<span id="vmware-vmc-console-models-edge-status-module"></span><h2>vmware.vmc.console.models.edge_status module<a class="headerlink" href="#module-vmware.vmc.console.models.edge_status" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.edge_status.EdgeStatus">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.edge_status.</code><code class="sig-name descname">EdgeStatus</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">pre_rules_exists</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">feature_statuses</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">timestamp</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">publish_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">last_published_pre_rules_generation_number</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">edge_vm_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">active_vse_ha_index</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">system_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ha_vnic_in_use</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">edge_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_status.EdgeStatus" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>EdgeStatus - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_status.EdgeStatus.active_vse_ha_index">
<em class="property">property </em><code class="sig-name descname">active_vse_ha_index</code><a class="headerlink" href="#vmware.vmc.console.models.edge_status.EdgeStatus.active_vse_ha_index" title="Permalink to this definition"></a></dt>
<dd><p>Gets the active_vse_ha_index of this EdgeStatus. # noqa: E501</p>
<p>Index of the active NSX Edge appliance. Values are 0 and 1. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The active_vse_ha_index of this EdgeStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.edge_status.EdgeStatus.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'active_vse_ha_index': 'activeVseHaIndex', 'edge_status': 'edgeStatus', 'edge_vm_status': 'edgeVmStatus', 'feature_statuses': 'featureStatuses', 'ha_vnic_in_use': 'haVnicInUse', 'last_published_pre_rules_generation_number': 'lastPublishedPreRulesGenerationNumber', 'pre_rules_exists': 'preRulesExists', 'publish_status': 'publishStatus', 'system_status': 'systemStatus', 'timestamp': 'timestamp', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.edge_status.EdgeStatus.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_status.EdgeStatus.edge_status">
<em class="property">property </em><code class="sig-name descname">edge_status</code><a class="headerlink" href="#vmware.vmc.console.models.edge_status.EdgeStatus.edge_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the edge_status of this EdgeStatus. # noqa: E501</p>
<p>NSX Edge appliance health status identified by GREY (unknown status), GREEN (health checks are successful), YELLOW (intermittent health check failure), RED (none of the appliances are in serving state). If health check fails for 5 consecutive times for all appliance (2 for HA else 1) then status will turn from YELLOW to RED. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The edge_status of this EdgeStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_status.EdgeStatus.edge_vm_status">
<em class="property">property </em><code class="sig-name descname">edge_vm_status</code><a class="headerlink" href="#vmware.vmc.console.models.edge_status.EdgeStatus.edge_vm_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the edge_vm_status of this EdgeStatus. # noqa: E501</p>
<p>Detailed status of each of the deployed NSX Edge appliances. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The edge_vm_status of this EdgeStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.edge_vm_status.EdgeVmStatus" title="vmware.vmc.console.models.edge_vm_status.EdgeVmStatus">EdgeVmStatus</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_status.EdgeStatus.feature_statuses">
<em class="property">property </em><code class="sig-name descname">feature_statuses</code><a class="headerlink" href="#vmware.vmc.console.models.edge_status.EdgeStatus.feature_statuses" title="Permalink to this definition"></a></dt>
<dd><p>Gets the feature_statuses of this EdgeStatus. # noqa: E501</p>
<p>Individual feature status. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The feature_statuses of this EdgeStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.feature_status.FeatureStatus" title="vmware.vmc.console.models.feature_status.FeatureStatus">FeatureStatus</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_status.EdgeStatus.ha_vnic_in_use">
<em class="property">property </em><code class="sig-name descname">ha_vnic_in_use</code><a class="headerlink" href="#vmware.vmc.console.models.edge_status.EdgeStatus.ha_vnic_in_use" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ha_vnic_in_use of this EdgeStatus. # noqa: E501</p>
<p>Index of the vnic consumed for NSX Edge HA. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ha_vnic_in_use of this EdgeStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_status.EdgeStatus.last_published_pre_rules_generation_number">
<em class="property">property </em><code class="sig-name descname">last_published_pre_rules_generation_number</code><a class="headerlink" href="#vmware.vmc.console.models.edge_status.EdgeStatus.last_published_pre_rules_generation_number" title="Permalink to this definition"></a></dt>
<dd><p>Gets the last_published_pre_rules_generation_number of this EdgeStatus. # noqa: E501</p>
<p>Value of the last published pre rules generation number. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The last_published_pre_rules_generation_number of this EdgeStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.edge_status.EdgeStatus.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'active_vse_ha_index': 'int', 'edge_status': 'str', 'edge_vm_status': 'list[EdgeVmStatus]', 'feature_statuses': 'list[FeatureStatus]', 'ha_vnic_in_use': 'int', 'last_published_pre_rules_generation_number': 'int', 'pre_rules_exists': 'bool', 'publish_status': 'str', 'system_status': 'str', 'timestamp': 'int', 'version': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.edge_status.EdgeStatus.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_status.EdgeStatus.pre_rules_exists">
<em class="property">property </em><code class="sig-name descname">pre_rules_exists</code><a class="headerlink" href="#vmware.vmc.console.models.edge_status.EdgeStatus.pre_rules_exists" title="Permalink to this definition"></a></dt>
<dd><p>Gets the pre_rules_exists of this EdgeStatus. # noqa: E501</p>
<p>Value is true if pre rules publish is enabled. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The pre_rules_exists of this EdgeStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_status.EdgeStatus.publish_status">
<em class="property">property </em><code class="sig-name descname">publish_status</code><a class="headerlink" href="#vmware.vmc.console.models.edge_status.EdgeStatus.publish_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the publish_status of this EdgeStatus. # noqa: E501</p>
<p>Status of the latest configuration change for the NSX Edge. Values are APPLIED or PERSISTED (not published to NSX Edge Appliance yet). # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The publish_status of this EdgeStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_status.EdgeStatus.system_status">
<em class="property">property </em><code class="sig-name descname">system_status</code><a class="headerlink" href="#vmware.vmc.console.models.edge_status.EdgeStatus.system_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the system_status of this EdgeStatus. # noqa: E501</p>
<p>System status of the active NSX Edge appliance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The system_status of this EdgeStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_status.EdgeStatus.timestamp">
<em class="property">property </em><code class="sig-name descname">timestamp</code><a class="headerlink" href="#vmware.vmc.console.models.edge_status.EdgeStatus.timestamp" title="Permalink to this definition"></a></dt>
<dd><p>Gets the timestamp of this EdgeStatus. # noqa: E501</p>
<p>Timestamp value at which the NSX Edge healthcheck was done. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The timestamp of this EdgeStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_status.EdgeStatus.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_status.EdgeStatus.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_status.EdgeStatus.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_status.EdgeStatus.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_status.EdgeStatus.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.edge_status.EdgeStatus.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this EdgeStatus. # noqa: E501</p>
<p>Version number of the current configuration. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this EdgeStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.edge_summary">
<span id="vmware-vmc-console-models-edge-summary-module"></span><h2>vmware.vmc.console.models.edge_summary module<a class="headerlink" href="#module-vmware.vmc.console.models.edge_summary" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.edge_summary.</code><code class="sig-name descname">EdgeSummary</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">feature_capabilities</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">edge_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">logical_router_scopes</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">recent_job_info</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">hypervisor_assist</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">edge_assist_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">edge_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">edge_assist_instance_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">object_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">node_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">datacenter_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">client_handle</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">scope</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>, <em class="sig-param"><span class="n">revision</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vsm_uuid</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">description</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">extended_attributes</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_egress_enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">universal_revision</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">allowed_actions</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">object_type_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">is_upgrade_available</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">is_universal</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">lrouter_uuid</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">appliances_summary</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">api_version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tenant_id</span><span c
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>EdgeSummary - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.allowed_actions">
<em class="property">property </em><code class="sig-name descname">allowed_actions</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.allowed_actions" title="Permalink to this definition"></a></dt>
<dd><p>Gets the allowed_actions of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The allowed_actions of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.api_version">
<em class="property">property </em><code class="sig-name descname">api_version</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.api_version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the api_version of this EdgeSummary. # noqa: E501</p>
<p>REST API version applicable for the NSX Edge. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The api_version of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.appliances_summary">
<em class="property">property </em><code class="sig-name descname">appliances_summary</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.appliances_summary" title="Permalink to this definition"></a></dt>
<dd><p>Gets the appliances_summary of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The appliances_summary of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.appliances_summary.AppliancesSummary" title="vmware.vmc.console.models.appliances_summary.AppliancesSummary">AppliancesSummary</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'allowed_actions': 'allowedActions', 'api_version': 'apiVersion', 'appliances_summary': 'appliancesSummary', 'client_handle': 'clientHandle', 'datacenter_moid': 'datacenterMoid', 'datacenter_name': 'datacenterName', 'description': 'description', 'edge_assist_id': 'edgeAssistId', 'edge_assist_instance_name': 'edgeAssistInstanceName', 'edge_status': 'edgeStatus', 'edge_type': 'edgeType', 'extended_attributes': 'extendedAttributes', 'feature_capabilities': 'featureCapabilities', 'hypervisor_assist': 'hypervisorAssist', 'id': 'id', 'is_universal': 'isUniversal', 'is_upgrade_available': 'isUpgradeAvailable', 'local_egress_enabled': 'localEgressEnabled', 'logical_router_scopes': 'logicalRouterScopes', 'lrouter_uuid': 'lrouterUuid', 'name': 'name', 'node_id': 'nodeId', 'number_of_connected_vnics': 'numberOfConnectedVnics', 'object_id': 'objectId', 'object_type_name': 'objectTypeName', 'recent_job_info': 'recentJobInfo', 'revision': 'revision', 'scope': 'scope', 'state': 'state', 'tenant_id': 'tenantId', 'type': 'type', 'universal_revision': 'universalRevision', 'vsm_uuid': 'vsmUuid'}</em><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.client_handle">
<em class="property">property </em><code class="sig-name descname">client_handle</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.client_handle" title="Permalink to this definition"></a></dt>
<dd><p>Gets the client_handle of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The client_handle of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.datacenter_moid">
<em class="property">property </em><code class="sig-name descname">datacenter_moid</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.datacenter_moid" title="Permalink to this definition"></a></dt>
<dd><p>Gets the datacenter_moid of this EdgeSummary. # noqa: E501</p>
<p>vCenter MOID of the datacenter where the NSX Edge is deployed. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The datacenter_moid of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.datacenter_name">
<em class="property">property </em><code class="sig-name descname">datacenter_name</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.datacenter_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the datacenter_name of this EdgeSummary. # noqa: E501</p>
<p>Datacenter name where the NSX Edge is deployed. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The datacenter_name of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.description">
<em class="property">property </em><code class="sig-name descname">description</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.description" title="Permalink to this definition"></a></dt>
<dd><p>Gets the description of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The description of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.edge_assist_id">
<em class="property">property </em><code class="sig-name descname">edge_assist_id</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.edge_assist_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the edge_assist_id of this EdgeSummary. # noqa: E501</p>
<p>ID generated by NSX Manager for Distributed Logical Router only. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The edge_assist_id of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.edge_assist_instance_name">
<em class="property">property </em><code class="sig-name descname">edge_assist_instance_name</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.edge_assist_instance_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the edge_assist_instance_name of this EdgeSummary. # noqa: E501</p>
<p>Name derived by NSX Manager only for Distributed Logical Router. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The edge_assist_instance_name of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.edge_status">
<em class="property">property </em><code class="sig-name descname">edge_status</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.edge_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the edge_status of this EdgeSummary. # noqa: E501</p>
<p>NSX Edge appliance health status identified by GREY (unknown status), GREEN (health checks are successful), YELLOW (intermittent health check failure), RED (none of the appliances are in serving state). If health check fails for 5 consecutive times for all appliance (2 for HA else 1) then status will turn from YELLOW to RED. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The edge_status of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.edge_type">
<em class="property">property </em><code class="sig-name descname">edge_type</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.edge_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the edge_type of this EdgeSummary. # noqa: E501</p>
<p>NSX Edge type, whether gatewayServices or distributedRouter. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The edge_type of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.extended_attributes">
<em class="property">property </em><code class="sig-name descname">extended_attributes</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.extended_attributes" title="Permalink to this definition"></a></dt>
<dd><p>Gets the extended_attributes of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The extended_attributes of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.extended_attribute.ExtendedAttribute" title="vmware.vmc.console.models.extended_attribute.ExtendedAttribute">ExtendedAttribute</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.feature_capabilities">
<em class="property">property </em><code class="sig-name descname">feature_capabilities</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.feature_capabilities" title="Permalink to this definition"></a></dt>
<dd><p>Gets the feature_capabilities of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The feature_capabilities of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.feature_capabilities.FeatureCapabilities" title="vmware.vmc.console.models.feature_capabilities.FeatureCapabilities">FeatureCapabilities</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.hypervisor_assist">
<em class="property">property </em><code class="sig-name descname">hypervisor_assist</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.hypervisor_assist" title="Permalink to this definition"></a></dt>
<dd><p>Gets the hypervisor_assist of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The hypervisor_assist of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this EdgeSummary. # noqa: E501</p>
<p>NSX Edge ID. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.is_universal">
<em class="property">property </em><code class="sig-name descname">is_universal</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.is_universal" title="Permalink to this definition"></a></dt>
<dd><p>Gets the is_universal of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The is_universal of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.is_upgrade_available">
<em class="property">property </em><code class="sig-name descname">is_upgrade_available</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.is_upgrade_available" title="Permalink to this definition"></a></dt>
<dd><p>Gets the is_upgrade_available of this EdgeSummary. # noqa: E501</p>
<p>Value is true if NSX Edge upgrade is available. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The is_upgrade_available of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.local_egress_enabled">
<em class="property">property </em><code class="sig-name descname">local_egress_enabled</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.local_egress_enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the local_egress_enabled of this EdgeSummary. # noqa: E501</p>
<p>Value is true if local egress is enabled for UDLR traffic. Applicable only for Universal Distributed Logical Router. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The local_egress_enabled of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.logical_router_scopes">
<em class="property">property </em><code class="sig-name descname">logical_router_scopes</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.logical_router_scopes" title="Permalink to this definition"></a></dt>
<dd><p>Gets the logical_router_scopes of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The logical_router_scopes of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.logical_router_scopes.LogicalRouterScopes" title="vmware.vmc.console.models.logical_router_scopes.LogicalRouterScopes">LogicalRouterScopes</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.lrouter_uuid">
<em class="property">property </em><code class="sig-name descname">lrouter_uuid</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.lrouter_uuid" title="Permalink to this definition"></a></dt>
<dd><p>Gets the lrouter_uuid of this EdgeSummary. # noqa: E501</p>
<p>Distributed Logical Router UUID provided by the NSX Controller. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The lrouter_uuid of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.node_id">
<em class="property">property </em><code class="sig-name descname">node_id</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.node_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the node_id of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The node_id of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.number_of_connected_vnics">
<em class="property">property </em><code class="sig-name descname">number_of_connected_vnics</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.number_of_connected_vnics" title="Permalink to this definition"></a></dt>
<dd><p>Gets the number_of_connected_vnics of this EdgeSummary. # noqa: E501</p>
<p>Number of connected vnics that are configured on the NSX Edge. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The number_of_connected_vnics of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.object_id">
<em class="property">property </em><code class="sig-name descname">object_id</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.object_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the object_id of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The object_id of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.object_type_name">
<em class="property">property </em><code class="sig-name descname">object_type_name</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.object_type_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the object_type_name of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The object_type_name of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'allowed_actions': 'list[str]', 'api_version': 'str', 'appliances_summary': 'AppliancesSummary', 'client_handle': 'str', 'datacenter_moid': 'str', 'datacenter_name': 'str', 'description': 'str', 'edge_assist_id': 'int', 'edge_assist_instance_name': 'str', 'edge_status': 'str', 'edge_type': 'str', 'extended_attributes': 'list[ExtendedAttribute]', 'feature_capabilities': 'FeatureCapabilities', 'hypervisor_assist': 'bool', 'id': 'str', 'is_universal': 'bool', 'is_upgrade_available': 'bool', 'local_egress_enabled': 'bool', 'logical_router_scopes': 'LogicalRouterScopes', 'lrouter_uuid': 'str', 'name': 'str', 'node_id': 'str', 'number_of_connected_vnics': 'int', 'object_id': 'str', 'object_type_name': 'str', 'recent_job_info': 'EdgeJob', 'revision': 'int', 'scope': 'ScopeInfo', 'state': 'str', 'tenant_id': 'str', 'type': 'ObjectType', 'universal_revision': 'int', 'vsm_uuid': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.recent_job_info">
<em class="property">property </em><code class="sig-name descname">recent_job_info</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.recent_job_info" title="Permalink to this definition"></a></dt>
<dd><p>Gets the recent_job_info of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The recent_job_info of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.edge_job.EdgeJob" title="vmware.vmc.console.models.edge_job.EdgeJob">EdgeJob</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.revision">
<em class="property">property </em><code class="sig-name descname">revision</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.revision" title="Permalink to this definition"></a></dt>
<dd><p>Gets the revision of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The revision of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.scope">
<em class="property">property </em><code class="sig-name descname">scope</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.scope" title="Permalink to this definition"></a></dt>
<dd><p>Gets the scope of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The scope of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.scope_info.ScopeInfo" title="vmware.vmc.console.models.scope_info.ScopeInfo">ScopeInfo</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.state">
<em class="property">property </em><code class="sig-name descname">state</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the state of this EdgeSummary. # noqa: E501</p>
<p>Deployment state of the NSX Edge appliance. Values are deployed when VMs have been deployed, undeployed when no VMs are deployed and active when Edge type is Distributed Logical Router and has no appliance deployed but is serving data path. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The state of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.tenant_id">
<em class="property">property </em><code class="sig-name descname">tenant_id</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.tenant_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tenant_id of this EdgeSummary. # noqa: E501</p>
<p>Tenant ID for the NSX Edge. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tenant_id of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.type">
<em class="property">property </em><code class="sig-name descname">type</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the type of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The type of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.object_type.ObjectType" title="vmware.vmc.console.models.object_type.ObjectType">ObjectType</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.universal_revision">
<em class="property">property </em><code class="sig-name descname">universal_revision</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.universal_revision" title="Permalink to this definition"></a></dt>
<dd><p>Gets the universal_revision of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The universal_revision of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_summary.EdgeSummary.vsm_uuid">
<em class="property">property </em><code class="sig-name descname">vsm_uuid</code><a class="headerlink" href="#vmware.vmc.console.models.edge_summary.EdgeSummary.vsm_uuid" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vsm_uuid of this EdgeSummary. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vsm_uuid of this EdgeSummary. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.edge_vm_status">
<span id="vmware-vmc-console-models-edge-vm-status-module"></span><h2>vmware.vmc.console.models.edge_vm_status module<a class="headerlink" href="#module-vmware.vmc.console.models.edge_vm_status" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.edge_vm_status.EdgeVmStatus">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.edge_vm_status.</code><code class="sig-name descname">EdgeVmStatus</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">index</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ha_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">edge_vm_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">pre_rules_generation_number</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_vm_status.EdgeVmStatus" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>EdgeVmStatus - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'edge_vm_status': 'edgeVMStatus', 'ha_state': 'haState', 'id': 'id', 'index': 'index', 'name': 'name', 'pre_rules_generation_number': 'preRulesGenerationNumber'}</em><a class="headerlink" href="#vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.edge_vm_status">
<em class="property">property </em><code class="sig-name descname">edge_vm_status</code><a class="headerlink" href="#vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.edge_vm_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the edge_vm_status of this EdgeVmStatus. # noqa: E501</p>
<p>NSX Edge appliance health status identified by GREY (unknown status), GREEN (health checks are successful), YELLOW (intermittent health check failure), RED (appliance not in serving state). # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The edge_vm_status of this EdgeVmStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.ha_state">
<em class="property">property </em><code class="sig-name descname">ha_state</code><a class="headerlink" href="#vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.ha_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ha_state of this EdgeVmStatus. # noqa: E501</p>
<p>High Availability state of the appliance. Values are active and standby. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ha_state of this EdgeVmStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this EdgeVmStatus. # noqa: E501</p>
<p>vCenter MOID of the NSX Edge appliance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this EdgeVmStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.index">
<em class="property">property </em><code class="sig-name descname">index</code><a class="headerlink" href="#vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.index" title="Permalink to this definition"></a></dt>
<dd><p>Gets the index of this EdgeVmStatus. # noqa: E501</p>
<p>High Availability index of the appliance. Values are 0 and 1. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The index of this EdgeVmStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this EdgeVmStatus. # noqa: E501</p>
<p>Name of the NSX Edge appliance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this EdgeVmStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'edge_vm_status': 'str', 'ha_state': 'str', 'id': 'str', 'index': 'int', 'name': 'str', 'pre_rules_generation_number': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.pre_rules_generation_number">
<em class="property">property </em><code class="sig-name descname">pre_rules_generation_number</code><a class="headerlink" href="#vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.pre_rules_generation_number" title="Permalink to this definition"></a></dt>
<dd><p>Gets the pre_rules_generation_number of this EdgeVmStatus. # noqa: E501</p>
<p>Value of the last published pre rules generation number. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The pre_rules_generation_number of this EdgeVmStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_vm_status.EdgeVmStatus.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.edge_vnic_address_group">
<span id="vmware-vmc-console-models-edge-vnic-address-group-module"></span><h2>vmware.vmc.console.models.edge_vnic_address_group module<a class="headerlink" href="#module-vmware.vmc.console.models.edge_vnic_address_group" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.edge_vnic_address_group.</code><code class="sig-name descname">EdgeVnicAddressGroup</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">subnet_prefix_length</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">secondary_addresses</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">primary_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">subnet_mask</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>EdgeVnicAddressGroup - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'primary_address': 'primaryAddress', 'secondary_addresses': 'secondaryAddresses', 'subnet_mask': 'subnetMask', 'subnet_prefix_length': 'subnetPrefixLength'}</em><a class="headerlink" href="#vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'primary_address': 'str', 'secondary_addresses': 'SecondaryAddresses', 'subnet_mask': 'str', 'subnet_prefix_length': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup.primary_address">
<em class="property">property </em><code class="sig-name descname">primary_address</code><a class="headerlink" href="#vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup.primary_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the primary_address of this EdgeVnicAddressGroup. # noqa: E501</p>
<p>Primary IP address of the vnic interface. Required. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The primary_address of this EdgeVnicAddressGroup. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup.secondary_addresses">
<em class="property">property </em><code class="sig-name descname">secondary_addresses</code><a class="headerlink" href="#vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup.secondary_addresses" title="Permalink to this definition"></a></dt>
<dd><p>Gets the secondary_addresses of this EdgeVnicAddressGroup. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The secondary_addresses of this EdgeVnicAddressGroup. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.secondary_addresses.SecondaryAddresses" title="vmware.vmc.console.models.secondary_addresses.SecondaryAddresses">SecondaryAddresses</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup.subnet_mask">
<em class="property">property </em><code class="sig-name descname">subnet_mask</code><a class="headerlink" href="#vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup.subnet_mask" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_mask of this EdgeVnicAddressGroup. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_mask of this EdgeVnicAddressGroup. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup.subnet_prefix_length">
<em class="property">property </em><code class="sig-name descname">subnet_prefix_length</code><a class="headerlink" href="#vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup.subnet_prefix_length" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_prefix_length of this EdgeVnicAddressGroup. # noqa: E501</p>
<p>Subnet prefix length of the primary IP address. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_prefix_length of this EdgeVnicAddressGroup. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.edge_vnic_address_groups">
<span id="vmware-vmc-console-models-edge-vnic-address-groups-module"></span><h2>vmware.vmc.console.models.edge_vnic_address_groups module<a class="headerlink" href="#module-vmware.vmc.console.models.edge_vnic_address_groups" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.edge_vnic_address_groups.EdgeVnicAddressGroups">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.edge_vnic_address_groups.</code><code class="sig-name descname">EdgeVnicAddressGroups</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">address_groups</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_vnic_address_groups.EdgeVnicAddressGroups" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>EdgeVnicAddressGroups - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vnic_address_groups.EdgeVnicAddressGroups.address_groups">
<em class="property">property </em><code class="sig-name descname">address_groups</code><a class="headerlink" href="#vmware.vmc.console.models.edge_vnic_address_groups.EdgeVnicAddressGroups.address_groups" title="Permalink to this definition"></a></dt>
<dd><p>Gets the address_groups of this EdgeVnicAddressGroups. # noqa: E501</p>
<p>Address group configuration of the NSX Edge vnic. Vnic can be configured to have more than one address group/subnets. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The address_groups of this EdgeVnicAddressGroups. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup" title="vmware.vmc.console.models.edge_vnic_address_group.EdgeVnicAddressGroup">EdgeVnicAddressGroup</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.edge_vnic_address_groups.EdgeVnicAddressGroups.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'address_groups': 'addressGroups'}</em><a class="headerlink" href="#vmware.vmc.console.models.edge_vnic_address_groups.EdgeVnicAddressGroups.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.edge_vnic_address_groups.EdgeVnicAddressGroups.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'address_groups': 'list[EdgeVnicAddressGroup]'}</em><a class="headerlink" href="#vmware.vmc.console.models.edge_vnic_address_groups.EdgeVnicAddressGroups.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vnic_address_groups.EdgeVnicAddressGroups.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_vnic_address_groups.EdgeVnicAddressGroups.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.edge_vnic_address_groups.EdgeVnicAddressGroups.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.edge_vnic_address_groups.EdgeVnicAddressGroups.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.eni_info">
<span id="vmware-vmc-console-models-eni-info-module"></span><h2>vmware.vmc.console.models.eni_info module<a class="headerlink" href="#module-vmware.vmc.console.models.eni_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.eni_info.EniInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.eni_info.</code><code class="sig-name descname">EniInfo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">subnet_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">security_group_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">private_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">mac_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.eni_info.EniInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>EniInfo - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.eni_info.EniInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'id': 'id', 'mac_address': 'mac_address', 'private_ip': 'private_ip', 'security_group_id': 'security_group_id', 'subnet_id': 'subnet_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.eni_info.EniInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.eni_info.EniInfo.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.eni_info.EniInfo.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this EniInfo. # noqa: E501</p>
<p>Interface ID. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this EniInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.eni_info.EniInfo.mac_address">
<em class="property">property </em><code class="sig-name descname">mac_address</code><a class="headerlink" href="#vmware.vmc.console.models.eni_info.EniInfo.mac_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the mac_address of this EniInfo. # noqa: E501</p>
<p>Mac address of nic. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The mac_address of this EniInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.eni_info.EniInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'id': 'str', 'mac_address': 'str', 'private_ip': 'str', 'security_group_id': 'str', 'subnet_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.eni_info.EniInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.eni_info.EniInfo.private_ip">
<em class="property">property </em><code class="sig-name descname">private_ip</code><a class="headerlink" href="#vmware.vmc.console.models.eni_info.EniInfo.private_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the private_ip of this EniInfo. # noqa: E501</p>
<p>Private ip of eni. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The private_ip of this EniInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.eni_info.EniInfo.security_group_id">
<em class="property">property </em><code class="sig-name descname">security_group_id</code><a class="headerlink" href="#vmware.vmc.console.models.eni_info.EniInfo.security_group_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the security_group_id of this EniInfo. # noqa: E501</p>
<p>Security Group of Eni. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The security_group_id of this EniInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.eni_info.EniInfo.subnet_id">
<em class="property">property </em><code class="sig-name descname">subnet_id</code><a class="headerlink" href="#vmware.vmc.console.models.eni_info.EniInfo.subnet_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_id of this EniInfo. # noqa: E501</p>
<p>Subnet it belongs to. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_id of this EniInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.eni_info.EniInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.eni_info.EniInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.eni_info.EniInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.eni_info.EniInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.entity_capacity">
<span id="vmware-vmc-console-models-entity-capacity-module"></span><h2>vmware.vmc.console.models.entity_capacity module<a class="headerlink" href="#module-vmware.vmc.console.models.entity_capacity" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.entity_capacity.EntityCapacity">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.entity_capacity.</code><code class="sig-name descname">EntityCapacity</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">storage_capacity_gib</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">memory_capacity_gib</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">total_number_of_cores</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">number_of_ssds</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cpu_capacity_ghz</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">number_of_sockets</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.entity_capacity.EntityCapacity" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>EntityCapacity - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.entity_capacity.EntityCapacity.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'cpu_capacity_ghz': 'cpu_capacity_ghz', 'memory_capacity_gib': 'memory_capacity_gib', 'number_of_sockets': 'number_of_sockets', 'number_of_ssds': 'number_of_ssds', 'storage_capacity_gib': 'storage_capacity_gib', 'total_number_of_cores': 'total_number_of_cores'}</em><a class="headerlink" href="#vmware.vmc.console.models.entity_capacity.EntityCapacity.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.entity_capacity.EntityCapacity.cpu_capacity_ghz">
<em class="property">property </em><code class="sig-name descname">cpu_capacity_ghz</code><a class="headerlink" href="#vmware.vmc.console.models.entity_capacity.EntityCapacity.cpu_capacity_ghz" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cpu_capacity_ghz of this EntityCapacity. # noqa: E501</p>
<p>The CPU capacity for the given entity in Ghz. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cpu_capacity_ghz of this EntityCapacity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>float</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.entity_capacity.EntityCapacity.memory_capacity_gib">
<em class="property">property </em><code class="sig-name descname">memory_capacity_gib</code><a class="headerlink" href="#vmware.vmc.console.models.entity_capacity.EntityCapacity.memory_capacity_gib" title="Permalink to this definition"></a></dt>
<dd><p>Gets the memory_capacity_gib of this EntityCapacity. # noqa: E501</p>
<p>The memory capacity for the given entity in GiB. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The memory_capacity_gib of this EntityCapacity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.entity_capacity.EntityCapacity.number_of_sockets">
<em class="property">property </em><code class="sig-name descname">number_of_sockets</code><a class="headerlink" href="#vmware.vmc.console.models.entity_capacity.EntityCapacity.number_of_sockets" title="Permalink to this definition"></a></dt>
<dd><p>Gets the number_of_sockets of this EntityCapacity. # noqa: E501</p>
<p>The number of sockets for the given entity. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The number_of_sockets of this EntityCapacity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.entity_capacity.EntityCapacity.number_of_ssds">
<em class="property">property </em><code class="sig-name descname">number_of_ssds</code><a class="headerlink" href="#vmware.vmc.console.models.entity_capacity.EntityCapacity.number_of_ssds" title="Permalink to this definition"></a></dt>
<dd><p>Gets the number_of_ssds of this EntityCapacity. # noqa: E501</p>
<p>The number of SSDs for the given entity. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The number_of_ssds of this EntityCapacity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.entity_capacity.EntityCapacity.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'cpu_capacity_ghz': 'float', 'memory_capacity_gib': 'int', 'number_of_sockets': 'int', 'number_of_ssds': 'int', 'storage_capacity_gib': 'int', 'total_number_of_cores': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.entity_capacity.EntityCapacity.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.entity_capacity.EntityCapacity.storage_capacity_gib">
<em class="property">property </em><code class="sig-name descname">storage_capacity_gib</code><a class="headerlink" href="#vmware.vmc.console.models.entity_capacity.EntityCapacity.storage_capacity_gib" title="Permalink to this definition"></a></dt>
<dd><p>Gets the storage_capacity_gib of this EntityCapacity. # noqa: E501</p>
<p>The storage capacity for the given entity in GiB. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The storage_capacity_gib of this EntityCapacity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.entity_capacity.EntityCapacity.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.entity_capacity.EntityCapacity.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.entity_capacity.EntityCapacity.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.entity_capacity.EntityCapacity.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.entity_capacity.EntityCapacity.total_number_of_cores">
<em class="property">property </em><code class="sig-name descname">total_number_of_cores</code><a class="headerlink" href="#vmware.vmc.console.models.entity_capacity.EntityCapacity.total_number_of_cores" title="Permalink to this definition"></a></dt>
<dd><p>Gets the total_number_of_cores of this EntityCapacity. # noqa: E501</p>
<p>The number of CPU cores for the given entity. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The total_number_of_cores of this EntityCapacity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.error_response">
<span id="vmware-vmc-console-models-error-response-module"></span><h2>vmware.vmc.console.models.error_response module<a class="headerlink" href="#module-vmware.vmc.console.models.error_response" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.error_response.ErrorResponse">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.error_response.</code><code class="sig-name descname">ErrorResponse</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">path</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">retryable</span><span class="o">=</span><span class="default_value">False</span></em>, <em class="sig-param"><span class="n">error_code</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">error_messages</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.error_response.ErrorResponse" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ErrorResponse - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.error_response.ErrorResponse.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'error_code': 'error_code', 'error_messages': 'error_messages', 'path': 'path', 'retryable': 'retryable', 'status': 'status'}</em><a class="headerlink" href="#vmware.vmc.console.models.error_response.ErrorResponse.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.error_response.ErrorResponse.error_code">
<em class="property">property </em><code class="sig-name descname">error_code</code><a class="headerlink" href="#vmware.vmc.console.models.error_response.ErrorResponse.error_code" title="Permalink to this definition"></a></dt>
<dd><p>Gets the error_code of this ErrorResponse. # noqa: E501</p>
<p>unique error code # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The error_code of this ErrorResponse. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.error_response.ErrorResponse.error_messages">
<em class="property">property </em><code class="sig-name descname">error_messages</code><a class="headerlink" href="#vmware.vmc.console.models.error_response.ErrorResponse.error_messages" title="Permalink to this definition"></a></dt>
<dd><p>Gets the error_messages of this ErrorResponse. # noqa: E501</p>
<p>localized error messages # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The error_messages of this ErrorResponse. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.error_response.ErrorResponse.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'error_code': 'str', 'error_messages': 'list[str]', 'path': 'str', 'retryable': 'bool', 'status': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.error_response.ErrorResponse.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.error_response.ErrorResponse.path">
<em class="property">property </em><code class="sig-name descname">path</code><a class="headerlink" href="#vmware.vmc.console.models.error_response.ErrorResponse.path" title="Permalink to this definition"></a></dt>
<dd><p>Gets the path of this ErrorResponse. # noqa: E501</p>
<p>Originating request URI # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The path of this ErrorResponse. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.error_response.ErrorResponse.retryable">
<em class="property">property </em><code class="sig-name descname">retryable</code><a class="headerlink" href="#vmware.vmc.console.models.error_response.ErrorResponse.retryable" title="Permalink to this definition"></a></dt>
<dd><p>Gets the retryable of this ErrorResponse. # noqa: E501</p>
<p>If true, client should retry operation # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The retryable of this ErrorResponse. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.error_response.ErrorResponse.status">
<em class="property">property </em><code class="sig-name descname">status</code><a class="headerlink" href="#vmware.vmc.console.models.error_response.ErrorResponse.status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the status of this ErrorResponse. # noqa: E501</p>
<p>HTTP status code # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The status of this ErrorResponse. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.error_response.ErrorResponse.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.error_response.ErrorResponse.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.error_response.ErrorResponse.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.error_response.ErrorResponse.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.esx_config">
<span id="vmware-vmc-console-models-esx-config-module"></span><h2>vmware.vmc.console.models.esx_config module<a class="headerlink" href="#module-vmware.vmc.console.models.esx_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.esx_config.EsxConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.esx_config.</code><code class="sig-name descname">EsxConfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">availability_zone</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">strict_placement</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cluster_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">esxs</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">num_hosts</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.esx_config.EsxConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>EsxConfig - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.esx_config.EsxConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'availability_zone': 'availability_zone', 'cluster_id': 'cluster_id', 'esxs': 'esxs', 'num_hosts': 'num_hosts', 'strict_placement': 'strict_placement'}</em><a class="headerlink" href="#vmware.vmc.console.models.esx_config.EsxConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_config.EsxConfig.availability_zone">
<em class="property">property </em><code class="sig-name descname">availability_zone</code><a class="headerlink" href="#vmware.vmc.console.models.esx_config.EsxConfig.availability_zone" title="Permalink to this definition"></a></dt>
<dd><p>Gets the availability_zone of this EsxConfig. # noqa: E501</p>
<p>Availability zone where the hosts should be provisioned. (Can be specified only for privileged host operations). # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The availability_zone of this EsxConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_config.EsxConfig.cluster_id">
<em class="property">property </em><code class="sig-name descname">cluster_id</code><a class="headerlink" href="#vmware.vmc.console.models.esx_config.EsxConfig.cluster_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cluster_id of this EsxConfig. # noqa: E501</p>
<p>An optional cluster id if the esxs operation has to be on a specific cluster. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cluster_id of this EsxConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_config.EsxConfig.esxs">
<em class="property">property </em><code class="sig-name descname">esxs</code><a class="headerlink" href="#vmware.vmc.console.models.esx_config.EsxConfig.esxs" title="Permalink to this definition"></a></dt>
<dd><p>Gets the esxs of this EsxConfig. # noqa: E501</p>
<p>An optional list of ESX IDs to remove. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The esxs of this EsxConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_config.EsxConfig.num_hosts">
<em class="property">property </em><code class="sig-name descname">num_hosts</code><a class="headerlink" href="#vmware.vmc.console.models.esx_config.EsxConfig.num_hosts" title="Permalink to this definition"></a></dt>
<dd><p>Gets the num_hosts of this EsxConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The num_hosts of this EsxConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.esx_config.EsxConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'availability_zone': 'str', 'cluster_id': 'str', 'esxs': 'list[str]', 'num_hosts': 'int', 'strict_placement': 'bool'}</em><a class="headerlink" href="#vmware.vmc.console.models.esx_config.EsxConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_config.EsxConfig.strict_placement">
<em class="property">property </em><code class="sig-name descname">strict_placement</code><a class="headerlink" href="#vmware.vmc.console.models.esx_config.EsxConfig.strict_placement" title="Permalink to this definition"></a></dt>
<dd><p>Gets the strict_placement of this EsxConfig. # noqa: E501</p>
<p>An option to indicate if the host needs to be strictly placed in a placement group. Fail the operation otherwise. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The strict_placement of this EsxConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_config.EsxConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.esx_config.EsxConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_config.EsxConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.esx_config.EsxConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.esx_host">
<span id="vmware-vmc-console-models-esx-host-module"></span><h2>vmware.vmc.console.models.esx_host module<a class="headerlink" href="#module-vmware.vmc.console.models.esx_host" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.esx_host.EsxHost">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.esx_host.</code><code class="sig-name descname">EsxHost</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">availability_zone</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">esx_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">hostname</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">provider</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">mac_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">custom_properties</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">esx_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.esx_host.EsxHost" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>EsxHost - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.esx_host.EsxHost.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'availability_zone': 'availability_zone', 'custom_properties': 'custom_properties', 'esx_id': 'esx_id', 'esx_state': 'esx_state', 'hostname': 'hostname', 'instance_type': 'instance_type', 'mac_address': 'mac_address', 'name': 'name', 'provider': 'provider'}</em><a class="headerlink" href="#vmware.vmc.console.models.esx_host.EsxHost.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_host.EsxHost.availability_zone">
<em class="property">property </em><code class="sig-name descname">availability_zone</code><a class="headerlink" href="#vmware.vmc.console.models.esx_host.EsxHost.availability_zone" title="Permalink to this definition"></a></dt>
<dd><p>Gets the availability_zone of this EsxHost. # noqa: E501</p>
<p>Availability zone where the host is provisioned. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The availability_zone of this EsxHost. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_host.EsxHost.custom_properties">
<em class="property">property </em><code class="sig-name descname">custom_properties</code><a class="headerlink" href="#vmware.vmc.console.models.esx_host.EsxHost.custom_properties" title="Permalink to this definition"></a></dt>
<dd><p>Gets the custom_properties of this EsxHost. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The custom_properties of this EsxHost. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, str)</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.esx_host.EsxHost.discriminator_value_class_map">
<code class="sig-name descname">discriminator_value_class_map</code><em class="property"> = {'AwsEsxHost': 'AwsEsxHost'}</em><a class="headerlink" href="#vmware.vmc.console.models.esx_host.EsxHost.discriminator_value_class_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_host.EsxHost.esx_id">
<em class="property">property </em><code class="sig-name descname">esx_id</code><a class="headerlink" href="#vmware.vmc.console.models.esx_host.EsxHost.esx_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the esx_id of this EsxHost. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The esx_id of this EsxHost. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_host.EsxHost.esx_state">
<em class="property">property </em><code class="sig-name descname">esx_state</code><a class="headerlink" href="#vmware.vmc.console.models.esx_host.EsxHost.esx_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the esx_state of this EsxHost. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The esx_state of this EsxHost. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_host.EsxHost.get_real_child_model">
<code class="sig-name descname">get_real_child_model</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">data</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.esx_host.EsxHost.get_real_child_model" title="Permalink to this definition"></a></dt>
<dd><p>Returns the real base class specified by the discriminator</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_host.EsxHost.hostname">
<em class="property">property </em><code class="sig-name descname">hostname</code><a class="headerlink" href="#vmware.vmc.console.models.esx_host.EsxHost.hostname" title="Permalink to this definition"></a></dt>
<dd><p>Gets the hostname of this EsxHost. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The hostname of this EsxHost. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_host.EsxHost.instance_type">
<em class="property">property </em><code class="sig-name descname">instance_type</code><a class="headerlink" href="#vmware.vmc.console.models.esx_host.EsxHost.instance_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the instance_type of this EsxHost. # noqa: E501</p>
<p>Backing cloud provider instance type for host. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The instance_type of this EsxHost. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_host.EsxHost.mac_address">
<em class="property">property </em><code class="sig-name descname">mac_address</code><a class="headerlink" href="#vmware.vmc.console.models.esx_host.EsxHost.mac_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the mac_address of this EsxHost. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The mac_address of this EsxHost. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_host.EsxHost.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.esx_host.EsxHost.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this EsxHost. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this EsxHost. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.esx_host.EsxHost.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'availability_zone': 'str', 'custom_properties': 'dict(str, str)', 'esx_id': 'str', 'esx_state': 'str', 'hostname': 'str', 'instance_type': 'str', 'mac_address': 'str', 'name': 'str', 'provider': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.esx_host.EsxHost.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_host.EsxHost.provider">
<em class="property">property </em><code class="sig-name descname">provider</code><a class="headerlink" href="#vmware.vmc.console.models.esx_host.EsxHost.provider" title="Permalink to this definition"></a></dt>
<dd><p>Gets the provider of this EsxHost. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The provider of this EsxHost. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_host.EsxHost.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.esx_host.EsxHost.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_host.EsxHost.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.esx_host.EsxHost.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.esx_host_info">
<span id="vmware-vmc-console-models-esx-host-info-module"></span><h2>vmware.vmc.console.models.esx_host_info module<a class="headerlink" href="#module-vmware.vmc.console.models.esx_host_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.esx_host_info.EsxHostInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.esx_host_info.</code><code class="sig-name descname">EsxHostInfo</code><span class="sig-paren">(</span><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">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.esx_host_info.EsxHostInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>EsxHostInfo - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.esx_host_info.EsxHostInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'instance_type': 'instance_type'}</em><a class="headerlink" href="#vmware.vmc.console.models.esx_host_info.EsxHostInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_host_info.EsxHostInfo.instance_type">
<em class="property">property </em><code class="sig-name descname">instance_type</code><a class="headerlink" href="#vmware.vmc.console.models.esx_host_info.EsxHostInfo.instance_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the instance_type of this EsxHostInfo. # noqa: E501</p>
<p>Backing cloud provider instance type for cluster. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The instance_type of this EsxHostInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.esx_host_info.EsxHostInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'instance_type': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.esx_host_info.EsxHostInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_host_info.EsxHostInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.esx_host_info.EsxHostInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.esx_host_info.EsxHostInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.esx_host_info.EsxHostInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.extended_attribute">
<span id="vmware-vmc-console-models-extended-attribute-module"></span><h2>vmware.vmc.console.models.extended_attribute module<a class="headerlink" href="#module-vmware.vmc.console.models.extended_attribute" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.extended_attribute.ExtendedAttribute">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.extended_attribute.</code><code class="sig-name descname">ExtendedAttribute</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">value</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.extended_attribute.ExtendedAttribute" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ExtendedAttribute - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.extended_attribute.ExtendedAttribute.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'name': 'name', 'value': 'value'}</em><a class="headerlink" href="#vmware.vmc.console.models.extended_attribute.ExtendedAttribute.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.extended_attribute.ExtendedAttribute.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.extended_attribute.ExtendedAttribute.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this ExtendedAttribute. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this ExtendedAttribute. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.extended_attribute.ExtendedAttribute.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'name': 'str', 'value': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.extended_attribute.ExtendedAttribute.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.extended_attribute.ExtendedAttribute.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.extended_attribute.ExtendedAttribute.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.extended_attribute.ExtendedAttribute.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.extended_attribute.ExtendedAttribute.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.extended_attribute.ExtendedAttribute.value">
<em class="property">property </em><code class="sig-name descname">value</code><a class="headerlink" href="#vmware.vmc.console.models.extended_attribute.ExtendedAttribute.value" title="Permalink to this definition"></a></dt>
<dd><p>Gets the value of this ExtendedAttribute. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The value of this ExtendedAttribute. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.feature_capabilities">
<span id="vmware-vmc-console-models-feature-capabilities-module"></span><h2>vmware.vmc.console.models.feature_capabilities module<a class="headerlink" href="#module-vmware.vmc.console.models.feature_capabilities" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.feature_capabilities.FeatureCapabilities">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.feature_capabilities.</code><code class="sig-name descname">FeatureCapabilities</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">timestamp</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">feature_capabilities</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.feature_capabilities.FeatureCapabilities" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>FeatureCapabilities - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.feature_capabilities.FeatureCapabilities.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'feature_capabilities': 'featureCapabilities', 'timestamp': 'timestamp'}</em><a class="headerlink" href="#vmware.vmc.console.models.feature_capabilities.FeatureCapabilities.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_capabilities.FeatureCapabilities.feature_capabilities">
<em class="property">property </em><code class="sig-name descname">feature_capabilities</code><a class="headerlink" href="#vmware.vmc.console.models.feature_capabilities.FeatureCapabilities.feature_capabilities" title="Permalink to this definition"></a></dt>
<dd><p>Gets the feature_capabilities of this FeatureCapabilities. # noqa: E501</p>
<p>List of feature capability information. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The feature_capabilities of this FeatureCapabilities. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.feature_capability.FeatureCapability" title="vmware.vmc.console.models.feature_capability.FeatureCapability">FeatureCapability</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.feature_capabilities.FeatureCapabilities.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'feature_capabilities': 'list[FeatureCapability]', 'timestamp': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.feature_capabilities.FeatureCapabilities.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_capabilities.FeatureCapabilities.timestamp">
<em class="property">property </em><code class="sig-name descname">timestamp</code><a class="headerlink" href="#vmware.vmc.console.models.feature_capabilities.FeatureCapabilities.timestamp" title="Permalink to this definition"></a></dt>
<dd><p>Gets the timestamp of this FeatureCapabilities. # noqa: E501</p>
<p>Time stamp value at which the feature capabilities were retrieved. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The timestamp of this FeatureCapabilities. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_capabilities.FeatureCapabilities.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.feature_capabilities.FeatureCapabilities.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_capabilities.FeatureCapabilities.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.feature_capabilities.FeatureCapabilities.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.feature_capability">
<span id="vmware-vmc-console-models-feature-capability-module"></span><h2>vmware.vmc.console.models.feature_capability module<a class="headerlink" href="#module-vmware.vmc.console.models.feature_capability" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.feature_capability.FeatureCapability">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.feature_capability.</code><code class="sig-name descname">FeatureCapability</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">configuration_limits</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">is_supported</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">service</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">permission</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.feature_capability.FeatureCapability" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>FeatureCapability - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.feature_capability.FeatureCapability.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'configuration_limits': 'configurationLimits', 'is_supported': 'isSupported', 'permission': 'permission', 'service': 'service'}</em><a class="headerlink" href="#vmware.vmc.console.models.feature_capability.FeatureCapability.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_capability.FeatureCapability.configuration_limits">
<em class="property">property </em><code class="sig-name descname">configuration_limits</code><a class="headerlink" href="#vmware.vmc.console.models.feature_capability.FeatureCapability.configuration_limits" title="Permalink to this definition"></a></dt>
<dd><p>Gets the configuration_limits of this FeatureCapability. # noqa: E501</p>
<p>List of key value pairs describing the feature configuration limits. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The configuration_limits of this FeatureCapability. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.key_value_attributes.KeyValueAttributes" title="vmware.vmc.console.models.key_value_attributes.KeyValueAttributes">KeyValueAttributes</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_capability.FeatureCapability.is_supported">
<em class="property">property </em><code class="sig-name descname">is_supported</code><a class="headerlink" href="#vmware.vmc.console.models.feature_capability.FeatureCapability.is_supported" title="Permalink to this definition"></a></dt>
<dd><p>Gets the is_supported of this FeatureCapability. # noqa: E501</p>
<p>Value is true if feature is supported on NSX Edge. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The is_supported of this FeatureCapability. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.feature_capability.FeatureCapability.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'configuration_limits': 'list[KeyValueAttributes]', 'is_supported': 'bool', 'permission': 'LicenceAclPermissions', 'service': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.feature_capability.FeatureCapability.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_capability.FeatureCapability.permission">
<em class="property">property </em><code class="sig-name descname">permission</code><a class="headerlink" href="#vmware.vmc.console.models.feature_capability.FeatureCapability.permission" title="Permalink to this definition"></a></dt>
<dd><p>Gets the permission of this FeatureCapability. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The permission of this FeatureCapability. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions" title="vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions">LicenceAclPermissions</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_capability.FeatureCapability.service">
<em class="property">property </em><code class="sig-name descname">service</code><a class="headerlink" href="#vmware.vmc.console.models.feature_capability.FeatureCapability.service" title="Permalink to this definition"></a></dt>
<dd><p>Gets the service of this FeatureCapability. # noqa: E501</p>
<p>Name of the feature or service. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The service of this FeatureCapability. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_capability.FeatureCapability.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.feature_capability.FeatureCapability.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_capability.FeatureCapability.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.feature_capability.FeatureCapability.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.feature_status">
<span id="vmware-vmc-console-models-feature-status-module"></span><h2>vmware.vmc.console.models.feature_status module<a class="headerlink" href="#module-vmware.vmc.console.models.feature_status" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.feature_status.FeatureStatus">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.feature_status.</code><code class="sig-name descname">FeatureStatus</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">configured</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">server_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">publish_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">service</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.feature_status.FeatureStatus" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>FeatureStatus - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.feature_status.FeatureStatus.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'configured': 'configured', 'publish_status': 'publishStatus', 'server_status': 'serverStatus', 'service': 'service', 'status': 'status'}</em><a class="headerlink" href="#vmware.vmc.console.models.feature_status.FeatureStatus.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_status.FeatureStatus.configured">
<em class="property">property </em><code class="sig-name descname">configured</code><a class="headerlink" href="#vmware.vmc.console.models.feature_status.FeatureStatus.configured" title="Permalink to this definition"></a></dt>
<dd><p>Gets the configured of this FeatureStatus. # noqa: E501</p>
<p>Value is true if feature is configured. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The configured of this FeatureStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.feature_status.FeatureStatus.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'configured': 'bool', 'publish_status': 'str', 'server_status': 'str', 'service': 'str', 'status': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.feature_status.FeatureStatus.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_status.FeatureStatus.publish_status">
<em class="property">property </em><code class="sig-name descname">publish_status</code><a class="headerlink" href="#vmware.vmc.console.models.feature_status.FeatureStatus.publish_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the publish_status of this FeatureStatus. # noqa: E501</p>
<p>Publish status of the feature, whether APPLIED or PERSISTED. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The publish_status of this FeatureStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_status.FeatureStatus.server_status">
<em class="property">property </em><code class="sig-name descname">server_status</code><a class="headerlink" href="#vmware.vmc.console.models.feature_status.FeatureStatus.server_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the server_status of this FeatureStatus. # noqa: E501</p>
<p>Server status of the feature or service. Values are up and down. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The server_status of this FeatureStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_status.FeatureStatus.service">
<em class="property">property </em><code class="sig-name descname">service</code><a class="headerlink" href="#vmware.vmc.console.models.feature_status.FeatureStatus.service" title="Permalink to this definition"></a></dt>
<dd><p>Gets the service of this FeatureStatus. # noqa: E501</p>
<p>Name of the feature or service. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The service of this FeatureStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_status.FeatureStatus.status">
<em class="property">property </em><code class="sig-name descname">status</code><a class="headerlink" href="#vmware.vmc.console.models.feature_status.FeatureStatus.status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the status of this FeatureStatus. # noqa: E501</p>
<p>Status of the feature or service. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The status of this FeatureStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_status.FeatureStatus.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.feature_status.FeatureStatus.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.feature_status.FeatureStatus.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.feature_status.FeatureStatus.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.firewall_config">
<span id="vmware-vmc-console-models-firewall-config-module"></span><h2>vmware.vmc.console.models.firewall_config module<a class="headerlink" href="#module-vmware.vmc.console.models.firewall_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.firewall_config.FirewallConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.firewall_config.</code><code class="sig-name descname">FirewallConfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">firewall_rules</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">feature_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">template</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">global_config</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">default_policy</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_config.FirewallConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>FirewallConfig - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_config.FirewallConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'default_policy': 'defaultPolicy', 'enabled': 'enabled', 'feature_type': 'featureType', 'firewall_rules': 'firewallRules', 'global_config': 'globalConfig', 'template': 'template', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_config.FirewallConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_config.FirewallConfig.default_policy">
<em class="property">property </em><code class="sig-name descname">default_policy</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_config.FirewallConfig.default_policy" title="Permalink to this definition"></a></dt>
<dd><p>Gets the default_policy of this FirewallConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The default_policy of this FirewallConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.firewall_default_policy.FirewallDefaultPolicy" title="vmware.vmc.console.models.firewall_default_policy.FirewallDefaultPolicy">FirewallDefaultPolicy</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_config.FirewallConfig.enabled">
<em class="property">property </em><code class="sig-name descname">enabled</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_config.FirewallConfig.enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enabled of this FirewallConfig. # noqa: E501</p>
<p>Value is true if feature is enabled. Default value is true. Optional. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enabled of this FirewallConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_config.FirewallConfig.feature_type">
<em class="property">property </em><code class="sig-name descname">feature_type</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_config.FirewallConfig.feature_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the feature_type of this FirewallConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The feature_type of this FirewallConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_config.FirewallConfig.firewall_rules">
<em class="property">property </em><code class="sig-name descname">firewall_rules</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_config.FirewallConfig.firewall_rules" title="Permalink to this definition"></a></dt>
<dd><p>Gets the firewall_rules of this FirewallConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The firewall_rules of this FirewallConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.firewall_rules.FirewallRules" title="vmware.vmc.console.models.firewall_rules.FirewallRules">FirewallRules</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_config.FirewallConfig.global_config">
<em class="property">property </em><code class="sig-name descname">global_config</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_config.FirewallConfig.global_config" title="Permalink to this definition"></a></dt>
<dd><p>Gets the global_config of this FirewallConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The global_config of this FirewallConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig" title="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig">FirewallGlobalConfig</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_config.FirewallConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'default_policy': 'FirewallDefaultPolicy', 'enabled': 'bool', 'feature_type': 'str', 'firewall_rules': 'FirewallRules', 'global_config': 'FirewallGlobalConfig', 'template': 'str', 'version': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_config.FirewallConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_config.FirewallConfig.template">
<em class="property">property </em><code class="sig-name descname">template</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_config.FirewallConfig.template" title="Permalink to this definition"></a></dt>
<dd><p>Gets the template of this FirewallConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The template of this FirewallConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_config.FirewallConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_config.FirewallConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_config.FirewallConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_config.FirewallConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_config.FirewallConfig.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_config.FirewallConfig.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this FirewallConfig. # noqa: E501</p>
<p>Version number tracking each configuration change. To avoid problems with overwriting changes, always retrieve and modify the latest configuration to include the current version number in your request. If you provide a version number which is not current, the request is rejected. If you omit the version number, the request is accepted but may overwrite any current changes if your change is not in sync with the latest change. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this FirewallConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.firewall_dashboard_stats">
<span id="vmware-vmc-console-models-firewall-dashboard-stats-module"></span><h2>vmware.vmc.console.models.firewall_dashboard_stats module<a class="headerlink" href="#module-vmware.vmc.console.models.firewall_dashboard_stats" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.firewall_dashboard_stats.FirewallDashboardStats">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.firewall_dashboard_stats.</code><code class="sig-name descname">FirewallDashboardStats</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">connections</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_dashboard_stats.FirewallDashboardStats" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>FirewallDashboardStats - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_dashboard_stats.FirewallDashboardStats.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'connections': 'connections'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_dashboard_stats.FirewallDashboardStats.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_dashboard_stats.FirewallDashboardStats.connections">
<em class="property">property </em><code class="sig-name descname">connections</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_dashboard_stats.FirewallDashboardStats.connections" title="Permalink to this definition"></a></dt>
<dd><p>Gets the connections of this FirewallDashboardStats. # noqa: E501</p>
<p>Number of NSX Edge firewall connections and rules. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The connections of this FirewallDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_dashboard_stats.FirewallDashboardStats.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'connections': 'list[DashboardStat]'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_dashboard_stats.FirewallDashboardStats.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_dashboard_stats.FirewallDashboardStats.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_dashboard_stats.FirewallDashboardStats.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_dashboard_stats.FirewallDashboardStats.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_dashboard_stats.FirewallDashboardStats.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.firewall_default_policy">
<span id="vmware-vmc-console-models-firewall-default-policy-module"></span><h2>vmware.vmc.console.models.firewall_default_policy module<a class="headerlink" href="#module-vmware.vmc.console.models.firewall_default_policy" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.firewall_default_policy.FirewallDefaultPolicy">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.firewall_default_policy.</code><code class="sig-name descname">FirewallDefaultPolicy</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">action</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">logging_enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_default_policy.FirewallDefaultPolicy" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>FirewallDefaultPolicy - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_default_policy.FirewallDefaultPolicy.action">
<em class="property">property </em><code class="sig-name descname">action</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_default_policy.FirewallDefaultPolicy.action" title="Permalink to this definition"></a></dt>
<dd><p>Gets the action of this FirewallDefaultPolicy. # noqa: E501</p>
<p>Action. Default is deny. Supported values accept, deny # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The action of this FirewallDefaultPolicy. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_default_policy.FirewallDefaultPolicy.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'action': 'action', 'logging_enabled': 'loggingEnabled'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_default_policy.FirewallDefaultPolicy.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_default_policy.FirewallDefaultPolicy.logging_enabled">
<em class="property">property </em><code class="sig-name descname">logging_enabled</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_default_policy.FirewallDefaultPolicy.logging_enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the logging_enabled of this FirewallDefaultPolicy. # noqa: E501</p>
<p>Enable logging for the rule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The logging_enabled of this FirewallDefaultPolicy. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_default_policy.FirewallDefaultPolicy.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'action': 'str', 'logging_enabled': 'bool'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_default_policy.FirewallDefaultPolicy.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_default_policy.FirewallDefaultPolicy.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_default_policy.FirewallDefaultPolicy.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_default_policy.FirewallDefaultPolicy.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_default_policy.FirewallDefaultPolicy.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.firewall_global_config">
<span id="vmware-vmc-console-models-firewall-global-config-module"></span><h2>vmware.vmc.console.models.firewall_global_config module<a class="headerlink" href="#module-vmware.vmc.console.models.firewall_global_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.firewall_global_config.</code><code class="sig-name descname">FirewallGlobalConfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">tcp_allow_out_of_window_packets</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">udp_timeout</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ip_generic_timeout</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tcp_pick_ongoing_connections</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tcp_timeout_open</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tcp_timeout_close</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">icmp6_timeout</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">drop_icmp_replays</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">log_icmp_errors</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tcp_send_reset_for_closed_vse_ports</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">drop_invalid_traffic</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enable_syn_flood_protection</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">icmp_timeout</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tcp_timeout_established</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">log_invalid_traffic</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>FirewallGlobalConfig - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'drop_icmp_replays': 'dropIcmpReplays', 'drop_invalid_traffic': 'dropInvalidTraffic', 'enable_syn_flood_protection': 'enableSynFloodProtection', 'icmp6_timeout': 'icmp6Timeout', 'icmp_timeout': 'icmpTimeout', 'ip_generic_timeout': 'ipGenericTimeout', 'log_icmp_errors': 'logIcmpErrors', 'log_invalid_traffic': 'logInvalidTraffic', 'tcp_allow_out_of_window_packets': 'tcpAllowOutOfWindowPackets', 'tcp_pick_ongoing_connections': 'tcpPickOngoingConnections', 'tcp_send_reset_for_closed_vse_ports': 'tcpSendResetForClosedVsePorts', 'tcp_timeout_close': 'tcpTimeoutClose', 'tcp_timeout_established': 'tcpTimeoutEstablished', 'tcp_timeout_open': 'tcpTimeoutOpen', 'udp_timeout': 'udpTimeout'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.drop_icmp_replays">
<em class="property">property </em><code class="sig-name descname">drop_icmp_replays</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.drop_icmp_replays" title="Permalink to this definition"></a></dt>
<dd><p>Gets the drop_icmp_replays of this FirewallGlobalConfig. # noqa: E501</p>
<p>Drop icmp replays. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The drop_icmp_replays of this FirewallGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.drop_invalid_traffic">
<em class="property">property </em><code class="sig-name descname">drop_invalid_traffic</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.drop_invalid_traffic" title="Permalink to this definition"></a></dt>
<dd><p>Gets the drop_invalid_traffic of this FirewallGlobalConfig. # noqa: E501</p>
<p>Drop invalid traffic. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The drop_invalid_traffic of this FirewallGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.enable_syn_flood_protection">
<em class="property">property </em><code class="sig-name descname">enable_syn_flood_protection</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.enable_syn_flood_protection" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enable_syn_flood_protection of this FirewallGlobalConfig. # noqa: E501</p>
<p>Protect against SYN flood attacks by detecting bogus TCP connections and terminating them without consuming firewall state tracking resources. Default : false # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enable_syn_flood_protection of this FirewallGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.icmp6_timeout">
<em class="property">property </em><code class="sig-name descname">icmp6_timeout</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.icmp6_timeout" title="Permalink to this definition"></a></dt>
<dd><p>Gets the icmp6_timeout of this FirewallGlobalConfig. # noqa: E501</p>
<p>ICMP6 timeout. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The icmp6_timeout of this FirewallGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.icmp_timeout">
<em class="property">property </em><code class="sig-name descname">icmp_timeout</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.icmp_timeout" title="Permalink to this definition"></a></dt>
<dd><p>Gets the icmp_timeout of this FirewallGlobalConfig. # noqa: E501</p>
<p>ICMP timeout. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The icmp_timeout of this FirewallGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.ip_generic_timeout">
<em class="property">property </em><code class="sig-name descname">ip_generic_timeout</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.ip_generic_timeout" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ip_generic_timeout of this FirewallGlobalConfig. # noqa: E501</p>
<p>IP generic timeout. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ip_generic_timeout of this FirewallGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.log_icmp_errors">
<em class="property">property </em><code class="sig-name descname">log_icmp_errors</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.log_icmp_errors" title="Permalink to this definition"></a></dt>
<dd><p>Gets the log_icmp_errors of this FirewallGlobalConfig. # noqa: E501</p>
<p>Log icmp errors. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The log_icmp_errors of this FirewallGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.log_invalid_traffic">
<em class="property">property </em><code class="sig-name descname">log_invalid_traffic</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.log_invalid_traffic" title="Permalink to this definition"></a></dt>
<dd><p>Gets the log_invalid_traffic of this FirewallGlobalConfig. # noqa: E501</p>
<p>Log invalid traffic. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The log_invalid_traffic of this FirewallGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'drop_icmp_replays': 'bool', 'drop_invalid_traffic': 'bool', 'enable_syn_flood_protection': 'bool', 'icmp6_timeout': 'int', 'icmp_timeout': 'int', 'ip_generic_timeout': 'int', 'log_icmp_errors': 'bool', 'log_invalid_traffic': 'bool', 'tcp_allow_out_of_window_packets': 'bool', 'tcp_pick_ongoing_connections': 'bool', 'tcp_send_reset_for_closed_vse_ports': 'bool', 'tcp_timeout_close': 'int', 'tcp_timeout_established': 'int', 'tcp_timeout_open': 'int', 'udp_timeout': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.tcp_allow_out_of_window_packets">
<em class="property">property </em><code class="sig-name descname">tcp_allow_out_of_window_packets</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.tcp_allow_out_of_window_packets" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tcp_allow_out_of_window_packets of this FirewallGlobalConfig. # noqa: E501</p>
<p>Allow TCP out of window packets. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tcp_allow_out_of_window_packets of this FirewallGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.tcp_pick_ongoing_connections">
<em class="property">property </em><code class="sig-name descname">tcp_pick_ongoing_connections</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.tcp_pick_ongoing_connections" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tcp_pick_ongoing_connections of this FirewallGlobalConfig. # noqa: E501</p>
<p>Pick TCP ongoing connections. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tcp_pick_ongoing_connections of this FirewallGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.tcp_send_reset_for_closed_vse_ports">
<em class="property">property </em><code class="sig-name descname">tcp_send_reset_for_closed_vse_ports</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.tcp_send_reset_for_closed_vse_ports" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tcp_send_reset_for_closed_vse_ports of this FirewallGlobalConfig. # noqa: E501</p>
<p>Send TCP reset for closed NSX Edge ports. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tcp_send_reset_for_closed_vse_ports of this FirewallGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.tcp_timeout_close">
<em class="property">property </em><code class="sig-name descname">tcp_timeout_close</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.tcp_timeout_close" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tcp_timeout_close of this FirewallGlobalConfig. # noqa: E501</p>
<p>TCP timeout close. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tcp_timeout_close of this FirewallGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.tcp_timeout_established">
<em class="property">property </em><code class="sig-name descname">tcp_timeout_established</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.tcp_timeout_established" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tcp_timeout_established of this FirewallGlobalConfig. # noqa: E501</p>
<p>TCP timeout established. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tcp_timeout_established of this FirewallGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.tcp_timeout_open">
<em class="property">property </em><code class="sig-name descname">tcp_timeout_open</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.tcp_timeout_open" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tcp_timeout_open of this FirewallGlobalConfig. # noqa: E501</p>
<p>TCP timeout open. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tcp_timeout_open of this FirewallGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.udp_timeout">
<em class="property">property </em><code class="sig-name descname">udp_timeout</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_global_config.FirewallGlobalConfig.udp_timeout" title="Permalink to this definition"></a></dt>
<dd><p>Gets the udp_timeout of this FirewallGlobalConfig. # noqa: E501</p>
<p>UDP timeout close. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The udp_timeout of this FirewallGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.firewall_rule">
<span id="vmware-vmc-console-models-firewall-rule-module"></span><h2>vmware.vmc.console.models.firewall_rule module<a class="headerlink" href="#module-vmware.vmc.console.models.firewall_rule" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.firewall_rule.</code><code class="sig-name descname">FirewallRule</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">rule_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">application_ids</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">rule_interface</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">destination</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">destination_scope</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">source</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">source_scope</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">services</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">action</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">revision</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>FirewallRule - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule.action">
<em class="property">property </em><code class="sig-name descname">action</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule.action" title="Permalink to this definition"></a></dt>
<dd><p>Gets the action of this FirewallRule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The action of this FirewallRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule.application_ids">
<em class="property">property </em><code class="sig-name descname">application_ids</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule.application_ids" title="Permalink to this definition"></a></dt>
<dd><p>Gets the application_ids of this FirewallRule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The application_ids of this FirewallRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'action': 'action', 'application_ids': 'application_ids', 'destination': 'destination', 'destination_scope': 'destination_scope', 'id': 'id', 'name': 'name', 'revision': 'revision', 'rule_interface': 'rule_interface', 'rule_type': 'rule_type', 'services': 'services', 'source': 'source', 'source_scope': 'source_scope'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule.destination">
<em class="property">property </em><code class="sig-name descname">destination</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule.destination" title="Permalink to this definition"></a></dt>
<dd><p>Gets the destination of this FirewallRule. # noqa: E501</p>
<p>Optional. Possible formats are IP, IP1-IPn, CIDR or comma separated list of those entries. If not specified, defaults to any. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The destination of this FirewallRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule.destination_scope">
<em class="property">property </em><code class="sig-name descname">destination_scope</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule.destination_scope" title="Permalink to this definition"></a></dt>
<dd><p>Gets the destination_scope of this FirewallRule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The destination_scope of this FirewallRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope" title="vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope">FirewallRuleScope</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this FirewallRule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this FirewallRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this FirewallRule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this FirewallRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'action': 'str', 'application_ids': 'list[str]', 'destination': 'str', 'destination_scope': 'FirewallRuleScope', 'id': 'str', 'name': 'str', 'revision': 'int', 'rule_interface': 'str', 'rule_type': 'str', 'services': 'list[FirewallService]', 'source': 'str', 'source_scope': 'FirewallRuleScope'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule.revision">
<em class="property">property </em><code class="sig-name descname">revision</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule.revision" title="Permalink to this definition"></a></dt>
<dd><p>Gets the revision of this FirewallRule. # noqa: E501</p>
<p>current revision of the list of firewall rules, used to protect against concurrent modification (first writer wins) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The revision of this FirewallRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule.rule_interface">
<em class="property">property </em><code class="sig-name descname">rule_interface</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule.rule_interface" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rule_interface of this FirewallRule. # noqa: E501</p>
<p>Deprecated, left for backwards compatibility. Remove once UI stops using it. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rule_interface of this FirewallRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule.rule_type">
<em class="property">property </em><code class="sig-name descname">rule_type</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule.rule_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rule_type of this FirewallRule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rule_type of this FirewallRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule.services">
<em class="property">property </em><code class="sig-name descname">services</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule.services" title="Permalink to this definition"></a></dt>
<dd><p>Gets the services of this FirewallRule. # noqa: E501</p>
<p>list of protocols and ports for this firewall rule # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The services of this FirewallRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.firewall_service.FirewallService" title="vmware.vmc.console.models.firewall_service.FirewallService">FirewallService</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule.source">
<em class="property">property </em><code class="sig-name descname">source</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule.source" title="Permalink to this definition"></a></dt>
<dd><p>Gets the source of this FirewallRule. # noqa: E501</p>
<p>Optional. Possible formats are IP, IP1-IPn, CIDR or comma separated list of those entries. If not specified, defaults to any. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The source of this FirewallRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule.source_scope">
<em class="property">property </em><code class="sig-name descname">source_scope</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule.source_scope" title="Permalink to this definition"></a></dt>
<dd><p>Gets the source_scope of this FirewallRule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The source_scope of this FirewallRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope" title="vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope">FirewallRuleScope</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule.FirewallRule.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule.FirewallRule.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.firewall_rule_scope">
<span id="vmware-vmc-console-models-firewall-rule-scope-module"></span><h2>vmware.vmc.console.models.firewall_rule_scope module<a class="headerlink" href="#module-vmware.vmc.console.models.firewall_rule_scope" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.firewall_rule_scope.</code><code class="sig-name descname">FirewallRuleScope</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">grouping_object_ids</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_group_ids</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>FirewallRuleScope - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'grouping_object_ids': 'grouping_object_ids', 'vnic_group_ids': 'vnic_group_ids'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope.grouping_object_ids">
<em class="property">property </em><code class="sig-name descname">grouping_object_ids</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope.grouping_object_ids" title="Permalink to this definition"></a></dt>
<dd><p>Gets the grouping_object_ids of this FirewallRuleScope. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The grouping_object_ids of this FirewallRuleScope. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'grouping_object_ids': 'list[str]', 'vnic_group_ids': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope.vnic_group_ids">
<em class="property">property </em><code class="sig-name descname">vnic_group_ids</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule_scope.FirewallRuleScope.vnic_group_ids" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_group_ids of this FirewallRuleScope. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_group_ids of this FirewallRuleScope. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.firewall_rule_stats">
<span id="vmware-vmc-console-models-firewall-rule-stats-module"></span><h2>vmware.vmc.console.models.firewall_rule_stats module<a class="headerlink" href="#module-vmware.vmc.console.models.firewall_rule_stats" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.firewall_rule_stats.</code><code class="sig-name descname">FirewallRuleStats</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">timestamp</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">connection_count</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">byte_count</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">packet_count</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>FirewallRuleStats - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'byte_count': 'byteCount', 'connection_count': 'connectionCount', 'packet_count': 'packetCount', 'timestamp': 'timestamp'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats.byte_count">
<em class="property">property </em><code class="sig-name descname">byte_count</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats.byte_count" title="Permalink to this definition"></a></dt>
<dd><p>Gets the byte_count of this FirewallRuleStats. # noqa: E501</p>
<p>Byte count. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The byte_count of this FirewallRuleStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats.connection_count">
<em class="property">property </em><code class="sig-name descname">connection_count</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats.connection_count" title="Permalink to this definition"></a></dt>
<dd><p>Gets the connection_count of this FirewallRuleStats. # noqa: E501</p>
<p>Connection count. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The connection_count of this FirewallRuleStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'byte_count': 'int', 'connection_count': 'int', 'packet_count': 'int', 'timestamp': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats.packet_count">
<em class="property">property </em><code class="sig-name descname">packet_count</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats.packet_count" title="Permalink to this definition"></a></dt>
<dd><p>Gets the packet_count of this FirewallRuleStats. # noqa: E501</p>
<p>Packet count. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The packet_count of this FirewallRuleStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats.timestamp">
<em class="property">property </em><code class="sig-name descname">timestamp</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats.timestamp" title="Permalink to this definition"></a></dt>
<dd><p>Gets the timestamp of this FirewallRuleStats. # noqa: E501</p>
<p>Timestamp of statistics collection. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The timestamp of this FirewallRuleStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.firewall_rules">
<span id="vmware-vmc-console-models-firewall-rules-module"></span><h2>vmware.vmc.console.models.firewall_rules module<a class="headerlink" href="#module-vmware.vmc.console.models.firewall_rules" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.firewall_rules.FirewallRules">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.firewall_rules.</code><code class="sig-name descname">FirewallRules</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">firewall_rules</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_rules.FirewallRules" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>FirewallRules - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_rules.FirewallRules.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'firewall_rules': 'firewallRules'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_rules.FirewallRules.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rules.FirewallRules.firewall_rules">
<em class="property">property </em><code class="sig-name descname">firewall_rules</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_rules.FirewallRules.firewall_rules" title="Permalink to this definition"></a></dt>
<dd><p>Gets the firewall_rules of this FirewallRules. # noqa: E501</p>
<p>Ordered list of firewall rules. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The firewall_rules of this FirewallRules. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule" title="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule">Nsxfirewallrule</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_rules.FirewallRules.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'firewall_rules': 'list[Nsxfirewallrule]'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_rules.FirewallRules.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rules.FirewallRules.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_rules.FirewallRules.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_rules.FirewallRules.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_rules.FirewallRules.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.firewall_service">
<span id="vmware-vmc-console-models-firewall-service-module"></span><h2>vmware.vmc.console.models.firewall_service module<a class="headerlink" href="#module-vmware.vmc.console.models.firewall_service" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.firewall_service.FirewallService">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.firewall_service.</code><code class="sig-name descname">FirewallService</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">protocol</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ports</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_service.FirewallService" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>FirewallService - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_service.FirewallService.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'ports': 'ports', 'protocol': 'protocol'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_service.FirewallService.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.firewall_service.FirewallService.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'ports': 'list[str]', 'protocol': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.firewall_service.FirewallService.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_service.FirewallService.ports">
<em class="property">property </em><code class="sig-name descname">ports</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_service.FirewallService.ports" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ports of this FirewallService. # noqa: E501</p>
<p>a list of port numbers and port ranges, such as {80, 91-95, 99}. If not specified, defaults to any. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ports of this FirewallService. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_service.FirewallService.protocol">
<em class="property">property </em><code class="sig-name descname">protocol</code><a class="headerlink" href="#vmware.vmc.console.models.firewall_service.FirewallService.protocol" title="Permalink to this definition"></a></dt>
<dd><p>Gets the protocol of this FirewallService. # noqa: E501</p>
<p>protocol name, such as tcp, udp etc. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The protocol of this FirewallService. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_service.FirewallService.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_service.FirewallService.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.firewall_service.FirewallService.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.firewall_service.FirewallService.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.gateway_template">
<span id="vmware-vmc-console-models-gateway-template-module"></span><h2>vmware.vmc.console.models.gateway_template module<a class="headerlink" href="#module-vmware.vmc.console.models.gateway_template" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.gateway_template.GatewayTemplate">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.gateway_template.</code><code class="sig-name descname">GatewayTemplate</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">public_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">primary_dns</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">secondary_dns</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">firewall_rules</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vpns</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.gateway_template.GatewayTemplate" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>GatewayTemplate - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.gateway_template.GatewayTemplate.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'firewall_rules': 'firewall_rules', 'primary_dns': 'primary_dns', 'public_ip': 'public_ip', 'secondary_dns': 'secondary_dns', 'vpns': 'vpns'}</em><a class="headerlink" href="#vmware.vmc.console.models.gateway_template.GatewayTemplate.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.gateway_template.GatewayTemplate.firewall_rules">
<em class="property">property </em><code class="sig-name descname">firewall_rules</code><a class="headerlink" href="#vmware.vmc.console.models.gateway_template.GatewayTemplate.firewall_rules" title="Permalink to this definition"></a></dt>
<dd><p>Gets the firewall_rules of this GatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The firewall_rules of this GatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.firewall_rule.FirewallRule" title="vmware.vmc.console.models.firewall_rule.FirewallRule">FirewallRule</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.gateway_template.GatewayTemplate.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'firewall_rules': 'list[FirewallRule]', 'primary_dns': 'str', 'public_ip': 'SddcPublicIp', 'secondary_dns': 'str', 'vpns': 'list[Vpn]'}</em><a class="headerlink" href="#vmware.vmc.console.models.gateway_template.GatewayTemplate.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.gateway_template.GatewayTemplate.primary_dns">
<em class="property">property </em><code class="sig-name descname">primary_dns</code><a class="headerlink" href="#vmware.vmc.console.models.gateway_template.GatewayTemplate.primary_dns" title="Permalink to this definition"></a></dt>
<dd><p>Gets the primary_dns of this GatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The primary_dns of this GatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.gateway_template.GatewayTemplate.public_ip">
<em class="property">property </em><code class="sig-name descname">public_ip</code><a class="headerlink" href="#vmware.vmc.console.models.gateway_template.GatewayTemplate.public_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the public_ip of this GatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The public_ip of this GatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp" title="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp">SddcPublicIp</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.gateway_template.GatewayTemplate.secondary_dns">
<em class="property">property </em><code class="sig-name descname">secondary_dns</code><a class="headerlink" href="#vmware.vmc.console.models.gateway_template.GatewayTemplate.secondary_dns" title="Permalink to this definition"></a></dt>
<dd><p>Gets the secondary_dns of this GatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The secondary_dns of this GatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.gateway_template.GatewayTemplate.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.gateway_template.GatewayTemplate.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.gateway_template.GatewayTemplate.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.gateway_template.GatewayTemplate.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.gateway_template.GatewayTemplate.vpns">
<em class="property">property </em><code class="sig-name descname">vpns</code><a class="headerlink" href="#vmware.vmc.console.models.gateway_template.GatewayTemplate.vpns" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpns of this GatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpns of this GatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.vpn.Vpn" title="vmware.vmc.console.models.vpn.Vpn">Vpn</a>]</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.glcm_bundle">
<span id="vmware-vmc-console-models-glcm-bundle-module"></span><h2>vmware.vmc.console.models.glcm_bundle module<a class="headerlink" href="#module-vmware.vmc.console.models.glcm_bundle" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.glcm_bundle.GlcmBundle">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.glcm_bundle.</code><code class="sig-name descname">GlcmBundle</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">s3_bucket</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.glcm_bundle.GlcmBundle" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>GlcmBundle - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.glcm_bundle.GlcmBundle.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'id': 'id', 's3_bucket': 's3Bucket'}</em><a class="headerlink" href="#vmware.vmc.console.models.glcm_bundle.GlcmBundle.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.glcm_bundle.GlcmBundle.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.glcm_bundle.GlcmBundle.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this GlcmBundle. # noqa: E501</p>
<p>the glcmbundles id # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this GlcmBundle. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.glcm_bundle.GlcmBundle.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'id': 'str', 's3_bucket': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.glcm_bundle.GlcmBundle.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.glcm_bundle.GlcmBundle.s3_bucket">
<em class="property">property </em><code class="sig-name descname">s3_bucket</code><a class="headerlink" href="#vmware.vmc.console.models.glcm_bundle.GlcmBundle.s3_bucket" title="Permalink to this definition"></a></dt>
<dd><p>Gets the s3_bucket of this GlcmBundle. # noqa: E501</p>
<p>the glcmbundles s3 bucket # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The s3_bucket of this GlcmBundle. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.glcm_bundle.GlcmBundle.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.glcm_bundle.GlcmBundle.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.glcm_bundle.GlcmBundle.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.glcm_bundle.GlcmBundle.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.host_instance_types">
<span id="vmware-vmc-console-models-host-instance-types-module"></span><h2>vmware.vmc.console.models.host_instance_types module<a class="headerlink" href="#module-vmware.vmc.console.models.host_instance_types" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.host_instance_types.HostInstanceTypes">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.host_instance_types.</code><code class="sig-name descname">HostInstanceTypes</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.host_instance_types.HostInstanceTypes" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>HostInstanceTypes - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.host_instance_types.HostInstanceTypes.I3EN_METAL">
<code class="sig-name descname">I3EN_METAL</code><em class="property"> = 'i3en.metal'</em><a class="headerlink" href="#vmware.vmc.console.models.host_instance_types.HostInstanceTypes.I3EN_METAL" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.host_instance_types.HostInstanceTypes.I3_METAL">
<code class="sig-name descname">I3_METAL</code><em class="property"> = 'i3.metal'</em><a class="headerlink" href="#vmware.vmc.console.models.host_instance_types.HostInstanceTypes.I3_METAL" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.host_instance_types.HostInstanceTypes.R5_METAL">
<code class="sig-name descname">R5_METAL</code><em class="property"> = 'r5.metal'</em><a class="headerlink" href="#vmware.vmc.console.models.host_instance_types.HostInstanceTypes.R5_METAL" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.host_instance_types.HostInstanceTypes.allowable_values">
<code class="sig-name descname">allowable_values</code><em class="property"> = ['i3.metal', 'r5.metal', 'i3en.metal']</em><a class="headerlink" href="#vmware.vmc.console.models.host_instance_types.HostInstanceTypes.allowable_values" title="Permalink to this definition"></a></dt>
<dd><dl class="simple">
<dt>Attributes:</dt><dd><dl class="simple">
<dt>openapi_types (dict): The key is attribute name</dt><dd><p>and the value is attribute type.</p>
</dd>
<dt>attribute_map (dict): The key is attribute name</dt><dd><p>and the value is json key in definition.</p>
</dd>
</dl>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.host_instance_types.HostInstanceTypes.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {}</em><a class="headerlink" href="#vmware.vmc.console.models.host_instance_types.HostInstanceTypes.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.host_instance_types.HostInstanceTypes.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {}</em><a class="headerlink" href="#vmware.vmc.console.models.host_instance_types.HostInstanceTypes.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_instance_types.HostInstanceTypes.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.host_instance_types.HostInstanceTypes.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_instance_types.HostInstanceTypes.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.host_instance_types.HostInstanceTypes.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.host_lease_info">
<span id="vmware-vmc-console-models-host-lease-info-module"></span><h2>vmware.vmc.console.models.host_lease_info module<a class="headerlink" href="#module-vmware.vmc.console.models.host_lease_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.host_lease_info.</code><code class="sig-name descname">HostLeaseInfo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">mac_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ends</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">abandoned</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cltt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">client_hostname</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">starts</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">binding_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">hardware_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tsfp</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">uid</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">next_binding_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ip_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tstp</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>HostLeaseInfo - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.abandoned">
<em class="property">property </em><code class="sig-name descname">abandoned</code><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.abandoned" title="Permalink to this definition"></a></dt>
<dd><p>Gets the abandoned of this HostLeaseInfo. # noqa: E501</p>
<p>Time stamp of when IP address was marked as abandoned. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The abandoned of this HostLeaseInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'abandoned': 'abandoned', 'binding_state': 'bindingState', 'client_hostname': 'clientHostname', 'cltt': 'cltt', 'ends': 'ends', 'hardware_type': 'hardwareType', 'ip_address': 'ipAddress', 'mac_address': 'macAddress', 'next_binding_state': 'nextBindingState', 'starts': 'starts', 'tsfp': 'tsfp', 'tstp': 'tstp', 'uid': 'uid'}</em><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.binding_state">
<em class="property">property </em><code class="sig-name descname">binding_state</code><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.binding_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the binding_state of this HostLeaseInfo. # noqa: E501</p>
<p>Leases binding state. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The binding_state of this HostLeaseInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.client_hostname">
<em class="property">property </em><code class="sig-name descname">client_hostname</code><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.client_hostname" title="Permalink to this definition"></a></dt>
<dd><p>Gets the client_hostname of this HostLeaseInfo. # noqa: E501</p>
<p>Name of the client. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The client_hostname of this HostLeaseInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.cltt">
<em class="property">property </em><code class="sig-name descname">cltt</code><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.cltt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cltt of this HostLeaseInfo. # noqa: E501</p>
<p>Client Last Transaction Time of the lease info. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cltt of this HostLeaseInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.ends">
<em class="property">property </em><code class="sig-name descname">ends</code><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.ends" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ends of this HostLeaseInfo. # noqa: E501</p>
<p>End time of the lease. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ends of this HostLeaseInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.hardware_type">
<em class="property">property </em><code class="sig-name descname">hardware_type</code><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.hardware_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the hardware_type of this HostLeaseInfo. # noqa: E501</p>
<p>The hardware type on which the lease will be used. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The hardware_type of this HostLeaseInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.ip_address">
<em class="property">property </em><code class="sig-name descname">ip_address</code><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.ip_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ip_address of this HostLeaseInfo. # noqa: E501</p>
<p>IP address of the client. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ip_address of this HostLeaseInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.mac_address">
<em class="property">property </em><code class="sig-name descname">mac_address</code><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.mac_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the mac_address of this HostLeaseInfo. # noqa: E501</p>
<p>MAC address of the client. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The mac_address of this HostLeaseInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.next_binding_state">
<em class="property">property </em><code class="sig-name descname">next_binding_state</code><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.next_binding_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the next_binding_state of this HostLeaseInfo. # noqa: E501</p>
<p>Indicates what state the lease will move to when the current state expires. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The next_binding_state of this HostLeaseInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'abandoned': 'str', 'binding_state': 'str', 'client_hostname': 'str', 'cltt': 'str', 'ends': 'str', 'hardware_type': 'str', 'ip_address': 'str', 'mac_address': 'str', 'next_binding_state': 'str', 'starts': 'str', 'tsfp': 'str', 'tstp': 'str', 'uid': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.starts">
<em class="property">property </em><code class="sig-name descname">starts</code><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.starts" title="Permalink to this definition"></a></dt>
<dd><p>Gets the starts of this HostLeaseInfo. # noqa: E501</p>
<p>Start time of the lease. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The starts of this HostLeaseInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.tsfp">
<em class="property">property </em><code class="sig-name descname">tsfp</code><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.tsfp" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tsfp of this HostLeaseInfo. # noqa: E501</p>
<p>Time Sent From Partner of the lease info. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tsfp of this HostLeaseInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.tstp">
<em class="property">property </em><code class="sig-name descname">tstp</code><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.tstp" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tstp of this HostLeaseInfo. # noqa: E501</p>
<p>Time Sent To Partner of the lease info. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tstp of this HostLeaseInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.host_lease_info.HostLeaseInfo.uid">
<em class="property">property </em><code class="sig-name descname">uid</code><a class="headerlink" href="#vmware.vmc.console.models.host_lease_info.HostLeaseInfo.uid" title="Permalink to this definition"></a></dt>
<dd><p>Gets the uid of this HostLeaseInfo. # noqa: E501</p>
<p>Uid to identify the DHCP lease. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The uid of this HostLeaseInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.instance_type_config">
<span id="vmware-vmc-console-models-instance-type-config-module"></span><h2>vmware.vmc.console.models.instance_type_config module<a class="headerlink" href="#module-vmware.vmc.console.models.instance_type_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.instance_type_config.InstanceTypeConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.instance_type_config.</code><code class="sig-name descname">InstanceTypeConfig</code><span class="sig-paren">(</span><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">hosts</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">display_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">entity_capacity</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.instance_type_config.InstanceTypeConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>InstanceTypeConfig - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.instance_type_config.InstanceTypeConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'display_name': 'display_name', 'entity_capacity': 'entity_capacity', 'hosts': 'hosts', 'instance_type': 'instance_type'}</em><a class="headerlink" href="#vmware.vmc.console.models.instance_type_config.InstanceTypeConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.instance_type_config.InstanceTypeConfig.display_name">
<em class="property">property </em><code class="sig-name descname">display_name</code><a class="headerlink" href="#vmware.vmc.console.models.instance_type_config.InstanceTypeConfig.display_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the display_name of this InstanceTypeConfig. # noqa: E501</p>
<p>Display name of instance_type. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The display_name of this InstanceTypeConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.instance_type_config.InstanceTypeConfig.entity_capacity">
<em class="property">property </em><code class="sig-name descname">entity_capacity</code><a class="headerlink" href="#vmware.vmc.console.models.instance_type_config.InstanceTypeConfig.entity_capacity" title="Permalink to this definition"></a></dt>
<dd><p>Gets the entity_capacity of this InstanceTypeConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The entity_capacity of this InstanceTypeConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.entity_capacity.EntityCapacity" title="vmware.vmc.console.models.entity_capacity.EntityCapacity">EntityCapacity</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.instance_type_config.InstanceTypeConfig.hosts">
<em class="property">property </em><code class="sig-name descname">hosts</code><a class="headerlink" href="#vmware.vmc.console.models.instance_type_config.InstanceTypeConfig.hosts" title="Permalink to this definition"></a></dt>
<dd><p>Gets the hosts of this InstanceTypeConfig. # noqa: E501</p>
<p>Array of number of hosts allowed for this operation. Range of hosts user can select for sddc provision # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The hosts of this InstanceTypeConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[int]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.instance_type_config.InstanceTypeConfig.instance_type">
<em class="property">property </em><code class="sig-name descname">instance_type</code><a class="headerlink" href="#vmware.vmc.console.models.instance_type_config.InstanceTypeConfig.instance_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the instance_type of this InstanceTypeConfig. # noqa: E501</p>
<p>Instance type name. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The instance_type of this InstanceTypeConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.instance_type_config.InstanceTypeConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'display_name': 'str', 'entity_capacity': 'EntityCapacity', 'hosts': 'list[int]', 'instance_type': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.instance_type_config.InstanceTypeConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.instance_type_config.InstanceTypeConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.instance_type_config.InstanceTypeConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.instance_type_config.InstanceTypeConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.instance_type_config.InstanceTypeConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.interaction_permissions">
<span id="vmware-vmc-console-models-interaction-permissions-module"></span><h2>vmware.vmc.console.models.interaction_permissions module<a class="headerlink" href="#module-vmware.vmc.console.models.interaction_permissions" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.interaction_permissions.InteractionPermissions">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.interaction_permissions.</code><code class="sig-name descname">InteractionPermissions</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">manage_permission</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">view_permission</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.interaction_permissions.InteractionPermissions" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>InteractionPermissions - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.interaction_permissions.InteractionPermissions.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'manage_permission': 'managePermission', 'view_permission': 'viewPermission'}</em><a class="headerlink" href="#vmware.vmc.console.models.interaction_permissions.InteractionPermissions.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interaction_permissions.InteractionPermissions.manage_permission">
<em class="property">property </em><code class="sig-name descname">manage_permission</code><a class="headerlink" href="#vmware.vmc.console.models.interaction_permissions.InteractionPermissions.manage_permission" title="Permalink to this definition"></a></dt>
<dd><p>Gets the manage_permission of this InteractionPermissions. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The manage_permission of this InteractionPermissions. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.interaction_permissions.InteractionPermissions.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'manage_permission': 'bool', 'view_permission': 'bool'}</em><a class="headerlink" href="#vmware.vmc.console.models.interaction_permissions.InteractionPermissions.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interaction_permissions.InteractionPermissions.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.interaction_permissions.InteractionPermissions.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interaction_permissions.InteractionPermissions.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.interaction_permissions.InteractionPermissions.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interaction_permissions.InteractionPermissions.view_permission">
<em class="property">property </em><code class="sig-name descname">view_permission</code><a class="headerlink" href="#vmware.vmc.console.models.interaction_permissions.InteractionPermissions.view_permission" title="Permalink to this definition"></a></dt>
<dd><p>Gets the view_permission of this InteractionPermissions. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The view_permission of this InteractionPermissions. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.interfaces_dashboard_stats">
<span id="vmware-vmc-console-models-interfaces-dashboard-stats-module"></span><h2>vmware.vmc.console.models.interfaces_dashboard_stats module<a class="headerlink" href="#module-vmware.vmc.console.models.interfaces_dashboard_stats" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.interfaces_dashboard_stats.</code><code class="sig-name descname">InterfacesDashboardStats</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">vnic_7_in_pkt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_0_in_byte</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_8_out_pkt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_5_in_byte</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_2_in_pkt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_3_in_pkt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_6_out_byte</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_3_in_byte</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_8_in_pkt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_1_in_byte</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_1_out_pkt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_5_out_byte</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_0_out_pkt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_0_out_byte</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_6_out_pkt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_3_out_byte</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_7_in_byte</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_1_out_byte</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_9_out_pkt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_9_in_pkt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_4_in_byte</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_5_out_pkt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_2_out_pkt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_2_in_byte</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_5_in_pkt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_7_out_pkt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_3_out_pkt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_4_out_pkt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_4_out_byte</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vnic_1_in_pkt</span><span class="o">=</span><span class="default_value">None</span></em>,
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>InterfacesDashboardStats - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'vnic_0_in_byte': 'vnic_0_in_byte', 'vnic_0_in_pkt': 'vnic_0_in_pkt', 'vnic_0_out_byte': 'vnic_0_out_byte', 'vnic_0_out_pkt': 'vnic_0_out_pkt', 'vnic_1_in_byte': 'vnic_1_in_byte', 'vnic_1_in_pkt': 'vnic_1_in_pkt', 'vnic_1_out_byte': 'vnic_1_out_byte', 'vnic_1_out_pkt': 'vnic_1_out_pkt', 'vnic_2_in_byte': 'vnic_2_in_byte', 'vnic_2_in_pkt': 'vnic_2_in_pkt', 'vnic_2_out_byte': 'vnic_2_out_byte', 'vnic_2_out_pkt': 'vnic_2_out_pkt', 'vnic_3_in_byte': 'vnic_3_in_byte', 'vnic_3_in_pkt': 'vnic_3_in_pkt', 'vnic_3_out_byte': 'vnic_3_out_byte', 'vnic_3_out_pkt': 'vnic_3_out_pkt', 'vnic_4_in_byte': 'vnic_4_in_byte', 'vnic_4_in_pkt': 'vnic_4_in_pkt', 'vnic_4_out_byte': 'vnic_4_out_byte', 'vnic_4_out_pkt': 'vnic_4_out_pkt', 'vnic_5_in_byte': 'vnic_5_in_byte', 'vnic_5_in_pkt': 'vnic_5_in_pkt', 'vnic_5_out_byte': 'vnic_5_out_byte', 'vnic_5_out_pkt': 'vnic_5_out_pkt', 'vnic_6_in_byte': 'vnic_6_in_byte', 'vnic_6_in_pkt': 'vnic_6_in_pkt', 'vnic_6_out_byte': 'vnic_6_out_byte', 'vnic_6_out_pkt': 'vnic_6_out_pkt', 'vnic_7_in_byte': 'vnic_7_in_byte', 'vnic_7_in_pkt': 'vnic_7_in_pkt', 'vnic_7_out_byte': 'vnic_7_out_byte', 'vnic_7_out_pkt': 'vnic_7_out_pkt', 'vnic_8_in_byte': 'vnic_8_in_byte', 'vnic_8_in_pkt': 'vnic_8_in_pkt', 'vnic_8_out_byte': 'vnic_8_out_byte', 'vnic_8_out_pkt': 'vnic_8_out_pkt', 'vnic_9_in_byte': 'vnic_9_in_byte', 'vnic_9_in_pkt': 'vnic_9_in_pkt', 'vnic_9_out_byte': 'vnic_9_out_byte', 'vnic_9_out_pkt': 'vnic_9_out_pkt'}</em><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'vnic_0_in_byte': 'list[DashboardStat]', 'vnic_0_in_pkt': 'list[DashboardStat]', 'vnic_0_out_byte': 'list[DashboardStat]', 'vnic_0_out_pkt': 'list[DashboardStat]', 'vnic_1_in_byte': 'list[DashboardStat]', 'vnic_1_in_pkt': 'list[DashboardStat]', 'vnic_1_out_byte': 'list[DashboardStat]', 'vnic_1_out_pkt': 'list[DashboardStat]', 'vnic_2_in_byte': 'list[DashboardStat]', 'vnic_2_in_pkt': 'list[DashboardStat]', 'vnic_2_out_byte': 'list[DashboardStat]', 'vnic_2_out_pkt': 'list[DashboardStat]', 'vnic_3_in_byte': 'list[DashboardStat]', 'vnic_3_in_pkt': 'list[DashboardStat]', 'vnic_3_out_byte': 'list[DashboardStat]', 'vnic_3_out_pkt': 'list[DashboardStat]', 'vnic_4_in_byte': 'list[DashboardStat]', 'vnic_4_in_pkt': 'list[DashboardStat]', 'vnic_4_out_byte': 'list[DashboardStat]', 'vnic_4_out_pkt': 'list[DashboardStat]', 'vnic_5_in_byte': 'list[DashboardStat]', 'vnic_5_in_pkt': 'list[DashboardStat]', 'vnic_5_out_byte': 'list[DashboardStat]', 'vnic_5_out_pkt': 'list[DashboardStat]', 'vnic_6_in_byte': 'list[DashboardStat]', 'vnic_6_in_pkt': 'list[DashboardStat]', 'vnic_6_out_byte': 'list[DashboardStat]', 'vnic_6_out_pkt': 'list[DashboardStat]', 'vnic_7_in_byte': 'list[DashboardStat]', 'vnic_7_in_pkt': 'list[DashboardStat]', 'vnic_7_out_byte': 'list[DashboardStat]', 'vnic_7_out_pkt': 'list[DashboardStat]', 'vnic_8_in_byte': 'list[DashboardStat]', 'vnic_8_in_pkt': 'list[DashboardStat]', 'vnic_8_out_byte': 'list[DashboardStat]', 'vnic_8_out_pkt': 'list[DashboardStat]', 'vnic_9_in_byte': 'list[DashboardStat]', 'vnic_9_in_pkt': 'list[DashboardStat]', 'vnic_9_out_byte': 'list[DashboardStat]', 'vnic_9_out_pkt': 'list[DashboardStat]'}</em><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_0_in_byte">
<em class="property">property </em><code class="sig-name descname">vnic_0_in_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_0_in_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_0_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_0_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_0_in_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_0_in_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_0_in_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_0_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_0_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_0_out_byte">
<em class="property">property </em><code class="sig-name descname">vnic_0_out_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_0_out_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_0_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_0_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_0_out_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_0_out_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_0_out_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_0_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_0_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_1_in_byte">
<em class="property">property </em><code class="sig-name descname">vnic_1_in_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_1_in_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_1_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_1_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_1_in_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_1_in_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_1_in_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_1_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_1_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_1_out_byte">
<em class="property">property </em><code class="sig-name descname">vnic_1_out_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_1_out_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_1_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_1_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_1_out_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_1_out_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_1_out_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_1_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_1_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_2_in_byte">
<em class="property">property </em><code class="sig-name descname">vnic_2_in_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_2_in_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_2_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_2_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_2_in_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_2_in_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_2_in_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_2_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_2_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_2_out_byte">
<em class="property">property </em><code class="sig-name descname">vnic_2_out_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_2_out_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_2_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_2_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_2_out_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_2_out_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_2_out_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_2_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_2_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_3_in_byte">
<em class="property">property </em><code class="sig-name descname">vnic_3_in_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_3_in_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_3_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_3_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_3_in_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_3_in_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_3_in_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_3_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_3_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_3_out_byte">
<em class="property">property </em><code class="sig-name descname">vnic_3_out_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_3_out_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_3_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_3_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_3_out_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_3_out_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_3_out_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_3_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_3_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_4_in_byte">
<em class="property">property </em><code class="sig-name descname">vnic_4_in_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_4_in_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_4_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_4_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_4_in_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_4_in_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_4_in_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_4_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_4_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_4_out_byte">
<em class="property">property </em><code class="sig-name descname">vnic_4_out_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_4_out_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_4_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_4_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_4_out_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_4_out_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_4_out_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_4_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_4_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_5_in_byte">
<em class="property">property </em><code class="sig-name descname">vnic_5_in_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_5_in_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_5_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_5_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_5_in_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_5_in_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_5_in_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_5_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_5_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_5_out_byte">
<em class="property">property </em><code class="sig-name descname">vnic_5_out_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_5_out_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_5_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_5_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_5_out_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_5_out_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_5_out_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_5_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_5_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_6_in_byte">
<em class="property">property </em><code class="sig-name descname">vnic_6_in_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_6_in_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_6_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_6_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_6_in_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_6_in_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_6_in_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_6_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_6_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_6_out_byte">
<em class="property">property </em><code class="sig-name descname">vnic_6_out_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_6_out_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_6_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_6_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_6_out_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_6_out_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_6_out_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_6_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_6_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_7_in_byte">
<em class="property">property </em><code class="sig-name descname">vnic_7_in_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_7_in_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_7_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_7_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_7_in_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_7_in_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_7_in_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_7_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_7_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_7_out_byte">
<em class="property">property </em><code class="sig-name descname">vnic_7_out_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_7_out_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_7_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_7_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_7_out_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_7_out_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_7_out_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_7_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_7_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_8_in_byte">
<em class="property">property </em><code class="sig-name descname">vnic_8_in_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_8_in_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_8_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_8_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_8_in_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_8_in_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_8_in_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_8_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_8_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_8_out_byte">
<em class="property">property </em><code class="sig-name descname">vnic_8_out_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_8_out_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_8_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_8_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_8_out_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_8_out_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_8_out_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_8_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_8_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_9_in_byte">
<em class="property">property </em><code class="sig-name descname">vnic_9_in_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_9_in_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_9_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_9_in_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_9_in_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_9_in_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_9_in_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_9_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_9_in_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_9_out_byte">
<em class="property">property </em><code class="sig-name descname">vnic_9_out_byte</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_9_out_byte" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_9_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_9_out_byte of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_9_out_pkt">
<em class="property">property </em><code class="sig-name descname">vnic_9_out_pkt</code><a class="headerlink" href="#vmware.vmc.console.models.interfaces_dashboard_stats.InterfacesDashboardStats.vnic_9_out_pkt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic_9_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic_9_out_pkt of this InterfacesDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.ip_addresses">
<span id="vmware-vmc-console-models-ip-addresses-module"></span><h2>vmware.vmc.console.models.ip_addresses module<a class="headerlink" href="#module-vmware.vmc.console.models.ip_addresses" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.ip_addresses.IpAddresses">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.ip_addresses.</code><code class="sig-name descname">IpAddresses</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">ip_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ip_addresses.IpAddresses" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>IpAddresses - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ip_addresses.IpAddresses.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'ip_address': 'ipAddress'}</em><a class="headerlink" href="#vmware.vmc.console.models.ip_addresses.IpAddresses.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ip_addresses.IpAddresses.ip_address">
<em class="property">property </em><code class="sig-name descname">ip_address</code><a class="headerlink" href="#vmware.vmc.console.models.ip_addresses.IpAddresses.ip_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ip_address of this IpAddresses. # noqa: E501</p>
<p>List of IP addresses. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ip_address of this IpAddresses. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ip_addresses.IpAddresses.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'ip_address': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.ip_addresses.IpAddresses.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ip_addresses.IpAddresses.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ip_addresses.IpAddresses.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ip_addresses.IpAddresses.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ip_addresses.IpAddresses.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.ipsec">
<span id="vmware-vmc-console-models-ipsec-module"></span><h2>vmware.vmc.console.models.ipsec module<a class="headerlink" href="#module-vmware.vmc.console.models.ipsec" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.ipsec.Ipsec">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.ipsec.</code><code class="sig-name descname">Ipsec</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">feature_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">logging</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">_global</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sites</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">disable_event</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">template</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec.Ipsec" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Ipsec - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec.Ipsec.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'_global': 'global', 'disable_event': 'disableEvent', 'enabled': 'enabled', 'feature_type': 'featureType', 'logging': 'logging', 'sites': 'sites', 'template': 'template', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec.Ipsec.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec.Ipsec.disable_event">
<em class="property">property </em><code class="sig-name descname">disable_event</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec.Ipsec.disable_event" title="Permalink to this definition"></a></dt>
<dd><p>Gets the disable_event of this Ipsec. # noqa: E501</p>
<p>Enable/disable event generation on NSX Edge appliance for IPsec. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The disable_event of this Ipsec. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec.Ipsec.enabled">
<em class="property">property </em><code class="sig-name descname">enabled</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec.Ipsec.enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enabled of this Ipsec. # noqa: E501</p>
<p>Value is true if feature is enabled. Default value is true. Optional. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enabled of this Ipsec. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec.Ipsec.feature_type">
<em class="property">property </em><code class="sig-name descname">feature_type</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec.Ipsec.feature_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the feature_type of this Ipsec. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The feature_type of this Ipsec. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec.Ipsec.logging">
<em class="property">property </em><code class="sig-name descname">logging</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec.Ipsec.logging" title="Permalink to this definition"></a></dt>
<dd><p>Gets the logging of this Ipsec. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The logging of this Ipsec. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.logging.Logging" title="vmware.vmc.console.models.logging.Logging">Logging</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec.Ipsec.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'_global': 'IpsecGlobalConfig', 'disable_event': 'bool', 'enabled': 'bool', 'feature_type': 'str', 'logging': 'Logging', 'sites': 'IpsecSites', 'template': 'str', 'version': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec.Ipsec.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec.Ipsec.sites">
<em class="property">property </em><code class="sig-name descname">sites</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec.Ipsec.sites" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sites of this Ipsec. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sites of this Ipsec. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.ipsec_sites.IpsecSites" title="vmware.vmc.console.models.ipsec_sites.IpsecSites">IpsecSites</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec.Ipsec.template">
<em class="property">property </em><code class="sig-name descname">template</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec.Ipsec.template" title="Permalink to this definition"></a></dt>
<dd><p>Gets the template of this Ipsec. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The template of this Ipsec. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec.Ipsec.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec.Ipsec.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec.Ipsec.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec.Ipsec.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec.Ipsec.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec.Ipsec.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this Ipsec. # noqa: E501</p>
<p>Version number tracking each configuration change. To avoid problems with overwriting changes, always retrieve and modify the latest configuration to include the current version number in your request. If you provide a version number which is not current, the request is rejected. If you omit the version number, the request is accepted but may overwrite any current changes if your change is not in sync with the latest change. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this Ipsec. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.ipsec_dashboard_stats">
<span id="vmware-vmc-console-models-ipsec-dashboard-stats-module"></span><h2>vmware.vmc.console.models.ipsec_dashboard_stats module<a class="headerlink" href="#module-vmware.vmc.console.models.ipsec_dashboard_stats" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.ipsec_dashboard_stats.</code><code class="sig-name descname">IpsecDashboardStats</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">ipsec_bytes_out</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ipsec_bytes_in</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ipsec_tunnels</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>IpsecDashboardStats - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'ipsec_bytes_in': 'ipsecBytesIn', 'ipsec_bytes_out': 'ipsecBytesOut', 'ipsec_tunnels': 'ipsecTunnels'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats.ipsec_bytes_in">
<em class="property">property </em><code class="sig-name descname">ipsec_bytes_in</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats.ipsec_bytes_in" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ipsec_bytes_in of this IpsecDashboardStats. # noqa: E501</p>
<p>Rx received bytes. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ipsec_bytes_in of this IpsecDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats.ipsec_bytes_out">
<em class="property">property </em><code class="sig-name descname">ipsec_bytes_out</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats.ipsec_bytes_out" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ipsec_bytes_out of this IpsecDashboardStats. # noqa: E501</p>
<p>Tx transmitted bytes. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ipsec_bytes_out of this IpsecDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats.ipsec_tunnels">
<em class="property">property </em><code class="sig-name descname">ipsec_tunnels</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats.ipsec_tunnels" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ipsec_tunnels of this IpsecDashboardStats. # noqa: E501</p>
<p>Number of Ipsec tunnels. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ipsec_tunnels of this IpsecDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'ipsec_bytes_in': 'list[DashboardStat]', 'ipsec_bytes_out': 'list[DashboardStat]', 'ipsec_tunnels': 'list[DashboardStat]'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_dashboard_stats.IpsecDashboardStats.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.ipsec_global_config">
<span id="vmware-vmc-console-models-ipsec-global-config-module"></span><h2>vmware.vmc.console.models.ipsec_global_config module<a class="headerlink" href="#module-vmware.vmc.console.models.ipsec_global_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.ipsec_global_config.</code><code class="sig-name descname">IpsecGlobalConfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">psk</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ca_certificates</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">service_certificate</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">crl_certificates</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">extension</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>IpsecGlobalConfig - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'ca_certificates': 'caCertificates', 'crl_certificates': 'crlCertificates', 'extension': 'extension', 'psk': 'psk', 'service_certificate': 'serviceCertificate'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.ca_certificates">
<em class="property">property </em><code class="sig-name descname">ca_certificates</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.ca_certificates" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ca_certificates of this IpsecGlobalConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ca_certificates of this IpsecGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.ca_certificates.CaCertificates" title="vmware.vmc.console.models.ca_certificates.CaCertificates">CaCertificates</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.crl_certificates">
<em class="property">property </em><code class="sig-name descname">crl_certificates</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.crl_certificates" title="Permalink to this definition"></a></dt>
<dd><p>Gets the crl_certificates of this IpsecGlobalConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The crl_certificates of this IpsecGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.crl_certificates.CrlCertificates" title="vmware.vmc.console.models.crl_certificates.CrlCertificates">CrlCertificates</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.extension">
<em class="property">property </em><code class="sig-name descname">extension</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.extension" title="Permalink to this definition"></a></dt>
<dd><p>Gets the extension of this IpsecGlobalConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The extension of this IpsecGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'ca_certificates': 'CaCertificates', 'crl_certificates': 'CrlCertificates', 'extension': 'str', 'psk': 'str', 'service_certificate': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.psk">
<em class="property">property </em><code class="sig-name descname">psk</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.psk" title="Permalink to this definition"></a></dt>
<dd><p>Gets the psk of this IpsecGlobalConfig. # noqa: E501</p>
<p>IPsec Global Pre Shared Key. Maximum characters is 128. Required when peerIp is configured as any in NSX Edge IPsec Site configuration. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The psk of this IpsecGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.service_certificate">
<em class="property">property </em><code class="sig-name descname">service_certificate</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.service_certificate" title="Permalink to this definition"></a></dt>
<dd><p>Gets the service_certificate of this IpsecGlobalConfig. # noqa: E501</p>
<p>Certificate name or identifier. Required when x.509 is selected as the authentication mode. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The service_certificate of this IpsecGlobalConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_global_config.IpsecGlobalConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.ipsec_site">
<span id="vmware-vmc-console-models-ipsec-site-module"></span><h2>vmware.vmc.console.models.ipsec_site module<a class="headerlink" href="#module-vmware.vmc.console.models.ipsec_site" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.ipsec_site.</code><code class="sig-name descname">IpsecSite</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">psk</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enable_pfs</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">authentication_mode</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">peer_subnets</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">dh_group</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">site_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">description</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">peer_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">certificate</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">encryption_algorithm</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">mtu</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">extension</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">peer_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_subnets</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>IpsecSite - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'authentication_mode': 'authenticationMode', 'certificate': 'certificate', 'description': 'description', 'dh_group': 'dhGroup', 'enable_pfs': 'enablePfs', 'enabled': 'enabled', 'encryption_algorithm': 'encryptionAlgorithm', 'extension': 'extension', 'local_id': 'localId', 'local_ip': 'localIp', 'local_subnets': 'localSubnets', 'mtu': 'mtu', 'name': 'name', 'peer_id': 'peerId', 'peer_ip': 'peerIp', 'peer_subnets': 'peerSubnets', 'psk': 'psk', 'site_id': 'siteId'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.authentication_mode">
<em class="property">property </em><code class="sig-name descname">authentication_mode</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.authentication_mode" title="Permalink to this definition"></a></dt>
<dd><p>Gets the authentication_mode of this IpsecSite. # noqa: E501</p>
<p>Authentication mode for the IPsec Site. Valid values are psk and x.509, with psk as default. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The authentication_mode of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.certificate">
<em class="property">property </em><code class="sig-name descname">certificate</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.certificate" title="Permalink to this definition"></a></dt>
<dd><p>Gets the certificate of this IpsecSite. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The certificate of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.description">
<em class="property">property </em><code class="sig-name descname">description</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.description" title="Permalink to this definition"></a></dt>
<dd><p>Gets the description of this IpsecSite. # noqa: E501</p>
<p>Description of the IPsec Site. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The description of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.dh_group">
<em class="property">property </em><code class="sig-name descname">dh_group</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.dh_group" title="Permalink to this definition"></a></dt>
<dd><p>Gets the dh_group of this IpsecSite. # noqa: E501</p>
<p>Diffie-Hellman algorithm group. Defaults to DH14 for FIPS enabled NSX Edge. DH2 and DH5 are not supported when FIPS is enabled on NSX Edge. Valid values are DH2, DH5, DH14, DH15, DH16. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The dh_group of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.enable_pfs">
<em class="property">property </em><code class="sig-name descname">enable_pfs</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.enable_pfs" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enable_pfs of this IpsecSite. # noqa: E501</p>
<p>Enable/disable Perfect Forward Secrecy. Default is true. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enable_pfs of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.enabled">
<em class="property">property </em><code class="sig-name descname">enabled</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enabled of this IpsecSite. # noqa: E501</p>
<p>Enable/disable IPsec Site. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enabled of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.encryption_algorithm">
<em class="property">property </em><code class="sig-name descname">encryption_algorithm</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.encryption_algorithm" title="Permalink to this definition"></a></dt>
<dd><p>Gets the encryption_algorithm of this IpsecSite. # noqa: E501</p>
<p>IPsec encryption algorithm with default as aes256. Valid values are aes, aes256, 3des, aes-gcm. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The encryption_algorithm of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.extension">
<em class="property">property </em><code class="sig-name descname">extension</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.extension" title="Permalink to this definition"></a></dt>
<dd><p>Gets the extension of this IpsecSite. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The extension of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.local_id">
<em class="property">property </em><code class="sig-name descname">local_id</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.local_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the local_id of this IpsecSite. # noqa: E501</p>
<p>Local ID of the IPsec Site. Defaults to the local IP. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The local_id of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.local_ip">
<em class="property">property </em><code class="sig-name descname">local_ip</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.local_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the local_ip of this IpsecSite. # noqa: E501</p>
<p>Local IP of the IPsec Site. Should be one of the IP addresses configured on the uplink interfaces of the NSX Edge. Required. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The local_ip of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.local_subnets">
<em class="property">property </em><code class="sig-name descname">local_subnets</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.local_subnets" title="Permalink to this definition"></a></dt>
<dd><p>Gets the local_subnets of this IpsecSite. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The local_subnets of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.subnets.Subnets" title="vmware.vmc.console.models.subnets.Subnets">Subnets</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.mtu">
<em class="property">property </em><code class="sig-name descname">mtu</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.mtu" title="Permalink to this definition"></a></dt>
<dd><p>Gets the mtu of this IpsecSite. # noqa: E501</p>
<p>MTU for the IPsec site. Defaults to the mtu of the NSX Edge vnic specified by the localIp. Optional. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The mtu of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this IpsecSite. # noqa: E501</p>
<p>Name of the IPsec Site. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'authentication_mode': 'str', 'certificate': 'str', 'description': 'str', 'dh_group': 'str', 'enable_pfs': 'bool', 'enabled': 'bool', 'encryption_algorithm': 'str', 'extension': 'str', 'local_id': 'str', 'local_ip': 'str', 'local_subnets': 'Subnets', 'mtu': 'int', 'name': 'str', 'peer_id': 'str', 'peer_ip': 'str', 'peer_subnets': 'Subnets', 'psk': 'str', 'site_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.peer_id">
<em class="property">property </em><code class="sig-name descname">peer_id</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.peer_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the peer_id of this IpsecSite. # noqa: E501</p>
<p>Peer ID. Should be unique for all IPsec Sites configured for an NSX Edge. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The peer_id of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.peer_ip">
<em class="property">property </em><code class="sig-name descname">peer_ip</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.peer_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the peer_ip of this IpsecSite. # noqa: E501</p>
<p>IP (IPv4) address or FQDN of the Peer. Can also be specified as any. Required. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The peer_ip of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.peer_subnets">
<em class="property">property </em><code class="sig-name descname">peer_subnets</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.peer_subnets" title="Permalink to this definition"></a></dt>
<dd><p>Gets the peer_subnets of this IpsecSite. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The peer_subnets of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.subnets.Subnets" title="vmware.vmc.console.models.subnets.Subnets">Subnets</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.psk">
<em class="property">property </em><code class="sig-name descname">psk</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.psk" title="Permalink to this definition"></a></dt>
<dd><p>Gets the psk of this IpsecSite. # noqa: E501</p>
<p>Pre Shared Key for the IPsec Site. Required if Site peerIp is not any. Global PSK is used when Authentication mode is PSK and Site peerIp is any. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The psk of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.site_id">
<em class="property">property </em><code class="sig-name descname">site_id</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.site_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the site_id of this IpsecSite. # noqa: E501</p>
<p>ID of the IPsec Site configuration provided by NSX Manager. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The site_id of this IpsecSite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site.IpsecSite.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site.IpsecSite.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.ipsec_site_ike_status">
<span id="vmware-vmc-console-models-ipsec-site-ike-status-module"></span><h2>vmware.vmc.console.models.ipsec_site_ike_status module<a class="headerlink" href="#module-vmware.vmc.console.models.ipsec_site_ike_status" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.ipsec_site_ike_status.</code><code class="sig-name descname">IpsecSiteIKEStatus</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">channel_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">channel_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">peer_ip_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_ip_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">peer_subnets</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">peer_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">last_informational_message</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_subnets</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>IpsecSiteIKEStatus - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'channel_state': 'channelState', 'channel_status': 'channelStatus', 'last_informational_message': 'lastInformationalMessage', 'local_ip_address': 'localIpAddress', 'local_subnets': 'localSubnets', 'peer_id': 'peerId', 'peer_ip_address': 'peerIpAddress', 'peer_subnets': 'peerSubnets'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.channel_state">
<em class="property">property </em><code class="sig-name descname">channel_state</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.channel_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the channel_state of this IpsecSiteIKEStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The channel_state of this IpsecSiteIKEStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.channel_status">
<em class="property">property </em><code class="sig-name descname">channel_status</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.channel_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the channel_status of this IpsecSiteIKEStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The channel_status of this IpsecSiteIKEStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.last_informational_message">
<em class="property">property </em><code class="sig-name descname">last_informational_message</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.last_informational_message" title="Permalink to this definition"></a></dt>
<dd><p>Gets the last_informational_message of this IpsecSiteIKEStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The last_informational_message of this IpsecSiteIKEStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.local_ip_address">
<em class="property">property </em><code class="sig-name descname">local_ip_address</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.local_ip_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the local_ip_address of this IpsecSiteIKEStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The local_ip_address of this IpsecSiteIKEStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.local_subnets">
<em class="property">property </em><code class="sig-name descname">local_subnets</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.local_subnets" title="Permalink to this definition"></a></dt>
<dd><p>Gets the local_subnets of this IpsecSiteIKEStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The local_subnets of this IpsecSiteIKEStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'channel_state': 'str', 'channel_status': 'str', 'last_informational_message': 'str', 'local_ip_address': 'str', 'local_subnets': 'list[str]', 'peer_id': 'str', 'peer_ip_address': 'str', 'peer_subnets': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.peer_id">
<em class="property">property </em><code class="sig-name descname">peer_id</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.peer_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the peer_id of this IpsecSiteIKEStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The peer_id of this IpsecSiteIKEStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.peer_ip_address">
<em class="property">property </em><code class="sig-name descname">peer_ip_address</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.peer_ip_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the peer_ip_address of this IpsecSiteIKEStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The peer_ip_address of this IpsecSiteIKEStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.peer_subnets">
<em class="property">property </em><code class="sig-name descname">peer_subnets</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.peer_subnets" title="Permalink to this definition"></a></dt>
<dd><p>Gets the peer_subnets of this IpsecSiteIKEStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The peer_subnets of this IpsecSiteIKEStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.ipsec_site_stats">
<span id="vmware-vmc-console-models-ipsec-site-stats-module"></span><h2>vmware.vmc.console.models.ipsec_site_stats module<a class="headerlink" href="#module-vmware.vmc.console.models.ipsec_site_stats" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.ipsec_site_stats.</code><code class="sig-name descname">IpsecSiteStats</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">rx_bytes_on_site</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tunnel_stats</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ike_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">site_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tx_bytes_from_site</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>IpsecSiteStats - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'ike_status': 'ikeStatus', 'rx_bytes_on_site': 'rxBytesOnSite', 'site_status': 'siteStatus', 'tunnel_stats': 'tunnelStats', 'tx_bytes_from_site': 'txBytesFromSite'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.ike_status">
<em class="property">property </em><code class="sig-name descname">ike_status</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.ike_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ike_status of this IpsecSiteStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ike_status of this IpsecSiteStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus" title="vmware.vmc.console.models.ipsec_site_ike_status.IpsecSiteIKEStatus">IpsecSiteIKEStatus</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'ike_status': 'IpsecSiteIKEStatus', 'rx_bytes_on_site': 'int', 'site_status': 'str', 'tunnel_stats': 'list[IpsecTunnelStats]', 'tx_bytes_from_site': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.rx_bytes_on_site">
<em class="property">property </em><code class="sig-name descname">rx_bytes_on_site</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.rx_bytes_on_site" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rx_bytes_on_site of this IpsecSiteStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rx_bytes_on_site of this IpsecSiteStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.site_status">
<em class="property">property </em><code class="sig-name descname">site_status</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.site_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the site_status of this IpsecSiteStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The site_status of this IpsecSiteStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.tunnel_stats">
<em class="property">property </em><code class="sig-name descname">tunnel_stats</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.tunnel_stats" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tunnel_stats of this IpsecSiteStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tunnel_stats of this IpsecSiteStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats" title="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats">IpsecTunnelStats</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.tx_bytes_from_site">
<em class="property">property </em><code class="sig-name descname">tx_bytes_from_site</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats.tx_bytes_from_site" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tx_bytes_from_site of this IpsecSiteStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tx_bytes_from_site of this IpsecSiteStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.ipsec_sites">
<span id="vmware-vmc-console-models-ipsec-sites-module"></span><h2>vmware.vmc.console.models.ipsec_sites module<a class="headerlink" href="#module-vmware.vmc.console.models.ipsec_sites" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.ipsec_sites.IpsecSites">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.ipsec_sites.</code><code class="sig-name descname">IpsecSites</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">sites</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_sites.IpsecSites" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>IpsecSites - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec_sites.IpsecSites.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'sites': 'sites'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec_sites.IpsecSites.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec_sites.IpsecSites.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'sites': 'list[IpsecSite]'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec_sites.IpsecSites.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_sites.IpsecSites.sites">
<em class="property">property </em><code class="sig-name descname">sites</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_sites.IpsecSites.sites" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sites of this IpsecSites. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sites of this IpsecSites. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.ipsec_site.IpsecSite" title="vmware.vmc.console.models.ipsec_site.IpsecSite">IpsecSite</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_sites.IpsecSites.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_sites.IpsecSites.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_sites.IpsecSites.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_sites.IpsecSites.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.ipsec_status_and_stats">
<span id="vmware-vmc-console-models-ipsec-status-and-stats-module"></span><h2>vmware.vmc.console.models.ipsec_status_and_stats module<a class="headerlink" href="#module-vmware.vmc.console.models.ipsec_status_and_stats" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.ipsec_status_and_stats.IpsecStatusAndStats">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.ipsec_status_and_stats.</code><code class="sig-name descname">IpsecStatusAndStats</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">time_stamp</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">server_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">site_statistics</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_status_and_stats.IpsecStatusAndStats" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>IpsecStatusAndStats - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec_status_and_stats.IpsecStatusAndStats.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'server_status': 'serverStatus', 'site_statistics': 'siteStatistics', 'time_stamp': 'timeStamp'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec_status_and_stats.IpsecStatusAndStats.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec_status_and_stats.IpsecStatusAndStats.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'server_status': 'str', 'site_statistics': 'list[IpsecSiteStats]', 'time_stamp': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec_status_and_stats.IpsecStatusAndStats.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_status_and_stats.IpsecStatusAndStats.server_status">
<em class="property">property </em><code class="sig-name descname">server_status</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_status_and_stats.IpsecStatusAndStats.server_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the server_status of this IpsecStatusAndStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The server_status of this IpsecStatusAndStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_status_and_stats.IpsecStatusAndStats.site_statistics">
<em class="property">property </em><code class="sig-name descname">site_statistics</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_status_and_stats.IpsecStatusAndStats.site_statistics" title="Permalink to this definition"></a></dt>
<dd><p>Gets the site_statistics of this IpsecStatusAndStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The site_statistics of this IpsecStatusAndStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats" title="vmware.vmc.console.models.ipsec_site_stats.IpsecSiteStats">IpsecSiteStats</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_status_and_stats.IpsecStatusAndStats.time_stamp">
<em class="property">property </em><code class="sig-name descname">time_stamp</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_status_and_stats.IpsecStatusAndStats.time_stamp" title="Permalink to this definition"></a></dt>
<dd><p>Gets the time_stamp of this IpsecStatusAndStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The time_stamp of this IpsecStatusAndStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_status_and_stats.IpsecStatusAndStats.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_status_and_stats.IpsecStatusAndStats.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_status_and_stats.IpsecStatusAndStats.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_status_and_stats.IpsecStatusAndStats.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.ipsec_tunnel_stats">
<span id="vmware-vmc-console-models-ipsec-tunnel-stats-module"></span><h2>vmware.vmc.console.models.ipsec_tunnel_stats module<a class="headerlink" href="#module-vmware.vmc.console.models.ipsec_tunnel_stats" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.ipsec_tunnel_stats.</code><code class="sig-name descname">IpsecTunnelStats</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">tunnel_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">peer_spi</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">rx_bytes_on_local_subnet</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">established_date</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">peer_subnet</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">authentication_algorithm</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tunnel_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tx_bytes_from_local_subnet</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">last_informational_message</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_spi</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">encryption_algorithm</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_subnet</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>IpsecTunnelStats - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'authentication_algorithm': 'authenticationAlgorithm', 'encryption_algorithm': 'encryptionAlgorithm', 'established_date': 'establishedDate', 'last_informational_message': 'lastInformationalMessage', 'local_spi': 'localSPI', 'local_subnet': 'localSubnet', 'peer_spi': 'peerSPI', 'peer_subnet': 'peerSubnet', 'rx_bytes_on_local_subnet': 'rxBytesOnLocalSubnet', 'tunnel_state': 'tunnelState', 'tunnel_status': 'tunnelStatus', 'tx_bytes_from_local_subnet': 'txBytesFromLocalSubnet'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.authentication_algorithm">
<em class="property">property </em><code class="sig-name descname">authentication_algorithm</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.authentication_algorithm" title="Permalink to this definition"></a></dt>
<dd><p>Gets the authentication_algorithm of this IpsecTunnelStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The authentication_algorithm of this IpsecTunnelStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.encryption_algorithm">
<em class="property">property </em><code class="sig-name descname">encryption_algorithm</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.encryption_algorithm" title="Permalink to this definition"></a></dt>
<dd><p>Gets the encryption_algorithm of this IpsecTunnelStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The encryption_algorithm of this IpsecTunnelStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.established_date">
<em class="property">property </em><code class="sig-name descname">established_date</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.established_date" title="Permalink to this definition"></a></dt>
<dd><p>Gets the established_date of this IpsecTunnelStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The established_date of this IpsecTunnelStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.last_informational_message">
<em class="property">property </em><code class="sig-name descname">last_informational_message</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.last_informational_message" title="Permalink to this definition"></a></dt>
<dd><p>Gets the last_informational_message of this IpsecTunnelStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The last_informational_message of this IpsecTunnelStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.local_spi">
<em class="property">property </em><code class="sig-name descname">local_spi</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.local_spi" title="Permalink to this definition"></a></dt>
<dd><p>Gets the local_spi of this IpsecTunnelStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The local_spi of this IpsecTunnelStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.local_subnet">
<em class="property">property </em><code class="sig-name descname">local_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.local_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the local_subnet of this IpsecTunnelStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The local_subnet of this IpsecTunnelStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'authentication_algorithm': 'str', 'encryption_algorithm': 'str', 'established_date': 'str', 'last_informational_message': 'str', 'local_spi': 'str', 'local_subnet': 'str', 'peer_spi': 'str', 'peer_subnet': 'str', 'rx_bytes_on_local_subnet': 'int', 'tunnel_state': 'str', 'tunnel_status': 'str', 'tx_bytes_from_local_subnet': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.peer_spi">
<em class="property">property </em><code class="sig-name descname">peer_spi</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.peer_spi" title="Permalink to this definition"></a></dt>
<dd><p>Gets the peer_spi of this IpsecTunnelStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The peer_spi of this IpsecTunnelStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.peer_subnet">
<em class="property">property </em><code class="sig-name descname">peer_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.peer_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the peer_subnet of this IpsecTunnelStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The peer_subnet of this IpsecTunnelStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.rx_bytes_on_local_subnet">
<em class="property">property </em><code class="sig-name descname">rx_bytes_on_local_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.rx_bytes_on_local_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rx_bytes_on_local_subnet of this IpsecTunnelStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rx_bytes_on_local_subnet of this IpsecTunnelStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.tunnel_state">
<em class="property">property </em><code class="sig-name descname">tunnel_state</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.tunnel_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tunnel_state of this IpsecTunnelStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tunnel_state of this IpsecTunnelStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.tunnel_status">
<em class="property">property </em><code class="sig-name descname">tunnel_status</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.tunnel_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tunnel_status of this IpsecTunnelStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tunnel_status of this IpsecTunnelStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.tx_bytes_from_local_subnet">
<em class="property">property </em><code class="sig-name descname">tx_bytes_from_local_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.ipsec_tunnel_stats.IpsecTunnelStats.tx_bytes_from_local_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tx_bytes_from_local_subnet of this IpsecTunnelStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tx_bytes_from_local_subnet of this IpsecTunnelStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.key_value_attributes">
<span id="vmware-vmc-console-models-key-value-attributes-module"></span><h2>vmware.vmc.console.models.key_value_attributes module<a class="headerlink" href="#module-vmware.vmc.console.models.key_value_attributes" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.key_value_attributes.KeyValueAttributes">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.key_value_attributes.</code><code class="sig-name descname">KeyValueAttributes</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">value</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">key</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.key_value_attributes.KeyValueAttributes" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>KeyValueAttributes - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.key_value_attributes.KeyValueAttributes.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'key': 'key', 'value': 'value'}</em><a class="headerlink" href="#vmware.vmc.console.models.key_value_attributes.KeyValueAttributes.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.key_value_attributes.KeyValueAttributes.key">
<em class="property">property </em><code class="sig-name descname">key</code><a class="headerlink" href="#vmware.vmc.console.models.key_value_attributes.KeyValueAttributes.key" title="Permalink to this definition"></a></dt>
<dd><p>Gets the key of this KeyValueAttributes. # noqa: E501</p>
<p>Key name of the configuration limit parameter. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The key of this KeyValueAttributes. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.key_value_attributes.KeyValueAttributes.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'key': 'str', 'value': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.key_value_attributes.KeyValueAttributes.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.key_value_attributes.KeyValueAttributes.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.key_value_attributes.KeyValueAttributes.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.key_value_attributes.KeyValueAttributes.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.key_value_attributes.KeyValueAttributes.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.key_value_attributes.KeyValueAttributes.value">
<em class="property">property </em><code class="sig-name descname">value</code><a class="headerlink" href="#vmware.vmc.console.models.key_value_attributes.KeyValueAttributes.value" title="Permalink to this definition"></a></dt>
<dd><p>Gets the value of this KeyValueAttributes. # noqa: E501</p>
<p>Value corresponding to the key of the configuration limit parameter. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The value of this KeyValueAttributes. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.kms_vpc_endpoint">
<span id="vmware-vmc-console-models-kms-vpc-endpoint-module"></span><h2>vmware.vmc.console.models.kms_vpc_endpoint module<a class="headerlink" href="#module-vmware.vmc.console.models.kms_vpc_endpoint" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.kms_vpc_endpoint.</code><code class="sig-name descname">KmsVpcEndpoint</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">vpc_endpoint_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">network_interface_ids</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>KmsVpcEndpoint - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'network_interface_ids': 'network_interface_ids', 'vpc_endpoint_id': 'vpc_endpoint_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint.network_interface_ids">
<em class="property">property </em><code class="sig-name descname">network_interface_ids</code><a class="headerlink" href="#vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint.network_interface_ids" title="Permalink to this definition"></a></dt>
<dd><p>Gets the network_interface_ids of this KmsVpcEndpoint. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The network_interface_ids of this KmsVpcEndpoint. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'network_interface_ids': 'list[str]', 'vpc_endpoint_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint.vpc_endpoint_id">
<em class="property">property </em><code class="sig-name descname">vpc_endpoint_id</code><a class="headerlink" href="#vmware.vmc.console.models.kms_vpc_endpoint.KmsVpcEndpoint.vpc_endpoint_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpc_endpoint_id of this KmsVpcEndpoint. # noqa: E501</p>
<p>The identifier of the VPC endpoint created to AWS Key Management Service # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpc_endpoint_id of this KmsVpcEndpoint. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.l2_extension">
<span id="vmware-vmc-console-models-l2-extension-module"></span><h2>vmware.vmc.console.models.l2_extension module<a class="headerlink" href="#module-vmware.vmc.console.models.l2_extension" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.l2_extension.L2Extension">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.l2_extension.</code><code class="sig-name descname">L2Extension</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">tunnel_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.l2_extension.L2Extension" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>L2Extension - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.l2_extension.L2Extension.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'tunnel_id': 'tunnelId'}</em><a class="headerlink" href="#vmware.vmc.console.models.l2_extension.L2Extension.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.l2_extension.L2Extension.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'tunnel_id': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.l2_extension.L2Extension.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2_extension.L2Extension.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.l2_extension.L2Extension.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2_extension.L2Extension.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.l2_extension.L2Extension.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2_extension.L2Extension.tunnel_id">
<em class="property">property </em><code class="sig-name descname">tunnel_id</code><a class="headerlink" href="#vmware.vmc.console.models.l2_extension.L2Extension.tunnel_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tunnel_id of this L2Extension. # noqa: E501</p>
<p>Identifier for layer 2 extension tunnel. Valid range: 1-4093. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tunnel_id of this L2Extension. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.l2_vpn">
<span id="vmware-vmc-console-models-l2-vpn-module"></span><h2>vmware.vmc.console.models.l2_vpn module<a class="headerlink" href="#module-vmware.vmc.console.models.l2_vpn" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.l2_vpn.L2Vpn">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.l2_vpn.</code><code class="sig-name descname">L2Vpn</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sites</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">listener_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.l2_vpn.L2Vpn" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>L2Vpn - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.l2_vpn.L2Vpn.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'enabled': 'enabled', 'listener_ip': 'listener_ip', 'sites': 'sites'}</em><a class="headerlink" href="#vmware.vmc.console.models.l2_vpn.L2Vpn.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2_vpn.L2Vpn.enabled">
<em class="property">property </em><code class="sig-name descname">enabled</code><a class="headerlink" href="#vmware.vmc.console.models.l2_vpn.L2Vpn.enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enabled of this L2Vpn. # noqa: E501</p>
<p>Enable (true) or disable (false) L2 VPN. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enabled of this L2Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2_vpn.L2Vpn.listener_ip">
<em class="property">property </em><code class="sig-name descname">listener_ip</code><a class="headerlink" href="#vmware.vmc.console.models.l2_vpn.L2Vpn.listener_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the listener_ip of this L2Vpn. # noqa: E501</p>
<p>Public uplink ip address. IP of external interface on which L2VPN service listens to. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The listener_ip of this L2Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.l2_vpn.L2Vpn.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'enabled': 'bool', 'listener_ip': 'str', 'sites': 'list[Site]'}</em><a class="headerlink" href="#vmware.vmc.console.models.l2_vpn.L2Vpn.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2_vpn.L2Vpn.sites">
<em class="property">property </em><code class="sig-name descname">sites</code><a class="headerlink" href="#vmware.vmc.console.models.l2_vpn.L2Vpn.sites" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sites of this L2Vpn. # noqa: E501</p>
<p>Array of L2 vpn site config. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sites of this L2Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.site.Site" title="vmware.vmc.console.models.site.Site">Site</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2_vpn.L2Vpn.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.l2_vpn.L2Vpn.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2_vpn.L2Vpn.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.l2_vpn.L2Vpn.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.l2vpn_stats">
<span id="vmware-vmc-console-models-l2vpn-stats-module"></span><h2>vmware.vmc.console.models.l2vpn_stats module<a class="headerlink" href="#module-vmware.vmc.console.models.l2vpn_stats" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.l2vpn_stats.L2vpnStats">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.l2vpn_stats.</code><code class="sig-name descname">L2vpnStats</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">tunnel_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">established_date</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">dropped_rx_packets</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">encryption_algorithm</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">failure_message</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tx_bytes_from_local_subnet</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">rx_bytes_on_local_subnet</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">dropped_tx_packets</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">last_updated_time</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_stats.L2vpnStats" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>L2vpnStats - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.l2vpn_stats.L2vpnStats.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'dropped_rx_packets': 'droppedRxPackets', 'dropped_tx_packets': 'droppedTxPackets', 'encryption_algorithm': 'encryptionAlgorithm', 'established_date': 'establishedDate', 'failure_message': 'failureMessage', 'last_updated_time': 'lastUpdatedTime', 'name': 'name', 'rx_bytes_on_local_subnet': 'rxBytesOnLocalSubnet', 'tunnel_status': 'tunnelStatus', 'tx_bytes_from_local_subnet': 'txBytesFromLocalSubnet'}</em><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_stats.L2vpnStats.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_stats.L2vpnStats.dropped_rx_packets">
<em class="property">property </em><code class="sig-name descname">dropped_rx_packets</code><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_stats.L2vpnStats.dropped_rx_packets" title="Permalink to this definition"></a></dt>
<dd><p>Gets the dropped_rx_packets of this L2vpnStats. # noqa: E501</p>
<p>Number of received packets dropped. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The dropped_rx_packets of this L2vpnStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_stats.L2vpnStats.dropped_tx_packets">
<em class="property">property </em><code class="sig-name descname">dropped_tx_packets</code><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_stats.L2vpnStats.dropped_tx_packets" title="Permalink to this definition"></a></dt>
<dd><p>Gets the dropped_tx_packets of this L2vpnStats. # noqa: E501</p>
<p>Number of transferred packets dropped. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The dropped_tx_packets of this L2vpnStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_stats.L2vpnStats.encryption_algorithm">
<em class="property">property </em><code class="sig-name descname">encryption_algorithm</code><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_stats.L2vpnStats.encryption_algorithm" title="Permalink to this definition"></a></dt>
<dd><p>Gets the encryption_algorithm of this L2vpnStats. # noqa: E501</p>
<p>Cipher used in encryption. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The encryption_algorithm of this L2vpnStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_stats.L2vpnStats.established_date">
<em class="property">property </em><code class="sig-name descname">established_date</code><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_stats.L2vpnStats.established_date" title="Permalink to this definition"></a></dt>
<dd><p>Gets the established_date of this L2vpnStats. # noqa: E501</p>
<p>Tunnel established date. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The established_date of this L2vpnStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_stats.L2vpnStats.failure_message">
<em class="property">property </em><code class="sig-name descname">failure_message</code><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_stats.L2vpnStats.failure_message" title="Permalink to this definition"></a></dt>
<dd><p>Gets the failure_message of this L2vpnStats. # noqa: E501</p>
<p>Reason for the tunnel down. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The failure_message of this L2vpnStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_stats.L2vpnStats.last_updated_time">
<em class="property">property </em><code class="sig-name descname">last_updated_time</code><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_stats.L2vpnStats.last_updated_time" title="Permalink to this definition"></a></dt>
<dd><p>Gets the last_updated_time of this L2vpnStats. # noqa: E501</p>
<p>Time stamp of the statistics collection. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The last_updated_time of this L2vpnStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_stats.L2vpnStats.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_stats.L2vpnStats.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this L2vpnStats. # noqa: E501</p>
<p>User defined name of the site. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this L2vpnStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.l2vpn_stats.L2vpnStats.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'dropped_rx_packets': 'int', 'dropped_tx_packets': 'int', 'encryption_algorithm': 'str', 'established_date': 'int', 'failure_message': 'str', 'last_updated_time': 'int', 'name': 'str', 'rx_bytes_on_local_subnet': 'int', 'tunnel_status': 'str', 'tx_bytes_from_local_subnet': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_stats.L2vpnStats.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_stats.L2vpnStats.rx_bytes_on_local_subnet">
<em class="property">property </em><code class="sig-name descname">rx_bytes_on_local_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_stats.L2vpnStats.rx_bytes_on_local_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rx_bytes_on_local_subnet of this L2vpnStats. # noqa: E501</p>
<p>Number of bytes received on the local subnet. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rx_bytes_on_local_subnet of this L2vpnStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_stats.L2vpnStats.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_stats.L2vpnStats.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_stats.L2vpnStats.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_stats.L2vpnStats.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_stats.L2vpnStats.tunnel_status">
<em class="property">property </em><code class="sig-name descname">tunnel_status</code><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_stats.L2vpnStats.tunnel_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tunnel_status of this L2vpnStats. # noqa: E501</p>
<p>Status of the tunnel (UP/DOWN). # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tunnel_status of this L2vpnStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_stats.L2vpnStats.tx_bytes_from_local_subnet">
<em class="property">property </em><code class="sig-name descname">tx_bytes_from_local_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_stats.L2vpnStats.tx_bytes_from_local_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tx_bytes_from_local_subnet of this L2vpnStats. # noqa: E501</p>
<p>Number of bytes transferred from local subnet. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tx_bytes_from_local_subnet of this L2vpnStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.l2vpn_status_and_stats">
<span id="vmware-vmc-console-models-l2vpn-status-and-stats-module"></span><h2>vmware.vmc.console.models.l2vpn_status_and_stats module<a class="headerlink" href="#module-vmware.vmc.console.models.l2vpn_status_and_stats" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.l2vpn_status_and_stats.L2vpnStatusAndStats">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.l2vpn_status_and_stats.</code><code class="sig-name descname">L2vpnStatusAndStats</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">time_stamp</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">server_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">site_stats</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_status_and_stats.L2vpnStatusAndStats" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>L2vpnStatusAndStats - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.l2vpn_status_and_stats.L2vpnStatusAndStats.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'server_status': 'serverStatus', 'site_stats': 'siteStats', 'time_stamp': 'timeStamp'}</em><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_status_and_stats.L2vpnStatusAndStats.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.l2vpn_status_and_stats.L2vpnStatusAndStats.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'server_status': 'str', 'site_stats': 'list[L2vpnStats]', 'time_stamp': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_status_and_stats.L2vpnStatusAndStats.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_status_and_stats.L2vpnStatusAndStats.server_status">
<em class="property">property </em><code class="sig-name descname">server_status</code><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_status_and_stats.L2vpnStatusAndStats.server_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the server_status of this L2vpnStatusAndStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The server_status of this L2vpnStatusAndStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_status_and_stats.L2vpnStatusAndStats.site_stats">
<em class="property">property </em><code class="sig-name descname">site_stats</code><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_status_and_stats.L2vpnStatusAndStats.site_stats" title="Permalink to this definition"></a></dt>
<dd><p>Gets the site_stats of this L2vpnStatusAndStats. # noqa: E501</p>
<p>List of statistics for each Site. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The site_stats of this L2vpnStatusAndStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.l2vpn_stats.L2vpnStats" title="vmware.vmc.console.models.l2vpn_stats.L2vpnStats">L2vpnStats</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_status_and_stats.L2vpnStatusAndStats.time_stamp">
<em class="property">property </em><code class="sig-name descname">time_stamp</code><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_status_and_stats.L2vpnStatusAndStats.time_stamp" title="Permalink to this definition"></a></dt>
<dd><p>Gets the time_stamp of this L2vpnStatusAndStats. # noqa: E501</p>
<p>Time stamp of statistics collection. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The time_stamp of this L2vpnStatusAndStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_status_and_stats.L2vpnStatusAndStats.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_status_and_stats.L2vpnStatusAndStats.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.l2vpn_status_and_stats.L2vpnStatusAndStats.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.l2vpn_status_and_stats.L2vpnStatusAndStats.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.licence_acl_permissions">
<span id="vmware-vmc-console-models-licence-acl-permissions-module"></span><h2>vmware.vmc.console.models.licence_acl_permissions module<a class="headerlink" href="#module-vmware.vmc.console.models.licence_acl_permissions" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.licence_acl_permissions.</code><code class="sig-name descname">LicenceAclPermissions</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">data_permission</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">is_licensed</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">access_permission</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>LicenceAclPermissions - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions.access_permission">
<em class="property">property </em><code class="sig-name descname">access_permission</code><a class="headerlink" href="#vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions.access_permission" title="Permalink to this definition"></a></dt>
<dd><p>Gets the access_permission of this LicenceAclPermissions. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The access_permission of this LicenceAclPermissions. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.interaction_permissions.InteractionPermissions" title="vmware.vmc.console.models.interaction_permissions.InteractionPermissions">InteractionPermissions</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'access_permission': 'accessPermission', 'data_permission': 'dataPermission', 'is_licensed': 'isLicensed'}</em><a class="headerlink" href="#vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions.data_permission">
<em class="property">property </em><code class="sig-name descname">data_permission</code><a class="headerlink" href="#vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions.data_permission" title="Permalink to this definition"></a></dt>
<dd><p>Gets the data_permission of this LicenceAclPermissions. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The data_permission of this LicenceAclPermissions. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.data_permissions.DataPermissions" title="vmware.vmc.console.models.data_permissions.DataPermissions">DataPermissions</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions.is_licensed">
<em class="property">property </em><code class="sig-name descname">is_licensed</code><a class="headerlink" href="#vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions.is_licensed" title="Permalink to this definition"></a></dt>
<dd><p>Gets the is_licensed of this LicenceAclPermissions. # noqa: E501</p>
<p>Value is true if feature is licenced. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The is_licensed of this LicenceAclPermissions. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'access_permission': 'InteractionPermissions', 'data_permission': 'DataPermissions', 'is_licensed': 'bool'}</em><a class="headerlink" href="#vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.licence_acl_permissions.LicenceAclPermissions.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.load_balancer_dashboard_stats">
<span id="vmware-vmc-console-models-load-balancer-dashboard-stats-module"></span><h2>vmware.vmc.console.models.load_balancer_dashboard_stats module<a class="headerlink" href="#module-vmware.vmc.console.models.load_balancer_dashboard_stats" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.load_balancer_dashboard_stats.</code><code class="sig-name descname">LoadBalancerDashboardStats</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">lb_bps_in</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">lb_http_reqs</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">lb_bps_out</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">lb_sessions</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>LoadBalancerDashboardStats - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'lb_bps_in': 'lbBpsIn', 'lb_bps_out': 'lbBpsOut', 'lb_http_reqs': 'lbHttpReqs', 'lb_sessions': 'lbSessions'}</em><a class="headerlink" href="#vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats.lb_bps_in">
<em class="property">property </em><code class="sig-name descname">lb_bps_in</code><a class="headerlink" href="#vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats.lb_bps_in" title="Permalink to this definition"></a></dt>
<dd><p>Gets the lb_bps_in of this LoadBalancerDashboardStats. # noqa: E501</p>
<p>Number of bytes in. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The lb_bps_in of this LoadBalancerDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats.lb_bps_out">
<em class="property">property </em><code class="sig-name descname">lb_bps_out</code><a class="headerlink" href="#vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats.lb_bps_out" title="Permalink to this definition"></a></dt>
<dd><p>Gets the lb_bps_out of this LoadBalancerDashboardStats. # noqa: E501</p>
<p>Number of bytes out. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The lb_bps_out of this LoadBalancerDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats.lb_http_reqs">
<em class="property">property </em><code class="sig-name descname">lb_http_reqs</code><a class="headerlink" href="#vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats.lb_http_reqs" title="Permalink to this definition"></a></dt>
<dd><p>Gets the lb_http_reqs of this LoadBalancerDashboardStats. # noqa: E501</p>
<p>Number of HTTP requests received by Load Balancer. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The lb_http_reqs of this LoadBalancerDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats.lb_sessions">
<em class="property">property </em><code class="sig-name descname">lb_sessions</code><a class="headerlink" href="#vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats.lb_sessions" title="Permalink to this definition"></a></dt>
<dd><p>Gets the lb_sessions of this LoadBalancerDashboardStats. # noqa: E501</p>
<p>Number of Load Balancer sessions. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The lb_sessions of this LoadBalancerDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'lb_bps_in': 'list[DashboardStat]', 'lb_bps_out': 'list[DashboardStat]', 'lb_http_reqs': 'list[DashboardStat]', 'lb_sessions': 'list[DashboardStat]'}</em><a class="headerlink" href="#vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.load_balancer_dashboard_stats.LoadBalancerDashboardStats.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.logging">
<span id="vmware-vmc-console-models-logging-module"></span><h2>vmware.vmc.console.models.logging module<a class="headerlink" href="#module-vmware.vmc.console.models.logging" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.logging.Logging">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.logging.</code><code class="sig-name descname">Logging</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">log_level</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enable</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.logging.Logging" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Logging - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.logging.Logging.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'enable': 'enable', 'log_level': 'logLevel'}</em><a class="headerlink" href="#vmware.vmc.console.models.logging.Logging.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logging.Logging.enable">
<em class="property">property </em><code class="sig-name descname">enable</code><a class="headerlink" href="#vmware.vmc.console.models.logging.Logging.enable" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enable of this Logging. # noqa: E501</p>
<p>Logging enabled. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enable of this Logging. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logging.Logging.log_level">
<em class="property">property </em><code class="sig-name descname">log_level</code><a class="headerlink" href="#vmware.vmc.console.models.logging.Logging.log_level" title="Permalink to this definition"></a></dt>
<dd><p>Gets the log_level of this Logging. # noqa: E501</p>
<p>Log level. Valid values: emergency, alert, critical, error, warning, notice, info, debug. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The log_level of this Logging. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.logging.Logging.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'enable': 'bool', 'log_level': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.logging.Logging.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logging.Logging.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.logging.Logging.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logging.Logging.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.logging.Logging.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.logical_network">
<span id="vmware-vmc-console-models-logical-network-module"></span><h2>vmware.vmc.console.models.logical_network module<a class="headerlink" href="#module-vmware.vmc.console.models.logical_network" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.logical_network.LogicalNetwork">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.logical_network.</code><code class="sig-name descname">LogicalNetwork</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">subnet_cidr</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">gateway_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">dhcp_enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">dhcp_ip_range</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tunnel_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">network_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.logical_network.LogicalNetwork" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>LogicalNetwork - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.logical_network.LogicalNetwork.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'dhcp_enabled': 'dhcp_enabled', 'dhcp_ip_range': 'dhcp_ip_range', 'gateway_ip': 'gatewayIp', 'id': 'id', 'name': 'name', 'network_type': 'network_type', 'subnet_cidr': 'subnet_cidr', 'tunnel_id': 'tunnel_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.logical_network.LogicalNetwork.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_network.LogicalNetwork.dhcp_enabled">
<em class="property">property </em><code class="sig-name descname">dhcp_enabled</code><a class="headerlink" href="#vmware.vmc.console.models.logical_network.LogicalNetwork.dhcp_enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the dhcp_enabled of this LogicalNetwork. # noqa: E501</p>
<p>if true - enabled; if false - disabled # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The dhcp_enabled of this LogicalNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_network.LogicalNetwork.dhcp_ip_range">
<em class="property">property </em><code class="sig-name descname">dhcp_ip_range</code><a class="headerlink" href="#vmware.vmc.console.models.logical_network.LogicalNetwork.dhcp_ip_range" title="Permalink to this definition"></a></dt>
<dd><p>Gets the dhcp_ip_range of this LogicalNetwork. # noqa: E501</p>
<p>ip range within the subnet mask, range delimiter is - (example 10.118.10.130-10.118.10.140) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The dhcp_ip_range of this LogicalNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_network.LogicalNetwork.gateway_ip">
<em class="property">property </em><code class="sig-name descname">gateway_ip</code><a class="headerlink" href="#vmware.vmc.console.models.logical_network.LogicalNetwork.gateway_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the gateway_ip of this LogicalNetwork. # noqa: E501</p>
<p>gateway ip of the logical network # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The gateway_ip of this LogicalNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_network.LogicalNetwork.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.logical_network.LogicalNetwork.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this LogicalNetwork. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this LogicalNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_network.LogicalNetwork.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.logical_network.LogicalNetwork.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this LogicalNetwork. # noqa: E501</p>
<p>name of the network # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this LogicalNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_network.LogicalNetwork.network_type">
<em class="property">property </em><code class="sig-name descname">network_type</code><a class="headerlink" href="#vmware.vmc.console.models.logical_network.LogicalNetwork.network_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the network_type of this LogicalNetwork. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The network_type of this LogicalNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.logical_network.LogicalNetwork.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'dhcp_enabled': 'str', 'dhcp_ip_range': 'str', 'gateway_ip': 'str', 'id': 'str', 'name': 'str', 'network_type': 'str', 'subnet_cidr': 'str', 'tunnel_id': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.logical_network.LogicalNetwork.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_network.LogicalNetwork.subnet_cidr">
<em class="property">property </em><code class="sig-name descname">subnet_cidr</code><a class="headerlink" href="#vmware.vmc.console.models.logical_network.LogicalNetwork.subnet_cidr" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_cidr of this LogicalNetwork. # noqa: E501</p>
<p>the subnet cidr # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_cidr of this LogicalNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_network.LogicalNetwork.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.logical_network.LogicalNetwork.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_network.LogicalNetwork.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.logical_network.LogicalNetwork.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_network.LogicalNetwork.tunnel_id">
<em class="property">property </em><code class="sig-name descname">tunnel_id</code><a class="headerlink" href="#vmware.vmc.console.models.logical_network.LogicalNetwork.tunnel_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tunnel_id of this LogicalNetwork. # noqa: E501</p>
<p>tunnel id of extended network # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tunnel_id of this LogicalNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.logical_router_scope">
<span id="vmware-vmc-console-models-logical-router-scope-module"></span><h2>vmware.vmc.console.models.logical_router_scope module<a class="headerlink" href="#module-vmware.vmc.console.models.logical_router_scope" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.logical_router_scope.LogicalRouterScope">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.logical_router_scope.</code><code class="sig-name descname">LogicalRouterScope</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.logical_router_scope.LogicalRouterScope" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>LogicalRouterScope - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.logical_router_scope.LogicalRouterScope.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'id': 'id', 'type': 'type'}</em><a class="headerlink" href="#vmware.vmc.console.models.logical_router_scope.LogicalRouterScope.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_router_scope.LogicalRouterScope.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.logical_router_scope.LogicalRouterScope.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this LogicalRouterScope. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this LogicalRouterScope. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.logical_router_scope.LogicalRouterScope.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'id': 'str', 'type': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.logical_router_scope.LogicalRouterScope.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_router_scope.LogicalRouterScope.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.logical_router_scope.LogicalRouterScope.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_router_scope.LogicalRouterScope.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.logical_router_scope.LogicalRouterScope.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_router_scope.LogicalRouterScope.type">
<em class="property">property </em><code class="sig-name descname">type</code><a class="headerlink" href="#vmware.vmc.console.models.logical_router_scope.LogicalRouterScope.type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the type of this LogicalRouterScope. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The type of this LogicalRouterScope. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.logical_router_scopes">
<span id="vmware-vmc-console-models-logical-router-scopes-module"></span><h2>vmware.vmc.console.models.logical_router_scopes module<a class="headerlink" href="#module-vmware.vmc.console.models.logical_router_scopes" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.logical_router_scopes.LogicalRouterScopes">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.logical_router_scopes.</code><code class="sig-name descname">LogicalRouterScopes</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">logical_router_scope</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.logical_router_scopes.LogicalRouterScopes" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>LogicalRouterScopes - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.logical_router_scopes.LogicalRouterScopes.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'logical_router_scope': 'logicalRouterScope'}</em><a class="headerlink" href="#vmware.vmc.console.models.logical_router_scopes.LogicalRouterScopes.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_router_scopes.LogicalRouterScopes.logical_router_scope">
<em class="property">property </em><code class="sig-name descname">logical_router_scope</code><a class="headerlink" href="#vmware.vmc.console.models.logical_router_scopes.LogicalRouterScopes.logical_router_scope" title="Permalink to this definition"></a></dt>
<dd><p>Gets the logical_router_scope of this LogicalRouterScopes. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The logical_router_scope of this LogicalRouterScopes. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.logical_router_scope.LogicalRouterScope" title="vmware.vmc.console.models.logical_router_scope.LogicalRouterScope">LogicalRouterScope</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.logical_router_scopes.LogicalRouterScopes.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'logical_router_scope': 'list[LogicalRouterScope]'}</em><a class="headerlink" href="#vmware.vmc.console.models.logical_router_scopes.LogicalRouterScopes.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_router_scopes.LogicalRouterScopes.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.logical_router_scopes.LogicalRouterScopes.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.logical_router_scopes.LogicalRouterScopes.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.logical_router_scopes.LogicalRouterScopes.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.mac_address">
<span id="vmware-vmc-console-models-mac-address-module"></span><h2>vmware.vmc.console.models.mac_address module<a class="headerlink" href="#module-vmware.vmc.console.models.mac_address" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.mac_address.MacAddress">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.mac_address.</code><code class="sig-name descname">MacAddress</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">edge_vm_ha_index</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">value</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.mac_address.MacAddress" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>MacAddress - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.mac_address.MacAddress.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'edge_vm_ha_index': 'edgeVmHaIndex', 'value': 'value'}</em><a class="headerlink" href="#vmware.vmc.console.models.mac_address.MacAddress.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.mac_address.MacAddress.edge_vm_ha_index">
<em class="property">property </em><code class="sig-name descname">edge_vm_ha_index</code><a class="headerlink" href="#vmware.vmc.console.models.mac_address.MacAddress.edge_vm_ha_index" title="Permalink to this definition"></a></dt>
<dd><p>Gets the edge_vm_ha_index of this MacAddress. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The edge_vm_ha_index of this MacAddress. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.mac_address.MacAddress.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'edge_vm_ha_index': 'int', 'value': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.mac_address.MacAddress.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.mac_address.MacAddress.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.mac_address.MacAddress.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.mac_address.MacAddress.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.mac_address.MacAddress.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.mac_address.MacAddress.value">
<em class="property">property </em><code class="sig-name descname">value</code><a class="headerlink" href="#vmware.vmc.console.models.mac_address.MacAddress.value" title="Permalink to this definition"></a></dt>
<dd><p>Gets the value of this MacAddress. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The value of this MacAddress. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.maintenance_window">
<span id="vmware-vmc-console-models-maintenance-window-module"></span><h2>vmware.vmc.console.models.maintenance_window module<a class="headerlink" href="#module-vmware.vmc.console.models.maintenance_window" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.maintenance_window.MaintenanceWindow">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.maintenance_window.</code><code class="sig-name descname">MaintenanceWindow</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">day_of_week</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">hour_of_day</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window.MaintenanceWindow" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>MaintenanceWindow - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.maintenance_window.MaintenanceWindow.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'day_of_week': 'day_of_week', 'hour_of_day': 'hour_of_day'}</em><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window.MaintenanceWindow.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window.MaintenanceWindow.day_of_week">
<em class="property">property </em><code class="sig-name descname">day_of_week</code><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window.MaintenanceWindow.day_of_week" title="Permalink to this definition"></a></dt>
<dd><p>Gets the day_of_week of this MaintenanceWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The day_of_week of this MaintenanceWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window.MaintenanceWindow.hour_of_day">
<em class="property">property </em><code class="sig-name descname">hour_of_day</code><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window.MaintenanceWindow.hour_of_day" title="Permalink to this definition"></a></dt>
<dd><p>Gets the hour_of_day of this MaintenanceWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The hour_of_day of this MaintenanceWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.maintenance_window.MaintenanceWindow.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'day_of_week': 'str', 'hour_of_day': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window.MaintenanceWindow.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window.MaintenanceWindow.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window.MaintenanceWindow.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window.MaintenanceWindow.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window.MaintenanceWindow.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.maintenance_window_entry">
<span id="vmware-vmc-console-models-maintenance-window-entry-module"></span><h2>vmware.vmc.console.models.maintenance_window_entry module<a class="headerlink" href="#module-vmware.vmc.console.models.maintenance_window_entry" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.maintenance_window_entry.</code><code class="sig-name descname">MaintenanceWindowEntry</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">in_maintenance_window</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">reservation_schedule</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">reservation_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">in_maintenance_mode</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddc_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>MaintenanceWindowEntry - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'in_maintenance_mode': 'in_maintenance_mode', 'in_maintenance_window': 'in_maintenance_window', 'reservation_id': 'reservation_id', 'reservation_schedule': 'reservation_schedule', 'sddc_id': 'sddc_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.in_maintenance_mode">
<em class="property">property </em><code class="sig-name descname">in_maintenance_mode</code><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.in_maintenance_mode" title="Permalink to this definition"></a></dt>
<dd><p>Gets the in_maintenance_mode of this MaintenanceWindowEntry. # noqa: E501</p>
<p>true if the SDDC is currently undergoing maintenance # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The in_maintenance_mode of this MaintenanceWindowEntry. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.in_maintenance_window">
<em class="property">property </em><code class="sig-name descname">in_maintenance_window</code><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.in_maintenance_window" title="Permalink to this definition"></a></dt>
<dd><p>Gets the in_maintenance_window of this MaintenanceWindowEntry. # noqa: E501</p>
<p>true if the SDDC is in the defined Mainentance Window # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The in_maintenance_window of this MaintenanceWindowEntry. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'in_maintenance_mode': 'bool', 'in_maintenance_window': 'bool', 'reservation_id': 'str', 'reservation_schedule': 'ReservationSchedule', 'sddc_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.reservation_id">
<em class="property">property </em><code class="sig-name descname">reservation_id</code><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.reservation_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the reservation_id of this MaintenanceWindowEntry. # noqa: E501</p>
<p>ID for reservation # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The reservation_id of this MaintenanceWindowEntry. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.reservation_schedule">
<em class="property">property </em><code class="sig-name descname">reservation_schedule</code><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.reservation_schedule" title="Permalink to this definition"></a></dt>
<dd><p>Gets the reservation_schedule of this MaintenanceWindowEntry. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The reservation_schedule of this MaintenanceWindowEntry. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.reservation_schedule.ReservationSchedule" title="vmware.vmc.console.models.reservation_schedule.ReservationSchedule">ReservationSchedule</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.sddc_id">
<em class="property">property </em><code class="sig-name descname">sddc_id</code><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.sddc_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_id of this MaintenanceWindowEntry. # noqa: E501</p>
<p>SDDC ID for this reservation # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_id of this MaintenanceWindowEntry. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_entry.MaintenanceWindowEntry.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.maintenance_window_get">
<span id="vmware-vmc-console-models-maintenance-window-get-module"></span><h2>vmware.vmc.console.models.maintenance_window_get module<a class="headerlink" href="#module-vmware.vmc.console.models.maintenance_window_get" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.maintenance_window_get.</code><code class="sig-name descname">MaintenanceWindowGet</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">day_of_week</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">hour_of_day</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">duration_min</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>MaintenanceWindowGet - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'day_of_week': 'day_of_week', 'duration_min': 'duration_min', 'hour_of_day': 'hour_of_day', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet.day_of_week">
<em class="property">property </em><code class="sig-name descname">day_of_week</code><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet.day_of_week" title="Permalink to this definition"></a></dt>
<dd><p>Gets the day_of_week of this MaintenanceWindowGet. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The day_of_week of this MaintenanceWindowGet. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet.duration_min">
<em class="property">property </em><code class="sig-name descname">duration_min</code><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet.duration_min" title="Permalink to this definition"></a></dt>
<dd><p>Gets the duration_min of this MaintenanceWindowGet. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The duration_min of this MaintenanceWindowGet. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet.hour_of_day">
<em class="property">property </em><code class="sig-name descname">hour_of_day</code><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet.hour_of_day" title="Permalink to this definition"></a></dt>
<dd><p>Gets the hour_of_day of this MaintenanceWindowGet. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The hour_of_day of this MaintenanceWindowGet. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'day_of_week': 'str', 'duration_min': 'int', 'hour_of_day': 'int', 'version': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_get.MaintenanceWindowGet.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this MaintenanceWindowGet. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this MaintenanceWindowGet. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.maintenance_window_get_all_of">
<span id="vmware-vmc-console-models-maintenance-window-get-all-of-module"></span><h2>vmware.vmc.console.models.maintenance_window_get_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.maintenance_window_get_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.maintenance_window_get_all_of.MaintenanceWindowGetAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.maintenance_window_get_all_of.</code><code class="sig-name descname">MaintenanceWindowGetAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">duration_min</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_get_all_of.MaintenanceWindowGetAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>MaintenanceWindowGetAllOf - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.maintenance_window_get_all_of.MaintenanceWindowGetAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'duration_min': 'duration_min', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_get_all_of.MaintenanceWindowGetAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_get_all_of.MaintenanceWindowGetAllOf.duration_min">
<em class="property">property </em><code class="sig-name descname">duration_min</code><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_get_all_of.MaintenanceWindowGetAllOf.duration_min" title="Permalink to this definition"></a></dt>
<dd><p>Gets the duration_min of this MaintenanceWindowGetAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The duration_min of this MaintenanceWindowGetAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.maintenance_window_get_all_of.MaintenanceWindowGetAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'duration_min': 'int', 'version': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_get_all_of.MaintenanceWindowGetAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_get_all_of.MaintenanceWindowGetAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_get_all_of.MaintenanceWindowGetAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_get_all_of.MaintenanceWindowGetAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_get_all_of.MaintenanceWindowGetAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.maintenance_window_get_all_of.MaintenanceWindowGetAllOf.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.maintenance_window_get_all_of.MaintenanceWindowGetAllOf.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this MaintenanceWindowGetAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this MaintenanceWindowGetAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.management_gateway_template">
<span id="vmware-vmc-console-models-management-gateway-template-module"></span><h2>vmware.vmc.console.models.management_gateway_template module<a class="headerlink" href="#module-vmware.vmc.console.models.management_gateway_template" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.management_gateway_template.</code><code class="sig-name descname">ManagementGatewayTemplate</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">public_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">primary_dns</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">secondary_dns</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">firewall_rules</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vpns</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">subnet_cidr</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ManagementGatewayTemplate - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'firewall_rules': 'firewall_rules', 'primary_dns': 'primary_dns', 'public_ip': 'public_ip', 'secondary_dns': 'secondary_dns', 'subnet_cidr': 'subnet_cidr', 'vpns': 'vpns'}</em><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.firewall_rules">
<em class="property">property </em><code class="sig-name descname">firewall_rules</code><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.firewall_rules" title="Permalink to this definition"></a></dt>
<dd><p>Gets the firewall_rules of this ManagementGatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The firewall_rules of this ManagementGatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.firewall_rule.FirewallRule" title="vmware.vmc.console.models.firewall_rule.FirewallRule">FirewallRule</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'firewall_rules': 'list[FirewallRule]', 'primary_dns': 'str', 'public_ip': 'SddcPublicIp', 'secondary_dns': 'str', 'subnet_cidr': 'str', 'vpns': 'list[Vpn]'}</em><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.primary_dns">
<em class="property">property </em><code class="sig-name descname">primary_dns</code><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.primary_dns" title="Permalink to this definition"></a></dt>
<dd><p>Gets the primary_dns of this ManagementGatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The primary_dns of this ManagementGatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.public_ip">
<em class="property">property </em><code class="sig-name descname">public_ip</code><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.public_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the public_ip of this ManagementGatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The public_ip of this ManagementGatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp" title="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp">SddcPublicIp</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.secondary_dns">
<em class="property">property </em><code class="sig-name descname">secondary_dns</code><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.secondary_dns" title="Permalink to this definition"></a></dt>
<dd><p>Gets the secondary_dns of this ManagementGatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The secondary_dns of this ManagementGatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.subnet_cidr">
<em class="property">property </em><code class="sig-name descname">subnet_cidr</code><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.subnet_cidr" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_cidr of this ManagementGatewayTemplate. # noqa: E501</p>
<p>mgw network subnet cidr # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_cidr of this ManagementGatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.vpns">
<em class="property">property </em><code class="sig-name descname">vpns</code><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate.vpns" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpns of this ManagementGatewayTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpns of this ManagementGatewayTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.vpn.Vpn" title="vmware.vmc.console.models.vpn.Vpn">Vpn</a>]</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.management_gateway_template_all_of">
<span id="vmware-vmc-console-models-management-gateway-template-all-of-module"></span><h2>vmware.vmc.console.models.management_gateway_template_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.management_gateway_template_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.management_gateway_template_all_of.ManagementGatewayTemplateAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.management_gateway_template_all_of.</code><code class="sig-name descname">ManagementGatewayTemplateAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">subnet_cidr</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template_all_of.ManagementGatewayTemplateAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ManagementGatewayTemplateAllOf - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.management_gateway_template_all_of.ManagementGatewayTemplateAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'subnet_cidr': 'subnet_cidr'}</em><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template_all_of.ManagementGatewayTemplateAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.management_gateway_template_all_of.ManagementGatewayTemplateAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'subnet_cidr': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template_all_of.ManagementGatewayTemplateAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.management_gateway_template_all_of.ManagementGatewayTemplateAllOf.subnet_cidr">
<em class="property">property </em><code class="sig-name descname">subnet_cidr</code><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template_all_of.ManagementGatewayTemplateAllOf.subnet_cidr" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_cidr of this ManagementGatewayTemplateAllOf. # noqa: E501</p>
<p>mgw network subnet cidr # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_cidr of this ManagementGatewayTemplateAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.management_gateway_template_all_of.ManagementGatewayTemplateAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template_all_of.ManagementGatewayTemplateAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.management_gateway_template_all_of.ManagementGatewayTemplateAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.management_gateway_template_all_of.ManagementGatewayTemplateAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.map_zones_request">
<span id="vmware-vmc-console-models-map-zones-request-module"></span><h2>vmware.vmc.console.models.map_zones_request module<a class="headerlink" href="#module-vmware.vmc.console.models.map_zones_request" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.map_zones_request.MapZonesRequest">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.map_zones_request.</code><code class="sig-name descname">MapZonesRequest</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">connected_account_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">org_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">petronas_regions_to_map</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.map_zones_request.MapZonesRequest" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>MapZonesRequest - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.map_zones_request.MapZonesRequest.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'connected_account_id': 'connected_account_id', 'org_id': 'org_id', 'petronas_regions_to_map': 'petronas_regions_to_map'}</em><a class="headerlink" href="#vmware.vmc.console.models.map_zones_request.MapZonesRequest.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.map_zones_request.MapZonesRequest.connected_account_id">
<em class="property">property </em><code class="sig-name descname">connected_account_id</code><a class="headerlink" href="#vmware.vmc.console.models.map_zones_request.MapZonesRequest.connected_account_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the connected_account_id of this MapZonesRequest. # noqa: E501</p>
<p>The connected account ID to remap. This is a standard UUID. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The connected_account_id of this MapZonesRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.map_zones_request.MapZonesRequest.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'connected_account_id': 'str', 'org_id': 'str', 'petronas_regions_to_map': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.map_zones_request.MapZonesRequest.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.map_zones_request.MapZonesRequest.org_id">
<em class="property">property </em><code class="sig-name descname">org_id</code><a class="headerlink" href="#vmware.vmc.console.models.map_zones_request.MapZonesRequest.org_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_id of this MapZonesRequest. # noqa: E501</p>
<p>The org ID to remap in. This is a standard UUID. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_id of this MapZonesRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.map_zones_request.MapZonesRequest.petronas_regions_to_map">
<em class="property">property </em><code class="sig-name descname">petronas_regions_to_map</code><a class="headerlink" href="#vmware.vmc.console.models.map_zones_request.MapZonesRequest.petronas_regions_to_map" title="Permalink to this definition"></a></dt>
<dd><p>Gets the petronas_regions_to_map of this MapZonesRequest. # noqa: E501</p>
<p>A list of Petronas regions to map. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The petronas_regions_to_map of this MapZonesRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.map_zones_request.MapZonesRequest.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.map_zones_request.MapZonesRequest.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.map_zones_request.MapZonesRequest.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.map_zones_request.MapZonesRequest.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.meta_dashboard_stats">
<span id="vmware-vmc-console-models-meta-dashboard-stats-module"></span><h2>vmware.vmc.console.models.meta_dashboard_stats module<a class="headerlink" href="#module-vmware.vmc.console.models.meta_dashboard_stats" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.meta_dashboard_stats.</code><code class="sig-name descname">MetaDashboardStats</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">vnics</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>, <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">interval</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>MetaDashboardStats - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'end_time': 'endTime', 'interval': 'interval', 'start_time': 'startTime', 'vnics': 'vnics'}</em><a class="headerlink" href="#vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats.end_time">
<em class="property">property </em><code class="sig-name descname">end_time</code><a class="headerlink" href="#vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats.end_time" title="Permalink to this definition"></a></dt>
<dd><p>Gets the end_time of this MetaDashboardStats. # noqa: E501</p>
<p>End time in seconds. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The end_time of this MetaDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats.interval">
<em class="property">property </em><code class="sig-name descname">interval</code><a class="headerlink" href="#vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats.interval" title="Permalink to this definition"></a></dt>
<dd><p>Gets the interval of this MetaDashboardStats. # noqa: E501</p>
<p>Time interval in seconds. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The interval of this MetaDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'end_time': 'int', 'interval': 'int', 'start_time': 'int', 'vnics': 'list[Vnic]'}</em><a class="headerlink" href="#vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats.start_time">
<em class="property">property </em><code class="sig-name descname">start_time</code><a class="headerlink" href="#vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats.start_time" title="Permalink to this definition"></a></dt>
<dd><p>Gets the start_time of this MetaDashboardStats. # noqa: E501</p>
<p>Start time in seconds. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The start_time of this MetaDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats.vnics">
<em class="property">property </em><code class="sig-name descname">vnics</code><a class="headerlink" href="#vmware.vmc.console.models.meta_dashboard_stats.MetaDashboardStats.vnics" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnics of this MetaDashboardStats. # noqa: E501</p>
<p>Statistics data is collected for these vNICs. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnics of this MetaDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.vnic.Vnic" title="vmware.vmc.console.models.vnic.Vnic">Vnic</a>]</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.metadata">
<span id="vmware-vmc-console-models-metadata-module"></span><h2>vmware.vmc.console.models.metadata module<a class="headerlink" href="#module-vmware.vmc.console.models.metadata" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.metadata.Metadata">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.metadata.</code><code class="sig-name descname">Metadata</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">timestamp</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cycle_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.metadata.Metadata" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Metadata - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.metadata.Metadata.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'cycle_id': 'cycle_id', 'timestamp': 'timestamp'}</em><a class="headerlink" href="#vmware.vmc.console.models.metadata.Metadata.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.metadata.Metadata.cycle_id">
<em class="property">property </em><code class="sig-name descname">cycle_id</code><a class="headerlink" href="#vmware.vmc.console.models.metadata.Metadata.cycle_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cycle_id of this Metadata. # noqa: E501</p>
<p>the cycle id # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cycle_id of this Metadata. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.metadata.Metadata.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'cycle_id': 'str', 'timestamp': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.metadata.Metadata.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.metadata.Metadata.timestamp">
<em class="property">property </em><code class="sig-name descname">timestamp</code><a class="headerlink" href="#vmware.vmc.console.models.metadata.Metadata.timestamp" title="Permalink to this definition"></a></dt>
<dd><p>Gets the timestamp of this Metadata. # noqa: E501</p>
<p>the timestamp for the bundle # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The timestamp of this Metadata. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.metadata.Metadata.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.metadata.Metadata.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.metadata.Metadata.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.metadata.Metadata.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.msft_licensing_config">
<span id="vmware-vmc-console-models-msft-licensing-config-module"></span><h2>vmware.vmc.console.models.msft_licensing_config module<a class="headerlink" href="#module-vmware.vmc.console.models.msft_licensing_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.msft_licensing_config.</code><code class="sig-name descname">MsftLicensingConfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">mssql_licensing</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">windows_licensing</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>MsftLicensingConfig - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'mssql_licensing': 'mssql_licensing', 'windows_licensing': 'windows_licensing'}</em><a class="headerlink" href="#vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig.mssql_licensing">
<em class="property">property </em><code class="sig-name descname">mssql_licensing</code><a class="headerlink" href="#vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig.mssql_licensing" title="Permalink to this definition"></a></dt>
<dd><p>Gets the mssql_licensing of this MsftLicensingConfig. # noqa: E501</p>
<p>The status MSSQL licensing for this SDDCs clusters. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The mssql_licensing of this MsftLicensingConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'mssql_licensing': 'str', 'windows_licensing': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig.windows_licensing">
<em class="property">property </em><code class="sig-name descname">windows_licensing</code><a class="headerlink" href="#vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig.windows_licensing" title="Permalink to this definition"></a></dt>
<dd><p>Gets the windows_licensing of this MsftLicensingConfig. # noqa: E501</p>
<p>The status of Windows licensing for this SDDCs clusters. Can be enabled, disabled, or customers. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The windows_licensing of this MsftLicensingConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.nat">
<span id="vmware-vmc-console-models-nat-module"></span><h2>vmware.vmc.console.models.nat module<a class="headerlink" href="#module-vmware.vmc.console.models.nat" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.nat.Nat">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.nat.</code><code class="sig-name descname">Nat</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">rules</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">feature_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">template</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nat.Nat" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Nat - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nat.Nat.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'enabled': 'enabled', 'feature_type': 'featureType', 'rules': 'rules', 'template': 'template', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.nat.Nat.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat.Nat.enabled">
<em class="property">property </em><code class="sig-name descname">enabled</code><a class="headerlink" href="#vmware.vmc.console.models.nat.Nat.enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enabled of this Nat. # noqa: E501</p>
<p>Value is true if feature is enabled. Default value is true. Optional. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enabled of this Nat. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat.Nat.feature_type">
<em class="property">property </em><code class="sig-name descname">feature_type</code><a class="headerlink" href="#vmware.vmc.console.models.nat.Nat.feature_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the feature_type of this Nat. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The feature_type of this Nat. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nat.Nat.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'enabled': 'bool', 'feature_type': 'str', 'rules': 'NatRules', 'template': 'str', 'version': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.nat.Nat.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat.Nat.rules">
<em class="property">property </em><code class="sig-name descname">rules</code><a class="headerlink" href="#vmware.vmc.console.models.nat.Nat.rules" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rules of this Nat. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rules of this Nat. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.nat_rules.NatRules" title="vmware.vmc.console.models.nat_rules.NatRules">NatRules</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat.Nat.template">
<em class="property">property </em><code class="sig-name descname">template</code><a class="headerlink" href="#vmware.vmc.console.models.nat.Nat.template" title="Permalink to this definition"></a></dt>
<dd><p>Gets the template of this Nat. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The template of this Nat. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat.Nat.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nat.Nat.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat.Nat.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nat.Nat.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat.Nat.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.nat.Nat.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this Nat. # noqa: E501</p>
<p>Version number tracking each configuration change. To avoid problems with overwriting changes, always retrieve and modify the latest configuration to include the current version number in your request. If you provide a version number which is not current, the request is rejected. If you omit the version number, the request is accepted but may overwrite any current changes if your change is not in sync with the latest change. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this Nat. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.nat_rule">
<span id="vmware-vmc-console-models-nat-rule-module"></span><h2>vmware.vmc.console.models.nat_rule module<a class="headerlink" href="#module-vmware.vmc.console.models.nat_rule" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.nat_rule.NatRule">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.nat_rule.</code><code class="sig-name descname">NatRule</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">rule_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">protocol</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">internal_ports</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">public_ports</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">public_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">internal_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">action</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">revision</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nat_rule.NatRule" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>NatRule - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat_rule.NatRule.action">
<em class="property">property </em><code class="sig-name descname">action</code><a class="headerlink" href="#vmware.vmc.console.models.nat_rule.NatRule.action" title="Permalink to this definition"></a></dt>
<dd><p>Gets the action of this NatRule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The action of this NatRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nat_rule.NatRule.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'action': 'action', 'id': 'id', 'internal_ip': 'internal_ip', 'internal_ports': 'internal_ports', 'name': 'name', 'protocol': 'protocol', 'public_ip': 'public_ip', 'public_ports': 'public_ports', 'revision': 'revision', 'rule_type': 'rule_type'}</em><a class="headerlink" href="#vmware.vmc.console.models.nat_rule.NatRule.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat_rule.NatRule.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.nat_rule.NatRule.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this NatRule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this NatRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat_rule.NatRule.internal_ip">
<em class="property">property </em><code class="sig-name descname">internal_ip</code><a class="headerlink" href="#vmware.vmc.console.models.nat_rule.NatRule.internal_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the internal_ip of this NatRule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The internal_ip of this NatRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat_rule.NatRule.internal_ports">
<em class="property">property </em><code class="sig-name descname">internal_ports</code><a class="headerlink" href="#vmware.vmc.console.models.nat_rule.NatRule.internal_ports" title="Permalink to this definition"></a></dt>
<dd><p>Gets the internal_ports of this NatRule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The internal_ports of this NatRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat_rule.NatRule.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.nat_rule.NatRule.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this NatRule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this NatRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nat_rule.NatRule.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'action': 'str', 'id': 'str', 'internal_ip': 'str', 'internal_ports': 'str', 'name': 'str', 'protocol': 'str', 'public_ip': 'str', 'public_ports': 'str', 'revision': 'int', 'rule_type': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.nat_rule.NatRule.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat_rule.NatRule.protocol">
<em class="property">property </em><code class="sig-name descname">protocol</code><a class="headerlink" href="#vmware.vmc.console.models.nat_rule.NatRule.protocol" title="Permalink to this definition"></a></dt>
<dd><p>Gets the protocol of this NatRule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The protocol of this NatRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat_rule.NatRule.public_ip">
<em class="property">property </em><code class="sig-name descname">public_ip</code><a class="headerlink" href="#vmware.vmc.console.models.nat_rule.NatRule.public_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the public_ip of this NatRule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The public_ip of this NatRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat_rule.NatRule.public_ports">
<em class="property">property </em><code class="sig-name descname">public_ports</code><a class="headerlink" href="#vmware.vmc.console.models.nat_rule.NatRule.public_ports" title="Permalink to this definition"></a></dt>
<dd><p>Gets the public_ports of this NatRule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The public_ports of this NatRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat_rule.NatRule.revision">
<em class="property">property </em><code class="sig-name descname">revision</code><a class="headerlink" href="#vmware.vmc.console.models.nat_rule.NatRule.revision" title="Permalink to this definition"></a></dt>
<dd><p>Gets the revision of this NatRule. # noqa: E501</p>
<p>current revision of the list of nat rules, used to protect against concurrent modification (first writer wins) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The revision of this NatRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat_rule.NatRule.rule_type">
<em class="property">property </em><code class="sig-name descname">rule_type</code><a class="headerlink" href="#vmware.vmc.console.models.nat_rule.NatRule.rule_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rule_type of this NatRule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rule_type of this NatRule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat_rule.NatRule.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nat_rule.NatRule.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat_rule.NatRule.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nat_rule.NatRule.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.nat_rules">
<span id="vmware-vmc-console-models-nat-rules-module"></span><h2>vmware.vmc.console.models.nat_rules module<a class="headerlink" href="#module-vmware.vmc.console.models.nat_rules" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.nat_rules.NatRules">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.nat_rules.</code><code class="sig-name descname">NatRules</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">nat_rules_dtos</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nat_rules.NatRules" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>NatRules - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nat_rules.NatRules.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'nat_rules_dtos': 'natRulesDtos'}</em><a class="headerlink" href="#vmware.vmc.console.models.nat_rules.NatRules.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat_rules.NatRules.nat_rules_dtos">
<em class="property">property </em><code class="sig-name descname">nat_rules_dtos</code><a class="headerlink" href="#vmware.vmc.console.models.nat_rules.NatRules.nat_rules_dtos" title="Permalink to this definition"></a></dt>
<dd><p>Gets the nat_rules_dtos of this NatRules. # noqa: E501</p>
<p>Ordered list of NAT rules. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The nat_rules_dtos of this NatRules. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule" title="vmware.vmc.console.models.nsxnatrule.Nsxnatrule">Nsxnatrule</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nat_rules.NatRules.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'nat_rules_dtos': 'list[Nsxnatrule]'}</em><a class="headerlink" href="#vmware.vmc.console.models.nat_rules.NatRules.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat_rules.NatRules.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nat_rules.NatRules.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nat_rules.NatRules.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nat_rules.NatRules.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.network_template">
<span id="vmware-vmc-console-models-network-template-module"></span><h2>vmware.vmc.console.models.network_template module<a class="headerlink" href="#module-vmware.vmc.console.models.network_template" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.network_template.NetworkTemplate">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.network_template.</code><code class="sig-name descname">NetworkTemplate</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">management_gateway_templates</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">compute_gateway_templates</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.network_template.NetworkTemplate" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>NetworkTemplate - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.network_template.NetworkTemplate.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'compute_gateway_templates': 'compute_gateway_templates', 'management_gateway_templates': 'management_gateway_templates'}</em><a class="headerlink" href="#vmware.vmc.console.models.network_template.NetworkTemplate.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.network_template.NetworkTemplate.compute_gateway_templates">
<em class="property">property </em><code class="sig-name descname">compute_gateway_templates</code><a class="headerlink" href="#vmware.vmc.console.models.network_template.NetworkTemplate.compute_gateway_templates" title="Permalink to this definition"></a></dt>
<dd><p>Gets the compute_gateway_templates of this NetworkTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The compute_gateway_templates of this NetworkTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate" title="vmware.vmc.console.models.compute_gateway_template.ComputeGatewayTemplate">ComputeGatewayTemplate</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.network_template.NetworkTemplate.management_gateway_templates">
<em class="property">property </em><code class="sig-name descname">management_gateway_templates</code><a class="headerlink" href="#vmware.vmc.console.models.network_template.NetworkTemplate.management_gateway_templates" title="Permalink to this definition"></a></dt>
<dd><p>Gets the management_gateway_templates of this NetworkTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The management_gateway_templates of this NetworkTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate" title="vmware.vmc.console.models.management_gateway_template.ManagementGatewayTemplate">ManagementGatewayTemplate</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.network_template.NetworkTemplate.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'compute_gateway_templates': 'list[ComputeGatewayTemplate]', 'management_gateway_templates': 'list[ManagementGatewayTemplate]'}</em><a class="headerlink" href="#vmware.vmc.console.models.network_template.NetworkTemplate.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.network_template.NetworkTemplate.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.network_template.NetworkTemplate.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.network_template.NetworkTemplate.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.network_template.NetworkTemplate.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.new_credentials">
<span id="vmware-vmc-console-models-new-credentials-module"></span><h2>vmware.vmc.console.models.new_credentials module<a class="headerlink" href="#module-vmware.vmc.console.models.new_credentials" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.new_credentials.NewCredentials">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.new_credentials.</code><code class="sig-name descname">NewCredentials</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">username</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">password</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.new_credentials.NewCredentials" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>NewCredentials - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.new_credentials.NewCredentials.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'name': 'name', 'password': 'password', 'username': 'username'}</em><a class="headerlink" href="#vmware.vmc.console.models.new_credentials.NewCredentials.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.new_credentials.NewCredentials.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.new_credentials.NewCredentials.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this NewCredentials. # noqa: E501</p>
<p>Name of the credentials # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this NewCredentials. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.new_credentials.NewCredentials.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'name': 'str', 'password': 'str', 'username': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.new_credentials.NewCredentials.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.new_credentials.NewCredentials.password">
<em class="property">property </em><code class="sig-name descname">password</code><a class="headerlink" href="#vmware.vmc.console.models.new_credentials.NewCredentials.password" title="Permalink to this definition"></a></dt>
<dd><p>Gets the password of this NewCredentials. # noqa: E501</p>
<p>Password associated with the credentials # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The password of this NewCredentials. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.new_credentials.NewCredentials.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.new_credentials.NewCredentials.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.new_credentials.NewCredentials.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.new_credentials.NewCredentials.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.new_credentials.NewCredentials.username">
<em class="property">property </em><code class="sig-name descname">username</code><a class="headerlink" href="#vmware.vmc.console.models.new_credentials.NewCredentials.username" title="Permalink to this definition"></a></dt>
<dd><p>Gets the username of this NewCredentials. # noqa: E501</p>
<p>Username of the credentials # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The username of this NewCredentials. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.nsxfirewallrule">
<span id="vmware-vmc-console-models-nsxfirewallrule-module"></span><h2>vmware.vmc.console.models.nsxfirewallrule module<a class="headerlink" href="#module-vmware.vmc.console.models.nsxfirewallrule" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.nsxfirewallrule.</code><code class="sig-name descname">Nsxfirewallrule</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">rule_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">description</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">rule_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">match_translated</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">invalid_application</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">direction</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">statistics</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">invalid_source</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">logging_enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">destination</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">application</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">source</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">action</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">invalid_destination</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">rule_tag</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Nsxfirewallrule - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.action">
<em class="property">property </em><code class="sig-name descname">action</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.action" title="Permalink to this definition"></a></dt>
<dd><p>Gets the action of this Nsxfirewallrule. # noqa: E501</p>
<p>Action. Values : accept, deny # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The action of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.application">
<em class="property">property </em><code class="sig-name descname">application</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.application" title="Permalink to this definition"></a></dt>
<dd><p>Gets the application of this Nsxfirewallrule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The application of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.application.Application" title="vmware.vmc.console.models.application.Application">Application</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'action': 'action', 'application': 'application', 'description': 'description', 'destination': 'destination', 'direction': 'direction', 'enabled': 'enabled', 'invalid_application': 'invalidApplication', 'invalid_destination': 'invalidDestination', 'invalid_source': 'invalidSource', 'logging_enabled': 'loggingEnabled', 'match_translated': 'matchTranslated', 'name': 'name', 'rule_id': 'ruleId', 'rule_tag': 'ruleTag', 'rule_type': 'ruleType', 'source': 'source', 'statistics': 'statistics'}</em><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.description">
<em class="property">property </em><code class="sig-name descname">description</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.description" title="Permalink to this definition"></a></dt>
<dd><p>Gets the description of this Nsxfirewallrule. # noqa: E501</p>
<p>Description for the rule # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The description of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.destination">
<em class="property">property </em><code class="sig-name descname">destination</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.destination" title="Permalink to this definition"></a></dt>
<dd><p>Gets the destination of this Nsxfirewallrule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The destination of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination" title="vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination">AddressFWSourceDestination</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.direction">
<em class="property">property </em><code class="sig-name descname">direction</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.direction" title="Permalink to this definition"></a></dt>
<dd><p>Gets the direction of this Nsxfirewallrule. # noqa: E501</p>
<p>Direction. Possible values in or out. Default is any. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The direction of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.enabled">
<em class="property">property </em><code class="sig-name descname">enabled</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enabled of this Nsxfirewallrule. # noqa: E501</p>
<p>Enable rule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enabled of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.invalid_application">
<em class="property">property </em><code class="sig-name descname">invalid_application</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.invalid_application" title="Permalink to this definition"></a></dt>
<dd><p>Gets the invalid_application of this Nsxfirewallrule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The invalid_application of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.invalid_destination">
<em class="property">property </em><code class="sig-name descname">invalid_destination</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.invalid_destination" title="Permalink to this definition"></a></dt>
<dd><p>Gets the invalid_destination of this Nsxfirewallrule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The invalid_destination of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.invalid_source">
<em class="property">property </em><code class="sig-name descname">invalid_source</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.invalid_source" title="Permalink to this definition"></a></dt>
<dd><p>Gets the invalid_source of this Nsxfirewallrule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The invalid_source of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.logging_enabled">
<em class="property">property </em><code class="sig-name descname">logging_enabled</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.logging_enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the logging_enabled of this Nsxfirewallrule. # noqa: E501</p>
<p>Enable logging for the rule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The logging_enabled of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.match_translated">
<em class="property">property </em><code class="sig-name descname">match_translated</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.match_translated" title="Permalink to this definition"></a></dt>
<dd><p>Gets the match_translated of this Nsxfirewallrule. # noqa: E501</p>
<p>Defines the order of NAT and Firewall pipeline. When false, firewall happens before NAT. Default : false # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The match_translated of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this Nsxfirewallrule. # noqa: E501</p>
<p>Name for the rule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'action': 'str', 'application': 'Application', 'description': 'str', 'destination': 'AddressFWSourceDestination', 'direction': 'str', 'enabled': 'bool', 'invalid_application': 'bool', 'invalid_destination': 'bool', 'invalid_source': 'bool', 'logging_enabled': 'bool', 'match_translated': 'bool', 'name': 'str', 'rule_id': 'int', 'rule_tag': 'int', 'rule_type': 'str', 'source': 'AddressFWSourceDestination', 'statistics': 'FirewallRuleStats'}</em><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.rule_id">
<em class="property">property </em><code class="sig-name descname">rule_id</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.rule_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rule_id of this Nsxfirewallrule. # noqa: E501</p>
<p>Identifier for the rule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rule_id of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.rule_tag">
<em class="property">property </em><code class="sig-name descname">rule_tag</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.rule_tag" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rule_tag of this Nsxfirewallrule. # noqa: E501</p>
<p>Rule tag. Used to specify user-defined ruleId. If not specified NSX Manager will generate ruleId. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rule_tag of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.rule_type">
<em class="property">property </em><code class="sig-name descname">rule_type</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.rule_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rule_type of this Nsxfirewallrule. # noqa: E501</p>
<p>Identifies the type of the rule. internal_high or user. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rule_type of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.source">
<em class="property">property </em><code class="sig-name descname">source</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.source" title="Permalink to this definition"></a></dt>
<dd><p>Gets the source of this Nsxfirewallrule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The source of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination" title="vmware.vmc.console.models.address_fw_source_destination.AddressFWSourceDestination">AddressFWSourceDestination</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.statistics">
<em class="property">property </em><code class="sig-name descname">statistics</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.statistics" title="Permalink to this definition"></a></dt>
<dd><p>Gets the statistics of this Nsxfirewallrule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The statistics of this Nsxfirewallrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats" title="vmware.vmc.console.models.firewall_rule_stats.FirewallRuleStats">FirewallRuleStats</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallrule.Nsxfirewallrule.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.nsxfirewallservice">
<span id="vmware-vmc-console-models-nsxfirewallservice-module"></span><h2>vmware.vmc.console.models.nsxfirewallservice module<a class="headerlink" href="#module-vmware.vmc.console.models.nsxfirewallservice" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.nsxfirewallservice.</code><code class="sig-name descname">Nsxfirewallservice</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">source_port</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">protocol</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">port</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">icmp_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Nsxfirewallservice - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'icmp_type': 'icmpType', 'port': 'port', 'protocol': 'protocol', 'source_port': 'sourcePort'}</em><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice.icmp_type">
<em class="property">property </em><code class="sig-name descname">icmp_type</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice.icmp_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the icmp_type of this Nsxfirewallservice. # noqa: E501</p>
<p>IcmpType. Only supported when protocol is icmp. Default is any. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The icmp_type of this Nsxfirewallservice. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'icmp_type': 'str', 'port': 'list[str]', 'protocol': 'str', 'source_port': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice.port">
<em class="property">property </em><code class="sig-name descname">port</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice.port" title="Permalink to this definition"></a></dt>
<dd><p>Gets the port of this Nsxfirewallservice. # noqa: E501</p>
<p>List of destination ports. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The port of this Nsxfirewallservice. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice.protocol">
<em class="property">property </em><code class="sig-name descname">protocol</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice.protocol" title="Permalink to this definition"></a></dt>
<dd><p>Gets the protocol of this Nsxfirewallservice. # noqa: E501</p>
<p>Protocol. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The protocol of this Nsxfirewallservice. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice.source_port">
<em class="property">property </em><code class="sig-name descname">source_port</code><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice.source_port" title="Permalink to this definition"></a></dt>
<dd><p>Gets the source_port of this Nsxfirewallservice. # noqa: E501</p>
<p>List of source ports. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The source_port of this Nsxfirewallservice. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxfirewallservice.Nsxfirewallservice.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.nsxl2vpn">
<span id="vmware-vmc-console-models-nsxl2vpn-module"></span><h2>vmware.vmc.console.models.nsxl2vpn module<a class="headerlink" href="#module-vmware.vmc.console.models.nsxl2vpn" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.nsxl2vpn.Nsxl2vpn">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.nsxl2vpn.</code><code class="sig-name descname">Nsxl2vpn</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">listener_ips</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sites</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxl2vpn.Nsxl2vpn" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Nsxl2vpn - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nsxl2vpn.Nsxl2vpn.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'enabled': 'enabled', 'listener_ips': 'listenerIps', 'sites': 'sites'}</em><a class="headerlink" href="#vmware.vmc.console.models.nsxl2vpn.Nsxl2vpn.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxl2vpn.Nsxl2vpn.enabled">
<em class="property">property </em><code class="sig-name descname">enabled</code><a class="headerlink" href="#vmware.vmc.console.models.nsxl2vpn.Nsxl2vpn.enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enabled of this Nsxl2vpn. # noqa: E501</p>
<p>Enabled state of L2 VPN service. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enabled of this Nsxl2vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxl2vpn.Nsxl2vpn.listener_ips">
<em class="property">property </em><code class="sig-name descname">listener_ips</code><a class="headerlink" href="#vmware.vmc.console.models.nsxl2vpn.Nsxl2vpn.listener_ips" title="Permalink to this definition"></a></dt>
<dd><p>Gets the listener_ips of this Nsxl2vpn. # noqa: E501</p>
<p>Listener IP addresses. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The listener_ips of this Nsxl2vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nsxl2vpn.Nsxl2vpn.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'enabled': 'bool', 'listener_ips': 'list[str]', 'sites': 'Sites'}</em><a class="headerlink" href="#vmware.vmc.console.models.nsxl2vpn.Nsxl2vpn.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxl2vpn.Nsxl2vpn.sites">
<em class="property">property </em><code class="sig-name descname">sites</code><a class="headerlink" href="#vmware.vmc.console.models.nsxl2vpn.Nsxl2vpn.sites" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sites of this Nsxl2vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sites of this Nsxl2vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.sites.Sites" title="vmware.vmc.console.models.sites.Sites">Sites</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxl2vpn.Nsxl2vpn.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxl2vpn.Nsxl2vpn.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxl2vpn.Nsxl2vpn.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxl2vpn.Nsxl2vpn.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.nsxnatrule">
<span id="vmware-vmc-console-models-nsxnatrule-module"></span><h2>vmware.vmc.console.models.nsxnatrule module<a class="headerlink" href="#module-vmware.vmc.console.models.nsxnatrule" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.nsxnatrule.</code><code class="sig-name descname">Nsxnatrule</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">vnic</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">rule_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">protocol</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">description</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">rule_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">snat_match_destination_port</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">original_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">dnat_match_source_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">dnat_match_source_port</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">snat_match_destination_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">original_port</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">logging_enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">translated_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">icmp_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">translated_port</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">action</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">rule_tag</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Nsxnatrule - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.action">
<em class="property">property </em><code class="sig-name descname">action</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.action" title="Permalink to this definition"></a></dt>
<dd><p>Gets the action of this Nsxnatrule. # noqa: E501</p>
<p>Action for the rule. SNAT or DNAT. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The action of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'action': 'action', 'description': 'description', 'dnat_match_source_address': 'dnatMatchSourceAddress', 'dnat_match_source_port': 'dnatMatchSourcePort', 'enabled': 'enabled', 'icmp_type': 'icmpType', 'logging_enabled': 'loggingEnabled', 'original_address': 'originalAddress', 'original_port': 'originalPort', 'protocol': 'protocol', 'rule_id': 'ruleId', 'rule_tag': 'ruleTag', 'rule_type': 'ruleType', 'snat_match_destination_address': 'snatMatchDestinationAddress', 'snat_match_destination_port': 'snatMatchDestinationPort', 'translated_address': 'translatedAddress', 'translated_port': 'translatedPort', 'vnic': 'vnic'}</em><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.description">
<em class="property">property </em><code class="sig-name descname">description</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.description" title="Permalink to this definition"></a></dt>
<dd><p>Gets the description of this Nsxnatrule. # noqa: E501</p>
<p>Description for the rule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The description of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.dnat_match_source_address">
<em class="property">property </em><code class="sig-name descname">dnat_match_source_address</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.dnat_match_source_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the dnat_match_source_address of this Nsxnatrule. # noqa: E501</p>
<p>Apply DNAT rule only if traffic has this source address. Default is any. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The dnat_match_source_address of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.dnat_match_source_port">
<em class="property">property </em><code class="sig-name descname">dnat_match_source_port</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.dnat_match_source_port" title="Permalink to this definition"></a></dt>
<dd><p>Gets the dnat_match_source_port of this Nsxnatrule. # noqa: E501</p>
<p>Apply DNAT rule only if traffic has this source port. Default is any. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The dnat_match_source_port of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.enabled">
<em class="property">property </em><code class="sig-name descname">enabled</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enabled of this Nsxnatrule. # noqa: E501</p>
<p>Enable rule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enabled of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.icmp_type">
<em class="property">property </em><code class="sig-name descname">icmp_type</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.icmp_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the icmp_type of this Nsxnatrule. # noqa: E501</p>
<p>ICMP type. Only supported when protocol is icmp. Default is any. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The icmp_type of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.logging_enabled">
<em class="property">property </em><code class="sig-name descname">logging_enabled</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.logging_enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the logging_enabled of this Nsxnatrule. # noqa: E501</p>
<p>Enable logging for the rule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The logging_enabled of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'action': 'str', 'description': 'str', 'dnat_match_source_address': 'str', 'dnat_match_source_port': 'str', 'enabled': 'bool', 'icmp_type': 'str', 'logging_enabled': 'bool', 'original_address': 'str', 'original_port': 'str', 'protocol': 'str', 'rule_id': 'int', 'rule_tag': 'int', 'rule_type': 'str', 'snat_match_destination_address': 'str', 'snat_match_destination_port': 'str', 'translated_address': 'str', 'translated_port': 'str', 'vnic': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.original_address">
<em class="property">property </em><code class="sig-name descname">original_address</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.original_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the original_address of this Nsxnatrule. # noqa: E501</p>
<p>Original address or address range. This is the original source address for SNAT rules and the original destination address for DNAT rules. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The original_address of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.original_port">
<em class="property">property </em><code class="sig-name descname">original_port</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.original_port" title="Permalink to this definition"></a></dt>
<dd><p>Gets the original_port of this Nsxnatrule. # noqa: E501</p>
<p>Original port. This is the original source port for SNAT rules, and the original destination port for DNAT rules. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The original_port of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.protocol">
<em class="property">property </em><code class="sig-name descname">protocol</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.protocol" title="Permalink to this definition"></a></dt>
<dd><p>Gets the protocol of this Nsxnatrule. # noqa: E501</p>
<p>Protocol. Default is any # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The protocol of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.rule_id">
<em class="property">property </em><code class="sig-name descname">rule_id</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.rule_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rule_id of this Nsxnatrule. # noqa: E501</p>
<p>Identifier for the rule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rule_id of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.rule_tag">
<em class="property">property </em><code class="sig-name descname">rule_tag</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.rule_tag" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rule_tag of this Nsxnatrule. # noqa: E501</p>
<p>Rule tag. Used to specify user-defined ruleId. If not specified NSX Manager will generate ruleId. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rule_tag of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.rule_type">
<em class="property">property </em><code class="sig-name descname">rule_type</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.rule_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rule_type of this Nsxnatrule. # noqa: E501</p>
<p>Identifies the type of the rule. internal_high or user. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rule_type of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.snat_match_destination_address">
<em class="property">property </em><code class="sig-name descname">snat_match_destination_address</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.snat_match_destination_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the snat_match_destination_address of this Nsxnatrule. # noqa: E501</p>
<p>Apply SNAT rule only if traffic has this destination address. Default is any. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The snat_match_destination_address of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.snat_match_destination_port">
<em class="property">property </em><code class="sig-name descname">snat_match_destination_port</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.snat_match_destination_port" title="Permalink to this definition"></a></dt>
<dd><p>Gets the snat_match_destination_port of this Nsxnatrule. # noqa: E501</p>
<p>Apply SNAT rule only if traffic has this destination port. Default is any. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The snat_match_destination_port of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.translated_address">
<em class="property">property </em><code class="sig-name descname">translated_address</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.translated_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the translated_address of this Nsxnatrule. # noqa: E501</p>
<p>Translated address or address range. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The translated_address of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.translated_port">
<em class="property">property </em><code class="sig-name descname">translated_port</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.translated_port" title="Permalink to this definition"></a></dt>
<dd><p>Gets the translated_port of this Nsxnatrule. # noqa: E501</p>
<p>Translated port. Supported in DNAT rules only. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The translated_port of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxnatrule.Nsxnatrule.vnic">
<em class="property">property </em><code class="sig-name descname">vnic</code><a class="headerlink" href="#vmware.vmc.console.models.nsxnatrule.Nsxnatrule.vnic" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnic of this Nsxnatrule. # noqa: E501</p>
<p>Interface on which the NAT rule is applied. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnic of this Nsxnatrule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.nsxsite">
<span id="vmware-vmc-console-models-nsxsite-module"></span><h2>vmware.vmc.console.models.nsxsite module<a class="headerlink" href="#module-vmware.vmc.console.models.nsxsite" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.nsxsite.Nsxsite">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.nsxsite.</code><code class="sig-name descname">Nsxsite</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">secure_traffic</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">site_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">password</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">user_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">description</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxsite.Nsxsite" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Nsxsite - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nsxsite.Nsxsite.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'description': 'description', 'name': 'name', 'password': 'password', 'secure_traffic': 'secureTraffic', 'site_id': 'siteId', 'user_id': 'userId'}</em><a class="headerlink" href="#vmware.vmc.console.models.nsxsite.Nsxsite.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxsite.Nsxsite.description">
<em class="property">property </em><code class="sig-name descname">description</code><a class="headerlink" href="#vmware.vmc.console.models.nsxsite.Nsxsite.description" title="Permalink to this definition"></a></dt>
<dd><p>Gets the description of this Nsxsite. # noqa: E501</p>
<p>Description of L2 VPN site. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The description of this Nsxsite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxsite.Nsxsite.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.nsxsite.Nsxsite.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this Nsxsite. # noqa: E501</p>
<p>Name of L2 VPN site. Length: 1-255 characters. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this Nsxsite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nsxsite.Nsxsite.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'description': 'str', 'name': 'str', 'password': 'str', 'secure_traffic': 'bool', 'site_id': 'str', 'user_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.nsxsite.Nsxsite.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxsite.Nsxsite.password">
<em class="property">property </em><code class="sig-name descname">password</code><a class="headerlink" href="#vmware.vmc.console.models.nsxsite.Nsxsite.password" title="Permalink to this definition"></a></dt>
<dd><p>Gets the password of this Nsxsite. # noqa: E501</p>
<p>Password for L2 VPN user. Passwords must contain the following: 12-63 characters, a mix of upper case letters, lower case letters, numbers, and at least one special character. Password must not contain the username as a substring. Do not repeat a character 3 or more times. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The password of this Nsxsite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxsite.Nsxsite.secure_traffic">
<em class="property">property </em><code class="sig-name descname">secure_traffic</code><a class="headerlink" href="#vmware.vmc.console.models.nsxsite.Nsxsite.secure_traffic" title="Permalink to this definition"></a></dt>
<dd><p>Gets the secure_traffic of this Nsxsite. # noqa: E501</p>
<p>Secure L2VPN traffic. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The secure_traffic of this Nsxsite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxsite.Nsxsite.site_id">
<em class="property">property </em><code class="sig-name descname">site_id</code><a class="headerlink" href="#vmware.vmc.console.models.nsxsite.Nsxsite.site_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the site_id of this Nsxsite. # noqa: E501</p>
<p>Identifier for L2 VPN site. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The site_id of this Nsxsite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxsite.Nsxsite.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxsite.Nsxsite.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxsite.Nsxsite.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxsite.Nsxsite.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxsite.Nsxsite.user_id">
<em class="property">property </em><code class="sig-name descname">user_id</code><a class="headerlink" href="#vmware.vmc.console.models.nsxsite.Nsxsite.user_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the user_id of this Nsxsite. # noqa: E501</p>
<p>L2 VPN user ID. Valid user names: 1-63 characters, letters and numbers only. No white space or special characters. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The user_id of this Nsxsite. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.nsxt_addons">
<span id="vmware-vmc-console-models-nsxt-addons-module"></span><h2>vmware.vmc.console.models.nsxt_addons module<a class="headerlink" href="#module-vmware.vmc.console.models.nsxt_addons" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.nsxt_addons.NsxtAddons">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.nsxt_addons.</code><code class="sig-name descname">NsxtAddons</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">enable_nsx_advanced_addon</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxt_addons.NsxtAddons" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>NsxtAddons - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nsxt_addons.NsxtAddons.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'enable_nsx_advanced_addon': 'enable_nsx_advanced_addon'}</em><a class="headerlink" href="#vmware.vmc.console.models.nsxt_addons.NsxtAddons.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxt_addons.NsxtAddons.enable_nsx_advanced_addon">
<em class="property">property </em><code class="sig-name descname">enable_nsx_advanced_addon</code><a class="headerlink" href="#vmware.vmc.console.models.nsxt_addons.NsxtAddons.enable_nsx_advanced_addon" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enable_nsx_advanced_addon of this NsxtAddons. # noqa: E501</p>
<p>Indicates whether NSX Advanced addon is enabled or disabled. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enable_nsx_advanced_addon of this NsxtAddons. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.nsxt_addons.NsxtAddons.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'enable_nsx_advanced_addon': 'bool'}</em><a class="headerlink" href="#vmware.vmc.console.models.nsxt_addons.NsxtAddons.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxt_addons.NsxtAddons.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxt_addons.NsxtAddons.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.nsxt_addons.NsxtAddons.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.nsxt_addons.NsxtAddons.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.object_type">
<span id="vmware-vmc-console-models-object-type-module"></span><h2>vmware.vmc.console.models.object_type module<a class="headerlink" href="#module-vmware.vmc.console.models.object_type" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.object_type.ObjectType">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.object_type.</code><code class="sig-name descname">ObjectType</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.object_type.ObjectType" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ObjectType - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.object_type.ObjectType.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'name': 'name'}</em><a class="headerlink" href="#vmware.vmc.console.models.object_type.ObjectType.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.object_type.ObjectType.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.object_type.ObjectType.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this ObjectType. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this ObjectType. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.object_type.ObjectType.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'name': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.object_type.ObjectType.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.object_type.ObjectType.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.object_type.ObjectType.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.object_type.ObjectType.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.object_type.ObjectType.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.offer_instances_holder">
<span id="vmware-vmc-console-models-offer-instances-holder-module"></span><h2>vmware.vmc.console.models.offer_instances_holder module<a class="headerlink" href="#module-vmware.vmc.console.models.offer_instances_holder" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.offer_instances_holder.OfferInstancesHolder">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.offer_instances_holder.</code><code class="sig-name descname">OfferInstancesHolder</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">on_demand</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">offers</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.offer_instances_holder.OfferInstancesHolder" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>OfferInstancesHolder - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.offer_instances_holder.OfferInstancesHolder.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'offers': 'offers', 'on_demand': 'on_demand'}</em><a class="headerlink" href="#vmware.vmc.console.models.offer_instances_holder.OfferInstancesHolder.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.offer_instances_holder.OfferInstancesHolder.offers">
<em class="property">property </em><code class="sig-name descname">offers</code><a class="headerlink" href="#vmware.vmc.console.models.offer_instances_holder.OfferInstancesHolder.offers" title="Permalink to this definition"></a></dt>
<dd><p>Gets the offers of this OfferInstancesHolder. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The offers of this OfferInstancesHolder. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance" title="vmware.vmc.console.models.term_offer_instance.TermOfferInstance">TermOfferInstance</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.offer_instances_holder.OfferInstancesHolder.on_demand">
<em class="property">property </em><code class="sig-name descname">on_demand</code><a class="headerlink" href="#vmware.vmc.console.models.offer_instances_holder.OfferInstancesHolder.on_demand" title="Permalink to this definition"></a></dt>
<dd><p>Gets the on_demand of this OfferInstancesHolder. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The on_demand of this OfferInstancesHolder. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance" title="vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance">OnDemandOfferInstance</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.offer_instances_holder.OfferInstancesHolder.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'offers': 'list[TermOfferInstance]', 'on_demand': 'OnDemandOfferInstance'}</em><a class="headerlink" href="#vmware.vmc.console.models.offer_instances_holder.OfferInstancesHolder.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.offer_instances_holder.OfferInstancesHolder.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.offer_instances_holder.OfferInstancesHolder.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.offer_instances_holder.OfferInstancesHolder.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.offer_instances_holder.OfferInstancesHolder.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.offer_type">
<span id="vmware-vmc-console-models-offer-type-module"></span><h2>vmware.vmc.console.models.offer_type module<a class="headerlink" href="#module-vmware.vmc.console.models.offer_type" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.offer_type.OfferType">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.offer_type.</code><code class="sig-name descname">OfferType</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.offer_type.OfferType" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>OfferType - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.offer_type.OfferType.ON_DEMAND">
<code class="sig-name descname">ON_DEMAND</code><em class="property"> = 'ON_DEMAND'</em><a class="headerlink" href="#vmware.vmc.console.models.offer_type.OfferType.ON_DEMAND" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.offer_type.OfferType.TERM">
<code class="sig-name descname">TERM</code><em class="property"> = 'TERM'</em><a class="headerlink" href="#vmware.vmc.console.models.offer_type.OfferType.TERM" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.offer_type.OfferType.allowable_values">
<code class="sig-name descname">allowable_values</code><em class="property"> = ['TERM', 'ON_DEMAND']</em><a class="headerlink" href="#vmware.vmc.console.models.offer_type.OfferType.allowable_values" title="Permalink to this definition"></a></dt>
<dd><dl class="simple">
<dt>Attributes:</dt><dd><dl class="simple">
<dt>openapi_types (dict): The key is attribute name</dt><dd><p>and the value is attribute type.</p>
</dd>
<dt>attribute_map (dict): The key is attribute name</dt><dd><p>and the value is json key in definition.</p>
</dd>
</dl>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.offer_type.OfferType.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {}</em><a class="headerlink" href="#vmware.vmc.console.models.offer_type.OfferType.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.offer_type.OfferType.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {}</em><a class="headerlink" href="#vmware.vmc.console.models.offer_type.OfferType.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.offer_type.OfferType.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.offer_type.OfferType.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.offer_type.OfferType.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.offer_type.OfferType.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.on_demand_offer_instance">
<span id="vmware-vmc-console-models-on-demand-offer-instance-module"></span><h2>vmware.vmc.console.models.on_demand_offer_instance module<a class="headerlink" href="#module-vmware.vmc.console.models.on_demand_offer_instance" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.on_demand_offer_instance.</code><code class="sig-name descname">OnDemandOfferInstance</code><span class="sig-paren">(</span><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">product_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">currency</span><span class="o">=</span><span class="default_value">None</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">unit_price</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">monthly_cost</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</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>, <em class="sig-param"><span class="n">description</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>OnDemandOfferInstance - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'currency': 'currency', 'description': 'description', 'monthly_cost': 'monthly_cost', 'name': 'name', 'product': 'product', 'product_type': 'product_type', 'region': 'region', 'type': 'type', 'unit_price': 'unit_price', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.currency">
<em class="property">property </em><code class="sig-name descname">currency</code><a class="headerlink" href="#vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.currency" title="Permalink to this definition"></a></dt>
<dd><p>Gets the currency of this OnDemandOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The currency of this OnDemandOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.description">
<em class="property">property </em><code class="sig-name descname">description</code><a class="headerlink" href="#vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.description" title="Permalink to this definition"></a></dt>
<dd><p>Gets the description of this OnDemandOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The description of this OnDemandOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.monthly_cost">
<em class="property">property </em><code class="sig-name descname">monthly_cost</code><a class="headerlink" href="#vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.monthly_cost" title="Permalink to this definition"></a></dt>
<dd><p>Gets the monthly_cost of this OnDemandOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The monthly_cost of this OnDemandOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this OnDemandOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this OnDemandOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'currency': 'str', 'description': 'str', 'monthly_cost': 'str', 'name': 'str', 'product': 'str', 'product_type': 'str', 'region': 'str', 'type': 'str', 'unit_price': 'str', 'version': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.product">
<em class="property">property </em><code class="sig-name descname">product</code><a class="headerlink" href="#vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.product" title="Permalink to this definition"></a></dt>
<dd><p>Gets the product of this OnDemandOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The product of this OnDemandOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.product_type">
<em class="property">property </em><code class="sig-name descname">product_type</code><a class="headerlink" href="#vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.product_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the product_type of this OnDemandOfferInstance. # noqa: E501</p>
<p>Deprecated. Please use product and type fields instead. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The product_type of this OnDemandOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.region">
<em class="property">property </em><code class="sig-name descname">region</code><a class="headerlink" href="#vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.region" title="Permalink to this definition"></a></dt>
<dd><p>Gets the region of this OnDemandOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The region of this OnDemandOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.type">
<em class="property">property </em><code class="sig-name descname">type</code><a class="headerlink" href="#vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the type of this OnDemandOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The type of this OnDemandOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.unit_price">
<em class="property">property </em><code class="sig-name descname">unit_price</code><a class="headerlink" href="#vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.unit_price" title="Permalink to this definition"></a></dt>
<dd><p>Gets the unit_price of this OnDemandOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The unit_price of this OnDemandOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.on_demand_offer_instance.OnDemandOfferInstance.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this OnDemandOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this OnDemandOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.org_properties">
<span id="vmware-vmc-console-models-org-properties-module"></span><h2>vmware.vmc.console.models.org_properties module<a class="headerlink" href="#module-vmware.vmc.console.models.org_properties" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.org_properties.OrgProperties">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.org_properties.</code><code class="sig-name descname">OrgProperties</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">values</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.org_properties.OrgProperties" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>OrgProperties - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.org_properties.OrgProperties.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'values': 'values'}</em><a class="headerlink" href="#vmware.vmc.console.models.org_properties.OrgProperties.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.org_properties.OrgProperties.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'values': 'dict(str, str)'}</em><a class="headerlink" href="#vmware.vmc.console.models.org_properties.OrgProperties.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.org_properties.OrgProperties.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.org_properties.OrgProperties.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.org_properties.OrgProperties.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.org_properties.OrgProperties.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.org_properties.OrgProperties.values">
<em class="property">property </em><code class="sig-name descname">values</code><a class="headerlink" href="#vmware.vmc.console.models.org_properties.OrgProperties.values" title="Permalink to this definition"></a></dt>
<dd><p>Gets the values of this OrgProperties. # noqa: E501</p>
<p>A map of string properties to values. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The values of this OrgProperties. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, str)</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.org_seller_info">
<span id="vmware-vmc-console-models-org-seller-info-module"></span><h2>vmware.vmc.console.models.org_seller_info module<a class="headerlink" href="#module-vmware.vmc.console.models.org_seller_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.org_seller_info.OrgSellerInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.org_seller_info.</code><code class="sig-name descname">OrgSellerInfo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">seller_account_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">seller</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.org_seller_info.OrgSellerInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>OrgSellerInfo - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.org_seller_info.OrgSellerInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'seller': 'seller', 'seller_account_id': 'seller_account_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.org_seller_info.OrgSellerInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.org_seller_info.OrgSellerInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'seller': 'str', 'seller_account_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.org_seller_info.OrgSellerInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.org_seller_info.OrgSellerInfo.seller">
<em class="property">property </em><code class="sig-name descname">seller</code><a class="headerlink" href="#vmware.vmc.console.models.org_seller_info.OrgSellerInfo.seller" title="Permalink to this definition"></a></dt>
<dd><p>Gets the seller of this OrgSellerInfo. # noqa: E501</p>
<p>The seller-of-record for the current organization. For example AWS or VMWARE # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The seller of this OrgSellerInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.org_seller_info.OrgSellerInfo.seller_account_id">
<em class="property">property </em><code class="sig-name descname">seller_account_id</code><a class="headerlink" href="#vmware.vmc.console.models.org_seller_info.OrgSellerInfo.seller_account_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the seller_account_id of this OrgSellerInfo. # noqa: E501</p>
<p>The accountid for this org for the seller-of-record. NILLABLE. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The seller_account_id of this OrgSellerInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.org_seller_info.OrgSellerInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.org_seller_info.OrgSellerInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.org_seller_info.OrgSellerInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.org_seller_info.OrgSellerInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.organization">
<span id="vmware-vmc-console-models-organization-module"></span><h2>vmware.vmc.console.models.organization module<a class="headerlink" href="#module-vmware.vmc.console.models.organization" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.organization.Organization">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.organization.</code><code class="sig-name descname">Organization</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">updated</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">user_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">updated_by_user_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">created</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">updated_by_user_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">user_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">org_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">display_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">org_seller_info</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">project_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">properties</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Organization - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.organization.Organization.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'created': 'created', 'display_name': 'display_name', 'id': 'id', 'name': 'name', 'org_seller_info': 'org_seller_info', 'org_type': 'org_type', 'project_state': 'project_state', 'properties': 'properties', 'updated': 'updated', 'updated_by_user_id': 'updated_by_user_id', 'updated_by_user_name': 'updated_by_user_name', 'user_id': 'user_id', 'user_name': 'user_name', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization.Organization.created">
<em class="property">property </em><code class="sig-name descname">created</code><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.created" title="Permalink to this definition"></a></dt>
<dd><p>Gets the created of this Organization. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The created of this Organization. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization.Organization.display_name">
<em class="property">property </em><code class="sig-name descname">display_name</code><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.display_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the display_name of this Organization. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The display_name of this Organization. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization.Organization.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this Organization. # noqa: E501</p>
<p>Unique ID for this entity # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this Organization. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization.Organization.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this Organization. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this Organization. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.organization.Organization.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'created': 'datetime', 'display_name': 'str', 'id': 'str', 'name': 'str', 'org_seller_info': 'OrgSellerInfo', 'org_type': 'str', 'project_state': 'str', 'properties': 'OrgProperties', 'updated': 'datetime', 'updated_by_user_id': 'str', 'updated_by_user_name': 'str', 'user_id': 'str', 'user_name': 'str', 'version': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization.Organization.org_seller_info">
<em class="property">property </em><code class="sig-name descname">org_seller_info</code><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.org_seller_info" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_seller_info of this Organization. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_seller_info of this Organization. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.org_seller_info.OrgSellerInfo" title="vmware.vmc.console.models.org_seller_info.OrgSellerInfo">OrgSellerInfo</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization.Organization.org_type">
<em class="property">property </em><code class="sig-name descname">org_type</code><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.org_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_type of this Organization. # noqa: E501</p>
<p>ORG_TYPE to be associated with the org # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_type of this Organization. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization.Organization.project_state">
<em class="property">property </em><code class="sig-name descname">project_state</code><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.project_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the project_state of this Organization. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The project_state of this Organization. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization.Organization.properties">
<em class="property">property </em><code class="sig-name descname">properties</code><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.properties" title="Permalink to this definition"></a></dt>
<dd><p>Gets the properties of this Organization. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The properties of this Organization. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.org_properties.OrgProperties" title="vmware.vmc.console.models.org_properties.OrgProperties">OrgProperties</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization.Organization.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization.Organization.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization.Organization.updated">
<em class="property">property </em><code class="sig-name descname">updated</code><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.updated" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated of this Organization. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated of this Organization. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization.Organization.updated_by_user_id">
<em class="property">property </em><code class="sig-name descname">updated_by_user_id</code><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.updated_by_user_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated_by_user_id of this Organization. # noqa: E501</p>
<p>User id that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated_by_user_id of this Organization. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization.Organization.updated_by_user_name">
<em class="property">property </em><code class="sig-name descname">updated_by_user_name</code><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.updated_by_user_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated_by_user_name of this Organization. # noqa: E501</p>
<p>User name that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated_by_user_name of this Organization. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization.Organization.user_id">
<em class="property">property </em><code class="sig-name descname">user_id</code><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.user_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the user_id of this Organization. # noqa: E501</p>
<p>User id that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The user_id of this Organization. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization.Organization.user_name">
<em class="property">property </em><code class="sig-name descname">user_name</code><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.user_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the user_name of this Organization. # noqa: E501</p>
<p>User name that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The user_name of this Organization. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization.Organization.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.organization.Organization.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this Organization. # noqa: E501</p>
<p>Version of this entity # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this Organization. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.organization_all_of">
<span id="vmware-vmc-console-models-organization-all-of-module"></span><h2>vmware.vmc.console.models.organization_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.organization_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.organization_all_of.OrganizationAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.organization_all_of.</code><code class="sig-name descname">OrganizationAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">org_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">display_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">org_seller_info</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">project_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">properties</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.organization_all_of.OrganizationAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>OrganizationAllOf - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.organization_all_of.OrganizationAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'display_name': 'display_name', 'name': 'name', 'org_seller_info': 'org_seller_info', 'org_type': 'org_type', 'project_state': 'project_state', 'properties': 'properties'}</em><a class="headerlink" href="#vmware.vmc.console.models.organization_all_of.OrganizationAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization_all_of.OrganizationAllOf.display_name">
<em class="property">property </em><code class="sig-name descname">display_name</code><a class="headerlink" href="#vmware.vmc.console.models.organization_all_of.OrganizationAllOf.display_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the display_name of this OrganizationAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The display_name of this OrganizationAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization_all_of.OrganizationAllOf.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.organization_all_of.OrganizationAllOf.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this OrganizationAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this OrganizationAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.organization_all_of.OrganizationAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'display_name': 'str', 'name': 'str', 'org_seller_info': 'OrgSellerInfo', 'org_type': 'str', 'project_state': 'str', 'properties': 'OrgProperties'}</em><a class="headerlink" href="#vmware.vmc.console.models.organization_all_of.OrganizationAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization_all_of.OrganizationAllOf.org_seller_info">
<em class="property">property </em><code class="sig-name descname">org_seller_info</code><a class="headerlink" href="#vmware.vmc.console.models.organization_all_of.OrganizationAllOf.org_seller_info" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_seller_info of this OrganizationAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_seller_info of this OrganizationAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.org_seller_info.OrgSellerInfo" title="vmware.vmc.console.models.org_seller_info.OrgSellerInfo">OrgSellerInfo</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization_all_of.OrganizationAllOf.org_type">
<em class="property">property </em><code class="sig-name descname">org_type</code><a class="headerlink" href="#vmware.vmc.console.models.organization_all_of.OrganizationAllOf.org_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_type of this OrganizationAllOf. # noqa: E501</p>
<p>ORG_TYPE to be associated with the org # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_type of this OrganizationAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization_all_of.OrganizationAllOf.project_state">
<em class="property">property </em><code class="sig-name descname">project_state</code><a class="headerlink" href="#vmware.vmc.console.models.organization_all_of.OrganizationAllOf.project_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the project_state of this OrganizationAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The project_state of this OrganizationAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization_all_of.OrganizationAllOf.properties">
<em class="property">property </em><code class="sig-name descname">properties</code><a class="headerlink" href="#vmware.vmc.console.models.organization_all_of.OrganizationAllOf.properties" title="Permalink to this definition"></a></dt>
<dd><p>Gets the properties of this OrganizationAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The properties of this OrganizationAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.org_properties.OrgProperties" title="vmware.vmc.console.models.org_properties.OrgProperties">OrgProperties</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization_all_of.OrganizationAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.organization_all_of.OrganizationAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.organization_all_of.OrganizationAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.organization_all_of.OrganizationAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.paged_edge_list">
<span id="vmware-vmc-console-models-paged-edge-list-module"></span><h2>vmware.vmc.console.models.paged_edge_list module<a class="headerlink" href="#module-vmware.vmc.console.models.paged_edge_list" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.paged_edge_list.PagedEdgeList">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.paged_edge_list.</code><code class="sig-name descname">PagedEdgeList</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">edge_page</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.paged_edge_list.PagedEdgeList" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>PagedEdgeList - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.paged_edge_list.PagedEdgeList.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'edge_page': 'edgePage'}</em><a class="headerlink" href="#vmware.vmc.console.models.paged_edge_list.PagedEdgeList.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.paged_edge_list.PagedEdgeList.edge_page">
<em class="property">property </em><code class="sig-name descname">edge_page</code><a class="headerlink" href="#vmware.vmc.console.models.paged_edge_list.PagedEdgeList.edge_page" title="Permalink to this definition"></a></dt>
<dd><p>Gets the edge_page of this PagedEdgeList. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The edge_page of this PagedEdgeList. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.data_page_edge_summary.DataPageEdgeSummary" title="vmware.vmc.console.models.data_page_edge_summary.DataPageEdgeSummary">DataPageEdgeSummary</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.paged_edge_list.PagedEdgeList.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'edge_page': 'DataPageEdgeSummary'}</em><a class="headerlink" href="#vmware.vmc.console.models.paged_edge_list.PagedEdgeList.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.paged_edge_list.PagedEdgeList.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.paged_edge_list.PagedEdgeList.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.paged_edge_list.PagedEdgeList.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.paged_edge_list.PagedEdgeList.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.paging_info">
<span id="vmware-vmc-console-models-paging-info-module"></span><h2>vmware.vmc.console.models.paging_info module<a class="headerlink" href="#module-vmware.vmc.console.models.paging_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.paging_info.PagingInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.paging_info.</code><code class="sig-name descname">PagingInfo</code><span class="sig-paren">(</span><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">total_count</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">sort_by</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">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.paging_info.PagingInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>PagingInfo - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.paging_info.PagingInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'page_size': 'pageSize', 'sort_by': 'sortBy', 'sort_order_ascending': 'sortOrderAscending', 'start_index': 'startIndex', 'total_count': 'totalCount'}</em><a class="headerlink" href="#vmware.vmc.console.models.paging_info.PagingInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.paging_info.PagingInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'page_size': 'int', 'sort_by': 'str', 'sort_order_ascending': 'bool', 'start_index': 'int', 'total_count': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.paging_info.PagingInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.paging_info.PagingInfo.page_size">
<em class="property">property </em><code class="sig-name descname">page_size</code><a class="headerlink" href="#vmware.vmc.console.models.paging_info.PagingInfo.page_size" title="Permalink to this definition"></a></dt>
<dd><p>Gets the page_size of this PagingInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The page_size of this PagingInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.paging_info.PagingInfo.sort_by">
<em class="property">property </em><code class="sig-name descname">sort_by</code><a class="headerlink" href="#vmware.vmc.console.models.paging_info.PagingInfo.sort_by" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sort_by of this PagingInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sort_by of this PagingInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.paging_info.PagingInfo.sort_order_ascending">
<em class="property">property </em><code class="sig-name descname">sort_order_ascending</code><a class="headerlink" href="#vmware.vmc.console.models.paging_info.PagingInfo.sort_order_ascending" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sort_order_ascending of this PagingInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sort_order_ascending of this PagingInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.paging_info.PagingInfo.start_index">
<em class="property">property </em><code class="sig-name descname">start_index</code><a class="headerlink" href="#vmware.vmc.console.models.paging_info.PagingInfo.start_index" title="Permalink to this definition"></a></dt>
<dd><p>Gets the start_index of this PagingInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The start_index of this PagingInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.paging_info.PagingInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.paging_info.PagingInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.paging_info.PagingInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.paging_info.PagingInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.paging_info.PagingInfo.total_count">
<em class="property">property </em><code class="sig-name descname">total_count</code><a class="headerlink" href="#vmware.vmc.console.models.paging_info.PagingInfo.total_count" title="Permalink to this definition"></a></dt>
<dd><p>Gets the total_count of this PagingInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The total_count of this PagingInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.payment_method_info">
<span id="vmware-vmc-console-models-payment-method-info-module"></span><h2>vmware.vmc.console.models.payment_method_info module<a class="headerlink" href="#module-vmware.vmc.console.models.payment_method_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.payment_method_info.PaymentMethodInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.payment_method_info.</code><code class="sig-name descname">PaymentMethodInfo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">default_flag</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">payment_method_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.payment_method_info.PaymentMethodInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>PaymentMethodInfo - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.payment_method_info.PaymentMethodInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'default_flag': 'default_flag', 'payment_method_id': 'payment_method_id', 'type': 'type'}</em><a class="headerlink" href="#vmware.vmc.console.models.payment_method_info.PaymentMethodInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.payment_method_info.PaymentMethodInfo.default_flag">
<em class="property">property </em><code class="sig-name descname">default_flag</code><a class="headerlink" href="#vmware.vmc.console.models.payment_method_info.PaymentMethodInfo.default_flag" title="Permalink to this definition"></a></dt>
<dd><p>Gets the default_flag of this PaymentMethodInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The default_flag of this PaymentMethodInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.payment_method_info.PaymentMethodInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'default_flag': 'bool', 'payment_method_id': 'str', 'type': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.payment_method_info.PaymentMethodInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.payment_method_info.PaymentMethodInfo.payment_method_id">
<em class="property">property </em><code class="sig-name descname">payment_method_id</code><a class="headerlink" href="#vmware.vmc.console.models.payment_method_info.PaymentMethodInfo.payment_method_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the payment_method_id of this PaymentMethodInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The payment_method_id of this PaymentMethodInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.payment_method_info.PaymentMethodInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.payment_method_info.PaymentMethodInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.payment_method_info.PaymentMethodInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.payment_method_info.PaymentMethodInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.payment_method_info.PaymentMethodInfo.type">
<em class="property">property </em><code class="sig-name descname">type</code><a class="headerlink" href="#vmware.vmc.console.models.payment_method_info.PaymentMethodInfo.type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the type of this PaymentMethodInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The type of this PaymentMethodInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.pop_agent_xeni_connection">
<span id="vmware-vmc-console-models-pop-agent-xeni-connection-module"></span><h2>vmware.vmc.console.models.pop_agent_xeni_connection module<a class="headerlink" href="#module-vmware.vmc.console.models.pop_agent_xeni_connection" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.pop_agent_xeni_connection.PopAgentXeniConnection">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.pop_agent_xeni_connection.</code><code class="sig-name descname">PopAgentXeniConnection</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">default_subnet_route</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">eni_info</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.pop_agent_xeni_connection.PopAgentXeniConnection" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>PopAgentXeniConnection - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.pop_agent_xeni_connection.PopAgentXeniConnection.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'default_subnet_route': 'default_subnet_route', 'eni_info': 'eni_info'}</em><a class="headerlink" href="#vmware.vmc.console.models.pop_agent_xeni_connection.PopAgentXeniConnection.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_agent_xeni_connection.PopAgentXeniConnection.default_subnet_route">
<em class="property">property </em><code class="sig-name descname">default_subnet_route</code><a class="headerlink" href="#vmware.vmc.console.models.pop_agent_xeni_connection.PopAgentXeniConnection.default_subnet_route" title="Permalink to this definition"></a></dt>
<dd><p>Gets the default_subnet_route of this PopAgentXeniConnection. # noqa: E501</p>
<p>The gateway route ip fo the subnet. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The default_subnet_route of this PopAgentXeniConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_agent_xeni_connection.PopAgentXeniConnection.eni_info">
<em class="property">property </em><code class="sig-name descname">eni_info</code><a class="headerlink" href="#vmware.vmc.console.models.pop_agent_xeni_connection.PopAgentXeniConnection.eni_info" title="Permalink to this definition"></a></dt>
<dd><p>Gets the eni_info of this PopAgentXeniConnection. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The eni_info of this PopAgentXeniConnection. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.eni_info.EniInfo" title="vmware.vmc.console.models.eni_info.EniInfo">EniInfo</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.pop_agent_xeni_connection.PopAgentXeniConnection.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'default_subnet_route': 'str', 'eni_info': 'EniInfo'}</em><a class="headerlink" href="#vmware.vmc.console.models.pop_agent_xeni_connection.PopAgentXeniConnection.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_agent_xeni_connection.PopAgentXeniConnection.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.pop_agent_xeni_connection.PopAgentXeniConnection.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_agent_xeni_connection.PopAgentXeniConnection.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.pop_agent_xeni_connection.PopAgentXeniConnection.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.pop_ami_info">
<span id="vmware-vmc-console-models-pop-ami-info-module"></span><h2>vmware.vmc.console.models.pop_ami_info module<a class="headerlink" href="#module-vmware.vmc.console.models.pop_ami_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.pop_ami_info.PopAmiInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.pop_ami_info.</code><code class="sig-name descname">PopAmiInfo</code><span class="sig-paren">(</span><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">region</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</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">'POP'</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.pop_ami_info.PopAmiInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>PopAmiInfo - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.pop_ami_info.PopAmiInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'id': 'id', 'instance_type': 'instance_type', 'name': 'name', 'region': 'region', 'type': 'type'}</em><a class="headerlink" href="#vmware.vmc.console.models.pop_ami_info.PopAmiInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_ami_info.PopAmiInfo.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.pop_ami_info.PopAmiInfo.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this PopAmiInfo. # noqa: E501</p>
<p>the ami id for the esx # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this PopAmiInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_ami_info.PopAmiInfo.instance_type">
<em class="property">property </em><code class="sig-name descname">instance_type</code><a class="headerlink" href="#vmware.vmc.console.models.pop_ami_info.PopAmiInfo.instance_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the instance_type of this PopAmiInfo. # noqa: E501</p>
<p>instance type of the esx ami # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The instance_type of this PopAmiInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_ami_info.PopAmiInfo.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.pop_ami_info.PopAmiInfo.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this PopAmiInfo. # noqa: E501</p>
<p>the name of the esx ami # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this PopAmiInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.pop_ami_info.PopAmiInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'id': 'str', 'instance_type': 'str', 'name': 'str', 'region': 'str', 'type': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.pop_ami_info.PopAmiInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_ami_info.PopAmiInfo.region">
<em class="property">property </em><code class="sig-name descname">region</code><a class="headerlink" href="#vmware.vmc.console.models.pop_ami_info.PopAmiInfo.region" title="Permalink to this definition"></a></dt>
<dd><p>Gets the region of this PopAmiInfo. # noqa: E501</p>
<p>the region of the esx ami # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The region of this PopAmiInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_ami_info.PopAmiInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.pop_ami_info.PopAmiInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_ami_info.PopAmiInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.pop_ami_info.PopAmiInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_ami_info.PopAmiInfo.type">
<em class="property">property </em><code class="sig-name descname">type</code><a class="headerlink" href="#vmware.vmc.console.models.pop_ami_info.PopAmiInfo.type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the type of this PopAmiInfo. # noqa: E501</p>
<p>PoP AMI type. CENTOS: a Centos AMI; POP: a PoP AMI. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The type of this PopAmiInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.pop_ami_info_all_of">
<span id="vmware-vmc-console-models-pop-ami-info-all-of-module"></span><h2>vmware.vmc.console.models.pop_ami_info_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.pop_ami_info_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.pop_ami_info_all_of.PopAmiInfoAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.pop_ami_info_all_of.</code><code class="sig-name descname">PopAmiInfoAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">type</span><span class="o">=</span><span class="default_value">'POP'</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.pop_ami_info_all_of.PopAmiInfoAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>PopAmiInfoAllOf - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.pop_ami_info_all_of.PopAmiInfoAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'type': 'type'}</em><a class="headerlink" href="#vmware.vmc.console.models.pop_ami_info_all_of.PopAmiInfoAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.pop_ami_info_all_of.PopAmiInfoAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'type': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.pop_ami_info_all_of.PopAmiInfoAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_ami_info_all_of.PopAmiInfoAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.pop_ami_info_all_of.PopAmiInfoAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_ami_info_all_of.PopAmiInfoAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.pop_ami_info_all_of.PopAmiInfoAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_ami_info_all_of.PopAmiInfoAllOf.type">
<em class="property">property </em><code class="sig-name descname">type</code><a class="headerlink" href="#vmware.vmc.console.models.pop_ami_info_all_of.PopAmiInfoAllOf.type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the type of this PopAmiInfoAllOf. # noqa: E501</p>
<p>PoP AMI type. CENTOS: a Centos AMI; POP: a PoP AMI. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The type of this PopAmiInfoAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.pop_info">
<span id="vmware-vmc-console-models-pop-info-module"></span><h2>vmware.vmc.console.models.pop_info module<a class="headerlink" href="#module-vmware.vmc.console.models.pop_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.pop_info.PopInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.pop_info.</code><code class="sig-name descname">PopInfo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">ami_infos</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">created_at</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">service_infos</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">manifest_version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.pop_info.PopInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>PopInfo - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_info.PopInfo.ami_infos">
<em class="property">property </em><code class="sig-name descname">ami_infos</code><a class="headerlink" href="#vmware.vmc.console.models.pop_info.PopInfo.ami_infos" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ami_infos of this PopInfo. # noqa: E501</p>
<p>A map of [region name of PoP / PoP-AMI]:[PopAmiInfo]. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ami_infos of this PopInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, <a class="reference internal" href="#vmware.vmc.console.models.pop_ami_info.PopAmiInfo" title="vmware.vmc.console.models.pop_ami_info.PopAmiInfo">PopAmiInfo</a>)</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.pop_info.PopInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'ami_infos': 'ami_infos', 'created_at': 'created_at', 'id': 'id', 'manifest_version': 'manifest_version', 'service_infos': 'service_infos'}</em><a class="headerlink" href="#vmware.vmc.console.models.pop_info.PopInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_info.PopInfo.created_at">
<em class="property">property </em><code class="sig-name descname">created_at</code><a class="headerlink" href="#vmware.vmc.console.models.pop_info.PopInfo.created_at" title="Permalink to this definition"></a></dt>
<dd><p>Gets the created_at of this PopInfo. # noqa: E501</p>
<p>The PopInfo (or PoP AMI) created time. Using ISO 8601 date-time pattern. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The created_at of this PopInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_info.PopInfo.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.pop_info.PopInfo.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this PopInfo. # noqa: E501</p>
<p>UUID of the PopInfo # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this PopInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_info.PopInfo.manifest_version">
<em class="property">property </em><code class="sig-name descname">manifest_version</code><a class="headerlink" href="#vmware.vmc.console.models.pop_info.PopInfo.manifest_version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the manifest_version of this PopInfo. # noqa: E501</p>
<p>version of the manifest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The manifest_version of this PopInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.pop_info.PopInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'ami_infos': 'dict(str, PopAmiInfo)', 'created_at': 'datetime', 'id': 'str', 'manifest_version': 'str', 'service_infos': 'dict(str, PopServiceInfo)'}</em><a class="headerlink" href="#vmware.vmc.console.models.pop_info.PopInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_info.PopInfo.service_infos">
<em class="property">property </em><code class="sig-name descname">service_infos</code><a class="headerlink" href="#vmware.vmc.console.models.pop_info.PopInfo.service_infos" title="Permalink to this definition"></a></dt>
<dd><p>Gets the service_infos of this PopInfo. # noqa: E501</p>
<p>A map of [service type]:[PopServiceInfo] # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The service_infos of this PopInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, <a class="reference internal" href="#vmware.vmc.console.models.pop_service_info.PopServiceInfo" title="vmware.vmc.console.models.pop_service_info.PopServiceInfo">PopServiceInfo</a>)</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_info.PopInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.pop_info.PopInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_info.PopInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.pop_info.PopInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.pop_service_info">
<span id="vmware-vmc-console-models-pop-service-info-module"></span><h2>vmware.vmc.console.models.pop_service_info module<a class="headerlink" href="#module-vmware.vmc.console.models.pop_service_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.pop_service_info.PopServiceInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.pop_service_info.</code><code class="sig-name descname">PopServiceInfo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">cln</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">build</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">service</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.pop_service_info.PopServiceInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>PopServiceInfo - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.pop_service_info.PopServiceInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'build': 'build', 'cln': 'cln', 'service': 'service', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.pop_service_info.PopServiceInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_service_info.PopServiceInfo.build">
<em class="property">property </em><code class="sig-name descname">build</code><a class="headerlink" href="#vmware.vmc.console.models.pop_service_info.PopServiceInfo.build" title="Permalink to this definition"></a></dt>
<dd><p>Gets the build of this PopServiceInfo. # noqa: E501</p>
<p>The service build number. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The build of this PopServiceInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_service_info.PopServiceInfo.cln">
<em class="property">property </em><code class="sig-name descname">cln</code><a class="headerlink" href="#vmware.vmc.console.models.pop_service_info.PopServiceInfo.cln" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cln of this PopServiceInfo. # noqa: E501</p>
<p>The service change set number. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cln of this PopServiceInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.pop_service_info.PopServiceInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'build': 'str', 'cln': 'str', 'service': 'str', 'version': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.pop_service_info.PopServiceInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_service_info.PopServiceInfo.service">
<em class="property">property </em><code class="sig-name descname">service</code><a class="headerlink" href="#vmware.vmc.console.models.pop_service_info.PopServiceInfo.service" title="Permalink to this definition"></a></dt>
<dd><p>Gets the service of this PopServiceInfo. # noqa: E501</p>
<p>An enum of PoP related services (including os platform and JRE). # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The service of this PopServiceInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_service_info.PopServiceInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.pop_service_info.PopServiceInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_service_info.PopServiceInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.pop_service_info.PopServiceInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.pop_service_info.PopServiceInfo.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.pop_service_info.PopServiceInfo.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this PopServiceInfo. # noqa: E501</p>
<p>The service API version. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this PopServiceInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.provision_spec">
<span id="vmware-vmc-console-models-provision-spec-module"></span><h2>vmware.vmc.console.models.provision_spec module<a class="headerlink" href="#module-vmware.vmc.console.models.provision_spec" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.provision_spec.ProvisionSpec">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.provision_spec.</code><code class="sig-name descname">ProvisionSpec</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">provider</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.provision_spec.ProvisionSpec" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ProvisionSpec - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.provision_spec.ProvisionSpec.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'provider': 'provider'}</em><a class="headerlink" href="#vmware.vmc.console.models.provision_spec.ProvisionSpec.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.provision_spec.ProvisionSpec.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'provider': 'dict(str, SddcConfigSpec)'}</em><a class="headerlink" href="#vmware.vmc.console.models.provision_spec.ProvisionSpec.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.provision_spec.ProvisionSpec.provider">
<em class="property">property </em><code class="sig-name descname">provider</code><a class="headerlink" href="#vmware.vmc.console.models.provision_spec.ProvisionSpec.provider" title="Permalink to this definition"></a></dt>
<dd><p>Gets the provider of this ProvisionSpec. # noqa: E501</p>
<p>Map of provider to sddc config spec # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The provider of this ProvisionSpec. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, <a class="reference internal" href="#vmware.vmc.console.models.sddc_config_spec.SddcConfigSpec" title="vmware.vmc.console.models.sddc_config_spec.SddcConfigSpec">SddcConfigSpec</a>)</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.provision_spec.ProvisionSpec.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.provision_spec.ProvisionSpec.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.provision_spec.ProvisionSpec.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.provision_spec.ProvisionSpec.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.requests">
<span id="vmware-vmc-console-models-requests-module"></span><h2>vmware.vmc.console.models.requests module<a class="headerlink" href="#module-vmware.vmc.console.models.requests" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.requests.Requests">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.requests.</code><code class="sig-name descname">Requests</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">total</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">queries</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.requests.Requests" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Requests - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.requests.Requests.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'queries': 'queries', 'total': 'total'}</em><a class="headerlink" href="#vmware.vmc.console.models.requests.Requests.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.requests.Requests.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'queries': 'int', 'total': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.requests.Requests.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.requests.Requests.queries">
<em class="property">property </em><code class="sig-name descname">queries</code><a class="headerlink" href="#vmware.vmc.console.models.requests.Requests.queries" title="Permalink to this definition"></a></dt>
<dd><p>Gets the queries of this Requests. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The queries of this Requests. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.requests.Requests.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.requests.Requests.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.requests.Requests.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.requests.Requests.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.requests.Requests.total">
<em class="property">property </em><code class="sig-name descname">total</code><a class="headerlink" href="#vmware.vmc.console.models.requests.Requests.total" title="Permalink to this definition"></a></dt>
<dd><p>Gets the total of this Requests. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The total of this Requests. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.reservation">
<span id="vmware-vmc-console-models-reservation-module"></span><h2>vmware.vmc.console.models.reservation module<a class="headerlink" href="#module-vmware.vmc.console.models.reservation" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.reservation.Reservation">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.reservation.</code><code class="sig-name descname">Reservation</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">duration</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">rid</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">create_time</span><span class="o">=</span><span class="default_value">None</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">metadata</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation.Reservation" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Reservation - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.reservation.Reservation.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'create_time': 'create_time', 'duration': 'duration', 'metadata': 'metadata', 'rid': 'rid', 'start_time': 'start_time'}</em><a class="headerlink" href="#vmware.vmc.console.models.reservation.Reservation.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation.Reservation.create_time">
<em class="property">property </em><code class="sig-name descname">create_time</code><a class="headerlink" href="#vmware.vmc.console.models.reservation.Reservation.create_time" title="Permalink to this definition"></a></dt>
<dd><p>Gets the create_time of this Reservation. # noqa: E501</p>
<p>Optional # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The create_time of this Reservation. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation.Reservation.duration">
<em class="property">property </em><code class="sig-name descname">duration</code><a class="headerlink" href="#vmware.vmc.console.models.reservation.Reservation.duration" title="Permalink to this definition"></a></dt>
<dd><p>Gets the duration of this Reservation. # noqa: E501</p>
<p>Duration - required for reservation in maintenance window # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The duration of this Reservation. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation.Reservation.metadata">
<em class="property">property </em><code class="sig-name descname">metadata</code><a class="headerlink" href="#vmware.vmc.console.models.reservation.Reservation.metadata" title="Permalink to this definition"></a></dt>
<dd><p>Gets the metadata of this Reservation. # noqa: E501</p>
<p>Optional # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The metadata of this Reservation. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, str)</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.reservation.Reservation.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'create_time': 'str', 'duration': 'int', 'metadata': 'dict(str, str)', 'rid': 'str', 'start_time': 'datetime'}</em><a class="headerlink" href="#vmware.vmc.console.models.reservation.Reservation.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation.Reservation.rid">
<em class="property">property </em><code class="sig-name descname">rid</code><a class="headerlink" href="#vmware.vmc.console.models.reservation.Reservation.rid" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rid of this Reservation. # noqa: E501</p>
<p>Reservation ID # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rid of this Reservation. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation.Reservation.start_time">
<em class="property">property </em><code class="sig-name descname">start_time</code><a class="headerlink" href="#vmware.vmc.console.models.reservation.Reservation.start_time" title="Permalink to this definition"></a></dt>
<dd><p>Gets the start_time of this Reservation. # noqa: E501</p>
<p>Start time of a reservation # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The start_time of this Reservation. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation.Reservation.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation.Reservation.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation.Reservation.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation.Reservation.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.reservation_in_mw">
<span id="vmware-vmc-console-models-reservation-in-mw-module"></span><h2>vmware.vmc.console.models.reservation_in_mw module<a class="headerlink" href="#module-vmware.vmc.console.models.reservation_in_mw" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.reservation_in_mw.ReservationInMw">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.reservation_in_mw.</code><code class="sig-name descname">ReservationInMw</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">rid</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">week_of</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">create_time</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">metadata</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation_in_mw.ReservationInMw" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ReservationInMw - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.reservation_in_mw.ReservationInMw.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'create_time': 'create_time', 'metadata': 'metadata', 'rid': 'rid', 'week_of': 'week_of'}</em><a class="headerlink" href="#vmware.vmc.console.models.reservation_in_mw.ReservationInMw.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_in_mw.ReservationInMw.create_time">
<em class="property">property </em><code class="sig-name descname">create_time</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_in_mw.ReservationInMw.create_time" title="Permalink to this definition"></a></dt>
<dd><p>Gets the create_time of this ReservationInMw. # noqa: E501</p>
<p>Optional # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The create_time of this ReservationInMw. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_in_mw.ReservationInMw.metadata">
<em class="property">property </em><code class="sig-name descname">metadata</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_in_mw.ReservationInMw.metadata" title="Permalink to this definition"></a></dt>
<dd><p>Gets the metadata of this ReservationInMw. # noqa: E501</p>
<p>Optional # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The metadata of this ReservationInMw. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, str)</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.reservation_in_mw.ReservationInMw.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'create_time': 'datetime', 'metadata': 'dict(str, str)', 'rid': 'str', 'week_of': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.reservation_in_mw.ReservationInMw.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_in_mw.ReservationInMw.rid">
<em class="property">property </em><code class="sig-name descname">rid</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_in_mw.ReservationInMw.rid" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rid of this ReservationInMw. # noqa: E501</p>
<p>Reservation ID # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rid of this ReservationInMw. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_in_mw.ReservationInMw.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation_in_mw.ReservationInMw.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_in_mw.ReservationInMw.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation_in_mw.ReservationInMw.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_in_mw.ReservationInMw.week_of">
<em class="property">property </em><code class="sig-name descname">week_of</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_in_mw.ReservationInMw.week_of" title="Permalink to this definition"></a></dt>
<dd><p>Gets the week_of of this ReservationInMw. # noqa: E501</p>
<p>SUNDAY of the week that maintenance is scheduled, ISO format date # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The week_of of this ReservationInMw. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.reservation_schedule">
<span id="vmware-vmc-console-models-reservation-schedule-module"></span><h2>vmware.vmc.console.models.reservation_schedule module<a class="headerlink" href="#module-vmware.vmc.console.models.reservation_schedule" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.reservation_schedule.ReservationSchedule">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.reservation_schedule.</code><code class="sig-name descname">ReservationSchedule</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">day_of_week</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">hour_of_day</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">duration_min</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">reservations</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">reservations_mw</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule.ReservationSchedule" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ReservationSchedule - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.reservation_schedule.ReservationSchedule.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'day_of_week': 'day_of_week', 'duration_min': 'duration_min', 'hour_of_day': 'hour_of_day', 'reservations': 'reservations', 'reservations_mw': 'reservations_mw', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule.ReservationSchedule.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_schedule.ReservationSchedule.day_of_week">
<em class="property">property </em><code class="sig-name descname">day_of_week</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule.ReservationSchedule.day_of_week" title="Permalink to this definition"></a></dt>
<dd><p>Gets the day_of_week of this ReservationSchedule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The day_of_week of this ReservationSchedule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_schedule.ReservationSchedule.duration_min">
<em class="property">property </em><code class="sig-name descname">duration_min</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule.ReservationSchedule.duration_min" title="Permalink to this definition"></a></dt>
<dd><p>Gets the duration_min of this ReservationSchedule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The duration_min of this ReservationSchedule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_schedule.ReservationSchedule.hour_of_day">
<em class="property">property </em><code class="sig-name descname">hour_of_day</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule.ReservationSchedule.hour_of_day" title="Permalink to this definition"></a></dt>
<dd><p>Gets the hour_of_day of this ReservationSchedule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The hour_of_day of this ReservationSchedule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.reservation_schedule.ReservationSchedule.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'day_of_week': 'str', 'duration_min': 'int', 'hour_of_day': 'int', 'reservations': 'list[Reservation]', 'reservations_mw': 'list[ReservationInMw]', 'version': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule.ReservationSchedule.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_schedule.ReservationSchedule.reservations">
<em class="property">property </em><code class="sig-name descname">reservations</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule.ReservationSchedule.reservations" title="Permalink to this definition"></a></dt>
<dd><p>Gets the reservations of this ReservationSchedule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The reservations of this ReservationSchedule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.reservation.Reservation" title="vmware.vmc.console.models.reservation.Reservation">Reservation</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_schedule.ReservationSchedule.reservations_mw">
<em class="property">property </em><code class="sig-name descname">reservations_mw</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule.ReservationSchedule.reservations_mw" title="Permalink to this definition"></a></dt>
<dd><p>Gets the reservations_mw of this ReservationSchedule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The reservations_mw of this ReservationSchedule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.reservation_in_mw.ReservationInMw" title="vmware.vmc.console.models.reservation_in_mw.ReservationInMw">ReservationInMw</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_schedule.ReservationSchedule.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule.ReservationSchedule.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_schedule.ReservationSchedule.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule.ReservationSchedule.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_schedule.ReservationSchedule.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule.ReservationSchedule.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this ReservationSchedule. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this ReservationSchedule. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.reservation_schedule_all_of">
<span id="vmware-vmc-console-models-reservation-schedule-all-of-module"></span><h2>vmware.vmc.console.models.reservation_schedule_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.reservation_schedule_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.reservation_schedule_all_of.ReservationScheduleAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.reservation_schedule_all_of.</code><code class="sig-name descname">ReservationScheduleAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">reservations</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">reservations_mw</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule_all_of.ReservationScheduleAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ReservationScheduleAllOf - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.reservation_schedule_all_of.ReservationScheduleAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'reservations': 'reservations', 'reservations_mw': 'reservations_mw'}</em><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule_all_of.ReservationScheduleAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.reservation_schedule_all_of.ReservationScheduleAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'reservations': 'list[Reservation]', 'reservations_mw': 'list[ReservationInMw]'}</em><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule_all_of.ReservationScheduleAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_schedule_all_of.ReservationScheduleAllOf.reservations">
<em class="property">property </em><code class="sig-name descname">reservations</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule_all_of.ReservationScheduleAllOf.reservations" title="Permalink to this definition"></a></dt>
<dd><p>Gets the reservations of this ReservationScheduleAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The reservations of this ReservationScheduleAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.reservation.Reservation" title="vmware.vmc.console.models.reservation.Reservation">Reservation</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_schedule_all_of.ReservationScheduleAllOf.reservations_mw">
<em class="property">property </em><code class="sig-name descname">reservations_mw</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule_all_of.ReservationScheduleAllOf.reservations_mw" title="Permalink to this definition"></a></dt>
<dd><p>Gets the reservations_mw of this ReservationScheduleAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The reservations_mw of this ReservationScheduleAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.reservation_in_mw.ReservationInMw" title="vmware.vmc.console.models.reservation_in_mw.ReservationInMw">ReservationInMw</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_schedule_all_of.ReservationScheduleAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule_all_of.ReservationScheduleAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_schedule_all_of.ReservationScheduleAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation_schedule_all_of.ReservationScheduleAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.reservation_window">
<span id="vmware-vmc-console-models-reservation-window-module"></span><h2>vmware.vmc.console.models.reservation_window module<a class="headerlink" href="#module-vmware.vmc.console.models.reservation_window" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.reservation_window.ReservationWindow">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.reservation_window.</code><code class="sig-name descname">ReservationWindow</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">reservation_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">emergency</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">maintenance_properties</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">reserve_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">start_hour</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddc_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">manifest_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">duration_hours</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">start_date</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">metadata</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation_window.ReservationWindow" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ReservationWindow - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.reservation_window.ReservationWindow.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'duration_hours': 'duration_hours', 'emergency': 'emergency', 'maintenance_properties': 'maintenance_properties', 'manifest_id': 'manifest_id', 'metadata': 'metadata', 'reservation_state': 'reservation_state', 'reserve_id': 'reserve_id', 'sddc_id': 'sddc_id', 'start_date': 'start_date', 'start_hour': 'start_hour'}</em><a class="headerlink" href="#vmware.vmc.console.models.reservation_window.ReservationWindow.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_window.ReservationWindow.duration_hours">
<em class="property">property </em><code class="sig-name descname">duration_hours</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_window.ReservationWindow.duration_hours" title="Permalink to this definition"></a></dt>
<dd><p>Gets the duration_hours of this ReservationWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The duration_hours of this ReservationWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_window.ReservationWindow.emergency">
<em class="property">property </em><code class="sig-name descname">emergency</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_window.ReservationWindow.emergency" title="Permalink to this definition"></a></dt>
<dd><p>Gets the emergency of this ReservationWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The emergency of this ReservationWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_window.ReservationWindow.maintenance_properties">
<em class="property">property </em><code class="sig-name descname">maintenance_properties</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_window.ReservationWindow.maintenance_properties" title="Permalink to this definition"></a></dt>
<dd><p>Gets the maintenance_properties of this ReservationWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The maintenance_properties of this ReservationWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.reservation_window_maintenance_properties.ReservationWindowMaintenanceProperties" title="vmware.vmc.console.models.reservation_window_maintenance_properties.ReservationWindowMaintenanceProperties">ReservationWindowMaintenanceProperties</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_window.ReservationWindow.manifest_id">
<em class="property">property </em><code class="sig-name descname">manifest_id</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_window.ReservationWindow.manifest_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the manifest_id of this ReservationWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The manifest_id of this ReservationWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_window.ReservationWindow.metadata">
<em class="property">property </em><code class="sig-name descname">metadata</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_window.ReservationWindow.metadata" title="Permalink to this definition"></a></dt>
<dd><p>Gets the metadata of this ReservationWindow. # noqa: E501</p>
<p>Metadata for reservation window, in key-value form # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The metadata of this ReservationWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, str)</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.reservation_window.ReservationWindow.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'duration_hours': 'int', 'emergency': 'bool', 'maintenance_properties': 'ReservationWindowMaintenanceProperties', 'manifest_id': 'str', 'metadata': 'dict(str, str)', 'reservation_state': 'str', 'reserve_id': 'str', 'sddc_id': 'str', 'start_date': 'str', 'start_hour': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.reservation_window.ReservationWindow.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_window.ReservationWindow.reservation_state">
<em class="property">property </em><code class="sig-name descname">reservation_state</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_window.ReservationWindow.reservation_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the reservation_state of this ReservationWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The reservation_state of this ReservationWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_window.ReservationWindow.reserve_id">
<em class="property">property </em><code class="sig-name descname">reserve_id</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_window.ReservationWindow.reserve_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the reserve_id of this ReservationWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The reserve_id of this ReservationWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_window.ReservationWindow.sddc_id">
<em class="property">property </em><code class="sig-name descname">sddc_id</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_window.ReservationWindow.sddc_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_id of this ReservationWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_id of this ReservationWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_window.ReservationWindow.start_date">
<em class="property">property </em><code class="sig-name descname">start_date</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_window.ReservationWindow.start_date" title="Permalink to this definition"></a></dt>
<dd><p>Gets the start_date of this ReservationWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The start_date of this ReservationWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_window.ReservationWindow.start_hour">
<em class="property">property </em><code class="sig-name descname">start_hour</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_window.ReservationWindow.start_hour" title="Permalink to this definition"></a></dt>
<dd><p>Gets the start_hour of this ReservationWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The start_hour of this ReservationWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_window.ReservationWindow.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation_window.ReservationWindow.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_window.ReservationWindow.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation_window.ReservationWindow.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.reservation_window_maintenance_properties">
<span id="vmware-vmc-console-models-reservation-window-maintenance-properties-module"></span><h2>vmware.vmc.console.models.reservation_window_maintenance_properties module<a class="headerlink" href="#module-vmware.vmc.console.models.reservation_window_maintenance_properties" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.reservation_window_maintenance_properties.ReservationWindowMaintenanceProperties">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.reservation_window_maintenance_properties.</code><code class="sig-name descname">ReservationWindowMaintenanceProperties</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation_window_maintenance_properties.ReservationWindowMaintenanceProperties" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ReservationWindowMaintenanceProperties - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.reservation_window_maintenance_properties.ReservationWindowMaintenanceProperties.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'status': 'status'}</em><a class="headerlink" href="#vmware.vmc.console.models.reservation_window_maintenance_properties.ReservationWindowMaintenanceProperties.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.reservation_window_maintenance_properties.ReservationWindowMaintenanceProperties.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'status': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.reservation_window_maintenance_properties.ReservationWindowMaintenanceProperties.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_window_maintenance_properties.ReservationWindowMaintenanceProperties.status">
<em class="property">property </em><code class="sig-name descname">status</code><a class="headerlink" href="#vmware.vmc.console.models.reservation_window_maintenance_properties.ReservationWindowMaintenanceProperties.status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the status of this ReservationWindowMaintenanceProperties. # noqa: E501</p>
<p>Status of upgrade, if any # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The status of this ReservationWindowMaintenanceProperties. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_window_maintenance_properties.ReservationWindowMaintenanceProperties.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation_window_maintenance_properties.ReservationWindowMaintenanceProperties.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.reservation_window_maintenance_properties.ReservationWindowMaintenanceProperties.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.reservation_window_maintenance_properties.ReservationWindowMaintenanceProperties.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.result">
<span id="vmware-vmc-console-models-result-module"></span><h2>vmware.vmc.console.models.result module<a class="headerlink" href="#module-vmware.vmc.console.models.result" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.result.Result">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.result.</code><code class="sig-name descname">Result</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">value</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">key</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.result.Result" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Result - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.result.Result.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'key': 'key', 'value': 'value'}</em><a class="headerlink" href="#vmware.vmc.console.models.result.Result.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.result.Result.key">
<em class="property">property </em><code class="sig-name descname">key</code><a class="headerlink" href="#vmware.vmc.console.models.result.Result.key" title="Permalink to this definition"></a></dt>
<dd><p>Gets the key of this Result. # noqa: E501</p>
<p>Job Result key ID. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The key of this Result. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.result.Result.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'key': 'str', 'value': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.result.Result.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.result.Result.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.result.Result.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.result.Result.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.result.Result.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.result.Result.value">
<em class="property">property </em><code class="sig-name descname">value</code><a class="headerlink" href="#vmware.vmc.console.models.result.Result.value" title="Permalink to this definition"></a></dt>
<dd><p>Gets the value of this Result. # noqa: E501</p>
<p>Job Result value associated with key ID. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The value of this Result. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.route_table_info">
<span id="vmware-vmc-console-models-route-table-info-module"></span><h2>vmware.vmc.console.models.route_table_info module<a class="headerlink" href="#module-vmware.vmc.console.models.route_table_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.route_table_info.RouteTableInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.route_table_info.</code><code class="sig-name descname">RouteTableInfo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.route_table_info.RouteTableInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>RouteTableInfo - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.route_table_info.RouteTableInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'id': 'id', 'name': 'name'}</em><a class="headerlink" href="#vmware.vmc.console.models.route_table_info.RouteTableInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.route_table_info.RouteTableInfo.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.route_table_info.RouteTableInfo.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this RouteTableInfo. # noqa: E501</p>
<p>route table id # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this RouteTableInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.route_table_info.RouteTableInfo.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.route_table_info.RouteTableInfo.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this RouteTableInfo. # noqa: E501</p>
<p>route table name # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this RouteTableInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.route_table_info.RouteTableInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'id': 'str', 'name': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.route_table_info.RouteTableInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.route_table_info.RouteTableInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.route_table_info.RouteTableInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.route_table_info.RouteTableInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.route_table_info.RouteTableInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.scope_info">
<span id="vmware-vmc-console-models-scope-info-module"></span><h2>vmware.vmc.console.models.scope_info module<a class="headerlink" href="#module-vmware.vmc.console.models.scope_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.scope_info.ScopeInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.scope_info.</code><code class="sig-name descname">ScopeInfo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">object_type_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.scope_info.ScopeInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ScopeInfo - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.scope_info.ScopeInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'id': 'id', 'name': 'name', 'object_type_name': 'objectTypeName'}</em><a class="headerlink" href="#vmware.vmc.console.models.scope_info.ScopeInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.scope_info.ScopeInfo.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.scope_info.ScopeInfo.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this ScopeInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this ScopeInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.scope_info.ScopeInfo.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.scope_info.ScopeInfo.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this ScopeInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this ScopeInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.scope_info.ScopeInfo.object_type_name">
<em class="property">property </em><code class="sig-name descname">object_type_name</code><a class="headerlink" href="#vmware.vmc.console.models.scope_info.ScopeInfo.object_type_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the object_type_name of this ScopeInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The object_type_name of this ScopeInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.scope_info.ScopeInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'id': 'str', 'name': 'str', 'object_type_name': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.scope_info.ScopeInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.scope_info.ScopeInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.scope_info.ScopeInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.scope_info.ScopeInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.scope_info.ScopeInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc">
<span id="vmware-vmc-console-models-sddc-module"></span><h2>vmware.vmc.console.models.sddc module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc.Sddc">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc.</code><code class="sig-name descname">Sddc</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">updated</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">user_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">updated_by_user_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">created</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">updated_by_user_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">user_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddc_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">expiration_date</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">org_id</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">provider</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">account_link_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddc_access_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">resource_config</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Sddc - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.account_link_state">
<em class="property">property </em><code class="sig-name descname">account_link_state</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.account_link_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the account_link_state of this Sddc. # noqa: E501</p>
<p>Account linking state of the sddc # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The account_link_state of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc.Sddc.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'account_link_state': 'account_link_state', 'created': 'created', 'expiration_date': 'expiration_date', 'id': 'id', 'name': 'name', 'org_id': 'org_id', 'provider': 'provider', 'resource_config': 'resource_config', 'sddc_access_state': 'sddc_access_state', 'sddc_state': 'sddc_state', 'sddc_type': 'sddc_type', 'updated': 'updated', 'updated_by_user_id': 'updated_by_user_id', 'updated_by_user_name': 'updated_by_user_name', 'user_id': 'user_id', 'user_name': 'user_name', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.created">
<em class="property">property </em><code class="sig-name descname">created</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.created" title="Permalink to this definition"></a></dt>
<dd><p>Gets the created of this Sddc. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The created of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.expiration_date">
<em class="property">property </em><code class="sig-name descname">expiration_date</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.expiration_date" title="Permalink to this definition"></a></dt>
<dd><p>Gets the expiration_date of this Sddc. # noqa: E501</p>
<p>Expiration date of a sddc in UTC (will be set if its applicable) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The expiration_date of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this Sddc. # noqa: E501</p>
<p>Unique ID for this entity # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this Sddc. # noqa: E501</p>
<p>name for SDDC # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc.Sddc.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'account_link_state': 'str', 'created': 'datetime', 'expiration_date': 'datetime', 'id': 'str', 'name': 'str', 'org_id': 'str', 'provider': 'str', 'resource_config': 'AwsSddcResourceConfig', 'sddc_access_state': 'str', 'sddc_state': 'str', 'sddc_type': 'str', 'updated': 'datetime', 'updated_by_user_id': 'str', 'updated_by_user_name': 'str', 'user_id': 'str', 'user_name': 'str', 'version': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.org_id">
<em class="property">property </em><code class="sig-name descname">org_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.org_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_id of this Sddc. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_id of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.provider">
<em class="property">property </em><code class="sig-name descname">provider</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.provider" title="Permalink to this definition"></a></dt>
<dd><p>Gets the provider of this Sddc. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The provider of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.resource_config">
<em class="property">property </em><code class="sig-name descname">resource_config</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.resource_config" title="Permalink to this definition"></a></dt>
<dd><p>Gets the resource_config of this Sddc. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The resource_config of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig" title="vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig">AwsSddcResourceConfig</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.sddc_access_state">
<em class="property">property </em><code class="sig-name descname">sddc_access_state</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.sddc_access_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_access_state of this Sddc. # noqa: E501</p>
<p>Describes the access state of sddc, valid state is DISABLED or ENABLED # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_access_state of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.sddc_state">
<em class="property">property </em><code class="sig-name descname">sddc_state</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.sddc_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_state of this Sddc. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_state of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.sddc_type">
<em class="property">property </em><code class="sig-name descname">sddc_type</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.sddc_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_type of this Sddc. # noqa: E501</p>
<p>Type of the sddc # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_type of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.updated">
<em class="property">property </em><code class="sig-name descname">updated</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.updated" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated of this Sddc. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.updated_by_user_id">
<em class="property">property </em><code class="sig-name descname">updated_by_user_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.updated_by_user_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated_by_user_id of this Sddc. # noqa: E501</p>
<p>User id that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated_by_user_id of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.updated_by_user_name">
<em class="property">property </em><code class="sig-name descname">updated_by_user_name</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.updated_by_user_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated_by_user_name of this Sddc. # noqa: E501</p>
<p>User name that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated_by_user_name of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.user_id">
<em class="property">property </em><code class="sig-name descname">user_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.user_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the user_id of this Sddc. # noqa: E501</p>
<p>User id that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The user_id of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.user_name">
<em class="property">property </em><code class="sig-name descname">user_name</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.user_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the user_name of this Sddc. # noqa: E501</p>
<p>User name that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The user_name of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc.Sddc.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.sddc.Sddc.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this Sddc. # noqa: E501</p>
<p>Version of this entity # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this Sddc. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_all_of">
<span id="vmware-vmc-console-models-sddc-all-of-module"></span><h2>vmware.vmc.console.models.sddc_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_all_of.SddcAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_all_of.</code><code class="sig-name descname">SddcAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddc_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">expiration_date</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">org_id</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">provider</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">account_link_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddc_access_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">resource_config</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_all_of.SddcAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcAllOf - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_all_of.SddcAllOf.account_link_state">
<em class="property">property </em><code class="sig-name descname">account_link_state</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_all_of.SddcAllOf.account_link_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the account_link_state of this SddcAllOf. # noqa: E501</p>
<p>Account linking state of the sddc # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The account_link_state of this SddcAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_all_of.SddcAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'account_link_state': 'account_link_state', 'expiration_date': 'expiration_date', 'name': 'name', 'org_id': 'org_id', 'provider': 'provider', 'resource_config': 'resource_config', 'sddc_access_state': 'sddc_access_state', 'sddc_state': 'sddc_state', 'sddc_type': 'sddc_type'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_all_of.SddcAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_all_of.SddcAllOf.expiration_date">
<em class="property">property </em><code class="sig-name descname">expiration_date</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_all_of.SddcAllOf.expiration_date" title="Permalink to this definition"></a></dt>
<dd><p>Gets the expiration_date of this SddcAllOf. # noqa: E501</p>
<p>Expiration date of a sddc in UTC (will be set if its applicable) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The expiration_date of this SddcAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_all_of.SddcAllOf.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_all_of.SddcAllOf.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this SddcAllOf. # noqa: E501</p>
<p>name for SDDC # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this SddcAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_all_of.SddcAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'account_link_state': 'str', 'expiration_date': 'datetime', 'name': 'str', 'org_id': 'str', 'provider': 'str', 'resource_config': 'AwsSddcResourceConfig', 'sddc_access_state': 'str', 'sddc_state': 'str', 'sddc_type': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_all_of.SddcAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_all_of.SddcAllOf.org_id">
<em class="property">property </em><code class="sig-name descname">org_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_all_of.SddcAllOf.org_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_id of this SddcAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_id of this SddcAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_all_of.SddcAllOf.provider">
<em class="property">property </em><code class="sig-name descname">provider</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_all_of.SddcAllOf.provider" title="Permalink to this definition"></a></dt>
<dd><p>Gets the provider of this SddcAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The provider of this SddcAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_all_of.SddcAllOf.resource_config">
<em class="property">property </em><code class="sig-name descname">resource_config</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_all_of.SddcAllOf.resource_config" title="Permalink to this definition"></a></dt>
<dd><p>Gets the resource_config of this SddcAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The resource_config of this SddcAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig" title="vmware.vmc.console.models.aws_sddc_resource_config.AwsSddcResourceConfig">AwsSddcResourceConfig</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_all_of.SddcAllOf.sddc_access_state">
<em class="property">property </em><code class="sig-name descname">sddc_access_state</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_all_of.SddcAllOf.sddc_access_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_access_state of this SddcAllOf. # noqa: E501</p>
<p>Describes the access state of sddc, valid state is DISABLED or ENABLED # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_access_state of this SddcAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_all_of.SddcAllOf.sddc_state">
<em class="property">property </em><code class="sig-name descname">sddc_state</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_all_of.SddcAllOf.sddc_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_state of this SddcAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_state of this SddcAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_all_of.SddcAllOf.sddc_type">
<em class="property">property </em><code class="sig-name descname">sddc_type</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_all_of.SddcAllOf.sddc_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_type of this SddcAllOf. # noqa: E501</p>
<p>Type of the sddc # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_type of this SddcAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_all_of.SddcAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_all_of.SddcAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_all_of.SddcAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_all_of.SddcAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_allocate_public_ip_spec">
<span id="vmware-vmc-console-models-sddc-allocate-public-ip-spec-module"></span><h2>vmware.vmc.console.models.sddc_allocate_public_ip_spec module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_allocate_public_ip_spec" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_allocate_public_ip_spec.SddcAllocatePublicIpSpec">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_allocate_public_ip_spec.</code><code class="sig-name descname">SddcAllocatePublicIpSpec</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">count</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">private_ips</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">names</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_allocate_public_ip_spec.SddcAllocatePublicIpSpec" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcAllocatePublicIpSpec - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_allocate_public_ip_spec.SddcAllocatePublicIpSpec.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'count': 'count', 'names': 'names', 'private_ips': 'private_ips'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_allocate_public_ip_spec.SddcAllocatePublicIpSpec.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_allocate_public_ip_spec.SddcAllocatePublicIpSpec.count">
<em class="property">property </em><code class="sig-name descname">count</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_allocate_public_ip_spec.SddcAllocatePublicIpSpec.count" title="Permalink to this definition"></a></dt>
<dd><p>Gets the count of this SddcAllocatePublicIpSpec. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The count of this SddcAllocatePublicIpSpec. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_allocate_public_ip_spec.SddcAllocatePublicIpSpec.names">
<em class="property">property </em><code class="sig-name descname">names</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_allocate_public_ip_spec.SddcAllocatePublicIpSpec.names" title="Permalink to this definition"></a></dt>
<dd><p>Gets the names of this SddcAllocatePublicIpSpec. # noqa: E501</p>
<p>List of names for the workload VM public IP assignment. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The names of this SddcAllocatePublicIpSpec. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_allocate_public_ip_spec.SddcAllocatePublicIpSpec.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'count': 'int', 'names': 'list[str]', 'private_ips': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_allocate_public_ip_spec.SddcAllocatePublicIpSpec.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_allocate_public_ip_spec.SddcAllocatePublicIpSpec.private_ips">
<em class="property">property </em><code class="sig-name descname">private_ips</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_allocate_public_ip_spec.SddcAllocatePublicIpSpec.private_ips" title="Permalink to this definition"></a></dt>
<dd><p>Gets the private_ips of this SddcAllocatePublicIpSpec. # noqa: E501</p>
<p>List of workload VM private IPs to be assigned the public IP just allocated. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The private_ips of this SddcAllocatePublicIpSpec. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_allocate_public_ip_spec.SddcAllocatePublicIpSpec.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_allocate_public_ip_spec.SddcAllocatePublicIpSpec.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_allocate_public_ip_spec.SddcAllocatePublicIpSpec.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_allocate_public_ip_spec.SddcAllocatePublicIpSpec.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_config">
<span id="vmware-vmc-console-models-sddc-config-module"></span><h2>vmware.vmc.console.models.sddc_config module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_config.</code><code class="sig-name descname">SddcConfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">msft_license_config</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vpc_cidr</span><span class="o">=</span><span class="default_value">'10.0.0.0/16'</span></em>, <em class="sig-param"><span class="n">host_instance_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">skip_creating_vxlan</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vxlan_subnet</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">size</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">storage_capacity</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">account_link_sddc_config</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddc_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">num_hosts</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">account_link_config</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">provider</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sso_domain</span><span class="o">=</span><span class="default_value">'vmc.local'</span></em>, <em class="sig-param"><span class="n">sddc_template_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">deployment_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcConfig - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.account_link_config">
<em class="property">property </em><code class="sig-name descname">account_link_config</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.account_link_config" title="Permalink to this definition"></a></dt>
<dd><p>Gets the account_link_config of this SddcConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The account_link_config of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.account_link_config.AccountLinkConfig" title="vmware.vmc.console.models.account_link_config.AccountLinkConfig">AccountLinkConfig</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.account_link_sddc_config">
<em class="property">property </em><code class="sig-name descname">account_link_sddc_config</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.account_link_sddc_config" title="Permalink to this definition"></a></dt>
<dd><p>Gets the account_link_sddc_config of this SddcConfig. # noqa: E501</p>
<p>A list of the SDDC linking configurations to use. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The account_link_sddc_config of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig" title="vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig">AccountLinkSddcConfig</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'account_link_config': 'account_link_config', 'account_link_sddc_config': 'account_link_sddc_config', 'deployment_type': 'deployment_type', 'host_instance_type': 'host_instance_type', 'msft_license_config': 'msft_license_config', 'name': 'name', 'num_hosts': 'num_hosts', 'provider': 'provider', 'sddc_id': 'sddc_id', 'sddc_template_id': 'sddc_template_id', 'sddc_type': 'sddc_type', 'size': 'size', 'skip_creating_vxlan': 'skip_creating_vxlan', 'sso_domain': 'sso_domain', 'storage_capacity': 'storage_capacity', 'vpc_cidr': 'vpc_cidr', 'vxlan_subnet': 'vxlan_subnet'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.deployment_type">
<em class="property">property </em><code class="sig-name descname">deployment_type</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.deployment_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the deployment_type of this SddcConfig. # noqa: E501</p>
<p>Denotes if request is for a SingleAZ or a MultiAZ SDDC. Default is SingleAZ. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The deployment_type of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.discriminator_value_class_map">
<code class="sig-name descname">discriminator_value_class_map</code><em class="property"> = {'AwsSddcConfig': 'AwsSddcConfig'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.discriminator_value_class_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.get_real_child_model">
<code class="sig-name descname">get_real_child_model</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">data</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.get_real_child_model" title="Permalink to this definition"></a></dt>
<dd><p>Returns the real base class specified by the discriminator</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.host_instance_type">
<em class="property">property </em><code class="sig-name descname">host_instance_type</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.host_instance_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the host_instance_type of this SddcConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The host_instance_type of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.host_instance_types.HostInstanceTypes" title="vmware.vmc.console.models.host_instance_types.HostInstanceTypes">HostInstanceTypes</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.msft_license_config">
<em class="property">property </em><code class="sig-name descname">msft_license_config</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.msft_license_config" title="Permalink to this definition"></a></dt>
<dd><p>Gets the msft_license_config of this SddcConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The msft_license_config of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig" title="vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig">MsftLicensingConfig</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this SddcConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.num_hosts">
<em class="property">property </em><code class="sig-name descname">num_hosts</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.num_hosts" title="Permalink to this definition"></a></dt>
<dd><p>Gets the num_hosts of this SddcConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The num_hosts of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'account_link_config': 'AccountLinkConfig', 'account_link_sddc_config': 'list[AccountLinkSddcConfig]', 'deployment_type': 'str', 'host_instance_type': 'HostInstanceTypes', 'msft_license_config': 'MsftLicensingConfig', 'name': 'str', 'num_hosts': 'int', 'provider': 'str', 'sddc_id': 'str', 'sddc_template_id': 'str', 'sddc_type': 'str', 'size': 'str', 'skip_creating_vxlan': 'bool', 'sso_domain': 'str', 'storage_capacity': 'int', 'vpc_cidr': 'str', 'vxlan_subnet': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.provider">
<em class="property">property </em><code class="sig-name descname">provider</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.provider" title="Permalink to this definition"></a></dt>
<dd><p>Gets the provider of this SddcConfig. # noqa: E501</p>
<p>Determines what additional properties are available based on cloud provider. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The provider of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.sddc_id">
<em class="property">property </em><code class="sig-name descname">sddc_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.sddc_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_id of this SddcConfig. # noqa: E501</p>
<p>If provided, will be assigned as SDDC id of the provisioned SDDC. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_id of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.sddc_template_id">
<em class="property">property </em><code class="sig-name descname">sddc_template_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.sddc_template_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_template_id of this SddcConfig. # noqa: E501</p>
<p>If provided, configuration from the template will applied to the provisioned SDDC. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_template_id of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.sddc_type">
<em class="property">property </em><code class="sig-name descname">sddc_type</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.sddc_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_type of this SddcConfig. # noqa: E501</p>
<p>Denotes the sddc type , if the value is null or empty, the type is considered as default. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_type of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.size">
<em class="property">property </em><code class="sig-name descname">size</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.size" title="Permalink to this definition"></a></dt>
<dd><p>Gets the size of this SddcConfig. # noqa: E501</p>
<p>The size of the vCenter and NSX appliances. “large” sddcSize corresponds to a large vCenter appliance and large NSX appliance. medium sddcSize corresponds to medium vCenter appliance and medium NSX appliance. Value defaults to medium. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The size of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.skip_creating_vxlan">
<em class="property">property </em><code class="sig-name descname">skip_creating_vxlan</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.skip_creating_vxlan" title="Permalink to this definition"></a></dt>
<dd><p>Gets the skip_creating_vxlan of this SddcConfig. # noqa: E501</p>
<p>skip creating vxlan for compute gateway for SDDC provisioning # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The skip_creating_vxlan of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.sso_domain">
<em class="property">property </em><code class="sig-name descname">sso_domain</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.sso_domain" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sso_domain of this SddcConfig. # noqa: E501</p>
<p>The SSO domain name to use for vSphere users. If not specified, vmc.local will be used. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sso_domain of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.storage_capacity">
<em class="property">property </em><code class="sig-name descname">storage_capacity</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.storage_capacity" title="Permalink to this definition"></a></dt>
<dd><p>Gets the storage_capacity of this SddcConfig. # noqa: E501</p>
<p>The storage capacity value to be requested for the sddc primary cluster, in GiBs. If provided, instead of using the direct-attached storage, a capacity value amount of seperable storage will be used. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The storage_capacity of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.vpc_cidr">
<em class="property">property </em><code class="sig-name descname">vpc_cidr</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.vpc_cidr" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpc_cidr of this SddcConfig. # noqa: E501</p>
<p>AWS VPC IP range. Only prefix of 16 or 20 is currently supported. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpc_cidr of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config.SddcConfig.vxlan_subnet">
<em class="property">property </em><code class="sig-name descname">vxlan_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config.SddcConfig.vxlan_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vxlan_subnet of this SddcConfig. # noqa: E501</p>
<p>VXLAN IP subnet in CIDR for compute gateway # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vxlan_subnet of this SddcConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_config_spec">
<span id="vmware-vmc-console-models-sddc-config-spec-module"></span><h2>vmware.vmc.console.models.sddc_config_spec module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_config_spec" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_config_spec.SddcConfigSpec">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_config_spec.</code><code class="sig-name descname">SddcConfigSpec</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">sddc_type_config_spec</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">region_display_names</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_config_spec.SddcConfigSpec" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcConfigSpec - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_config_spec.SddcConfigSpec.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'region_display_names': 'region_display_names', 'sddc_type_config_spec': 'sddc_type_config_spec'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_config_spec.SddcConfigSpec.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_config_spec.SddcConfigSpec.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'region_display_names': 'dict(str, str)', 'sddc_type_config_spec': 'dict(str, ConfigSpec)'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_config_spec.SddcConfigSpec.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config_spec.SddcConfigSpec.region_display_names">
<em class="property">property </em><code class="sig-name descname">region_display_names</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config_spec.SddcConfigSpec.region_display_names" title="Permalink to this definition"></a></dt>
<dd><p>Gets the region_display_names of this SddcConfigSpec. # noqa: E501</p>
<p>The region name to display names mapping # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The region_display_names of this SddcConfigSpec. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, str)</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config_spec.SddcConfigSpec.sddc_type_config_spec">
<em class="property">property </em><code class="sig-name descname">sddc_type_config_spec</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_config_spec.SddcConfigSpec.sddc_type_config_spec" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_type_config_spec of this SddcConfigSpec. # noqa: E501</p>
<p>Map of sddc type to config spec # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_type_config_spec of this SddcConfigSpec. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, <a class="reference internal" href="#vmware.vmc.console.models.config_spec.ConfigSpec" title="vmware.vmc.console.models.config_spec.ConfigSpec">ConfigSpec</a>)</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config_spec.SddcConfigSpec.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_config_spec.SddcConfigSpec.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_config_spec.SddcConfigSpec.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_config_spec.SddcConfigSpec.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_id">
<span id="vmware-vmc-console-models-sddc-id-module"></span><h2>vmware.vmc.console.models.sddc_id module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_id" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_id.SddcId">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_id.</code><code class="sig-name descname">SddcId</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">sddc_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_id.SddcId" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcId - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_id.SddcId.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'sddc_id': 'sddc_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_id.SddcId.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_id.SddcId.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'sddc_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_id.SddcId.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_id.SddcId.sddc_id">
<em class="property">property </em><code class="sig-name descname">sddc_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_id.SddcId.sddc_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_id of this SddcId. # noqa: E501</p>
<p>Sddc ID # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_id of this SddcId. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_id.SddcId.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_id.SddcId.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_id.SddcId.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_id.SddcId.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_link_config">
<span id="vmware-vmc-console-models-sddc-link-config-module"></span><h2>vmware.vmc.console.models.sddc_link_config module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_link_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_link_config.SddcLinkConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_link_config.</code><code class="sig-name descname">SddcLinkConfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">customer_subnet_ids</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">connected_account_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_link_config.SddcLinkConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcLinkConfig - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_link_config.SddcLinkConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'connected_account_id': 'connected_account_id', 'customer_subnet_ids': 'customer_subnet_ids'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_link_config.SddcLinkConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_link_config.SddcLinkConfig.connected_account_id">
<em class="property">property </em><code class="sig-name descname">connected_account_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_link_config.SddcLinkConfig.connected_account_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the connected_account_id of this SddcLinkConfig. # noqa: E501</p>
<p>Determines which connected customer account to link to # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The connected_account_id of this SddcLinkConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_link_config.SddcLinkConfig.customer_subnet_ids">
<em class="property">property </em><code class="sig-name descname">customer_subnet_ids</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_link_config.SddcLinkConfig.customer_subnet_ids" title="Permalink to this definition"></a></dt>
<dd><p>Gets the customer_subnet_ids of this SddcLinkConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The customer_subnet_ids of this SddcLinkConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_link_config.SddcLinkConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'connected_account_id': 'str', 'customer_subnet_ids': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_link_config.SddcLinkConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_link_config.SddcLinkConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_link_config.SddcLinkConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_link_config.SddcLinkConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_link_config.SddcLinkConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_manifest">
<span id="vmware-vmc-console-models-sddc-manifest-module"></span><h2>vmware.vmc.console.models.sddc_manifest module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_manifest" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_manifest.SddcManifest">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_manifest.</code><code class="sig-name descname">SddcManifest</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">vmc_version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">glcm_bundle</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">pop_info</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vmc_internal_version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ebs_backed_vsan_config</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vsan_witness_ami</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">esx_ami</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">esx_nsxt_ami</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">metadata</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_manifest.SddcManifest" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcManifest - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_manifest.SddcManifest.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'ebs_backed_vsan_config': 'ebs_backed_vsan_config', 'esx_ami': 'esx_ami', 'esx_nsxt_ami': 'esx_nsxt_ami', 'glcm_bundle': 'glcm_bundle', 'metadata': 'metadata', 'pop_info': 'pop_info', 'vmc_internal_version': 'vmc_internal_version', 'vmc_version': 'vmc_version', 'vsan_witness_ami': 'vsan_witness_ami'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_manifest.SddcManifest.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_manifest.SddcManifest.ebs_backed_vsan_config">
<em class="property">property </em><code class="sig-name descname">ebs_backed_vsan_config</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_manifest.SddcManifest.ebs_backed_vsan_config" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ebs_backed_vsan_config of this SddcManifest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ebs_backed_vsan_config of this SddcManifest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.ebs_backed_vsan_config.EbsBackedVsanConfig" title="vmware.vmc.console.models.ebs_backed_vsan_config.EbsBackedVsanConfig">EbsBackedVsanConfig</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_manifest.SddcManifest.esx_ami">
<em class="property">property </em><code class="sig-name descname">esx_ami</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_manifest.SddcManifest.esx_ami" title="Permalink to this definition"></a></dt>
<dd><p>Gets the esx_ami of this SddcManifest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The esx_ami of this SddcManifest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.ami_info.AmiInfo" title="vmware.vmc.console.models.ami_info.AmiInfo">AmiInfo</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_manifest.SddcManifest.esx_nsxt_ami">
<em class="property">property </em><code class="sig-name descname">esx_nsxt_ami</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_manifest.SddcManifest.esx_nsxt_ami" title="Permalink to this definition"></a></dt>
<dd><p>Gets the esx_nsxt_ami of this SddcManifest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The esx_nsxt_ami of this SddcManifest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.ami_info.AmiInfo" title="vmware.vmc.console.models.ami_info.AmiInfo">AmiInfo</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_manifest.SddcManifest.glcm_bundle">
<em class="property">property </em><code class="sig-name descname">glcm_bundle</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_manifest.SddcManifest.glcm_bundle" title="Permalink to this definition"></a></dt>
<dd><p>Gets the glcm_bundle of this SddcManifest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The glcm_bundle of this SddcManifest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.glcm_bundle.GlcmBundle" title="vmware.vmc.console.models.glcm_bundle.GlcmBundle">GlcmBundle</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_manifest.SddcManifest.metadata">
<em class="property">property </em><code class="sig-name descname">metadata</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_manifest.SddcManifest.metadata" title="Permalink to this definition"></a></dt>
<dd><p>Gets the metadata of this SddcManifest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The metadata of this SddcManifest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.metadata.Metadata" title="vmware.vmc.console.models.metadata.Metadata">Metadata</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_manifest.SddcManifest.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'ebs_backed_vsan_config': 'EbsBackedVsanConfig', 'esx_ami': 'AmiInfo', 'esx_nsxt_ami': 'AmiInfo', 'glcm_bundle': 'GlcmBundle', 'metadata': 'Metadata', 'pop_info': 'PopInfo', 'vmc_internal_version': 'str', 'vmc_version': 'str', 'vsan_witness_ami': 'AmiInfo'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_manifest.SddcManifest.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_manifest.SddcManifest.pop_info">
<em class="property">property </em><code class="sig-name descname">pop_info</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_manifest.SddcManifest.pop_info" title="Permalink to this definition"></a></dt>
<dd><p>Gets the pop_info of this SddcManifest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The pop_info of this SddcManifest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.pop_info.PopInfo" title="vmware.vmc.console.models.pop_info.PopInfo">PopInfo</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_manifest.SddcManifest.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_manifest.SddcManifest.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_manifest.SddcManifest.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_manifest.SddcManifest.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_manifest.SddcManifest.vmc_internal_version">
<em class="property">property </em><code class="sig-name descname">vmc_internal_version</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_manifest.SddcManifest.vmc_internal_version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vmc_internal_version of this SddcManifest. # noqa: E501</p>
<p>the vmcInternalVersion of the sddc for internal use # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vmc_internal_version of this SddcManifest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_manifest.SddcManifest.vmc_version">
<em class="property">property </em><code class="sig-name descname">vmc_version</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_manifest.SddcManifest.vmc_version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vmc_version of this SddcManifest. # noqa: E501</p>
<p>the vmcVersion of the sddc for display # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vmc_version of this SddcManifest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_manifest.SddcManifest.vsan_witness_ami">
<em class="property">property </em><code class="sig-name descname">vsan_witness_ami</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_manifest.SddcManifest.vsan_witness_ami" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vsan_witness_ami of this SddcManifest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vsan_witness_ami of this SddcManifest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.ami_info.AmiInfo" title="vmware.vmc.console.models.ami_info.AmiInfo">AmiInfo</a></p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_network">
<span id="vmware-vmc-console-models-sddc-network-module"></span><h2>vmware.vmc.console.models.sddc_network module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_network" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_network.SddcNetwork">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_network.</code><code class="sig-name descname">SddcNetwork</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">subnets</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cgw_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">l2_extension</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cgw_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">dhcp_configs</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_network.SddcNetwork" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcNetwork - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_network.SddcNetwork.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'cgw_id': 'cgwId', 'cgw_name': 'cgwName', 'dhcp_configs': 'dhcpConfigs', 'id': 'id', 'l2_extension': 'l2Extension', 'name': 'name', 'subnets': 'subnets'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_network.SddcNetwork.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network.SddcNetwork.cgw_id">
<em class="property">property </em><code class="sig-name descname">cgw_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_network.SddcNetwork.cgw_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cgw_id of this SddcNetwork. # noqa: E501</p>
<p>ID of the compute gateway edge to which the logical network is attached. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cgw_id of this SddcNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network.SddcNetwork.cgw_name">
<em class="property">property </em><code class="sig-name descname">cgw_name</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_network.SddcNetwork.cgw_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cgw_name of this SddcNetwork. # noqa: E501</p>
<p>Name of the compute gateway to which the logical network is attached. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cgw_name of this SddcNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network.SddcNetwork.dhcp_configs">
<em class="property">property </em><code class="sig-name descname">dhcp_configs</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_network.SddcNetwork.dhcp_configs" title="Permalink to this definition"></a></dt>
<dd><p>Gets the dhcp_configs of this SddcNetwork. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The dhcp_configs of this SddcNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.sddc_network_dhcp_config.SddcNetworkDhcpConfig" title="vmware.vmc.console.models.sddc_network_dhcp_config.SddcNetworkDhcpConfig">SddcNetworkDhcpConfig</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network.SddcNetwork.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_network.SddcNetwork.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this SddcNetwork. # noqa: E501</p>
<p>ID of logical network. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this SddcNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network.SddcNetwork.l2_extension">
<em class="property">property </em><code class="sig-name descname">l2_extension</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_network.SddcNetwork.l2_extension" title="Permalink to this definition"></a></dt>
<dd><p>Gets the l2_extension of this SddcNetwork. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The l2_extension of this SddcNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.l2_extension.L2Extension" title="vmware.vmc.console.models.l2_extension.L2Extension">L2Extension</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network.SddcNetwork.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_network.SddcNetwork.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this SddcNetwork. # noqa: E501</p>
<p>Name of logical network. Length needs to be between 1-35 characters. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this SddcNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_network.SddcNetwork.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'cgw_id': 'str', 'cgw_name': 'str', 'dhcp_configs': 'SddcNetworkDhcpConfig', 'id': 'str', 'l2_extension': 'L2Extension', 'name': 'str', 'subnets': 'SddcNetworkAddressGroups'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_network.SddcNetwork.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network.SddcNetwork.subnets">
<em class="property">property </em><code class="sig-name descname">subnets</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_network.SddcNetwork.subnets" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnets of this SddcNetwork. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnets of this SddcNetwork. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.sddc_network_address_groups.SddcNetworkAddressGroups" title="vmware.vmc.console.models.sddc_network_address_groups.SddcNetworkAddressGroups">SddcNetworkAddressGroups</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network.SddcNetwork.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_network.SddcNetwork.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network.SddcNetwork.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_network.SddcNetwork.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_network_address_group">
<span id="vmware-vmc-console-models-sddc-network-address-group-module"></span><h2>vmware.vmc.console.models.sddc_network_address_group module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_network_address_group" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_network_address_group.SddcNetworkAddressGroup">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_network_address_group.</code><code class="sig-name descname">SddcNetworkAddressGroup</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">prefix_length</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">primary_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_address_group.SddcNetworkAddressGroup" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcNetworkAddressGroup - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_network_address_group.SddcNetworkAddressGroup.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'prefix_length': 'prefixLength', 'primary_address': 'primaryAddress'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_address_group.SddcNetworkAddressGroup.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_network_address_group.SddcNetworkAddressGroup.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'prefix_length': 'str', 'primary_address': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_address_group.SddcNetworkAddressGroup.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network_address_group.SddcNetworkAddressGroup.prefix_length">
<em class="property">property </em><code class="sig-name descname">prefix_length</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_address_group.SddcNetworkAddressGroup.prefix_length" title="Permalink to this definition"></a></dt>
<dd><p>Gets the prefix_length of this SddcNetworkAddressGroup. # noqa: E501</p>
<p>Prefix length of logical network. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The prefix_length of this SddcNetworkAddressGroup. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network_address_group.SddcNetworkAddressGroup.primary_address">
<em class="property">property </em><code class="sig-name descname">primary_address</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_address_group.SddcNetworkAddressGroup.primary_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the primary_address of this SddcNetworkAddressGroup. # noqa: E501</p>
<p>Primary address for logical network. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The primary_address of this SddcNetworkAddressGroup. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network_address_group.SddcNetworkAddressGroup.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_address_group.SddcNetworkAddressGroup.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network_address_group.SddcNetworkAddressGroup.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_address_group.SddcNetworkAddressGroup.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_network_address_groups">
<span id="vmware-vmc-console-models-sddc-network-address-groups-module"></span><h2>vmware.vmc.console.models.sddc_network_address_groups module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_network_address_groups" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_network_address_groups.SddcNetworkAddressGroups">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_network_address_groups.</code><code class="sig-name descname">SddcNetworkAddressGroups</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">address_groups</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_address_groups.SddcNetworkAddressGroups" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcNetworkAddressGroups - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network_address_groups.SddcNetworkAddressGroups.address_groups">
<em class="property">property </em><code class="sig-name descname">address_groups</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_address_groups.SddcNetworkAddressGroups.address_groups" title="Permalink to this definition"></a></dt>
<dd><p>Gets the address_groups of this SddcNetworkAddressGroups. # noqa: E501</p>
<p>List of logical network address groups. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The address_groups of this SddcNetworkAddressGroups. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.sddc_network_address_group.SddcNetworkAddressGroup" title="vmware.vmc.console.models.sddc_network_address_group.SddcNetworkAddressGroup">SddcNetworkAddressGroup</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_network_address_groups.SddcNetworkAddressGroups.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'address_groups': 'addressGroups'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_address_groups.SddcNetworkAddressGroups.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_network_address_groups.SddcNetworkAddressGroups.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'address_groups': 'list[SddcNetworkAddressGroup]'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_address_groups.SddcNetworkAddressGroups.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network_address_groups.SddcNetworkAddressGroups.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_address_groups.SddcNetworkAddressGroups.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network_address_groups.SddcNetworkAddressGroups.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_address_groups.SddcNetworkAddressGroups.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_network_dhcp_config">
<span id="vmware-vmc-console-models-sddc-network-dhcp-config-module"></span><h2>vmware.vmc.console.models.sddc_network_dhcp_config module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_network_dhcp_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_network_dhcp_config.SddcNetworkDhcpConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_network_dhcp_config.</code><code class="sig-name descname">SddcNetworkDhcpConfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">ip_pools</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_dhcp_config.SddcNetworkDhcpConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcNetworkDhcpConfig - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_network_dhcp_config.SddcNetworkDhcpConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'ip_pools': 'ipPools'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_dhcp_config.SddcNetworkDhcpConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network_dhcp_config.SddcNetworkDhcpConfig.ip_pools">
<em class="property">property </em><code class="sig-name descname">ip_pools</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_dhcp_config.SddcNetworkDhcpConfig.ip_pools" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ip_pools of this SddcNetworkDhcpConfig. # noqa: E501</p>
<p>List of IP pools in DHCP configuration. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ip_pools of this SddcNetworkDhcpConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.sddc_network_dhcp_ip_pool.SddcNetworkDhcpIpPool" title="vmware.vmc.console.models.sddc_network_dhcp_ip_pool.SddcNetworkDhcpIpPool">SddcNetworkDhcpIpPool</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_network_dhcp_config.SddcNetworkDhcpConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'ip_pools': 'list[SddcNetworkDhcpIpPool]'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_dhcp_config.SddcNetworkDhcpConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network_dhcp_config.SddcNetworkDhcpConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_dhcp_config.SddcNetworkDhcpConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network_dhcp_config.SddcNetworkDhcpConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_dhcp_config.SddcNetworkDhcpConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_network_dhcp_ip_pool">
<span id="vmware-vmc-console-models-sddc-network-dhcp-ip-pool-module"></span><h2>vmware.vmc.console.models.sddc_network_dhcp_ip_pool module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_network_dhcp_ip_pool" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_network_dhcp_ip_pool.SddcNetworkDhcpIpPool">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_network_dhcp_ip_pool.</code><code class="sig-name descname">SddcNetworkDhcpIpPool</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">ip_range</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">domain_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_dhcp_ip_pool.SddcNetworkDhcpIpPool" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcNetworkDhcpIpPool - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_network_dhcp_ip_pool.SddcNetworkDhcpIpPool.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'domain_name': 'domainName', 'ip_range': 'ipRange'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_dhcp_ip_pool.SddcNetworkDhcpIpPool.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network_dhcp_ip_pool.SddcNetworkDhcpIpPool.domain_name">
<em class="property">property </em><code class="sig-name descname">domain_name</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_dhcp_ip_pool.SddcNetworkDhcpIpPool.domain_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the domain_name of this SddcNetworkDhcpIpPool. # noqa: E501</p>
<p>DNS domain name. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The domain_name of this SddcNetworkDhcpIpPool. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network_dhcp_ip_pool.SddcNetworkDhcpIpPool.ip_range">
<em class="property">property </em><code class="sig-name descname">ip_range</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_dhcp_ip_pool.SddcNetworkDhcpIpPool.ip_range" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ip_range of this SddcNetworkDhcpIpPool. # noqa: E501</p>
<p>IP range for DHCP IP pool. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ip_range of this SddcNetworkDhcpIpPool. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_network_dhcp_ip_pool.SddcNetworkDhcpIpPool.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'domain_name': 'str', 'ip_range': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_dhcp_ip_pool.SddcNetworkDhcpIpPool.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network_dhcp_ip_pool.SddcNetworkDhcpIpPool.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_dhcp_ip_pool.SddcNetworkDhcpIpPool.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_network_dhcp_ip_pool.SddcNetworkDhcpIpPool.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_network_dhcp_ip_pool.SddcNetworkDhcpIpPool.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_patch_request">
<span id="vmware-vmc-console-models-sddc-patch-request-module"></span><h2>vmware.vmc.console.models.sddc_patch_request module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_patch_request" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_patch_request.SddcPatchRequest">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_patch_request.</code><code class="sig-name descname">SddcPatchRequest</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_patch_request.SddcPatchRequest" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcPatchRequest - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_patch_request.SddcPatchRequest.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'name': 'name'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_patch_request.SddcPatchRequest.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_patch_request.SddcPatchRequest.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_patch_request.SddcPatchRequest.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this SddcPatchRequest. # noqa: E501</p>
<p>The new name of the SDDC to be changed to. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this SddcPatchRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_patch_request.SddcPatchRequest.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'name': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_patch_request.SddcPatchRequest.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_patch_request.SddcPatchRequest.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_patch_request.SddcPatchRequest.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_patch_request.SddcPatchRequest.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_patch_request.SddcPatchRequest.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_public_ip">
<span id="vmware-vmc-console-models-sddc-public-ip-module"></span><h2>vmware.vmc.console.models.sddc_public_ip module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_public_ip" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_public_ip.</code><code class="sig-name descname">SddcPublicIp</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">public_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">allocation_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">dnat_rule_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">associated_private_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">snat_rule_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcPublicIp - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.allocation_id">
<em class="property">property </em><code class="sig-name descname">allocation_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.allocation_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the allocation_id of this SddcPublicIp. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The allocation_id of this SddcPublicIp. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.associated_private_ip">
<em class="property">property </em><code class="sig-name descname">associated_private_ip</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.associated_private_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the associated_private_ip of this SddcPublicIp. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The associated_private_ip of this SddcPublicIp. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'allocation_id': 'allocation_id', 'associated_private_ip': 'associated_private_ip', 'dnat_rule_id': 'dnat_rule_id', 'name': 'name', 'public_ip': 'public_ip', 'snat_rule_id': 'snat_rule_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.dnat_rule_id">
<em class="property">property </em><code class="sig-name descname">dnat_rule_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.dnat_rule_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the dnat_rule_id of this SddcPublicIp. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The dnat_rule_id of this SddcPublicIp. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this SddcPublicIp. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this SddcPublicIp. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'allocation_id': 'str', 'associated_private_ip': 'str', 'dnat_rule_id': 'str', 'name': 'str', 'public_ip': 'str', 'snat_rule_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.public_ip">
<em class="property">property </em><code class="sig-name descname">public_ip</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.public_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the public_ip of this SddcPublicIp. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The public_ip of this SddcPublicIp. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.snat_rule_id">
<em class="property">property </em><code class="sig-name descname">snat_rule_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.snat_rule_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the snat_rule_id of this SddcPublicIp. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The snat_rule_id of this SddcPublicIp. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_public_ip.SddcPublicIp.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_resource_config">
<span id="vmware-vmc-console-models-sddc-resource-config-module"></span><h2>vmware.vmc.console.models.sddc_resource_config module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_resource_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_resource_config.</code><code class="sig-name descname">SddcResourceConfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">mgmt_appliance_network_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">nsxt</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">mgw_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">nsx_mgr_url</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">psc_management_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">psc_url</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cgws</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">availability_zones</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">management_ds</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">nsx_api_public_endpoint_url</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">custom_properties</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cloud_password</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">provider</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">clusters</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vc_management_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddc_networks</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cloud_username</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">esx_hosts</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">nsx_mgr_management_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vc_instance_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">esx_cluster_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vc_public_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">skip_creating_vxlan</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vc_url</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddc_manifest</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vxlan_subnet</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cloud_user_group</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">management_rp</span><span class="o">=</span><span class="default_value">None</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">witness_availability_zone</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><spa
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcResourceConfig - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'availability_zones': 'availability_zones', 'cgws': 'cgws', 'cloud_password': 'cloud_password', 'cloud_user_group': 'cloud_user_group', 'cloud_username': 'cloud_username', 'clusters': 'clusters', 'custom_properties': 'custom_properties', 'deployment_type': 'deployment_type', 'dns_with_management_vm_private_ip': 'dns_with_management_vm_private_ip', 'esx_cluster_id': 'esx_cluster_id', 'esx_host_subnet': 'esx_host_subnet', 'esx_hosts': 'esx_hosts', 'management_ds': 'management_ds', 'management_rp': 'management_rp', 'mgmt_appliance_network_name': 'mgmt_appliance_network_name', 'mgw_id': 'mgw_id', 'msft_license_config': 'msft_license_config', 'nsx_api_public_endpoint_url': 'nsx_api_public_endpoint_url', 'nsx_controller_ips': 'nsx_controller_ips', 'nsx_mgr_management_ip': 'nsx_mgr_management_ip', 'nsx_mgr_url': 'nsx_mgr_url', 'nsxt': 'nsxt', 'nsxt_addons': 'nsxt_addons', 'pop_agent_xeni_connection': 'pop_agent_xeni_connection', 'provider': 'provider', 'psc_management_ip': 'psc_management_ip', 'psc_url': 'psc_url', 'region': 'region', 'sddc_id': 'sddc_id', 'sddc_manifest': 'sddc_manifest', 'sddc_networks': 'sddc_networks', 'sddc_size': 'sddc_size', 'skip_creating_vxlan': 'skip_creating_vxlan', 'sso_domain': 'sso_domain', 'vc_instance_id': 'vc_instance_id', 'vc_management_ip': 'vc_management_ip', 'vc_public_ip': 'vc_public_ip', 'vc_url': 'vc_url', 'vxlan_subnet': 'vxlan_subnet', 'witness_availability_zone': 'witness_availability_zone'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.availability_zones">
<em class="property">property </em><code class="sig-name descname">availability_zones</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.availability_zones" title="Permalink to this definition"></a></dt>
<dd><p>Gets the availability_zones of this SddcResourceConfig. # noqa: E501</p>
<p>Availability zones over which esx hosts are provisioned. MultiAZ SDDCs will have hosts provisioned over two availability zones while SingleAZ SDDCs will provision over one. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The availability_zones of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.cgws">
<em class="property">property </em><code class="sig-name descname">cgws</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.cgws" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cgws of this SddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cgws of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.cloud_password">
<em class="property">property </em><code class="sig-name descname">cloud_password</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.cloud_password" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cloud_password of this SddcResourceConfig. # noqa: E501</p>
<p>Password for vCenter SDDC administrator # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cloud_password of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.cloud_user_group">
<em class="property">property </em><code class="sig-name descname">cloud_user_group</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.cloud_user_group" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cloud_user_group of this SddcResourceConfig. # noqa: E501</p>
<p>Group name for vCenter SDDC administrator # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cloud_user_group of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.cloud_username">
<em class="property">property </em><code class="sig-name descname">cloud_username</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.cloud_username" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cloud_username of this SddcResourceConfig. # noqa: E501</p>
<p>Username for vCenter SDDC administrator # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cloud_username of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.clusters">
<em class="property">property </em><code class="sig-name descname">clusters</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.clusters" title="Permalink to this definition"></a></dt>
<dd><p>Gets the clusters of this SddcResourceConfig. # noqa: E501</p>
<p>List of clusters in the SDDC. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The clusters of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.cluster.Cluster" title="vmware.vmc.console.models.cluster.Cluster">Cluster</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.custom_properties">
<em class="property">property </em><code class="sig-name descname">custom_properties</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.custom_properties" title="Permalink to this definition"></a></dt>
<dd><p>Gets the custom_properties of this SddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The custom_properties of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, str)</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.deployment_type">
<em class="property">property </em><code class="sig-name descname">deployment_type</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.deployment_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the deployment_type of this SddcResourceConfig. # noqa: E501</p>
<p>Denotes if this is a SingleAZ SDDC or a MultiAZ SDDC. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The deployment_type of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.discriminator_value_class_map">
<code class="sig-name descname">discriminator_value_class_map</code><em class="property"> = {'AwsSddcResourceConfig': 'AwsSddcResourceConfig'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.discriminator_value_class_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.dns_with_management_vm_private_ip">
<em class="property">property </em><code class="sig-name descname">dns_with_management_vm_private_ip</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.dns_with_management_vm_private_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the dns_with_management_vm_private_ip of this SddcResourceConfig. # noqa: E501</p>
<p>if true, use the private IP addresses to register DNS records for the management VMs # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The dns_with_management_vm_private_ip of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.esx_cluster_id">
<em class="property">property </em><code class="sig-name descname">esx_cluster_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.esx_cluster_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the esx_cluster_id of this SddcResourceConfig. # noqa: E501</p>
<p>Cluster Id to add ESX workflow # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The esx_cluster_id of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.esx_host_subnet">
<em class="property">property </em><code class="sig-name descname">esx_host_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.esx_host_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the esx_host_subnet of this SddcResourceConfig. # noqa: E501</p>
<p>ESX host subnet # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The esx_host_subnet of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.esx_hosts">
<em class="property">property </em><code class="sig-name descname">esx_hosts</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.esx_hosts" title="Permalink to this definition"></a></dt>
<dd><p>Gets the esx_hosts of this SddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The esx_hosts of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.aws_esx_host.AwsEsxHost" title="vmware.vmc.console.models.aws_esx_host.AwsEsxHost">AwsEsxHost</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.get_real_child_model">
<code class="sig-name descname">get_real_child_model</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">data</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.get_real_child_model" title="Permalink to this definition"></a></dt>
<dd><p>Returns the real base class specified by the discriminator</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.management_ds">
<em class="property">property </em><code class="sig-name descname">management_ds</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.management_ds" title="Permalink to this definition"></a></dt>
<dd><p>Gets the management_ds of this SddcResourceConfig. # noqa: E501</p>
<p>The ManagedObjectReference of the management Datastore # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The management_ds of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.management_rp">
<em class="property">property </em><code class="sig-name descname">management_rp</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.management_rp" title="Permalink to this definition"></a></dt>
<dd><p>Gets the management_rp of this SddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The management_rp of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.mgmt_appliance_network_name">
<em class="property">property </em><code class="sig-name descname">mgmt_appliance_network_name</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.mgmt_appliance_network_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the mgmt_appliance_network_name of this SddcResourceConfig. # noqa: E501</p>
<p>Name for management appliance network. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The mgmt_appliance_network_name of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.mgw_id">
<em class="property">property </em><code class="sig-name descname">mgw_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.mgw_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the mgw_id of this SddcResourceConfig. # noqa: E501</p>
<p>Management Gateway Id # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The mgw_id of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.msft_license_config">
<em class="property">property </em><code class="sig-name descname">msft_license_config</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.msft_license_config" title="Permalink to this definition"></a></dt>
<dd><p>Gets the msft_license_config of this SddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The msft_license_config of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig" title="vmware.vmc.console.models.msft_licensing_config.MsftLicensingConfig">MsftLicensingConfig</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.nsx_api_public_endpoint_url">
<em class="property">property </em><code class="sig-name descname">nsx_api_public_endpoint_url</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.nsx_api_public_endpoint_url" title="Permalink to this definition"></a></dt>
<dd><p>Gets the nsx_api_public_endpoint_url of this SddcResourceConfig. # noqa: E501</p>
<p>nsx api entire base url # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The nsx_api_public_endpoint_url of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.nsx_controller_ips">
<em class="property">property </em><code class="sig-name descname">nsx_controller_ips</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.nsx_controller_ips" title="Permalink to this definition"></a></dt>
<dd><p>Gets the nsx_controller_ips of this SddcResourceConfig. # noqa: E501</p>
<p>List of Controller IPs # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The nsx_controller_ips of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.nsx_mgr_management_ip">
<em class="property">property </em><code class="sig-name descname">nsx_mgr_management_ip</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.nsx_mgr_management_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the nsx_mgr_management_ip of this SddcResourceConfig. # noqa: E501</p>
<p>NSX Manager internal management IP # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The nsx_mgr_management_ip of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.nsx_mgr_url">
<em class="property">property </em><code class="sig-name descname">nsx_mgr_url</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.nsx_mgr_url" title="Permalink to this definition"></a></dt>
<dd><p>Gets the nsx_mgr_url of this SddcResourceConfig. # noqa: E501</p>
<p>URL of the NSX Manager # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The nsx_mgr_url of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.nsxt">
<em class="property">property </em><code class="sig-name descname">nsxt</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.nsxt" title="Permalink to this definition"></a></dt>
<dd><p>Gets the nsxt of this SddcResourceConfig. # noqa: E501</p>
<p>if true, NSX-T UI is enabled. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The nsxt of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.nsxt_addons">
<em class="property">property </em><code class="sig-name descname">nsxt_addons</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.nsxt_addons" title="Permalink to this definition"></a></dt>
<dd><p>Gets the nsxt_addons of this SddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The nsxt_addons of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.nsxt_addons.NsxtAddons" title="vmware.vmc.console.models.nsxt_addons.NsxtAddons">NsxtAddons</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'availability_zones': 'list[str]', 'cgws': 'list[str]', 'cloud_password': 'str', 'cloud_user_group': 'str', 'cloud_username': 'str', 'clusters': 'list[Cluster]', 'custom_properties': 'dict(str, str)', 'deployment_type': 'str', 'dns_with_management_vm_private_ip': 'bool', 'esx_cluster_id': 'str', 'esx_host_subnet': 'str', 'esx_hosts': 'list[AwsEsxHost]', 'management_ds': 'str', 'management_rp': 'str', 'mgmt_appliance_network_name': 'str', 'mgw_id': 'str', 'msft_license_config': 'MsftLicensingConfig', 'nsx_api_public_endpoint_url': 'str', 'nsx_controller_ips': 'list[str]', 'nsx_mgr_management_ip': 'str', 'nsx_mgr_url': 'str', 'nsxt': 'bool', 'nsxt_addons': 'NsxtAddons', 'pop_agent_xeni_connection': 'PopAgentXeniConnection', 'provider': 'str', 'psc_management_ip': 'str', 'psc_url': 'str', 'region': 'str', 'sddc_id': 'str', 'sddc_manifest': 'SddcManifest', 'sddc_networks': 'list[str]', 'sddc_size': 'SddcSize', 'skip_creating_vxlan': 'bool', 'sso_domain': 'str', 'vc_instance_id': 'str', 'vc_management_ip': 'str', 'vc_public_ip': 'str', 'vc_url': 'str', 'vxlan_subnet': 'str', 'witness_availability_zone': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.pop_agent_xeni_connection">
<em class="property">property </em><code class="sig-name descname">pop_agent_xeni_connection</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.pop_agent_xeni_connection" title="Permalink to this definition"></a></dt>
<dd><p>Gets the pop_agent_xeni_connection of this SddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The pop_agent_xeni_connection of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.pop_agent_xeni_connection.PopAgentXeniConnection" title="vmware.vmc.console.models.pop_agent_xeni_connection.PopAgentXeniConnection">PopAgentXeniConnection</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.provider">
<em class="property">property </em><code class="sig-name descname">provider</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.provider" title="Permalink to this definition"></a></dt>
<dd><p>Gets the provider of this SddcResourceConfig. # noqa: E501</p>
<p>Discriminator for additional properties # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The provider of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.psc_management_ip">
<em class="property">property </em><code class="sig-name descname">psc_management_ip</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.psc_management_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the psc_management_ip of this SddcResourceConfig. # noqa: E501</p>
<p>PSC internal management IP # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The psc_management_ip of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.psc_url">
<em class="property">property </em><code class="sig-name descname">psc_url</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.psc_url" title="Permalink to this definition"></a></dt>
<dd><p>Gets the psc_url of this SddcResourceConfig. # noqa: E501</p>
<p>URL of the PSC server # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The psc_url of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.region">
<em class="property">property </em><code class="sig-name descname">region</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.region" title="Permalink to this definition"></a></dt>
<dd><p>Gets the region of this SddcResourceConfig. # noqa: E501</p>
<p>region in which sddc is deployed # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The region of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.sddc_id">
<em class="property">property </em><code class="sig-name descname">sddc_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.sddc_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_id of this SddcResourceConfig. # noqa: E501</p>
<p>sddc identifier # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_id of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.sddc_manifest">
<em class="property">property </em><code class="sig-name descname">sddc_manifest</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.sddc_manifest" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_manifest of this SddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_manifest of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.sddc_manifest.SddcManifest" title="vmware.vmc.console.models.sddc_manifest.SddcManifest">SddcManifest</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.sddc_networks">
<em class="property">property </em><code class="sig-name descname">sddc_networks</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.sddc_networks" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_networks of this SddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_networks of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.sddc_size">
<em class="property">property </em><code class="sig-name descname">sddc_size</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.sddc_size" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc_size of this SddcResourceConfig. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc_size of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.sddc_size.SddcSize" title="vmware.vmc.console.models.sddc_size.SddcSize">SddcSize</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.skip_creating_vxlan">
<em class="property">property </em><code class="sig-name descname">skip_creating_vxlan</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.skip_creating_vxlan" title="Permalink to this definition"></a></dt>
<dd><p>Gets the skip_creating_vxlan of this SddcResourceConfig. # noqa: E501</p>
<p>skip creating vxlan for compute gateway for SDDC provisioning # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The skip_creating_vxlan of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.sso_domain">
<em class="property">property </em><code class="sig-name descname">sso_domain</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.sso_domain" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sso_domain of this SddcResourceConfig. # noqa: E501</p>
<p>The SSO domain name to use for vSphere users # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sso_domain of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.vc_instance_id">
<em class="property">property </em><code class="sig-name descname">vc_instance_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.vc_instance_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vc_instance_id of this SddcResourceConfig. # noqa: E501</p>
<p>unique id of the vCenter server # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vc_instance_id of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.vc_management_ip">
<em class="property">property </em><code class="sig-name descname">vc_management_ip</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.vc_management_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vc_management_ip of this SddcResourceConfig. # noqa: E501</p>
<p>vCenter internal management IP # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vc_management_ip of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.vc_public_ip">
<em class="property">property </em><code class="sig-name descname">vc_public_ip</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.vc_public_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vc_public_ip of this SddcResourceConfig. # noqa: E501</p>
<p>vCenter public IP # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vc_public_ip of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.vc_url">
<em class="property">property </em><code class="sig-name descname">vc_url</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.vc_url" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vc_url of this SddcResourceConfig. # noqa: E501</p>
<p>URL of the vCenter server # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vc_url of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.vxlan_subnet">
<em class="property">property </em><code class="sig-name descname">vxlan_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.vxlan_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vxlan_subnet of this SddcResourceConfig. # noqa: E501</p>
<p>VXLAN IP subnet # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vxlan_subnet of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.witness_availability_zone">
<em class="property">property </em><code class="sig-name descname">witness_availability_zone</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_resource_config.SddcResourceConfig.witness_availability_zone" title="Permalink to this definition"></a></dt>
<dd><p>Gets the witness_availability_zone of this SddcResourceConfig. # noqa: E501</p>
<p>Availability zone where the witness node is provisioned for a MultiAZ SDDC. This is null for a SingleAZ SDDC. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The witness_availability_zone of this SddcResourceConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_size">
<span id="vmware-vmc-console-models-sddc-size-module"></span><h2>vmware.vmc.console.models.sddc_size module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_size" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_size.SddcSize">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_size.</code><code class="sig-name descname">SddcSize</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">vc_size</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">nsx_size</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">size</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_size.SddcSize" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcSize - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_size.SddcSize.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'nsx_size': 'nsx_size', 'size': 'size', 'vc_size': 'vc_size'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_size.SddcSize.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_size.SddcSize.nsx_size">
<em class="property">property </em><code class="sig-name descname">nsx_size</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_size.SddcSize.nsx_size" title="Permalink to this definition"></a></dt>
<dd><p>Gets the nsx_size of this SddcSize. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The nsx_size of this SddcSize. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_size.SddcSize.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'nsx_size': 'str', 'size': 'str', 'vc_size': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_size.SddcSize.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_size.SddcSize.size">
<em class="property">property </em><code class="sig-name descname">size</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_size.SddcSize.size" title="Permalink to this definition"></a></dt>
<dd><p>Gets the size of this SddcSize. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The size of this SddcSize. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_size.SddcSize.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_size.SddcSize.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_size.SddcSize.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_size.SddcSize.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_size.SddcSize.vc_size">
<em class="property">property </em><code class="sig-name descname">vc_size</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_size.SddcSize.vc_size" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vc_size of this SddcSize. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vc_size of this SddcSize. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_state_request">
<span id="vmware-vmc-console-models-sddc-state-request-module"></span><h2>vmware.vmc.console.models.sddc_state_request module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_state_request" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_state_request.SddcStateRequest">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_state_request.</code><code class="sig-name descname">SddcStateRequest</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">sddcs</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">states</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_state_request.SddcStateRequest" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcStateRequest - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_state_request.SddcStateRequest.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'sddcs': 'sddcs', 'states': 'states'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_state_request.SddcStateRequest.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_state_request.SddcStateRequest.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'sddcs': 'list[str]', 'states': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_state_request.SddcStateRequest.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_state_request.SddcStateRequest.sddcs">
<em class="property">property </em><code class="sig-name descname">sddcs</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_state_request.SddcStateRequest.sddcs" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddcs of this SddcStateRequest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddcs of this SddcStateRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_state_request.SddcStateRequest.states">
<em class="property">property </em><code class="sig-name descname">states</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_state_request.SddcStateRequest.states" title="Permalink to this definition"></a></dt>
<dd><p>Gets the states of this SddcStateRequest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The states of this SddcStateRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_state_request.SddcStateRequest.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_state_request.SddcStateRequest.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_state_request.SddcStateRequest.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_state_request.SddcStateRequest.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_template">
<span id="vmware-vmc-console-models-sddc-template-module"></span><h2>vmware.vmc.console.models.sddc_template module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_template" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_template.</code><code class="sig-name descname">SddcTemplate</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">updated</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">user_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">updated_by_user_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">created</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">updated_by_user_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">user_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">account_link_sddc_configs</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">network_template</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">source_sddc_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">org_id</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">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcTemplate - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.account_link_sddc_configs">
<em class="property">property </em><code class="sig-name descname">account_link_sddc_configs</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.account_link_sddc_configs" title="Permalink to this definition"></a></dt>
<dd><p>Gets the account_link_sddc_configs of this SddcTemplate. # noqa: E501</p>
<p>A list of the SDDC linking configurations to use. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The account_link_sddc_configs of this SddcTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig" title="vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig">AccountLinkSddcConfig</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'account_link_sddc_configs': 'account_link_sddc_configs', 'created': 'created', 'id': 'id', 'name': 'name', 'network_template': 'network_template', 'org_id': 'org_id', 'sddc': 'sddc', 'source_sddc_id': 'source_sddc_id', 'state': 'state', 'updated': 'updated', 'updated_by_user_id': 'updated_by_user_id', 'updated_by_user_name': 'updated_by_user_name', 'user_id': 'user_id', 'user_name': 'user_name', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.created">
<em class="property">property </em><code class="sig-name descname">created</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.created" title="Permalink to this definition"></a></dt>
<dd><p>Gets the created of this SddcTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The created of this SddcTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this SddcTemplate. # noqa: E501</p>
<p>Unique ID for this entity # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this SddcTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this SddcTemplate. # noqa: E501</p>
<p>name for SDDC configuration template # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this SddcTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.network_template">
<em class="property">property </em><code class="sig-name descname">network_template</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.network_template" title="Permalink to this definition"></a></dt>
<dd><p>Gets the network_template of this SddcTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The network_template of this SddcTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.network_template.NetworkTemplate" title="vmware.vmc.console.models.network_template.NetworkTemplate">NetworkTemplate</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'account_link_sddc_configs': 'list[AccountLinkSddcConfig]', 'created': 'datetime', 'id': 'str', 'name': 'str', 'network_template': 'NetworkTemplate', 'org_id': 'str', 'sddc': 'Sddc', 'source_sddc_id': 'str', 'state': 'str', 'updated': 'datetime', 'updated_by_user_id': 'str', 'updated_by_user_name': 'str', 'user_id': 'str', 'user_name': 'str', 'version': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.org_id">
<em class="property">property </em><code class="sig-name descname">org_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.org_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_id of this SddcTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_id of this SddcTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.sddc">
<em class="property">property </em><code class="sig-name descname">sddc</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.sddc" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc of this SddcTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc of this SddcTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.sddc.Sddc" title="vmware.vmc.console.models.sddc.Sddc">Sddc</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.source_sddc_id">
<em class="property">property </em><code class="sig-name descname">source_sddc_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.source_sddc_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the source_sddc_id of this SddcTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The source_sddc_id of this SddcTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.state">
<em class="property">property </em><code class="sig-name descname">state</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the state of this SddcTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The state of this SddcTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.updated">
<em class="property">property </em><code class="sig-name descname">updated</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.updated" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated of this SddcTemplate. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated of this SddcTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.updated_by_user_id">
<em class="property">property </em><code class="sig-name descname">updated_by_user_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.updated_by_user_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated_by_user_id of this SddcTemplate. # noqa: E501</p>
<p>User id that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated_by_user_id of this SddcTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.updated_by_user_name">
<em class="property">property </em><code class="sig-name descname">updated_by_user_name</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.updated_by_user_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated_by_user_name of this SddcTemplate. # noqa: E501</p>
<p>User name that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated_by_user_name of this SddcTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.user_id">
<em class="property">property </em><code class="sig-name descname">user_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.user_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the user_id of this SddcTemplate. # noqa: E501</p>
<p>User id that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The user_id of this SddcTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.user_name">
<em class="property">property </em><code class="sig-name descname">user_name</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.user_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the user_name of this SddcTemplate. # noqa: E501</p>
<p>User name that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The user_name of this SddcTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template.SddcTemplate.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template.SddcTemplate.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this SddcTemplate. # noqa: E501</p>
<p>Version of this entity # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this SddcTemplate. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sddc_template_all_of">
<span id="vmware-vmc-console-models-sddc-template-all-of-module"></span><h2>vmware.vmc.console.models.sddc_template_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.sddc_template_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sddc_template_all_of.</code><code class="sig-name descname">SddcTemplateAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">account_link_sddc_configs</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">network_template</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">source_sddc_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">org_id</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">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SddcTemplateAllOf - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.account_link_sddc_configs">
<em class="property">property </em><code class="sig-name descname">account_link_sddc_configs</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.account_link_sddc_configs" title="Permalink to this definition"></a></dt>
<dd><p>Gets the account_link_sddc_configs of this SddcTemplateAllOf. # noqa: E501</p>
<p>A list of the SDDC linking configurations to use. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The account_link_sddc_configs of this SddcTemplateAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig" title="vmware.vmc.console.models.account_link_sddc_config.AccountLinkSddcConfig">AccountLinkSddcConfig</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'account_link_sddc_configs': 'account_link_sddc_configs', 'name': 'name', 'network_template': 'network_template', 'org_id': 'org_id', 'sddc': 'sddc', 'source_sddc_id': 'source_sddc_id', 'state': 'state'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this SddcTemplateAllOf. # noqa: E501</p>
<p>name for SDDC configuration template # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this SddcTemplateAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.network_template">
<em class="property">property </em><code class="sig-name descname">network_template</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.network_template" title="Permalink to this definition"></a></dt>
<dd><p>Gets the network_template of this SddcTemplateAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The network_template of this SddcTemplateAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.network_template.NetworkTemplate" title="vmware.vmc.console.models.network_template.NetworkTemplate">NetworkTemplate</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'account_link_sddc_configs': 'list[AccountLinkSddcConfig]', 'name': 'str', 'network_template': 'NetworkTemplate', 'org_id': 'str', 'sddc': 'Sddc', 'source_sddc_id': 'str', 'state': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.org_id">
<em class="property">property </em><code class="sig-name descname">org_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.org_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_id of this SddcTemplateAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_id of this SddcTemplateAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.sddc">
<em class="property">property </em><code class="sig-name descname">sddc</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.sddc" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddc of this SddcTemplateAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddc of this SddcTemplateAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.sddc.Sddc" title="vmware.vmc.console.models.sddc.Sddc">Sddc</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.source_sddc_id">
<em class="property">property </em><code class="sig-name descname">source_sddc_id</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.source_sddc_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the source_sddc_id of this SddcTemplateAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The source_sddc_id of this SddcTemplateAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.state">
<em class="property">property </em><code class="sig-name descname">state</code><a class="headerlink" href="#vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the state of this SddcTemplateAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The state of this SddcTemplateAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sddc_template_all_of.SddcTemplateAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.secondary_addresses">
<span id="vmware-vmc-console-models-secondary-addresses-module"></span><h2>vmware.vmc.console.models.secondary_addresses module<a class="headerlink" href="#module-vmware.vmc.console.models.secondary_addresses" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.secondary_addresses.SecondaryAddresses">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.secondary_addresses.</code><code class="sig-name descname">SecondaryAddresses</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ip_address</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.secondary_addresses.SecondaryAddresses" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SecondaryAddresses - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.secondary_addresses.SecondaryAddresses.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'ip_address': 'ipAddress', 'type': 'type'}</em><a class="headerlink" href="#vmware.vmc.console.models.secondary_addresses.SecondaryAddresses.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.secondary_addresses.SecondaryAddresses.ip_address">
<em class="property">property </em><code class="sig-name descname">ip_address</code><a class="headerlink" href="#vmware.vmc.console.models.secondary_addresses.SecondaryAddresses.ip_address" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ip_address of this SecondaryAddresses. # noqa: E501</p>
<p>List of IP addresses. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ip_address of this SecondaryAddresses. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.secondary_addresses.SecondaryAddresses.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'ip_address': 'list[str]', 'type': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.secondary_addresses.SecondaryAddresses.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.secondary_addresses.SecondaryAddresses.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.secondary_addresses.SecondaryAddresses.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.secondary_addresses.SecondaryAddresses.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.secondary_addresses.SecondaryAddresses.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.secondary_addresses.SecondaryAddresses.type">
<em class="property">property </em><code class="sig-name descname">type</code><a class="headerlink" href="#vmware.vmc.console.models.secondary_addresses.SecondaryAddresses.type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the type of this SecondaryAddresses. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The type of this SecondaryAddresses. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.service_error">
<span id="vmware-vmc-console-models-service-error-module"></span><h2>vmware.vmc.console.models.service_error module<a class="headerlink" href="#module-vmware.vmc.console.models.service_error" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.service_error.ServiceError">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.service_error.</code><code class="sig-name descname">ServiceError</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">default_message</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">original_service</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">localized_message</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">original_service_error_code</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.service_error.ServiceError" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>ServiceError - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.service_error.ServiceError.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'default_message': 'default_message', 'localized_message': 'localized_message', 'original_service': 'original_service', 'original_service_error_code': 'original_service_error_code'}</em><a class="headerlink" href="#vmware.vmc.console.models.service_error.ServiceError.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.service_error.ServiceError.default_message">
<em class="property">property </em><code class="sig-name descname">default_message</code><a class="headerlink" href="#vmware.vmc.console.models.service_error.ServiceError.default_message" title="Permalink to this definition"></a></dt>
<dd><p>Gets the default_message of this ServiceError. # noqa: E501</p>
<p>Error message in English. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The default_message of this ServiceError. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.service_error.ServiceError.localized_message">
<em class="property">property </em><code class="sig-name descname">localized_message</code><a class="headerlink" href="#vmware.vmc.console.models.service_error.ServiceError.localized_message" title="Permalink to this definition"></a></dt>
<dd><p>Gets the localized_message of this ServiceError. # noqa: E501</p>
<p>The localized message. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The localized_message of this ServiceError. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.service_error.ServiceError.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'default_message': 'str', 'localized_message': 'str', 'original_service': 'str', 'original_service_error_code': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.service_error.ServiceError.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.service_error.ServiceError.original_service">
<em class="property">property </em><code class="sig-name descname">original_service</code><a class="headerlink" href="#vmware.vmc.console.models.service_error.ServiceError.original_service" title="Permalink to this definition"></a></dt>
<dd><p>Gets the original_service of this ServiceError. # noqa: E501</p>
<p>The original service name of the error. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The original_service of this ServiceError. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.service_error.ServiceError.original_service_error_code">
<em class="property">property </em><code class="sig-name descname">original_service_error_code</code><a class="headerlink" href="#vmware.vmc.console.models.service_error.ServiceError.original_service_error_code" title="Permalink to this definition"></a></dt>
<dd><p>Gets the original_service_error_code of this ServiceError. # noqa: E501</p>
<p>The original error code of the service. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The original_service_error_code of this ServiceError. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.service_error.ServiceError.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.service_error.ServiceError.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.service_error.ServiceError.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.service_error.ServiceError.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.site">
<span id="vmware-vmc-console-models-site-module"></span><h2>vmware.vmc.console.models.site module<a class="headerlink" href="#module-vmware.vmc.console.models.site" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.site.Site">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.site.</code><code class="sig-name descname">Site</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">password</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">user_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">rx_bytes_on_local_subnet</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">secure_traffic</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">established_date</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">failure_message</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">dropped_tx_packets</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">dropped_rx_packets</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tunnel_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tx_bytes_from_local_subnet</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.site.Site" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Site - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.site.Site.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'dropped_rx_packets': 'dropped_rx_packets', 'dropped_tx_packets': 'dropped_tx_packets', 'established_date': 'established_date', 'failure_message': 'failure_message', 'name': 'name', 'password': 'password', 'rx_bytes_on_local_subnet': 'rx_bytes_on_local_subnet', 'secure_traffic': 'secure_traffic', 'tunnel_status': 'tunnel_status', 'tx_bytes_from_local_subnet': 'tx_bytes_from_local_subnet', 'user_id': 'user_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.site.Site.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.site.Site.dropped_rx_packets">
<em class="property">property </em><code class="sig-name descname">dropped_rx_packets</code><a class="headerlink" href="#vmware.vmc.console.models.site.Site.dropped_rx_packets" title="Permalink to this definition"></a></dt>
<dd><p>Gets the dropped_rx_packets of this Site. # noqa: E501</p>
<p>Number of received packets dropped. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The dropped_rx_packets of this Site. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.site.Site.dropped_tx_packets">
<em class="property">property </em><code class="sig-name descname">dropped_tx_packets</code><a class="headerlink" href="#vmware.vmc.console.models.site.Site.dropped_tx_packets" title="Permalink to this definition"></a></dt>
<dd><p>Gets the dropped_tx_packets of this Site. # noqa: E501</p>
<p>Number of transmitted packets dropped. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The dropped_tx_packets of this Site. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.site.Site.established_date">
<em class="property">property </em><code class="sig-name descname">established_date</code><a class="headerlink" href="#vmware.vmc.console.models.site.Site.established_date" title="Permalink to this definition"></a></dt>
<dd><p>Gets the established_date of this Site. # noqa: E501</p>
<p>Date tunnel was established. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The established_date of this Site. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.site.Site.failure_message">
<em class="property">property </em><code class="sig-name descname">failure_message</code><a class="headerlink" href="#vmware.vmc.console.models.site.Site.failure_message" title="Permalink to this definition"></a></dt>
<dd><p>Gets the failure_message of this Site. # noqa: E501</p>
<p>failure message. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The failure_message of this Site. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.site.Site.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.site.Site.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this Site. # noqa: E501</p>
<p>Unique name for the site getting configured. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this Site. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.site.Site.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'dropped_rx_packets': 'str', 'dropped_tx_packets': 'str', 'established_date': 'str', 'failure_message': 'str', 'name': 'str', 'password': 'str', 'rx_bytes_on_local_subnet': 'int', 'secure_traffic': 'bool', 'tunnel_status': 'str', 'tx_bytes_from_local_subnet': 'int', 'user_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.site.Site.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.site.Site.password">
<em class="property">property </em><code class="sig-name descname">password</code><a class="headerlink" href="#vmware.vmc.console.models.site.Site.password" title="Permalink to this definition"></a></dt>
<dd><p>Gets the password of this Site. # noqa: E501</p>
<p>Site password. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The password of this Site. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.site.Site.rx_bytes_on_local_subnet">
<em class="property">property </em><code class="sig-name descname">rx_bytes_on_local_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.site.Site.rx_bytes_on_local_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rx_bytes_on_local_subnet of this Site. # noqa: E501</p>
<p>Bytes received on local network. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rx_bytes_on_local_subnet of this Site. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.site.Site.secure_traffic">
<em class="property">property </em><code class="sig-name descname">secure_traffic</code><a class="headerlink" href="#vmware.vmc.console.models.site.Site.secure_traffic" title="Permalink to this definition"></a></dt>
<dd><p>Gets the secure_traffic of this Site. # noqa: E501</p>
<p>Enable/disable encription. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The secure_traffic of this Site. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.site.Site.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.site.Site.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.site.Site.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.site.Site.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.site.Site.tunnel_status">
<em class="property">property </em><code class="sig-name descname">tunnel_status</code><a class="headerlink" href="#vmware.vmc.console.models.site.Site.tunnel_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tunnel_status of this Site. # noqa: E501</p>
<p>Site tunnel status. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tunnel_status of this Site. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.site.Site.tx_bytes_from_local_subnet">
<em class="property">property </em><code class="sig-name descname">tx_bytes_from_local_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.site.Site.tx_bytes_from_local_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tx_bytes_from_local_subnet of this Site. # noqa: E501</p>
<p>Bytes transmitted from local subnet. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tx_bytes_from_local_subnet of this Site. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.site.Site.user_id">
<em class="property">property </em><code class="sig-name descname">user_id</code><a class="headerlink" href="#vmware.vmc.console.models.site.Site.user_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the user_id of this Site. # noqa: E501</p>
<p>Site user id. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The user_id of this Site. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sites">
<span id="vmware-vmc-console-models-sites-module"></span><h2>vmware.vmc.console.models.sites module<a class="headerlink" href="#module-vmware.vmc.console.models.sites" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sites.Sites">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sites.</code><code class="sig-name descname">Sites</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">sites</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sites.Sites" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Sites - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sites.Sites.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'sites': 'sites'}</em><a class="headerlink" href="#vmware.vmc.console.models.sites.Sites.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sites.Sites.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'sites': 'list[Nsxsite]'}</em><a class="headerlink" href="#vmware.vmc.console.models.sites.Sites.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sites.Sites.sites">
<em class="property">property </em><code class="sig-name descname">sites</code><a class="headerlink" href="#vmware.vmc.console.models.sites.Sites.sites" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sites of this Sites. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sites of this Sites. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.nsxsite.Nsxsite" title="vmware.vmc.console.models.nsxsite.Nsxsite">Nsxsite</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sites.Sites.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sites.Sites.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sites.Sites.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sites.Sites.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sslvpn_dashboard_stats">
<span id="vmware-vmc-console-models-sslvpn-dashboard-stats-module"></span><h2>vmware.vmc.console.models.sslvpn_dashboard_stats module<a class="headerlink" href="#module-vmware.vmc.console.models.sslvpn_dashboard_stats" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sslvpn_dashboard_stats.</code><code class="sig-name descname">SslvpnDashboardStats</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">active_clients</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sslvpn_bytes_in</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">auth_failures</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sessions_created</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sslvpn_bytes_out</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SslvpnDashboardStats - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.active_clients">
<em class="property">property </em><code class="sig-name descname">active_clients</code><a class="headerlink" href="#vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.active_clients" title="Permalink to this definition"></a></dt>
<dd><p>Gets the active_clients of this SslvpnDashboardStats. # noqa: E501</p>
<p>Number of active clients. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The active_clients of this SslvpnDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'active_clients': 'activeClients', 'auth_failures': 'authFailures', 'sessions_created': 'sessionsCreated', 'sslvpn_bytes_in': 'sslvpnBytesIn', 'sslvpn_bytes_out': 'sslvpnBytesOut'}</em><a class="headerlink" href="#vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.auth_failures">
<em class="property">property </em><code class="sig-name descname">auth_failures</code><a class="headerlink" href="#vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.auth_failures" title="Permalink to this definition"></a></dt>
<dd><p>Gets the auth_failures of this SslvpnDashboardStats. # noqa: E501</p>
<p>Number of authentication failures. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The auth_failures of this SslvpnDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'active_clients': 'list[DashboardStat]', 'auth_failures': 'list[DashboardStat]', 'sessions_created': 'list[DashboardStat]', 'sslvpn_bytes_in': 'list[DashboardStat]', 'sslvpn_bytes_out': 'list[DashboardStat]'}</em><a class="headerlink" href="#vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.sessions_created">
<em class="property">property </em><code class="sig-name descname">sessions_created</code><a class="headerlink" href="#vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.sessions_created" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sessions_created of this SslvpnDashboardStats. # noqa: E501</p>
<p>Number of SSL VPN sessions created. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sessions_created of this SslvpnDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.sslvpn_bytes_in">
<em class="property">property </em><code class="sig-name descname">sslvpn_bytes_in</code><a class="headerlink" href="#vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.sslvpn_bytes_in" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sslvpn_bytes_in of this SslvpnDashboardStats. # noqa: E501</p>
<p>Rx bytes received for SSL VPN. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sslvpn_bytes_in of this SslvpnDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.sslvpn_bytes_out">
<em class="property">property </em><code class="sig-name descname">sslvpn_bytes_out</code><a class="headerlink" href="#vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.sslvpn_bytes_out" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sslvpn_bytes_out of this SslvpnDashboardStats. # noqa: E501</p>
<p>Tx bytes transmitted for SSL VPN. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sslvpn_bytes_out of this SslvpnDashboardStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.dashboard_stat.DashboardStat" title="vmware.vmc.console.models.dashboard_stat.DashboardStat">DashboardStat</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sslvpn_dashboard_stats.SslvpnDashboardStats.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sub_interface">
<span id="vmware-vmc-console-models-sub-interface-module"></span><h2>vmware.vmc.console.models.sub_interface module<a class="headerlink" href="#module-vmware.vmc.console.models.sub_interface" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sub_interface.SubInterface">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sub_interface.</code><code class="sig-name descname">SubInterface</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">index</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tunnel_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">address_groups</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vlan_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">label</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">logical_switch_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">is_connected</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">mtu</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">logical_switch_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enable_send_redirects</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sub_interface.SubInterface" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SubInterface - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.sub_interface.SubInterface.address_groups">
<em class="property">property </em><code class="sig-name descname">address_groups</code><a class="headerlink" href="#vmware.vmc.console.models.sub_interface.SubInterface.address_groups" title="Permalink to this definition"></a></dt>
<dd><p>Gets the address_groups of this SubInterface. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The address_groups of this SubInterface. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.edge_vnic_address_groups.EdgeVnicAddressGroups" title="vmware.vmc.console.models.edge_vnic_address_groups.EdgeVnicAddressGroups">EdgeVnicAddressGroups</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sub_interface.SubInterface.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'address_groups': 'addressGroups', 'enable_send_redirects': 'enableSendRedirects', 'index': 'index', 'is_connected': 'isConnected', 'label': 'label', 'logical_switch_id': 'logicalSwitchId', 'logical_switch_name': 'logicalSwitchName', 'mtu': 'mtu', 'name': 'name', 'tunnel_id': 'tunnelId', 'vlan_id': 'vlanId'}</em><a class="headerlink" href="#vmware.vmc.console.models.sub_interface.SubInterface.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sub_interface.SubInterface.enable_send_redirects">
<em class="property">property </em><code class="sig-name descname">enable_send_redirects</code><a class="headerlink" href="#vmware.vmc.console.models.sub_interface.SubInterface.enable_send_redirects" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enable_send_redirects of this SubInterface. # noqa: E501</p>
<p>Value is true if send redirects is enabled. Enable ICMP redirect to convey routing information to hosts. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enable_send_redirects of this SubInterface. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sub_interface.SubInterface.index">
<em class="property">property </em><code class="sig-name descname">index</code><a class="headerlink" href="#vmware.vmc.console.models.sub_interface.SubInterface.index" title="Permalink to this definition"></a></dt>
<dd><p>Gets the index of this SubInterface. # noqa: E501</p>
<p>Index of the sub interface assigned by NSX Manager. Min value is 10 and max value is 4103. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The index of this SubInterface. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sub_interface.SubInterface.is_connected">
<em class="property">property </em><code class="sig-name descname">is_connected</code><a class="headerlink" href="#vmware.vmc.console.models.sub_interface.SubInterface.is_connected" title="Permalink to this definition"></a></dt>
<dd><p>Gets the is_connected of this SubInterface. # noqa: E501</p>
<p>Value is true if the sub interface is connected to a logical switch, standard portgroup or distributed portgroup. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The is_connected of this SubInterface. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sub_interface.SubInterface.label">
<em class="property">property </em><code class="sig-name descname">label</code><a class="headerlink" href="#vmware.vmc.console.models.sub_interface.SubInterface.label" title="Permalink to this definition"></a></dt>
<dd><p>Gets the label of this SubInterface. # noqa: E501</p>
<p>Sub interface label of format vNic_{index} provided by NSX Manager. Read only. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The label of this SubInterface. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sub_interface.SubInterface.logical_switch_id">
<em class="property">property </em><code class="sig-name descname">logical_switch_id</code><a class="headerlink" href="#vmware.vmc.console.models.sub_interface.SubInterface.logical_switch_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the logical_switch_id of this SubInterface. # noqa: E501</p>
<p>ID of the logical switch connected to this sub interface. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The logical_switch_id of this SubInterface. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sub_interface.SubInterface.logical_switch_name">
<em class="property">property </em><code class="sig-name descname">logical_switch_name</code><a class="headerlink" href="#vmware.vmc.console.models.sub_interface.SubInterface.logical_switch_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the logical_switch_name of this SubInterface. # noqa: E501</p>
<p>Name of the logical switch connected to this sub interface. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The logical_switch_name of this SubInterface. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sub_interface.SubInterface.mtu">
<em class="property">property </em><code class="sig-name descname">mtu</code><a class="headerlink" href="#vmware.vmc.console.models.sub_interface.SubInterface.mtu" title="Permalink to this definition"></a></dt>
<dd><p>Gets the mtu of this SubInterface. # noqa: E501</p>
<p>MTU value of the sub interface. This value would be the least mtu for all the trunk interfaces of the NSX Edge. Default is 1500. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The mtu of this SubInterface. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sub_interface.SubInterface.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.sub_interface.SubInterface.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this SubInterface. # noqa: E501</p>
<p>Name of the sub interface. Required. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this SubInterface. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sub_interface.SubInterface.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'address_groups': 'EdgeVnicAddressGroups', 'enable_send_redirects': 'bool', 'index': 'int', 'is_connected': 'bool', 'label': 'str', 'logical_switch_id': 'str', 'logical_switch_name': 'str', 'mtu': 'int', 'name': 'str', 'tunnel_id': 'int', 'vlan_id': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.sub_interface.SubInterface.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sub_interface.SubInterface.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sub_interface.SubInterface.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sub_interface.SubInterface.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sub_interface.SubInterface.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sub_interface.SubInterface.tunnel_id">
<em class="property">property </em><code class="sig-name descname">tunnel_id</code><a class="headerlink" href="#vmware.vmc.console.models.sub_interface.SubInterface.tunnel_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tunnel_id of this SubInterface. # noqa: E501</p>
<p>Valid values for tunnel ID are min 1 to max 4093. Required. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tunnel_id of this SubInterface. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sub_interface.SubInterface.vlan_id">
<em class="property">property </em><code class="sig-name descname">vlan_id</code><a class="headerlink" href="#vmware.vmc.console.models.sub_interface.SubInterface.vlan_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vlan_id of this SubInterface. # noqa: E501</p>
<p>VLAN ID of the virtual LAN used by this sub interface. VLAN IDs can range from 0 to 4094. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vlan_id of this SubInterface. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.sub_interfaces">
<span id="vmware-vmc-console-models-sub-interfaces-module"></span><h2>vmware.vmc.console.models.sub_interfaces module<a class="headerlink" href="#module-vmware.vmc.console.models.sub_interfaces" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.sub_interfaces.SubInterfaces">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.sub_interfaces.</code><code class="sig-name descname">SubInterfaces</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">sub_interfaces</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sub_interfaces.SubInterfaces" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SubInterfaces - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sub_interfaces.SubInterfaces.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'sub_interfaces': 'subInterfaces'}</em><a class="headerlink" href="#vmware.vmc.console.models.sub_interfaces.SubInterfaces.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.sub_interfaces.SubInterfaces.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'sub_interfaces': 'list[SubInterface]'}</em><a class="headerlink" href="#vmware.vmc.console.models.sub_interfaces.SubInterfaces.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sub_interfaces.SubInterfaces.sub_interfaces">
<em class="property">property </em><code class="sig-name descname">sub_interfaces</code><a class="headerlink" href="#vmware.vmc.console.models.sub_interfaces.SubInterfaces.sub_interfaces" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sub_interfaces of this SubInterfaces. # noqa: E501</p>
<p>List of sub interfaces. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sub_interfaces of this SubInterfaces. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.sub_interface.SubInterface" title="vmware.vmc.console.models.sub_interface.SubInterface">SubInterface</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sub_interfaces.SubInterfaces.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sub_interfaces.SubInterfaces.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.sub_interfaces.SubInterfaces.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.sub_interfaces.SubInterfaces.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.subnet">
<span id="vmware-vmc-console-models-subnet-module"></span><h2>vmware.vmc.console.models.subnet module<a class="headerlink" href="#module-vmware.vmc.console.models.subnet" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.subnet.Subnet">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.subnet.</code><code class="sig-name descname">Subnet</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">subnet_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">route_tables</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subnet.Subnet" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Subnet - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.subnet.Subnet.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'name': 'name', 'route_tables': 'route_tables', 'subnet_id': 'subnet_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.subnet.Subnet.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet.Subnet.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.subnet.Subnet.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this Subnet. # noqa: E501</p>
<p>subnet name # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this Subnet. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.subnet.Subnet.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'name': 'str', 'route_tables': 'list[SubnetRouteTableInfo]', 'subnet_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.subnet.Subnet.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet.Subnet.route_tables">
<em class="property">property </em><code class="sig-name descname">route_tables</code><a class="headerlink" href="#vmware.vmc.console.models.subnet.Subnet.route_tables" title="Permalink to this definition"></a></dt>
<dd><p>Gets the route_tables of this Subnet. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The route_tables of this Subnet. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo" title="vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo">SubnetRouteTableInfo</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet.Subnet.subnet_id">
<em class="property">property </em><code class="sig-name descname">subnet_id</code><a class="headerlink" href="#vmware.vmc.console.models.subnet.Subnet.subnet_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_id of this Subnet. # noqa: E501</p>
<p>subnet id # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_id of this Subnet. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet.Subnet.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subnet.Subnet.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet.Subnet.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subnet.Subnet.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.subnet_info">
<span id="vmware-vmc-console-models-subnet-info-module"></span><h2>vmware.vmc.console.models.subnet_info module<a class="headerlink" href="#module-vmware.vmc.console.models.subnet_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.subnet_info.SubnetInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.subnet_info.</code><code class="sig-name descname">SubnetInfo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subnet_info.SubnetInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SubnetInfo - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.subnet_info.SubnetInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {}</em><a class="headerlink" href="#vmware.vmc.console.models.subnet_info.SubnetInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.subnet_info.SubnetInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {}</em><a class="headerlink" href="#vmware.vmc.console.models.subnet_info.SubnetInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_info.SubnetInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subnet_info.SubnetInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_info.SubnetInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subnet_info.SubnetInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.subnet_info_all_of">
<span id="vmware-vmc-console-models-subnet-info-all-of-module"></span><h2>vmware.vmc.console.models.subnet_info_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.subnet_info_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.subnet_info_all_of.</code><code class="sig-name descname">SubnetInfoAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">compatible</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">connected_account_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">region_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">availability_zone</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">subnet_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">availability_zone_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">subnet_cidr_block</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">note</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vpc_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vpc_cidr_block</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SubnetInfoAllOf - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'availability_zone': 'availability_zone', 'availability_zone_id': 'availability_zone_id', 'compatible': 'compatible', 'connected_account_id': 'connected_account_id', 'name': 'name', 'note': 'note', 'region_name': 'region_name', 'subnet_cidr_block': 'subnet_cidr_block', 'subnet_id': 'subnet_id', 'vpc_cidr_block': 'vpc_cidr_block', 'vpc_id': 'vpc_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.availability_zone">
<em class="property">property </em><code class="sig-name descname">availability_zone</code><a class="headerlink" href="#vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.availability_zone" title="Permalink to this definition"></a></dt>
<dd><p>Gets the availability_zone of this SubnetInfoAllOf. # noqa: E501</p>
<p>The availability zone (customer-centric) this subnet is in. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The availability_zone of this SubnetInfoAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.availability_zone_id">
<em class="property">property </em><code class="sig-name descname">availability_zone_id</code><a class="headerlink" href="#vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.availability_zone_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the availability_zone_id of this SubnetInfoAllOf. # noqa: E501</p>
<p>The availability zone id (customer-centric) this subnet is in. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The availability_zone_id of this SubnetInfoAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.compatible">
<em class="property">property </em><code class="sig-name descname">compatible</code><a class="headerlink" href="#vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.compatible" title="Permalink to this definition"></a></dt>
<dd><p>Gets the compatible of this SubnetInfoAllOf. # noqa: E501</p>
<p>Is this customer subnet compatible with the SDDC? # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The compatible of this SubnetInfoAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.connected_account_id">
<em class="property">property </em><code class="sig-name descname">connected_account_id</code><a class="headerlink" href="#vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.connected_account_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the connected_account_id of this SubnetInfoAllOf. # noqa: E501</p>
<p>The ID of the connected account this subnet is from. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The connected_account_id of this SubnetInfoAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this SubnetInfoAllOf. # noqa: E501</p>
<p>The name of the subnet. This is either the tagged name or the default AWS id it was given. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this SubnetInfoAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.note">
<em class="property">property </em><code class="sig-name descname">note</code><a class="headerlink" href="#vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.note" title="Permalink to this definition"></a></dt>
<dd><p>Gets the note of this SubnetInfoAllOf. # noqa: E501</p>
<p>Why a subnet is marked as not compatible. May be blank if compatible. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The note of this SubnetInfoAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'availability_zone': 'str', 'availability_zone_id': 'str', 'compatible': 'bool', 'connected_account_id': 'str', 'name': 'str', 'note': 'str', 'region_name': 'str', 'subnet_cidr_block': 'str', 'subnet_id': 'str', 'vpc_cidr_block': 'str', 'vpc_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.region_name">
<em class="property">property </em><code class="sig-name descname">region_name</code><a class="headerlink" href="#vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.region_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the region_name of this SubnetInfoAllOf. # noqa: E501</p>
<p>The region this subnet is from. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The region_name of this SubnetInfoAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.subnet_cidr_block">
<em class="property">property </em><code class="sig-name descname">subnet_cidr_block</code><a class="headerlink" href="#vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.subnet_cidr_block" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_cidr_block of this SubnetInfoAllOf. # noqa: E501</p>
<p>The CIDR block of the subnet. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_cidr_block of this SubnetInfoAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.subnet_id">
<em class="property">property </em><code class="sig-name descname">subnet_id</code><a class="headerlink" href="#vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.subnet_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_id of this SubnetInfoAllOf. # noqa: E501</p>
<p>The ID of the subnet. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_id of this SubnetInfoAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.vpc_cidr_block">
<em class="property">property </em><code class="sig-name descname">vpc_cidr_block</code><a class="headerlink" href="#vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.vpc_cidr_block" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpc_cidr_block of this SubnetInfoAllOf. # noqa: E501</p>
<p>The CIDR block of the VPC containing this subnet. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpc_cidr_block of this SubnetInfoAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.vpc_id">
<em class="property">property </em><code class="sig-name descname">vpc_id</code><a class="headerlink" href="#vmware.vmc.console.models.subnet_info_all_of.SubnetInfoAllOf.vpc_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpc_id of this SubnetInfoAllOf. # noqa: E501</p>
<p>The ID of the VPC this subnet resides in. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpc_id of this SubnetInfoAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.subnet_route_table_info">
<span id="vmware-vmc-console-models-subnet-route-table-info-module"></span><h2>vmware.vmc.console.models.subnet_route_table_info module<a class="headerlink" href="#module-vmware.vmc.console.models.subnet_route_table_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.subnet_route_table_info.</code><code class="sig-name descname">SubnetRouteTableInfo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">subnet_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">association_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">routetable_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SubnetRouteTableInfo - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo.association_id">
<em class="property">property </em><code class="sig-name descname">association_id</code><a class="headerlink" href="#vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo.association_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the association_id of this SubnetRouteTableInfo. # noqa: E501</p>
<p>subnet - route table association id # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The association_id of this SubnetRouteTableInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'association_id': 'association_id', 'routetable_id': 'routetable_id', 'subnet_id': 'subnet_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'association_id': 'str', 'routetable_id': 'str', 'subnet_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo.routetable_id">
<em class="property">property </em><code class="sig-name descname">routetable_id</code><a class="headerlink" href="#vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo.routetable_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the routetable_id of this SubnetRouteTableInfo. # noqa: E501</p>
<p>route table id # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The routetable_id of this SubnetRouteTableInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo.subnet_id">
<em class="property">property </em><code class="sig-name descname">subnet_id</code><a class="headerlink" href="#vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo.subnet_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_id of this SubnetRouteTableInfo. # noqa: E501</p>
<p>subnet id # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_id of this SubnetRouteTableInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subnet_route_table_info.SubnetRouteTableInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.subnets">
<span id="vmware-vmc-console-models-subnets-module"></span><h2>vmware.vmc.console.models.subnets module<a class="headerlink" href="#module-vmware.vmc.console.models.subnets" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.subnets.Subnets">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.subnets.</code><code class="sig-name descname">Subnets</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">subnets</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subnets.Subnets" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Subnets - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.subnets.Subnets.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'subnets': 'subnets'}</em><a class="headerlink" href="#vmware.vmc.console.models.subnets.Subnets.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.subnets.Subnets.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'subnets': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.subnets.Subnets.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnets.Subnets.subnets">
<em class="property">property </em><code class="sig-name descname">subnets</code><a class="headerlink" href="#vmware.vmc.console.models.subnets.Subnets.subnets" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnets of this Subnets. # noqa: E501</p>
<p>List of subnets for which IPsec VPN is configured. Subnets should be network address specified in CIDR format and can accept 0.0.0.0/0 (any) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnets of this Subnets. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnets.Subnets.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subnets.Subnets.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subnets.Subnets.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subnets.Subnets.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.subscription_details">
<span id="vmware-vmc-console-models-subscription-details-module"></span><h2>vmware.vmc.console.models.subscription_details module<a class="headerlink" href="#module-vmware.vmc.console.models.subscription_details" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.subscription_details.</code><code class="sig-name descname">SubscriptionDetails</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">anniversary_billing_date</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">end_date</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">billing_frequency</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">auto_renewed_allowed</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">commitment_term</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">csp_subscription_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">billing_subscription_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">offer_version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">offer_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">description</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">product_id</span><span class="o">=</span><span class="default_value">None</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">product_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">offer_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">commitment_term_uom</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">start_date</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">quantity</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SubscriptionDetails - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.anniversary_billing_date">
<em class="property">property </em><code class="sig-name descname">anniversary_billing_date</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.anniversary_billing_date" title="Permalink to this definition"></a></dt>
<dd><p>Gets the anniversary_billing_date of this SubscriptionDetails. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The anniversary_billing_date of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'anniversary_billing_date': 'anniversary_billing_date', 'auto_renewed_allowed': 'auto_renewed_allowed', 'billing_frequency': 'billing_frequency', 'billing_subscription_id': 'billing_subscription_id', 'commitment_term': 'commitment_term', 'commitment_term_uom': 'commitment_term_uom', 'csp_subscription_id': 'csp_subscription_id', 'description': 'description', 'end_date': 'end_date', 'offer_name': 'offer_name', 'offer_type': 'offer_type', 'offer_version': 'offer_version', 'product_id': 'product_id', 'product_name': 'product_name', 'quantity': 'quantity', 'region': 'region', 'start_date': 'start_date', 'status': 'status'}</em><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.auto_renewed_allowed">
<em class="property">property </em><code class="sig-name descname">auto_renewed_allowed</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.auto_renewed_allowed" title="Permalink to this definition"></a></dt>
<dd><p>Gets the auto_renewed_allowed of this SubscriptionDetails. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The auto_renewed_allowed of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.billing_frequency">
<em class="property">property </em><code class="sig-name descname">billing_frequency</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.billing_frequency" title="Permalink to this definition"></a></dt>
<dd><p>Gets the billing_frequency of this SubscriptionDetails. # noqa: E501</p>
<p>The frequency at which the customer is billed. Currently supported values are “Upfront” and “Monthly” # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The billing_frequency of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.billing_subscription_id">
<em class="property">property </em><code class="sig-name descname">billing_subscription_id</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.billing_subscription_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the billing_subscription_id of this SubscriptionDetails. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The billing_subscription_id of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.commitment_term">
<em class="property">property </em><code class="sig-name descname">commitment_term</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.commitment_term" title="Permalink to this definition"></a></dt>
<dd><p>Gets the commitment_term of this SubscriptionDetails. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The commitment_term of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.commitment_term_uom">
<em class="property">property </em><code class="sig-name descname">commitment_term_uom</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.commitment_term_uom" title="Permalink to this definition"></a></dt>
<dd><p>Gets the commitment_term_uom of this SubscriptionDetails. # noqa: E501</p>
<p>unit of measurment for commitment term # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The commitment_term_uom of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.csp_subscription_id">
<em class="property">property </em><code class="sig-name descname">csp_subscription_id</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.csp_subscription_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the csp_subscription_id of this SubscriptionDetails. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The csp_subscription_id of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.description">
<em class="property">property </em><code class="sig-name descname">description</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.description" title="Permalink to this definition"></a></dt>
<dd><p>Gets the description of this SubscriptionDetails. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The description of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.end_date">
<em class="property">property </em><code class="sig-name descname">end_date</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.end_date" title="Permalink to this definition"></a></dt>
<dd><p>Gets the end_date of this SubscriptionDetails. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The end_date of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.offer_name">
<em class="property">property </em><code class="sig-name descname">offer_name</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.offer_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the offer_name of this SubscriptionDetails. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The offer_name of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.offer_type">
<em class="property">property </em><code class="sig-name descname">offer_type</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.offer_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the offer_type of this SubscriptionDetails. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The offer_type of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.offer_type.OfferType" title="vmware.vmc.console.models.offer_type.OfferType">OfferType</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.offer_version">
<em class="property">property </em><code class="sig-name descname">offer_version</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.offer_version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the offer_version of this SubscriptionDetails. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The offer_version of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'anniversary_billing_date': 'str', 'auto_renewed_allowed': 'str', 'billing_frequency': 'str', 'billing_subscription_id': 'str', 'commitment_term': 'str', 'commitment_term_uom': 'str', 'csp_subscription_id': 'str', 'description': 'str', 'end_date': 'str', 'offer_name': 'str', 'offer_type': 'OfferType', 'offer_version': 'str', 'product_id': 'str', 'product_name': 'str', 'quantity': 'str', 'region': 'str', 'start_date': 'str', 'status': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.product_id">
<em class="property">property </em><code class="sig-name descname">product_id</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.product_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the product_id of this SubscriptionDetails. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The product_id of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.product_name">
<em class="property">property </em><code class="sig-name descname">product_name</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.product_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the product_name of this SubscriptionDetails. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The product_name of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.quantity">
<em class="property">property </em><code class="sig-name descname">quantity</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.quantity" title="Permalink to this definition"></a></dt>
<dd><p>Gets the quantity of this SubscriptionDetails. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The quantity of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.region">
<em class="property">property </em><code class="sig-name descname">region</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.region" title="Permalink to this definition"></a></dt>
<dd><p>Gets the region of this SubscriptionDetails. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The region of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.start_date">
<em class="property">property </em><code class="sig-name descname">start_date</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.start_date" title="Permalink to this definition"></a></dt>
<dd><p>Gets the start_date of this SubscriptionDetails. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The start_date of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.status">
<em class="property">property </em><code class="sig-name descname">status</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the status of this SubscriptionDetails. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The status of this SubscriptionDetails. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_details.SubscriptionDetails.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subscription_details.SubscriptionDetails.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.subscription_products">
<span id="vmware-vmc-console-models-subscription-products-module"></span><h2>vmware.vmc.console.models.subscription_products module<a class="headerlink" href="#module-vmware.vmc.console.models.subscription_products" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.subscription_products.SubscriptionProducts">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.subscription_products.</code><code class="sig-name descname">SubscriptionProducts</code><span class="sig-paren">(</span><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">types</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subscription_products.SubscriptionProducts" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SubscriptionProducts - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.subscription_products.SubscriptionProducts.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'product': 'product', 'types': 'types'}</em><a class="headerlink" href="#vmware.vmc.console.models.subscription_products.SubscriptionProducts.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.subscription_products.SubscriptionProducts.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'product': 'str', 'types': 'list[str]'}</em><a class="headerlink" href="#vmware.vmc.console.models.subscription_products.SubscriptionProducts.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_products.SubscriptionProducts.product">
<em class="property">property </em><code class="sig-name descname">product</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_products.SubscriptionProducts.product" title="Permalink to this definition"></a></dt>
<dd><p>Gets the product of this SubscriptionProducts. # noqa: E501</p>
<p>The name of the product # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The product of this SubscriptionProducts. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_products.SubscriptionProducts.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subscription_products.SubscriptionProducts.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_products.SubscriptionProducts.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subscription_products.SubscriptionProducts.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_products.SubscriptionProducts.types">
<em class="property">property </em><code class="sig-name descname">types</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_products.SubscriptionProducts.types" title="Permalink to this definition"></a></dt>
<dd><p>Gets the types of this SubscriptionProducts. # noqa: E501</p>
<p>A list of different types/version for the product. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The types of this SubscriptionProducts. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.subscription_request">
<span id="vmware-vmc-console-models-subscription-request-module"></span><h2>vmware.vmc.console.models.subscription_request module<a class="headerlink" href="#module-vmware.vmc.console.models.subscription_request" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.subscription_request.</code><code class="sig-name descname">SubscriptionRequest</code><span class="sig-paren">(</span><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">product_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">product_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">billing_frequency</span><span class="o">=</span><span class="default_value">None</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">commitment_term</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">offer_context_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">offer_version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">offer_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">quantity</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>, <em class="sig-param"><span class="n">price</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">product_charge_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SubscriptionRequest - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'billing_frequency': 'billing_frequency', 'commitment_term': 'commitment_term', 'offer_context_id': 'offer_context_id', 'offer_name': 'offer_name', 'offer_version': 'offer_version', 'price': 'price', 'product': 'product', 'product_charge_id': 'product_charge_id', 'product_id': 'product_id', 'product_type': 'product_type', 'quantity': 'quantity', 'region': 'region', 'type': 'type'}</em><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.billing_frequency">
<em class="property">property </em><code class="sig-name descname">billing_frequency</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.billing_frequency" title="Permalink to this definition"></a></dt>
<dd><p>Gets the billing_frequency of this SubscriptionRequest. # noqa: E501</p>
<p>Frequency of the billing. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The billing_frequency of this SubscriptionRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.commitment_term">
<em class="property">property </em><code class="sig-name descname">commitment_term</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.commitment_term" title="Permalink to this definition"></a></dt>
<dd><p>Gets the commitment_term of this SubscriptionRequest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The commitment_term of this SubscriptionRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.offer_context_id">
<em class="property">property </em><code class="sig-name descname">offer_context_id</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.offer_context_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the offer_context_id of this SubscriptionRequest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The offer_context_id of this SubscriptionRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.offer_name">
<em class="property">property </em><code class="sig-name descname">offer_name</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.offer_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the offer_name of this SubscriptionRequest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The offer_name of this SubscriptionRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.offer_version">
<em class="property">property </em><code class="sig-name descname">offer_version</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.offer_version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the offer_version of this SubscriptionRequest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The offer_version of this SubscriptionRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'billing_frequency': 'str', 'commitment_term': 'str', 'offer_context_id': 'str', 'offer_name': 'str', 'offer_version': 'str', 'price': 'int', 'product': 'str', 'product_charge_id': 'str', 'product_id': 'str', 'product_type': 'str', 'quantity': 'int', 'region': 'str', 'type': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.price">
<em class="property">property </em><code class="sig-name descname">price</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.price" title="Permalink to this definition"></a></dt>
<dd><p>Gets the price of this SubscriptionRequest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The price of this SubscriptionRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.product">
<em class="property">property </em><code class="sig-name descname">product</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.product" title="Permalink to this definition"></a></dt>
<dd><p>Gets the product of this SubscriptionRequest. # noqa: E501</p>
<p>The product for which subscription needs to be created. Refer /vmc/api/orgs/{orgId}/products. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The product of this SubscriptionRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.product_charge_id">
<em class="property">property </em><code class="sig-name descname">product_charge_id</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.product_charge_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the product_charge_id of this SubscriptionRequest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The product_charge_id of this SubscriptionRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.product_id">
<em class="property">property </em><code class="sig-name descname">product_id</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.product_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the product_id of this SubscriptionRequest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The product_id of this SubscriptionRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.product_type">
<em class="property">property </em><code class="sig-name descname">product_type</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.product_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the product_type of this SubscriptionRequest. # noqa: E501</p>
<p>Old identifier for product. <em>Deprecarted</em>. See product and type # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The product_type of this SubscriptionRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.quantity">
<em class="property">property </em><code class="sig-name descname">quantity</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.quantity" title="Permalink to this definition"></a></dt>
<dd><p>Gets the quantity of this SubscriptionRequest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The quantity of this SubscriptionRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.region">
<em class="property">property </em><code class="sig-name descname">region</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.region" title="Permalink to this definition"></a></dt>
<dd><p>Gets the region of this SubscriptionRequest. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The region of this SubscriptionRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.subscription_request.SubscriptionRequest.type">
<em class="property">property </em><code class="sig-name descname">type</code><a class="headerlink" href="#vmware.vmc.console.models.subscription_request.SubscriptionRequest.type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the type of this SubscriptionRequest. # noqa: E501</p>
<p>The type of the product for which the subscription needs to be created. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The type of this SubscriptionRequest. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.support_window">
<span id="vmware-vmc-console-models-support-window-module"></span><h2>vmware.vmc.console.models.support_window module<a class="headerlink" href="#module-vmware.vmc.console.models.support_window" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.support_window.SupportWindow">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.support_window.</code><code class="sig-name descname">SupportWindow</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">start_day</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">seats</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sddcs</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">duration_hours</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">start_hour</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">support_window_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">metadata</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.support_window.SupportWindow" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SupportWindow - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.support_window.SupportWindow.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'duration_hours': 'duration_hours', 'metadata': 'metadata', 'sddcs': 'sddcs', 'seats': 'seats', 'start_day': 'start_day', 'start_hour': 'start_hour', 'support_window_id': 'support_window_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.support_window.SupportWindow.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.support_window.SupportWindow.duration_hours">
<em class="property">property </em><code class="sig-name descname">duration_hours</code><a class="headerlink" href="#vmware.vmc.console.models.support_window.SupportWindow.duration_hours" title="Permalink to this definition"></a></dt>
<dd><p>Gets the duration_hours of this SupportWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The duration_hours of this SupportWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.support_window.SupportWindow.metadata">
<em class="property">property </em><code class="sig-name descname">metadata</code><a class="headerlink" href="#vmware.vmc.console.models.support_window.SupportWindow.metadata" title="Permalink to this definition"></a></dt>
<dd><p>Gets the metadata of this SupportWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The metadata of this SupportWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>object</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.support_window.SupportWindow.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'duration_hours': 'int', 'metadata': 'object', 'sddcs': 'list[str]', 'seats': 'int', 'start_day': 'str', 'start_hour': 'int', 'support_window_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.support_window.SupportWindow.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.support_window.SupportWindow.sddcs">
<em class="property">property </em><code class="sig-name descname">sddcs</code><a class="headerlink" href="#vmware.vmc.console.models.support_window.SupportWindow.sddcs" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sddcs of this SupportWindow. # noqa: E501</p>
<p>SDDCs in this window # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sddcs of this SupportWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.support_window.SupportWindow.seats">
<em class="property">property </em><code class="sig-name descname">seats</code><a class="headerlink" href="#vmware.vmc.console.models.support_window.SupportWindow.seats" title="Permalink to this definition"></a></dt>
<dd><p>Gets the seats of this SupportWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The seats of this SupportWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.support_window.SupportWindow.start_day">
<em class="property">property </em><code class="sig-name descname">start_day</code><a class="headerlink" href="#vmware.vmc.console.models.support_window.SupportWindow.start_day" title="Permalink to this definition"></a></dt>
<dd><p>Gets the start_day of this SupportWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The start_day of this SupportWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.support_window.SupportWindow.start_hour">
<em class="property">property </em><code class="sig-name descname">start_hour</code><a class="headerlink" href="#vmware.vmc.console.models.support_window.SupportWindow.start_hour" title="Permalink to this definition"></a></dt>
<dd><p>Gets the start_hour of this SupportWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The start_hour of this SupportWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.support_window.SupportWindow.support_window_id">
<em class="property">property </em><code class="sig-name descname">support_window_id</code><a class="headerlink" href="#vmware.vmc.console.models.support_window.SupportWindow.support_window_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the support_window_id of this SupportWindow. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The support_window_id of this SupportWindow. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.support_window.SupportWindow.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.support_window.SupportWindow.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.support_window.SupportWindow.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.support_window.SupportWindow.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.support_window_id">
<span id="vmware-vmc-console-models-support-window-id-module"></span><h2>vmware.vmc.console.models.support_window_id module<a class="headerlink" href="#module-vmware.vmc.console.models.support_window_id" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.support_window_id.SupportWindowId">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.support_window_id.</code><code class="sig-name descname">SupportWindowId</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">window_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.support_window_id.SupportWindowId" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>SupportWindowId - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.support_window_id.SupportWindowId.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'window_id': 'window_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.support_window_id.SupportWindowId.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.support_window_id.SupportWindowId.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'window_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.support_window_id.SupportWindowId.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.support_window_id.SupportWindowId.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.support_window_id.SupportWindowId.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.support_window_id.SupportWindowId.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.support_window_id.SupportWindowId.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.support_window_id.SupportWindowId.window_id">
<em class="property">property </em><code class="sig-name descname">window_id</code><a class="headerlink" href="#vmware.vmc.console.models.support_window_id.SupportWindowId.window_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the window_id of this SupportWindowId. # noqa: E501</p>
<p>Support Window ID # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The window_id of this SupportWindowId. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.task">
<span id="vmware-vmc-console-models-task-module"></span><h2>vmware.vmc.console.models.task module<a class="headerlink" href="#module-vmware.vmc.console.models.task" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.task.Task">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.task.</code><code class="sig-name descname">Task</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">updated</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">user_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">updated_by_user_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">created</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">updated_by_user_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">user_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">localized_error_message</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">resource_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">parent_task_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">task_version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">correlation_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">start_resource_entity_version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sub_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">task_type</span><span class="o">=</span><span class="default_value">None</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">task_progress_phases</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">error_message</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">org_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">end_resource_entity_version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">service_errors</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">org_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">estimated_remaining_minutes</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">params</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">progress_percent</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">phase_in_progress</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">resource_type</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>, <em class="sig-param"><span class="n">local_vars_configuration</span><
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Task - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.task.Task.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'correlation_id': 'correlation_id', 'created': 'created', 'end_resource_entity_version': 'end_resource_entity_version', 'end_time': 'end_time', 'error_message': 'error_message', 'estimated_remaining_minutes': 'estimated_remaining_minutes', 'id': 'id', 'localized_error_message': 'localized_error_message', 'org_id': 'org_id', 'org_type': 'org_type', 'params': 'params', 'parent_task_id': 'parent_task_id', 'phase_in_progress': 'phase_in_progress', 'progress_percent': 'progress_percent', 'resource_id': 'resource_id', 'resource_type': 'resource_type', 'service_errors': 'service_errors', 'start_resource_entity_version': 'start_resource_entity_version', 'start_time': 'start_time', 'status': 'status', 'sub_status': 'sub_status', 'task_progress_phases': 'task_progress_phases', 'task_type': 'task_type', 'task_version': 'task_version', 'updated': 'updated', 'updated_by_user_id': 'updated_by_user_id', 'updated_by_user_name': 'updated_by_user_name', 'user_id': 'user_id', 'user_name': 'user_name', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.task.Task.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.correlation_id">
<em class="property">property </em><code class="sig-name descname">correlation_id</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.correlation_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the correlation_id of this Task. # noqa: E501</p>
<p>(Optional) Client provided uniqifier to make task creation idempotent. Be aware not all tasks support this. For tasks that do - supplying the same correlation Id, for the same task type, within a predefined window will ensure the operation happens at most once. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The correlation_id of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.created">
<em class="property">property </em><code class="sig-name descname">created</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.created" title="Permalink to this definition"></a></dt>
<dd><p>Gets the created of this Task. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The created of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.end_resource_entity_version">
<em class="property">property </em><code class="sig-name descname">end_resource_entity_version</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.end_resource_entity_version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the end_resource_entity_version of this Task. # noqa: E501</p>
<p>Entity version of the resource at the end of the task. This is only set for some task types. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The end_resource_entity_version of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.end_time">
<em class="property">property </em><code class="sig-name descname">end_time</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.end_time" title="Permalink to this definition"></a></dt>
<dd><p>Gets the end_time of this Task. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The end_time of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.error_message">
<em class="property">property </em><code class="sig-name descname">error_message</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.error_message" title="Permalink to this definition"></a></dt>
<dd><p>Gets the error_message of this Task. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The error_message of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.estimated_remaining_minutes">
<em class="property">property </em><code class="sig-name descname">estimated_remaining_minutes</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.estimated_remaining_minutes" title="Permalink to this definition"></a></dt>
<dd><p>Gets the estimated_remaining_minutes of this Task. # noqa: E501</p>
<p>Estimated remaining time in minute of the task execution, &lt; 0 means no estimation for the task. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The estimated_remaining_minutes of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this Task. # noqa: E501</p>
<p>Unique ID for this entity # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.localized_error_message">
<em class="property">property </em><code class="sig-name descname">localized_error_message</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.localized_error_message" title="Permalink to this definition"></a></dt>
<dd><p>Gets the localized_error_message of this Task. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The localized_error_message of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.task.Task.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'correlation_id': 'str', 'created': 'datetime', 'end_resource_entity_version': 'int', 'end_time': 'datetime', 'error_message': 'str', 'estimated_remaining_minutes': 'int', 'id': 'str', 'localized_error_message': 'str', 'org_id': 'str', 'org_type': 'str', 'params': 'object', 'parent_task_id': 'str', 'phase_in_progress': 'str', 'progress_percent': 'int', 'resource_id': 'str', 'resource_type': 'str', 'service_errors': 'list[ServiceError]', 'start_resource_entity_version': 'int', 'start_time': 'datetime', 'status': 'str', 'sub_status': 'str', 'task_progress_phases': 'list[TaskProgressPhase]', 'task_type': 'str', 'task_version': 'str', 'updated': 'datetime', 'updated_by_user_id': 'str', 'updated_by_user_name': 'str', 'user_id': 'str', 'user_name': 'str', 'version': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.task.Task.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.org_id">
<em class="property">property </em><code class="sig-name descname">org_id</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.org_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_id of this Task. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_id of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.org_type">
<em class="property">property </em><code class="sig-name descname">org_type</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.org_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_type of this Task. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_type of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.params">
<em class="property">property </em><code class="sig-name descname">params</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.params" title="Permalink to this definition"></a></dt>
<dd><p>Gets the params of this Task. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The params of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>object</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.parent_task_id">
<em class="property">property </em><code class="sig-name descname">parent_task_id</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.parent_task_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the parent_task_id of this Task. # noqa: E501</p>
<p>If this task was created by another task - this provides the linkage. Mostly for debugging. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The parent_task_id of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.phase_in_progress">
<em class="property">property </em><code class="sig-name descname">phase_in_progress</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.phase_in_progress" title="Permalink to this definition"></a></dt>
<dd><p>Gets the phase_in_progress of this Task. # noqa: E501</p>
<p>The current in progress phase ID in the task execution, if none in progress, empty string returned. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The phase_in_progress of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.progress_percent">
<em class="property">property </em><code class="sig-name descname">progress_percent</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.progress_percent" title="Permalink to this definition"></a></dt>
<dd><p>Gets the progress_percent of this Task. # noqa: E501</p>
<p>Estimated progress percentage the task executed # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The progress_percent of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.resource_id">
<em class="property">property </em><code class="sig-name descname">resource_id</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.resource_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the resource_id of this Task. # noqa: E501</p>
<p>UUID of the resource the task is acting upon # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The resource_id of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.resource_type">
<em class="property">property </em><code class="sig-name descname">resource_type</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.resource_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the resource_type of this Task. # noqa: E501</p>
<p>Type of resource being acted upon # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The resource_type of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.service_errors">
<em class="property">property </em><code class="sig-name descname">service_errors</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.service_errors" title="Permalink to this definition"></a></dt>
<dd><p>Gets the service_errors of this Task. # noqa: E501</p>
<p>Service errors returned from SDDC services. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The service_errors of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.service_error.ServiceError" title="vmware.vmc.console.models.service_error.ServiceError">ServiceError</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.start_resource_entity_version">
<em class="property">property </em><code class="sig-name descname">start_resource_entity_version</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.start_resource_entity_version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the start_resource_entity_version of this Task. # noqa: E501</p>
<p>Entity version of the resource at the start of the task. This is only set for some task types. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The start_resource_entity_version of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.start_time">
<em class="property">property </em><code class="sig-name descname">start_time</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.start_time" title="Permalink to this definition"></a></dt>
<dd><p>Gets the start_time of this Task. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The start_time of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.status">
<em class="property">property </em><code class="sig-name descname">status</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the status of this Task. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The status of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.sub_status">
<em class="property">property </em><code class="sig-name descname">sub_status</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.sub_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sub_status of this Task. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sub_status of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.task_progress_phases">
<em class="property">property </em><code class="sig-name descname">task_progress_phases</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.task_progress_phases" title="Permalink to this definition"></a></dt>
<dd><p>Gets the task_progress_phases of this Task. # noqa: E501</p>
<p>Task progress phases involved in current task execution # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The task_progress_phases of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.task_progress_phase.TaskProgressPhase" title="vmware.vmc.console.models.task_progress_phase.TaskProgressPhase">TaskProgressPhase</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.task_type">
<em class="property">property </em><code class="sig-name descname">task_type</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.task_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the task_type of this Task. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The task_type of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.task_version">
<em class="property">property </em><code class="sig-name descname">task_version</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.task_version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the task_version of this Task. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The task_version of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.task.Task.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.task.Task.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.updated">
<em class="property">property </em><code class="sig-name descname">updated</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.updated" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated of this Task. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.updated_by_user_id">
<em class="property">property </em><code class="sig-name descname">updated_by_user_id</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.updated_by_user_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated_by_user_id of this Task. # noqa: E501</p>
<p>User id that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated_by_user_id of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.updated_by_user_name">
<em class="property">property </em><code class="sig-name descname">updated_by_user_name</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.updated_by_user_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the updated_by_user_name of this Task. # noqa: E501</p>
<p>User name that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The updated_by_user_name of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.user_id">
<em class="property">property </em><code class="sig-name descname">user_id</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.user_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the user_id of this Task. # noqa: E501</p>
<p>User id that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The user_id of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.user_name">
<em class="property">property </em><code class="sig-name descname">user_name</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.user_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the user_name of this Task. # noqa: E501</p>
<p>User name that last updated this record # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The user_name of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task.Task.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.task.Task.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this Task. # noqa: E501</p>
<p>Version of this entity # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this Task. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.task_all_of">
<span id="vmware-vmc-console-models-task-all-of-module"></span><h2>vmware.vmc.console.models.task_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.task_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.task_all_of.</code><code class="sig-name descname">TaskAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">localized_error_message</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">resource_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">parent_task_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">task_version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">correlation_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">start_resource_entity_version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sub_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">task_type</span><span class="o">=</span><span class="default_value">None</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">task_progress_phases</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">error_message</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">org_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">end_resource_entity_version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">service_errors</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">org_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">estimated_remaining_minutes</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">params</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">progress_percent</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">phase_in_progress</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">resource_type</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>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>TaskAllOf - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'correlation_id': 'correlation_id', 'end_resource_entity_version': 'end_resource_entity_version', 'end_time': 'end_time', 'error_message': 'error_message', 'estimated_remaining_minutes': 'estimated_remaining_minutes', 'localized_error_message': 'localized_error_message', 'org_id': 'org_id', 'org_type': 'org_type', 'params': 'params', 'parent_task_id': 'parent_task_id', 'phase_in_progress': 'phase_in_progress', 'progress_percent': 'progress_percent', 'resource_id': 'resource_id', 'resource_type': 'resource_type', 'service_errors': 'service_errors', 'start_resource_entity_version': 'start_resource_entity_version', 'start_time': 'start_time', 'status': 'status', 'sub_status': 'sub_status', 'task_progress_phases': 'task_progress_phases', 'task_type': 'task_type', 'task_version': 'task_version'}</em><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.correlation_id">
<em class="property">property </em><code class="sig-name descname">correlation_id</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.correlation_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the correlation_id of this TaskAllOf. # noqa: E501</p>
<p>(Optional) Client provided uniqifier to make task creation idempotent. Be aware not all tasks support this. For tasks that do - supplying the same correlation Id, for the same task type, within a predefined window will ensure the operation happens at most once. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The correlation_id of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.end_resource_entity_version">
<em class="property">property </em><code class="sig-name descname">end_resource_entity_version</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.end_resource_entity_version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the end_resource_entity_version of this TaskAllOf. # noqa: E501</p>
<p>Entity version of the resource at the end of the task. This is only set for some task types. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The end_resource_entity_version of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.end_time">
<em class="property">property </em><code class="sig-name descname">end_time</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.end_time" title="Permalink to this definition"></a></dt>
<dd><p>Gets the end_time of this TaskAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The end_time of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.error_message">
<em class="property">property </em><code class="sig-name descname">error_message</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.error_message" title="Permalink to this definition"></a></dt>
<dd><p>Gets the error_message of this TaskAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The error_message of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.estimated_remaining_minutes">
<em class="property">property </em><code class="sig-name descname">estimated_remaining_minutes</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.estimated_remaining_minutes" title="Permalink to this definition"></a></dt>
<dd><p>Gets the estimated_remaining_minutes of this TaskAllOf. # noqa: E501</p>
<p>Estimated remaining time in minute of the task execution, &lt; 0 means no estimation for the task. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The estimated_remaining_minutes of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.localized_error_message">
<em class="property">property </em><code class="sig-name descname">localized_error_message</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.localized_error_message" title="Permalink to this definition"></a></dt>
<dd><p>Gets the localized_error_message of this TaskAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The localized_error_message of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'correlation_id': 'str', 'end_resource_entity_version': 'int', 'end_time': 'datetime', 'error_message': 'str', 'estimated_remaining_minutes': 'int', 'localized_error_message': 'str', 'org_id': 'str', 'org_type': 'str', 'params': 'object', 'parent_task_id': 'str', 'phase_in_progress': 'str', 'progress_percent': 'int', 'resource_id': 'str', 'resource_type': 'str', 'service_errors': 'list[ServiceError]', 'start_resource_entity_version': 'int', 'start_time': 'datetime', 'status': 'str', 'sub_status': 'str', 'task_progress_phases': 'list[TaskProgressPhase]', 'task_type': 'str', 'task_version': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.org_id">
<em class="property">property </em><code class="sig-name descname">org_id</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.org_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_id of this TaskAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_id of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.org_type">
<em class="property">property </em><code class="sig-name descname">org_type</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.org_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the org_type of this TaskAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The org_type of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.params">
<em class="property">property </em><code class="sig-name descname">params</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.params" title="Permalink to this definition"></a></dt>
<dd><p>Gets the params of this TaskAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The params of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>object</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.parent_task_id">
<em class="property">property </em><code class="sig-name descname">parent_task_id</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.parent_task_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the parent_task_id of this TaskAllOf. # noqa: E501</p>
<p>If this task was created by another task - this provides the linkage. Mostly for debugging. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The parent_task_id of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.phase_in_progress">
<em class="property">property </em><code class="sig-name descname">phase_in_progress</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.phase_in_progress" title="Permalink to this definition"></a></dt>
<dd><p>Gets the phase_in_progress of this TaskAllOf. # noqa: E501</p>
<p>The current in progress phase ID in the task execution, if none in progress, empty string returned. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The phase_in_progress of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.progress_percent">
<em class="property">property </em><code class="sig-name descname">progress_percent</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.progress_percent" title="Permalink to this definition"></a></dt>
<dd><p>Gets the progress_percent of this TaskAllOf. # noqa: E501</p>
<p>Estimated progress percentage the task executed # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The progress_percent of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.resource_id">
<em class="property">property </em><code class="sig-name descname">resource_id</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.resource_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the resource_id of this TaskAllOf. # noqa: E501</p>
<p>UUID of the resource the task is acting upon # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The resource_id of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.resource_type">
<em class="property">property </em><code class="sig-name descname">resource_type</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.resource_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the resource_type of this TaskAllOf. # noqa: E501</p>
<p>Type of resource being acted upon # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The resource_type of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.service_errors">
<em class="property">property </em><code class="sig-name descname">service_errors</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.service_errors" title="Permalink to this definition"></a></dt>
<dd><p>Gets the service_errors of this TaskAllOf. # noqa: E501</p>
<p>Service errors returned from SDDC services. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The service_errors of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.service_error.ServiceError" title="vmware.vmc.console.models.service_error.ServiceError">ServiceError</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.start_resource_entity_version">
<em class="property">property </em><code class="sig-name descname">start_resource_entity_version</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.start_resource_entity_version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the start_resource_entity_version of this TaskAllOf. # noqa: E501</p>
<p>Entity version of the resource at the start of the task. This is only set for some task types. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The start_resource_entity_version of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.start_time">
<em class="property">property </em><code class="sig-name descname">start_time</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.start_time" title="Permalink to this definition"></a></dt>
<dd><p>Gets the start_time of this TaskAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The start_time of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>datetime</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.status">
<em class="property">property </em><code class="sig-name descname">status</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the status of this TaskAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The status of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.sub_status">
<em class="property">property </em><code class="sig-name descname">sub_status</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.sub_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sub_status of this TaskAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sub_status of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.task_progress_phases">
<em class="property">property </em><code class="sig-name descname">task_progress_phases</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.task_progress_phases" title="Permalink to this definition"></a></dt>
<dd><p>Gets the task_progress_phases of this TaskAllOf. # noqa: E501</p>
<p>Task progress phases involved in current task execution # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The task_progress_phases of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.task_progress_phase.TaskProgressPhase" title="vmware.vmc.console.models.task_progress_phase.TaskProgressPhase">TaskProgressPhase</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.task_type">
<em class="property">property </em><code class="sig-name descname">task_type</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.task_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the task_type of this TaskAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The task_type of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.task_version">
<em class="property">property </em><code class="sig-name descname">task_version</code><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.task_version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the task_version of this TaskAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The task_version of this TaskAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_all_of.TaskAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.task_all_of.TaskAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.task_progress_phase">
<span id="vmware-vmc-console-models-task-progress-phase-module"></span><h2>vmware.vmc.console.models.task_progress_phase module<a class="headerlink" href="#module-vmware.vmc.console.models.task_progress_phase" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.task_progress_phase.TaskProgressPhase">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.task_progress_phase.</code><code class="sig-name descname">TaskProgressPhase</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">progress_percent</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.task_progress_phase.TaskProgressPhase" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>TaskProgressPhase - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.task_progress_phase.TaskProgressPhase.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'id': 'id', 'name': 'name', 'progress_percent': 'progress_percent'}</em><a class="headerlink" href="#vmware.vmc.console.models.task_progress_phase.TaskProgressPhase.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_progress_phase.TaskProgressPhase.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.task_progress_phase.TaskProgressPhase.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this TaskProgressPhase. # noqa: E501</p>
<p>The identifier of the task progress phase # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this TaskProgressPhase. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_progress_phase.TaskProgressPhase.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.task_progress_phase.TaskProgressPhase.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this TaskProgressPhase. # noqa: E501</p>
<p>The display name of the task progress phase # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this TaskProgressPhase. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.task_progress_phase.TaskProgressPhase.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'id': 'str', 'name': 'str', 'progress_percent': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.task_progress_phase.TaskProgressPhase.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_progress_phase.TaskProgressPhase.progress_percent">
<em class="property">property </em><code class="sig-name descname">progress_percent</code><a class="headerlink" href="#vmware.vmc.console.models.task_progress_phase.TaskProgressPhase.progress_percent" title="Permalink to this definition"></a></dt>
<dd><p>Gets the progress_percent of this TaskProgressPhase. # noqa: E501</p>
<p>The percentage of the phase that has completed # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The progress_percent of this TaskProgressPhase. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_progress_phase.TaskProgressPhase.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.task_progress_phase.TaskProgressPhase.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.task_progress_phase.TaskProgressPhase.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.task_progress_phase.TaskProgressPhase.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.term_billing_options">
<span id="vmware-vmc-console-models-term-billing-options-module"></span><h2>vmware.vmc.console.models.term_billing_options module<a class="headerlink" href="#module-vmware.vmc.console.models.term_billing_options" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.term_billing_options.TermBillingOptions">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.term_billing_options.</code><code class="sig-name descname">TermBillingOptions</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">unit_price</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">billing_frequency</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.term_billing_options.TermBillingOptions" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>TermBillingOptions - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.term_billing_options.TermBillingOptions.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'billing_frequency': 'billing_frequency', 'unit_price': 'unit_price'}</em><a class="headerlink" href="#vmware.vmc.console.models.term_billing_options.TermBillingOptions.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_billing_options.TermBillingOptions.billing_frequency">
<em class="property">property </em><code class="sig-name descname">billing_frequency</code><a class="headerlink" href="#vmware.vmc.console.models.term_billing_options.TermBillingOptions.billing_frequency" title="Permalink to this definition"></a></dt>
<dd><p>Gets the billing_frequency of this TermBillingOptions. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The billing_frequency of this TermBillingOptions. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.term_billing_options.TermBillingOptions.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'billing_frequency': 'str', 'unit_price': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.term_billing_options.TermBillingOptions.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_billing_options.TermBillingOptions.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.term_billing_options.TermBillingOptions.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_billing_options.TermBillingOptions.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.term_billing_options.TermBillingOptions.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_billing_options.TermBillingOptions.unit_price">
<em class="property">property </em><code class="sig-name descname">unit_price</code><a class="headerlink" href="#vmware.vmc.console.models.term_billing_options.TermBillingOptions.unit_price" title="Permalink to this definition"></a></dt>
<dd><p>Gets the unit_price of this TermBillingOptions. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The unit_price of this TermBillingOptions. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.term_offer_instance">
<span id="vmware-vmc-console-models-term-offer-instance-module"></span><h2>vmware.vmc.console.models.term_offer_instance module<a class="headerlink" href="#module-vmware.vmc.console.models.term_offer_instance" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.term_offer_instance.</code><code class="sig-name descname">TermOfferInstance</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">description</span><span class="o">=</span><span class="default_value">None</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">product_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">currency</span><span class="o">=</span><span class="default_value">None</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">commitment_term</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">unit_price</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">billing_options</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">offer_context_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">product_charge_id</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>, <em class="sig-param"><span class="n">product_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>TermOfferInstance - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'billing_options': 'billing_options', 'commitment_term': 'commitment_term', 'currency': 'currency', 'description': 'description', 'name': 'name', 'offer_context_id': 'offer_context_id', 'product': 'product', 'product_charge_id': 'product_charge_id', 'product_id': 'product_id', 'product_type': 'product_type', 'region': 'region', 'type': 'type', 'unit_price': 'unit_price', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.billing_options">
<em class="property">property </em><code class="sig-name descname">billing_options</code><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.billing_options" title="Permalink to this definition"></a></dt>
<dd><p>Gets the billing_options of this TermOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The billing_options of this TermOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.term_billing_options.TermBillingOptions" title="vmware.vmc.console.models.term_billing_options.TermBillingOptions">TermBillingOptions</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.commitment_term">
<em class="property">property </em><code class="sig-name descname">commitment_term</code><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.commitment_term" title="Permalink to this definition"></a></dt>
<dd><p>Gets the commitment_term of this TermOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The commitment_term of this TermOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.currency">
<em class="property">property </em><code class="sig-name descname">currency</code><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.currency" title="Permalink to this definition"></a></dt>
<dd><p>Gets the currency of this TermOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The currency of this TermOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.description">
<em class="property">property </em><code class="sig-name descname">description</code><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.description" title="Permalink to this definition"></a></dt>
<dd><p>Gets the description of this TermOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The description of this TermOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this TermOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this TermOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.offer_context_id">
<em class="property">property </em><code class="sig-name descname">offer_context_id</code><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.offer_context_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the offer_context_id of this TermOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The offer_context_id of this TermOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'billing_options': 'list[TermBillingOptions]', 'commitment_term': 'int', 'currency': 'str', 'description': 'str', 'name': 'str', 'offer_context_id': 'str', 'product': 'str', 'product_charge_id': 'str', 'product_id': 'str', 'product_type': 'str', 'region': 'str', 'type': 'str', 'unit_price': 'str', 'version': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.product">
<em class="property">property </em><code class="sig-name descname">product</code><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.product" title="Permalink to this definition"></a></dt>
<dd><p>Gets the product of this TermOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The product of this TermOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.product_charge_id">
<em class="property">property </em><code class="sig-name descname">product_charge_id</code><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.product_charge_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the product_charge_id of this TermOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The product_charge_id of this TermOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.product_id">
<em class="property">property </em><code class="sig-name descname">product_id</code><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.product_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the product_id of this TermOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The product_id of this TermOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.product_type">
<em class="property">property </em><code class="sig-name descname">product_type</code><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.product_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the product_type of this TermOfferInstance. # noqa: E501</p>
<p>Deprecated. Please use product and type fields instead. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The product_type of this TermOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.region">
<em class="property">property </em><code class="sig-name descname">region</code><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.region" title="Permalink to this definition"></a></dt>
<dd><p>Gets the region of this TermOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The region of this TermOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.type">
<em class="property">property </em><code class="sig-name descname">type</code><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the type of this TermOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The type of this TermOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.unit_price">
<em class="property">property </em><code class="sig-name descname">unit_price</code><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.unit_price" title="Permalink to this definition"></a></dt>
<dd><p>Gets the unit_price of this TermOfferInstance. # noqa: E501</p>
<p>(deprecated. unit_price is moved into TermBillingOptions. For backward compatibility, this field reflect “Prepaid” price at the offer level.) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The unit_price of this TermOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.term_offer_instance.TermOfferInstance.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.term_offer_instance.TermOfferInstance.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this TermOfferInstance. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this TermOfferInstance. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.traffic_shaping_policy">
<span id="vmware-vmc-console-models-traffic-shaping-policy-module"></span><h2>vmware.vmc.console.models.traffic_shaping_policy module<a class="headerlink" href="#module-vmware.vmc.console.models.traffic_shaping_policy" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.traffic_shaping_policy.</code><code class="sig-name descname">TrafficShapingPolicy</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">burst_size</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">average_bandwidth</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">peak_bandwidth</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">inherited</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>TrafficShapingPolicy - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'average_bandwidth': 'averageBandwidth', 'burst_size': 'burstSize', 'enabled': 'enabled', 'inherited': 'inherited', 'peak_bandwidth': 'peakBandwidth'}</em><a class="headerlink" href="#vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.average_bandwidth">
<em class="property">property </em><code class="sig-name descname">average_bandwidth</code><a class="headerlink" href="#vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.average_bandwidth" title="Permalink to this definition"></a></dt>
<dd><p>Gets the average_bandwidth of this TrafficShapingPolicy. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The average_bandwidth of this TrafficShapingPolicy. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.burst_size">
<em class="property">property </em><code class="sig-name descname">burst_size</code><a class="headerlink" href="#vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.burst_size" title="Permalink to this definition"></a></dt>
<dd><p>Gets the burst_size of this TrafficShapingPolicy. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The burst_size of this TrafficShapingPolicy. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.enabled">
<em class="property">property </em><code class="sig-name descname">enabled</code><a class="headerlink" href="#vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enabled of this TrafficShapingPolicy. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enabled of this TrafficShapingPolicy. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.inherited">
<em class="property">property </em><code class="sig-name descname">inherited</code><a class="headerlink" href="#vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.inherited" title="Permalink to this definition"></a></dt>
<dd><p>Gets the inherited of this TrafficShapingPolicy. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The inherited of this TrafficShapingPolicy. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'average_bandwidth': 'int', 'burst_size': 'int', 'enabled': 'bool', 'inherited': 'bool', 'peak_bandwidth': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.peak_bandwidth">
<em class="property">property </em><code class="sig-name descname">peak_bandwidth</code><a class="headerlink" href="#vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.peak_bandwidth" title="Permalink to this definition"></a></dt>
<dd><p>Gets the peak_bandwidth of this TrafficShapingPolicy. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The peak_bandwidth of this TrafficShapingPolicy. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.update_credentials">
<span id="vmware-vmc-console-models-update-credentials-module"></span><h2>vmware.vmc.console.models.update_credentials module<a class="headerlink" href="#module-vmware.vmc.console.models.update_credentials" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.update_credentials.UpdateCredentials">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.update_credentials.</code><code class="sig-name descname">UpdateCredentials</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">username</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">password</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.update_credentials.UpdateCredentials" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>UpdateCredentials - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.update_credentials.UpdateCredentials.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'password': 'password', 'username': 'username'}</em><a class="headerlink" href="#vmware.vmc.console.models.update_credentials.UpdateCredentials.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.update_credentials.UpdateCredentials.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'password': 'str', 'username': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.update_credentials.UpdateCredentials.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.update_credentials.UpdateCredentials.password">
<em class="property">property </em><code class="sig-name descname">password</code><a class="headerlink" href="#vmware.vmc.console.models.update_credentials.UpdateCredentials.password" title="Permalink to this definition"></a></dt>
<dd><p>Gets the password of this UpdateCredentials. # noqa: E501</p>
<p>Password associated with the credentials # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The password of this UpdateCredentials. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.update_credentials.UpdateCredentials.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.update_credentials.UpdateCredentials.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.update_credentials.UpdateCredentials.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.update_credentials.UpdateCredentials.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.update_credentials.UpdateCredentials.username">
<em class="property">property </em><code class="sig-name descname">username</code><a class="headerlink" href="#vmware.vmc.console.models.update_credentials.UpdateCredentials.username" title="Permalink to this definition"></a></dt>
<dd><p>Gets the username of this UpdateCredentials. # noqa: E501</p>
<p>Username of the credentials # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The username of this UpdateCredentials. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.vmc_locale">
<span id="vmware-vmc-console-models-vmc-locale-module"></span><h2>vmware.vmc.console.models.vmc_locale module<a class="headerlink" href="#module-vmware.vmc.console.models.vmc_locale" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.vmc_locale.VmcLocale">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.vmc_locale.</code><code class="sig-name descname">VmcLocale</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">locale</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vmc_locale.VmcLocale" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>VmcLocale - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vmc_locale.VmcLocale.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'locale': 'locale'}</em><a class="headerlink" href="#vmware.vmc.console.models.vmc_locale.VmcLocale.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vmc_locale.VmcLocale.locale">
<em class="property">property </em><code class="sig-name descname">locale</code><a class="headerlink" href="#vmware.vmc.console.models.vmc_locale.VmcLocale.locale" title="Permalink to this definition"></a></dt>
<dd><p>Gets the locale of this VmcLocale. # noqa: E501</p>
<p>The locale to be used for translating responses for the session # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The locale of this VmcLocale. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vmc_locale.VmcLocale.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'locale': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.vmc_locale.VmcLocale.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vmc_locale.VmcLocale.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vmc_locale.VmcLocale.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vmc_locale.VmcLocale.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vmc_locale.VmcLocale.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.vnic">
<span id="vmware-vmc-console-models-vnic-module"></span><h2>vmware.vmc.console.models.vnic module<a class="headerlink" href="#module-vmware.vmc.console.models.vnic" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.vnic.Vnic">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.vnic.</code><code class="sig-name descname">Vnic</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">sub_interfaces</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">address_groups</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">is_connected</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enable_send_redirects</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">in_shaping_policy</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">label</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enable_proxy_arp</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">index</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">mtu</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">fence_parameters</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">mac_addresses</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">out_shaping_policy</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">portgroup_name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enable_bridge_mode</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>, <em class="sig-param"><span class="n">portgroup_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Vnic - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.address_groups">
<em class="property">property </em><code class="sig-name descname">address_groups</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.address_groups" title="Permalink to this definition"></a></dt>
<dd><p>Gets the address_groups of this Vnic. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The address_groups of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.edge_vnic_address_groups.EdgeVnicAddressGroups" title="vmware.vmc.console.models.edge_vnic_address_groups.EdgeVnicAddressGroups">EdgeVnicAddressGroups</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vnic.Vnic.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'address_groups': 'addressGroups', 'enable_bridge_mode': 'enableBridgeMode', 'enable_proxy_arp': 'enableProxyArp', 'enable_send_redirects': 'enableSendRedirects', 'fence_parameters': 'fenceParameters', 'in_shaping_policy': 'inShapingPolicy', 'index': 'index', 'is_connected': 'isConnected', 'label': 'label', 'mac_addresses': 'macAddresses', 'mtu': 'mtu', 'name': 'name', 'out_shaping_policy': 'outShapingPolicy', 'portgroup_id': 'portgroupId', 'portgroup_name': 'portgroupName', 'sub_interfaces': 'subInterfaces', 'type': 'type'}</em><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.enable_bridge_mode">
<em class="property">property </em><code class="sig-name descname">enable_bridge_mode</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.enable_bridge_mode" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enable_bridge_mode of this Vnic. # noqa: E501</p>
<p>Value is true if bridge mode is enabled. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enable_bridge_mode of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.enable_proxy_arp">
<em class="property">property </em><code class="sig-name descname">enable_proxy_arp</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.enable_proxy_arp" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enable_proxy_arp of this Vnic. # noqa: E501</p>
<p>Value is true if proxy arp is enabled. Enable proxy ARP if you want to allow the NSX Edge of type gatewayServices to answer ARP requests intended for other machines. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enable_proxy_arp of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.enable_send_redirects">
<em class="property">property </em><code class="sig-name descname">enable_send_redirects</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.enable_send_redirects" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enable_send_redirects of this Vnic. # noqa: E501</p>
<p>Value is true if send redirects is enabled. Enable ICMP redirect to convey routing information to hosts. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enable_send_redirects of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.fence_parameters">
<em class="property">property </em><code class="sig-name descname">fence_parameters</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.fence_parameters" title="Permalink to this definition"></a></dt>
<dd><p>Gets the fence_parameters of this Vnic. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The fence_parameters of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.key_value_attributes.KeyValueAttributes" title="vmware.vmc.console.models.key_value_attributes.KeyValueAttributes">KeyValueAttributes</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.in_shaping_policy">
<em class="property">property </em><code class="sig-name descname">in_shaping_policy</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.in_shaping_policy" title="Permalink to this definition"></a></dt>
<dd><p>Gets the in_shaping_policy of this Vnic. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The in_shaping_policy of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy" title="vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy">TrafficShapingPolicy</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.index">
<em class="property">property </em><code class="sig-name descname">index</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.index" title="Permalink to this definition"></a></dt>
<dd><p>Gets the index of this Vnic. # noqa: E501</p>
<p>Index of the vnic. Min value is 0 and max value is 9. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The index of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.is_connected">
<em class="property">property </em><code class="sig-name descname">is_connected</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.is_connected" title="Permalink to this definition"></a></dt>
<dd><p>Gets the is_connected of this Vnic. # noqa: E501</p>
<p>Value is true if the vnic is connected to a logical switch, standard portgroup or distributed portgroup. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The is_connected of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.label">
<em class="property">property </em><code class="sig-name descname">label</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.label" title="Permalink to this definition"></a></dt>
<dd><p>Gets the label of this Vnic. # noqa: E501</p>
<p>Interface label of format vNic_{vnicIndex} provided by NSX Manager. Read only. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The label of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.mac_addresses">
<em class="property">property </em><code class="sig-name descname">mac_addresses</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.mac_addresses" title="Permalink to this definition"></a></dt>
<dd><p>Gets the mac_addresses of this Vnic. # noqa: E501</p>
<p>Distinct MAC addresses configured for the vnic. Optional. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The mac_addresses of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.mac_address.MacAddress" title="vmware.vmc.console.models.mac_address.MacAddress">MacAddress</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.mtu">
<em class="property">property </em><code class="sig-name descname">mtu</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.mtu" title="Permalink to this definition"></a></dt>
<dd><p>Gets the mtu of this Vnic. # noqa: E501</p>
<p>MTU of the interface, with default as 1500. Min is 68, Max is 9000. Optional. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The mtu of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this Vnic. # noqa: E501</p>
<p>Name of the interface. Optional. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vnic.Vnic.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'address_groups': 'EdgeVnicAddressGroups', 'enable_bridge_mode': 'bool', 'enable_proxy_arp': 'bool', 'enable_send_redirects': 'bool', 'fence_parameters': 'list[KeyValueAttributes]', 'in_shaping_policy': 'TrafficShapingPolicy', 'index': 'int', 'is_connected': 'bool', 'label': 'str', 'mac_addresses': 'list[MacAddress]', 'mtu': 'int', 'name': 'str', 'out_shaping_policy': 'TrafficShapingPolicy', 'portgroup_id': 'str', 'portgroup_name': 'str', 'sub_interfaces': 'SubInterfaces', 'type': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.out_shaping_policy">
<em class="property">property </em><code class="sig-name descname">out_shaping_policy</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.out_shaping_policy" title="Permalink to this definition"></a></dt>
<dd><p>Gets the out_shaping_policy of this Vnic. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The out_shaping_policy of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy" title="vmware.vmc.console.models.traffic_shaping_policy.TrafficShapingPolicy">TrafficShapingPolicy</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.portgroup_id">
<em class="property">property </em><code class="sig-name descname">portgroup_id</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.portgroup_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the portgroup_id of this Vnic. # noqa: E501</p>
<p>Value are port group ID (standard portgroup or distributed portgroup) or virtual wire ID (logical switch). Logical switch cannot be used for a TRUNK vnic. Portgroup cannot be shared among vnics/LIFs. Required when isConnected is specified as true. Example network-17 (standard portgroup), dvportgroup-34 (distributed portgroup) or virtualwire-2 (logical switch). # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The portgroup_id of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.portgroup_name">
<em class="property">property </em><code class="sig-name descname">portgroup_name</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.portgroup_name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the portgroup_name of this Vnic. # noqa: E501</p>
<p>Name of the port group or logical switch. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The portgroup_name of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.sub_interfaces">
<em class="property">property </em><code class="sig-name descname">sub_interfaces</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.sub_interfaces" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sub_interfaces of this Vnic. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sub_interfaces of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.sub_interfaces.SubInterfaces" title="vmware.vmc.console.models.sub_interfaces.SubInterfaces">SubInterfaces</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnic.Vnic.type">
<em class="property">property </em><code class="sig-name descname">type</code><a class="headerlink" href="#vmware.vmc.console.models.vnic.Vnic.type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the type of this Vnic. # noqa: E501</p>
<p>Type of the vnic. Values are uplink, internal, trunk. At least one internal interface must be configured for NSX Edge HA to work. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The type of this Vnic. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.vnics">
<span id="vmware-vmc-console-models-vnics-module"></span><h2>vmware.vmc.console.models.vnics module<a class="headerlink" href="#module-vmware.vmc.console.models.vnics" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.vnics.Vnics">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.vnics.</code><code class="sig-name descname">Vnics</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">vnics</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vnics.Vnics" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Vnics - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vnics.Vnics.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'vnics': 'vnics'}</em><a class="headerlink" href="#vmware.vmc.console.models.vnics.Vnics.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vnics.Vnics.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'vnics': 'list[Vnic]'}</em><a class="headerlink" href="#vmware.vmc.console.models.vnics.Vnics.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnics.Vnics.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vnics.Vnics.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnics.Vnics.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vnics.Vnics.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vnics.Vnics.vnics">
<em class="property">property </em><code class="sig-name descname">vnics</code><a class="headerlink" href="#vmware.vmc.console.models.vnics.Vnics.vnics" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vnics of this Vnics. # noqa: E501</p>
<p>Ordered list of NSX Edge vnics. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vnics of this Vnics. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.vnic.Vnic" title="vmware.vmc.console.models.vnic.Vnic">Vnic</a>]</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.vpc_info">
<span id="vmware-vmc-console-models-vpc-info-module"></span><h2>vmware.vmc.console.models.vpc_info module<a class="headerlink" href="#module-vmware.vmc.console.models.vpc_info" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.vpc_info.</code><code class="sig-name descname">VpcInfo</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">vpc_cidr</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vgw_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">esx_public_security_group_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vif_ids</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vm_security_group_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tgw_ips</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">route_table_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">edge_subnet_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">api_association_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">api_subnet_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">private_subnet_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">private_association_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">esx_security_group_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">subnet_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">internet_gateway_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">security_group_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">association_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">vgw_route_table_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">edge_association_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">provider</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">peering_connection_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">network_type</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">available_zones</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">routetables</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>VpcInfo - a model defined in OpenAPI</p>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.api_association_id">
<em class="property">property </em><code class="sig-name descname">api_association_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.api_association_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the api_association_id of this VpcInfo. # noqa: E501</p>
<p>Id of the association between subnet and route-table (deprecated) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The api_association_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.api_subnet_id">
<em class="property">property </em><code class="sig-name descname">api_subnet_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.api_subnet_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the api_subnet_id of this VpcInfo. # noqa: E501</p>
<p>Id associated with this VPC (deprecated) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The api_subnet_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.association_id">
<em class="property">property </em><code class="sig-name descname">association_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.association_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the association_id of this VpcInfo. # noqa: E501</p>
<p>(deprecated) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The association_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'api_association_id': 'api_association_id', 'api_subnet_id': 'api_subnet_id', 'association_id': 'association_id', 'available_zones': 'available_zones', 'edge_association_id': 'edge_association_id', 'edge_subnet_id': 'edge_subnet_id', 'esx_public_security_group_id': 'esx_public_security_group_id', 'esx_security_group_id': 'esx_security_group_id', 'id': 'id', 'internet_gateway_id': 'internet_gateway_id', 'network_type': 'network_type', 'peering_connection_id': 'peering_connection_id', 'private_association_id': 'private_association_id', 'private_subnet_id': 'private_subnet_id', 'provider': 'provider', 'route_table_id': 'route_table_id', 'routetables': 'routetables', 'security_group_id': 'security_group_id', 'subnet_id': 'subnet_id', 'tgw_ips': 'tgwIps', 'vgw_id': 'vgw_id', 'vgw_route_table_id': 'vgw_route_table_id', 'vif_ids': 'vif_ids', 'vm_security_group_id': 'vm_security_group_id', 'vpc_cidr': 'vpc_cidr'}</em><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.available_zones">
<em class="property">property </em><code class="sig-name descname">available_zones</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.available_zones" title="Permalink to this definition"></a></dt>
<dd><p>Gets the available_zones of this VpcInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The available_zones of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.available_zone_info.AvailableZoneInfo" title="vmware.vmc.console.models.available_zone_info.AvailableZoneInfo">AvailableZoneInfo</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.edge_association_id">
<em class="property">property </em><code class="sig-name descname">edge_association_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.edge_association_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the edge_association_id of this VpcInfo. # noqa: E501</p>
<p>Id of the association between edge subnet and route-table (deprecated) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The edge_association_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.edge_subnet_id">
<em class="property">property </em><code class="sig-name descname">edge_subnet_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.edge_subnet_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the edge_subnet_id of this VpcInfo. # noqa: E501</p>
<p>Id of the NSX edge associated with this VPC (deprecated) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The edge_subnet_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.esx_public_security_group_id">
<em class="property">property </em><code class="sig-name descname">esx_public_security_group_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.esx_public_security_group_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the esx_public_security_group_id of this VpcInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The esx_public_security_group_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.esx_security_group_id">
<em class="property">property </em><code class="sig-name descname">esx_security_group_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.esx_security_group_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the esx_security_group_id of this VpcInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The esx_security_group_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this VpcInfo. # noqa: E501</p>
<p>vpc id # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.internet_gateway_id">
<em class="property">property </em><code class="sig-name descname">internet_gateway_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.internet_gateway_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the internet_gateway_id of this VpcInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The internet_gateway_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.network_type">
<em class="property">property </em><code class="sig-name descname">network_type</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.network_type" title="Permalink to this definition"></a></dt>
<dd><p>Gets the network_type of this VpcInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The network_type of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'api_association_id': 'str', 'api_subnet_id': 'str', 'association_id': 'str', 'available_zones': 'list[AvailableZoneInfo]', 'edge_association_id': 'str', 'edge_subnet_id': 'str', 'esx_public_security_group_id': 'str', 'esx_security_group_id': 'str', 'id': 'str', 'internet_gateway_id': 'str', 'network_type': 'str', 'peering_connection_id': 'str', 'private_association_id': 'str', 'private_subnet_id': 'str', 'provider': 'str', 'route_table_id': 'str', 'routetables': 'dict(str, RouteTableInfo)', 'security_group_id': 'str', 'subnet_id': 'str', 'tgw_ips': 'dict(str, list[str])', 'vgw_id': 'str', 'vgw_route_table_id': 'str', 'vif_ids': 'list[str]', 'vm_security_group_id': 'str', 'vpc_cidr': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.peering_connection_id">
<em class="property">property </em><code class="sig-name descname">peering_connection_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.peering_connection_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the peering_connection_id of this VpcInfo. # noqa: E501</p>
<p>(deprecated) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The peering_connection_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.private_association_id">
<em class="property">property </em><code class="sig-name descname">private_association_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.private_association_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the private_association_id of this VpcInfo. # noqa: E501</p>
<p>(deprecated) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The private_association_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.private_subnet_id">
<em class="property">property </em><code class="sig-name descname">private_subnet_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.private_subnet_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the private_subnet_id of this VpcInfo. # noqa: E501</p>
<p>(deprecated) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The private_subnet_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.provider">
<em class="property">property </em><code class="sig-name descname">provider</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.provider" title="Permalink to this definition"></a></dt>
<dd><p>Gets the provider of this VpcInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The provider of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.route_table_id">
<em class="property">property </em><code class="sig-name descname">route_table_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.route_table_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the route_table_id of this VpcInfo. # noqa: E501</p>
<p>(deprecated) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The route_table_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.routetables">
<em class="property">property </em><code class="sig-name descname">routetables</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.routetables" title="Permalink to this definition"></a></dt>
<dd><p>Gets the routetables of this VpcInfo. # noqa: E501</p>
<p>map from routeTableName to routeTableInfo # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The routetables of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, <a class="reference internal" href="#vmware.vmc.console.models.route_table_info.RouteTableInfo" title="vmware.vmc.console.models.route_table_info.RouteTableInfo">RouteTableInfo</a>)</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.security_group_id">
<em class="property">property </em><code class="sig-name descname">security_group_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.security_group_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the security_group_id of this VpcInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The security_group_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.subnet_id">
<em class="property">property </em><code class="sig-name descname">subnet_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.subnet_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnet_id of this VpcInfo. # noqa: E501</p>
<p>(deprecated) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnet_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.tgw_ips">
<em class="property">property </em><code class="sig-name descname">tgw_ips</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.tgw_ips" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tgw_ips of this VpcInfo. # noqa: E501</p>
<p>Mapping from AZ to a list of IP addresses assigned to TGW ENI thats connected with Vpc # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tgw_ips of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, list[str])</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.vgw_id">
<em class="property">property </em><code class="sig-name descname">vgw_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.vgw_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vgw_id of this VpcInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vgw_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.vgw_route_table_id">
<em class="property">property </em><code class="sig-name descname">vgw_route_table_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.vgw_route_table_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vgw_route_table_id of this VpcInfo. # noqa: E501</p>
<p>Route table which contains the route to VGW (deprecated) # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vgw_route_table_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.vif_ids">
<em class="property">property </em><code class="sig-name descname">vif_ids</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.vif_ids" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vif_ids of this VpcInfo. # noqa: E501</p>
<p>set of virtual interfaces attached to the sddc # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vif_ids of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.vm_security_group_id">
<em class="property">property </em><code class="sig-name descname">vm_security_group_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.vm_security_group_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vm_security_group_id of this VpcInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vm_security_group_id of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info.VpcInfo.vpc_cidr">
<em class="property">property </em><code class="sig-name descname">vpc_cidr</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info.VpcInfo.vpc_cidr" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpc_cidr of this VpcInfo. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpc_cidr of this VpcInfo. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.vpc_info_subnets">
<span id="vmware-vmc-console-models-vpc-info-subnets-module"></span><h2>vmware.vmc.console.models.vpc_info_subnets module<a class="headerlink" href="#module-vmware.vmc.console.models.vpc_info_subnets" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.vpc_info_subnets.VpcInfoSubnets">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.vpc_info_subnets.</code><code class="sig-name descname">VpcInfoSubnets</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpc_info_subnets.VpcInfoSubnets" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>VpcInfoSubnets - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vpc_info_subnets.VpcInfoSubnets.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {}</em><a class="headerlink" href="#vmware.vmc.console.models.vpc_info_subnets.VpcInfoSubnets.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vpc_info_subnets.VpcInfoSubnets.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {}</em><a class="headerlink" href="#vmware.vmc.console.models.vpc_info_subnets.VpcInfoSubnets.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info_subnets.VpcInfoSubnets.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpc_info_subnets.VpcInfoSubnets.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info_subnets.VpcInfoSubnets.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpc_info_subnets.VpcInfoSubnets.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.vpc_info_subnets_all_of">
<span id="vmware-vmc-console-models-vpc-info-subnets-all-of-module"></span><h2>vmware.vmc.console.models.vpc_info_subnets_all_of module<a class="headerlink" href="#module-vmware.vmc.console.models.vpc_info_subnets_all_of" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.vpc_info_subnets_all_of.</code><code class="sig-name descname">VpcInfoSubnetsAllOf</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">vpc_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">cidr_block</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">description</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">subnets</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>VpcInfoSubnetsAllOf - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'cidr_block': 'cidr_block', 'description': 'description', 'subnets': 'subnets', 'vpc_id': 'vpc_id'}</em><a class="headerlink" href="#vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf.cidr_block">
<em class="property">property </em><code class="sig-name descname">cidr_block</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf.cidr_block" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cidr_block of this VpcInfoSubnetsAllOf. # noqa: E501</p>
<p>The overall CIDR block of the VPC. This is the AWS primary CIDR block. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cidr_block of this VpcInfoSubnetsAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf.description">
<em class="property">property </em><code class="sig-name descname">description</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf.description" title="Permalink to this definition"></a></dt>
<dd><p>Gets the description of this VpcInfoSubnetsAllOf. # noqa: E501</p>
<p>The description of the VPC; usually its name or id. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The description of this VpcInfoSubnetsAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'cidr_block': 'str', 'description': 'str', 'subnets': 'list[SubnetInfo]', 'vpc_id': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf.subnets">
<em class="property">property </em><code class="sig-name descname">subnets</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf.subnets" title="Permalink to this definition"></a></dt>
<dd><p>Gets the subnets of this VpcInfoSubnetsAllOf. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The subnets of this VpcInfoSubnetsAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.subnet_info.SubnetInfo" title="vmware.vmc.console.models.subnet_info.SubnetInfo">SubnetInfo</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf.vpc_id">
<em class="property">property </em><code class="sig-name descname">vpc_id</code><a class="headerlink" href="#vmware.vmc.console.models.vpc_info_subnets_all_of.VpcInfoSubnetsAllOf.vpc_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the vpc_id of this VpcInfoSubnetsAllOf. # noqa: E501</p>
<p>The ID of the VPC these subnets belong to. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The vpc_id of this VpcInfoSubnetsAllOf. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.vpn">
<span id="vmware-vmc-console-models-vpn-module"></span><h2>vmware.vmc.console.models.vpn module<a class="headerlink" href="#module-vmware.vmc.console.models.vpn" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.vpn.Vpn">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.vpn.</code><code class="sig-name descname">Vpn</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">version</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">on_prem_gateway_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">on_prem_network_cidr</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">pfs_enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">channel_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">on_prem_nat_ip</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">name</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">internal_network_ids</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tunnel_statuses</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">encryption</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">enabled</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">dh_group</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">authentication</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">pre_shared_key</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">ike_option</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">digest_algorithm</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>Vpn - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vpn.Vpn.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'authentication': 'authentication', 'channel_status': 'channel_status', 'dh_group': 'dh_group', 'digest_algorithm': 'digest_algorithm', 'enabled': 'enabled', 'encryption': 'encryption', 'id': 'id', 'ike_option': 'ike_option', 'internal_network_ids': 'internal_network_ids', 'name': 'name', 'on_prem_gateway_ip': 'on_prem_gateway_ip', 'on_prem_nat_ip': 'on_prem_nat_ip', 'on_prem_network_cidr': 'on_prem_network_cidr', 'pfs_enabled': 'pfs_enabled', 'pre_shared_key': 'pre_shared_key', 'state': 'state', 'tunnel_statuses': 'tunnel_statuses', 'version': 'version'}</em><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.authentication">
<em class="property">property </em><code class="sig-name descname">authentication</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.authentication" title="Permalink to this definition"></a></dt>
<dd><p>Gets the authentication of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The authentication of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.channel_status">
<em class="property">property </em><code class="sig-name descname">channel_status</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.channel_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the channel_status of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The channel_status of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus" title="vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus">VpnChannelStatus</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.dh_group">
<em class="property">property </em><code class="sig-name descname">dh_group</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.dh_group" title="Permalink to this definition"></a></dt>
<dd><p>Gets the dh_group of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The dh_group of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.digest_algorithm">
<em class="property">property </em><code class="sig-name descname">digest_algorithm</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.digest_algorithm" title="Permalink to this definition"></a></dt>
<dd><p>Gets the digest_algorithm of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The digest_algorithm of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.enabled">
<em class="property">property </em><code class="sig-name descname">enabled</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the enabled of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The enabled of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.encryption">
<em class="property">property </em><code class="sig-name descname">encryption</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.encryption" title="Permalink to this definition"></a></dt>
<dd><p>Gets the encryption of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The encryption of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.ike_option">
<em class="property">property </em><code class="sig-name descname">ike_option</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.ike_option" title="Permalink to this definition"></a></dt>
<dd><p>Gets the ike_option of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The ike_option of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.internal_network_ids">
<em class="property">property </em><code class="sig-name descname">internal_network_ids</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.internal_network_ids" title="Permalink to this definition"></a></dt>
<dd><p>Gets the internal_network_ids of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The internal_network_ids of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[str]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.name">
<em class="property">property </em><code class="sig-name descname">name</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.name" title="Permalink to this definition"></a></dt>
<dd><p>Gets the name of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The name of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.on_prem_gateway_ip">
<em class="property">property </em><code class="sig-name descname">on_prem_gateway_ip</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.on_prem_gateway_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the on_prem_gateway_ip of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The on_prem_gateway_ip of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.on_prem_nat_ip">
<em class="property">property </em><code class="sig-name descname">on_prem_nat_ip</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.on_prem_nat_ip" title="Permalink to this definition"></a></dt>
<dd><p>Gets the on_prem_nat_ip of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The on_prem_nat_ip of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.on_prem_network_cidr">
<em class="property">property </em><code class="sig-name descname">on_prem_network_cidr</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.on_prem_network_cidr" title="Permalink to this definition"></a></dt>
<dd><p>Gets the on_prem_network_cidr of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The on_prem_network_cidr of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vpn.Vpn.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'authentication': 'str', 'channel_status': 'VpnChannelStatus', 'dh_group': 'str', 'digest_algorithm': 'str', 'enabled': 'bool', 'encryption': 'str', 'id': 'str', 'ike_option': 'str', 'internal_network_ids': 'list[str]', 'name': 'str', 'on_prem_gateway_ip': 'str', 'on_prem_nat_ip': 'str', 'on_prem_network_cidr': 'str', 'pfs_enabled': 'bool', 'pre_shared_key': 'str', 'state': 'str', 'tunnel_statuses': 'list[VpnTunnelStatus]', 'version': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.pfs_enabled">
<em class="property">property </em><code class="sig-name descname">pfs_enabled</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.pfs_enabled" title="Permalink to this definition"></a></dt>
<dd><p>Gets the pfs_enabled of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The pfs_enabled of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>bool</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.pre_shared_key">
<em class="property">property </em><code class="sig-name descname">pre_shared_key</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.pre_shared_key" title="Permalink to this definition"></a></dt>
<dd><p>Gets the pre_shared_key of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The pre_shared_key of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.state">
<em class="property">property </em><code class="sig-name descname">state</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the state of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The state of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.tunnel_statuses">
<em class="property">property </em><code class="sig-name descname">tunnel_statuses</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.tunnel_statuses" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tunnel_statuses of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tunnel_statuses of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus" title="vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus">VpnTunnelStatus</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn.Vpn.version">
<em class="property">property </em><code class="sig-name descname">version</code><a class="headerlink" href="#vmware.vmc.console.models.vpn.Vpn.version" title="Permalink to this definition"></a></dt>
<dd><p>Gets the version of this Vpn. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The version of this Vpn. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.vpn_channel_status">
<span id="vmware-vmc-console-models-vpn-channel-status-module"></span><h2>vmware.vmc.console.models.vpn_channel_status module<a class="headerlink" href="#module-vmware.vmc.console.models.vpn_channel_status" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.vpn_channel_status.</code><code class="sig-name descname">VpnChannelStatus</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">channel_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">channel_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">last_info_message</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">failure_message</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>VpnChannelStatus - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'channel_state': 'channel_state', 'channel_status': 'channel_status', 'failure_message': 'failure_message', 'last_info_message': 'last_info_message'}</em><a class="headerlink" href="#vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus.channel_state">
<em class="property">property </em><code class="sig-name descname">channel_state</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus.channel_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the channel_state of this VpnChannelStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The channel_state of this VpnChannelStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus.channel_status">
<em class="property">property </em><code class="sig-name descname">channel_status</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus.channel_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the channel_status of this VpnChannelStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The channel_status of this VpnChannelStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus.failure_message">
<em class="property">property </em><code class="sig-name descname">failure_message</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus.failure_message" title="Permalink to this definition"></a></dt>
<dd><p>Gets the failure_message of this VpnChannelStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The failure_message of this VpnChannelStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus.last_info_message">
<em class="property">property </em><code class="sig-name descname">last_info_message</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus.last_info_message" title="Permalink to this definition"></a></dt>
<dd><p>Gets the last_info_message of this VpnChannelStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The last_info_message of this VpnChannelStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'channel_state': 'str', 'channel_status': 'str', 'failure_message': 'str', 'last_info_message': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpn_channel_status.VpnChannelStatus.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.vpn_tunnel_status">
<span id="vmware-vmc-console-models-vpn-tunnel-status-module"></span><h2>vmware.vmc.console.models.vpn_tunnel_status module<a class="headerlink" href="#module-vmware.vmc.console.models.vpn_tunnel_status" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.vpn_tunnel_status.</code><code class="sig-name descname">VpnTunnelStatus</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">on_prem_subnet</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">traffic_stats</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">last_info_message</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_subnet</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tunnel_state</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">failure_message</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tunnel_status</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>VpnTunnelStatus - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'failure_message': 'failure_message', 'last_info_message': 'last_info_message', 'local_subnet': 'local_subnet', 'on_prem_subnet': 'on_prem_subnet', 'traffic_stats': 'traffic_stats', 'tunnel_state': 'tunnel_state', 'tunnel_status': 'tunnel_status'}</em><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.failure_message">
<em class="property">property </em><code class="sig-name descname">failure_message</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.failure_message" title="Permalink to this definition"></a></dt>
<dd><p>Gets the failure_message of this VpnTunnelStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The failure_message of this VpnTunnelStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.last_info_message">
<em class="property">property </em><code class="sig-name descname">last_info_message</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.last_info_message" title="Permalink to this definition"></a></dt>
<dd><p>Gets the last_info_message of this VpnTunnelStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The last_info_message of this VpnTunnelStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.local_subnet">
<em class="property">property </em><code class="sig-name descname">local_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.local_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the local_subnet of this VpnTunnelStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The local_subnet of this VpnTunnelStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.on_prem_subnet">
<em class="property">property </em><code class="sig-name descname">on_prem_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.on_prem_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the on_prem_subnet of this VpnTunnelStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The on_prem_subnet of this VpnTunnelStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'failure_message': 'str', 'last_info_message': 'str', 'local_subnet': 'str', 'on_prem_subnet': 'str', 'traffic_stats': 'VpnTunnelTrafficStats', 'tunnel_state': 'str', 'tunnel_status': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.traffic_stats">
<em class="property">property </em><code class="sig-name descname">traffic_stats</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.traffic_stats" title="Permalink to this definition"></a></dt>
<dd><p>Gets the traffic_stats of this VpnTunnelStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The traffic_stats of this VpnTunnelStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p><a class="reference internal" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats" title="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats">VpnTunnelTrafficStats</a></p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.tunnel_state">
<em class="property">property </em><code class="sig-name descname">tunnel_state</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.tunnel_state" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tunnel_state of this VpnTunnelStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tunnel_state of this VpnTunnelStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.tunnel_status">
<em class="property">property </em><code class="sig-name descname">tunnel_status</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_status.VpnTunnelStatus.tunnel_status" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tunnel_status of this VpnTunnelStatus. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tunnel_status of this VpnTunnelStatus. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.vpn_tunnel_traffic_stats">
<span id="vmware-vmc-console-models-vpn-tunnel-traffic-stats-module"></span><h2>vmware.vmc.console.models.vpn_tunnel_traffic_stats module<a class="headerlink" href="#module-vmware.vmc.console.models.vpn_tunnel_traffic_stats" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.vpn_tunnel_traffic_stats.</code><code class="sig-name descname">VpnTunnelTrafficStats</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">packets_out</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">packet_received_errors</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">rx_bytes_on_local_subnet</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">replay_errors</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">sequence_number_over_flow_errors</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">encryption_failures</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">integrity_errors</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">packet_sent_errors</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">decryption_failures</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">packets_in</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">tx_bytes_from_local_subnet</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>VpnTunnelTrafficStats - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'decryption_failures': 'decryption_failures', 'encryption_failures': 'encryption_failures', 'integrity_errors': 'integrity_errors', 'packet_received_errors': 'packet_received_errors', 'packet_sent_errors': 'packet_sent_errors', 'packets_in': 'packets_in', 'packets_out': 'packets_out', 'replay_errors': 'replay_errors', 'rx_bytes_on_local_subnet': 'rx_bytes_on_local_subnet', 'sequence_number_over_flow_errors': 'sequence_number_over_flow_errors', 'tx_bytes_from_local_subnet': 'tx_bytes_from_local_subnet'}</em><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.decryption_failures">
<em class="property">property </em><code class="sig-name descname">decryption_failures</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.decryption_failures" title="Permalink to this definition"></a></dt>
<dd><p>Gets the decryption_failures of this VpnTunnelTrafficStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The decryption_failures of this VpnTunnelTrafficStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.encryption_failures">
<em class="property">property </em><code class="sig-name descname">encryption_failures</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.encryption_failures" title="Permalink to this definition"></a></dt>
<dd><p>Gets the encryption_failures of this VpnTunnelTrafficStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The encryption_failures of this VpnTunnelTrafficStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.integrity_errors">
<em class="property">property </em><code class="sig-name descname">integrity_errors</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.integrity_errors" title="Permalink to this definition"></a></dt>
<dd><p>Gets the integrity_errors of this VpnTunnelTrafficStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The integrity_errors of this VpnTunnelTrafficStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'decryption_failures': 'str', 'encryption_failures': 'str', 'integrity_errors': 'str', 'packet_received_errors': 'str', 'packet_sent_errors': 'str', 'packets_in': 'str', 'packets_out': 'str', 'replay_errors': 'str', 'rx_bytes_on_local_subnet': 'str', 'sequence_number_over_flow_errors': 'str', 'tx_bytes_from_local_subnet': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.packet_received_errors">
<em class="property">property </em><code class="sig-name descname">packet_received_errors</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.packet_received_errors" title="Permalink to this definition"></a></dt>
<dd><p>Gets the packet_received_errors of this VpnTunnelTrafficStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The packet_received_errors of this VpnTunnelTrafficStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.packet_sent_errors">
<em class="property">property </em><code class="sig-name descname">packet_sent_errors</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.packet_sent_errors" title="Permalink to this definition"></a></dt>
<dd><p>Gets the packet_sent_errors of this VpnTunnelTrafficStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The packet_sent_errors of this VpnTunnelTrafficStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.packets_in">
<em class="property">property </em><code class="sig-name descname">packets_in</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.packets_in" title="Permalink to this definition"></a></dt>
<dd><p>Gets the packets_in of this VpnTunnelTrafficStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The packets_in of this VpnTunnelTrafficStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.packets_out">
<em class="property">property </em><code class="sig-name descname">packets_out</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.packets_out" title="Permalink to this definition"></a></dt>
<dd><p>Gets the packets_out of this VpnTunnelTrafficStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The packets_out of this VpnTunnelTrafficStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.replay_errors">
<em class="property">property </em><code class="sig-name descname">replay_errors</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.replay_errors" title="Permalink to this definition"></a></dt>
<dd><p>Gets the replay_errors of this VpnTunnelTrafficStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The replay_errors of this VpnTunnelTrafficStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.rx_bytes_on_local_subnet">
<em class="property">property </em><code class="sig-name descname">rx_bytes_on_local_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.rx_bytes_on_local_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the rx_bytes_on_local_subnet of this VpnTunnelTrafficStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The rx_bytes_on_local_subnet of this VpnTunnelTrafficStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.sequence_number_over_flow_errors">
<em class="property">property </em><code class="sig-name descname">sequence_number_over_flow_errors</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.sequence_number_over_flow_errors" title="Permalink to this definition"></a></dt>
<dd><p>Gets the sequence_number_over_flow_errors of this VpnTunnelTrafficStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The sequence_number_over_flow_errors of this VpnTunnelTrafficStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.tx_bytes_from_local_subnet">
<em class="property">property </em><code class="sig-name descname">tx_bytes_from_local_subnet</code><a class="headerlink" href="#vmware.vmc.console.models.vpn_tunnel_traffic_stats.VpnTunnelTrafficStats.tx_bytes_from_local_subnet" title="Permalink to this definition"></a></dt>
<dd><p>Gets the tx_bytes_from_local_subnet of this VpnTunnelTrafficStats. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The tx_bytes_from_local_subnet of this VpnTunnelTrafficStats. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.vsan_available_capacity">
<span id="vmware-vmc-console-models-vsan-available-capacity-module"></span><h2>vmware.vmc.console.models.vsan_available_capacity module<a class="headerlink" href="#module-vmware.vmc.console.models.vsan_available_capacity" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.vsan_available_capacity.</code><code class="sig-name descname">VsanAvailableCapacity</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">cost</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">quality</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">size</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>VsanAvailableCapacity - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'cost': 'cost', 'quality': 'quality', 'size': 'size'}</em><a class="headerlink" href="#vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity.cost">
<em class="property">property </em><code class="sig-name descname">cost</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity.cost" title="Permalink to this definition"></a></dt>
<dd><p>Gets the cost of this VsanAvailableCapacity. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The cost of this VsanAvailableCapacity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'cost': 'str', 'quality': 'str', 'size': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity.quality">
<em class="property">property </em><code class="sig-name descname">quality</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity.quality" title="Permalink to this definition"></a></dt>
<dd><p>Gets the quality of this VsanAvailableCapacity. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The quality of this VsanAvailableCapacity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity.size">
<em class="property">property </em><code class="sig-name descname">size</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity.size" title="Permalink to this definition"></a></dt>
<dd><p>Gets the size of this VsanAvailableCapacity. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The size of this VsanAvailableCapacity. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.vsan_cluster_reconfig_bias">
<span id="vmware-vmc-console-models-vsan-cluster-reconfig-bias-module"></span><h2>vmware.vmc.console.models.vsan_cluster_reconfig_bias module<a class="headerlink" href="#module-vmware.vmc.console.models.vsan_cluster_reconfig_bias" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.vsan_cluster_reconfig_bias.</code><code class="sig-name descname">VsanClusterReconfigBias</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">short_description</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">full_description</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>VsanClusterReconfigBias - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'full_description': 'full_description', 'id': 'id', 'short_description': 'short_description'}</em><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias.full_description">
<em class="property">property </em><code class="sig-name descname">full_description</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias.full_description" title="Permalink to this definition"></a></dt>
<dd><p>Gets the full_description of this VsanClusterReconfigBias. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The full_description of this VsanClusterReconfigBias. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias.id">
<em class="property">property </em><code class="sig-name descname">id</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias.id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the id of this VsanClusterReconfigBias. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The id of this VsanClusterReconfigBias. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'full_description': 'str', 'id': 'str', 'short_description': 'str'}</em><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias.short_description">
<em class="property">property </em><code class="sig-name descname">short_description</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias.short_description" title="Permalink to this definition"></a></dt>
<dd><p>Gets the short_description of this VsanClusterReconfigBias. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The short_description of this VsanClusterReconfigBias. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.vsan_cluster_reconfig_constraints">
<span id="vmware-vmc-console-models-vsan-cluster-reconfig-constraints-module"></span><h2>vmware.vmc.console.models.vsan_cluster_reconfig_constraints module<a class="headerlink" href="#module-vmware.vmc.console.models.vsan_cluster_reconfig_constraints" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.vsan_cluster_reconfig_constraints.</code><code class="sig-name descname">VsanClusterReconfigConstraints</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">reconfig_biases</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">available_capacities</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">default_capacities</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">hosts</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">default_reconfig_bias_id</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>VsanClusterReconfigConstraints - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'available_capacities': 'available_capacities', 'default_capacities': 'default_capacities', 'default_reconfig_bias_id': 'default_reconfig_bias_id', 'hosts': 'hosts', 'reconfig_biases': 'reconfig_biases'}</em><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.available_capacities">
<em class="property">property </em><code class="sig-name descname">available_capacities</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.available_capacities" title="Permalink to this definition"></a></dt>
<dd><p>Gets the available_capacities of this VsanClusterReconfigConstraints. # noqa: E501</p>
<p>A map of VsanClusterReconfigBias id to the list of VsanAvailableCapacity. It gives all of available vSAN capacities for each of reconfiguration biases. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The available_capacities of this VsanClusterReconfigConstraints. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, list[<a class="reference internal" href="#vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity" title="vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity">VsanAvailableCapacity</a>])</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.default_capacities">
<em class="property">property </em><code class="sig-name descname">default_capacities</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.default_capacities" title="Permalink to this definition"></a></dt>
<dd><p>Gets the default_capacities of this VsanClusterReconfigConstraints. # noqa: E501</p>
<p>A map of VsanClusterReconfigBias id to a VsanAvailableCapacity. It gives the default VsanAvailableCapacity for each of reconfiguration biases. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The default_capacities of this VsanClusterReconfigConstraints. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>dict(str, <a class="reference internal" href="#vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity" title="vmware.vmc.console.models.vsan_available_capacity.VsanAvailableCapacity">VsanAvailableCapacity</a>)</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.default_reconfig_bias_id">
<em class="property">property </em><code class="sig-name descname">default_reconfig_bias_id</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.default_reconfig_bias_id" title="Permalink to this definition"></a></dt>
<dd><p>Gets the default_reconfig_bias_id of this VsanClusterReconfigConstraints. # noqa: E501</p>
<p>The id of default VsanClusterReconfigBias for this constraints. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The default_reconfig_bias_id of this VsanClusterReconfigConstraints. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.hosts">
<em class="property">property </em><code class="sig-name descname">hosts</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.hosts" title="Permalink to this definition"></a></dt>
<dd><p>Gets the hosts of this VsanClusterReconfigConstraints. # noqa: E501</p>
<p>The number of hosts in a cluster for the constraints. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The hosts of this VsanClusterReconfigConstraints. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'available_capacities': 'dict(str, list[VsanAvailableCapacity])', 'default_capacities': 'dict(str, VsanAvailableCapacity)', 'default_reconfig_bias_id': 'str', 'hosts': 'int', 'reconfig_biases': 'list[VsanClusterReconfigBias]'}</em><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.reconfig_biases">
<em class="property">property </em><code class="sig-name descname">reconfig_biases</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.reconfig_biases" title="Permalink to this definition"></a></dt>
<dd><p>Gets the reconfig_biases of this VsanClusterReconfigConstraints. # noqa: E501</p>
<p>Biases to reconfigure vSAN in an existing cluster. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The reconfig_biases of this VsanClusterReconfigConstraints. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[<a class="reference internal" href="#vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias" title="vmware.vmc.console.models.vsan_cluster_reconfig_bias.VsanClusterReconfigBias">VsanClusterReconfigBias</a>]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vsan_cluster_reconfig_constraints.VsanClusterReconfigConstraints.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.vsan_config_constraints">
<span id="vmware-vmc-console-models-vsan-config-constraints-module"></span><h2>vmware.vmc.console.models.vsan_config_constraints module<a class="headerlink" href="#module-vmware.vmc.console.models.vsan_config_constraints" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.vsan_config_constraints.</code><code class="sig-name descname">VsanConfigConstraints</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">max_capacity</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">recommended_capacities</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">supported_capacity_increment</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">min_capacity</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">num_hosts</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>VsanConfigConstraints - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'max_capacity': 'max_capacity', 'min_capacity': 'min_capacity', 'num_hosts': 'num_hosts', 'recommended_capacities': 'recommended_capacities', 'supported_capacity_increment': 'supported_capacity_increment'}</em><a class="headerlink" href="#vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.max_capacity">
<em class="property">property </em><code class="sig-name descname">max_capacity</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.max_capacity" title="Permalink to this definition"></a></dt>
<dd><p>Gets the max_capacity of this VsanConfigConstraints. # noqa: E501</p>
<p>Maximum capacity supported for cluster (GiB). # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The max_capacity of this VsanConfigConstraints. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.min_capacity">
<em class="property">property </em><code class="sig-name descname">min_capacity</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.min_capacity" title="Permalink to this definition"></a></dt>
<dd><p>Gets the min_capacity of this VsanConfigConstraints. # noqa: E501</p>
<p>Minimum capacity supported for cluster (GiB). # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The min_capacity of this VsanConfigConstraints. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.num_hosts">
<em class="property">property </em><code class="sig-name descname">num_hosts</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.num_hosts" title="Permalink to this definition"></a></dt>
<dd><p>Gets the num_hosts of this VsanConfigConstraints. # noqa: E501</p>
<p>Number of hosts in cluster. # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The num_hosts of this VsanConfigConstraints. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'max_capacity': 'int', 'min_capacity': 'int', 'num_hosts': 'int', 'recommended_capacities': 'list[int]', 'supported_capacity_increment': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.recommended_capacities">
<em class="property">property </em><code class="sig-name descname">recommended_capacities</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.recommended_capacities" title="Permalink to this definition"></a></dt>
<dd><p>Gets the recommended_capacities of this VsanConfigConstraints. # noqa: E501</p>
<p>List of supported capacities which may offer preferable performance (GiB). # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The recommended_capacities of this VsanConfigConstraints. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>list[int]</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.supported_capacity_increment">
<em class="property">property </em><code class="sig-name descname">supported_capacity_increment</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.supported_capacity_increment" title="Permalink to this definition"></a></dt>
<dd><p>Gets the supported_capacity_increment of this VsanConfigConstraints. # noqa: E501</p>
<p>Increment to be added to min_capacity to result in a supported capacity (GiB). # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The supported_capacity_increment of this VsanConfigConstraints. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vsan_config_constraints.VsanConfigConstraints.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models.vsan_encryption_config">
<span id="vmware-vmc-console-models-vsan-encryption-config-module"></span><h2>vmware.vmc.console.models.vsan_encryption_config module<a class="headerlink" href="#module-vmware.vmc.console.models.vsan_encryption_config" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<dl class="py class">
<dt id="vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig">
<em class="property">class </em><code class="sig-prename descclassname">vmware.vmc.console.models.vsan_encryption_config.</code><code class="sig-name descname">VsanEncryptionConfig</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">port</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">certificate</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">local_vars_configuration</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
<p>NOTE: This class is auto generated by OpenAPI Generator.
Ref: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
<p>Do not edit the class manually.</p>
<p>VsanEncryptionConfig - a model defined in OpenAPI</p>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig.attribute_map">
<code class="sig-name descname">attribute_map</code><em class="property"> = {'certificate': 'certificate', 'port': 'port'}</em><a class="headerlink" href="#vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig.attribute_map" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig.certificate">
<em class="property">property </em><code class="sig-name descname">certificate</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig.certificate" title="Permalink to this definition"></a></dt>
<dd><p>Gets the certificate of this VsanEncryptionConfig. # noqa: E501</p>
<p>Public certificate used to connect to AWS Key Management Service # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The certificate of this VsanEncryptionConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>str</p>
</dd>
</dl>
</dd></dl>
<dl class="py attribute">
<dt id="vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig.openapi_types">
<code class="sig-name descname">openapi_types</code><em class="property"> = {'certificate': 'str', 'port': 'int'}</em><a class="headerlink" href="#vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig.openapi_types" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig.port">
<em class="property">property </em><code class="sig-name descname">port</code><a class="headerlink" href="#vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig.port" title="Permalink to this definition"></a></dt>
<dd><p>Gets the port of this VsanEncryptionConfig. # noqa: E501</p>
<p>Port to connect to AWS Key Management Service # noqa: E501</p>
<dl class="field-list simple">
<dt class="field-odd">Returns</dt>
<dd class="field-odd"><p>The port of this VsanEncryptionConfig. # noqa: E501</p>
</dd>
<dt class="field-even">Return type</dt>
<dd class="field-even"><p>int</p>
</dd>
</dl>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig.to_dict">
<code class="sig-name descname">to_dict</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig.to_dict" title="Permalink to this definition"></a></dt>
<dd><p>Returns the model properties as a dict</p>
</dd></dl>
<dl class="py method">
<dt id="vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig.to_str">
<code class="sig-name descname">to_str</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#vmware.vmc.console.models.vsan_encryption_config.VsanEncryptionConfig.to_str" title="Permalink to this definition"></a></dt>
<dd><p>Returns the string representation of the model</p>
</dd></dl>
</dd></dl>
</div>
<div class="section" id="module-vmware.vmc.console.models">
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-vmware.vmc.console.models" title="Permalink to this headline"></a></h2>
<p>VMware Cloud APIs</p>
<ul class="simple">
<li><p>All VMware Cloud APIs require a valid authentication token; which can be obtained by issuing a <cite>POST</cite>: <code class="docutils literal notranslate"><span class="pre">`</span>&#160;&#160; <span class="pre">curl</span> <span class="pre">-s</span> <span class="pre">-X</span> <span class="pre">POST</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">-H</span> <span class="pre">&quot;Content-Type:</span> <span class="pre">application/json&quot;</span> <span class="pre">\</span>&#160;&#160;&#160;&#160;&#160;&#160; <span class="pre">https://console.cloud.vmware.com/csp/gateway/am/api/auth/api-tokens/authorize?refresh_token={refresh-token}</span>&#160;&#160; <span class="pre">`</span></code> * This CSP API is defined at: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST">https://console.cloud.vmware.com/csp/gateway/am/api/swagger-ui.html#/Authentication/getAccessTokenByApiRefreshTokenUsingPOST</a> * The <cite>refresh_token</cite> used to get a valid authentication token can be obtained after successful login to following URL via a web browser: <a class="reference external" href="https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens">https://console.cloud.vmware.com/csp/gateway/portal/#/user/tokens</a>. * Most VMware Cloud APIs require an org identifier. This can be obtained by issuing a <cite>GET</cite> on <cite>/vmc/api/orgs</cite> and extracting the <cite>id</cite> field # noqa: E501</p></li>
</ul>
<p>The version of the OpenAPI document: 1.0
Generated by: <a class="reference external" href="https://openapi-generator.tech">https://openapi-generator.tech</a></p>
</div>
</div>
</div>
</div>
<footer>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="../draas/modules.html" class="btn btn-neutral float-right" title="draas" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="vmware.vmc.console.api.html" class="btn btn-neutral float-left" title="vmware.vmc.console.api package" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
</div>
<hr/>
<div role="contentinfo">
<p>
&copy; Copyright 2020, VMware Inc.
</p>
</div>
</footer>
</div>
</div>
</section>
</div>
<script type="text/javascript">
jQuery(function () {
SphinxRtdTheme.Navigation.enable(true);
});
</script>
</body>
</html>