<spanid="com-vmware-appliance-vcenter-settings-v1-config-components-package"></span><h1>com.vmware.appliance.vcenter.settings.v1.config.components package<aclass="headerlink"href="#module-com.vmware.appliance.vcenter.settings.v1.config.components"title="Permalink to this headline">¶</a></h1>
<divclass="section"id="subpackages">
<h2>Subpackages<aclass="headerlink"href="#subpackages"title="Permalink to this headline">¶</a></h2>
<spanid="com-vmware-appliance-vcenter-settings-v1-config-components-applmgmt-client-module"></span><h2>com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client module<aclass="headerlink"href="#module-com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client"title="Permalink to this headline">¶</a></h2>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">AccessSettings</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">ssh</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">dcui</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">console_cli</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">shell</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.AccessSettings"title="Permalink to this definition">¶</a></dt>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Address</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">address</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">origin</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">prefix</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">status</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address"title="Permalink to this definition">¶</a></dt>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">Address</span></code> class provides the structure used to name an IPv6 address.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>address</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – The IPv6 address, for example, fc00:10:20:83:20c:29ff:fe94:bb5a.
If <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code>, the address was never set.</p></li>
<li><p><strong>origin</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Origin"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Origin"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Address.Origin</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – The Origin of the IPv6 address. For more information, see RFC 4293.
If <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code>, the origin was never set.</p></li>
<li><p><strong>prefix</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – The IPv6 CIDR prefix, for example, 64.
If <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code>, the prefix was never set.</p></li>
<li><p><strong>status</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Status"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Status"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Address.Status</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – The Status of the IPv6 address. For more information, see RFC 4293.
If <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code>, the status was never set.</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-name descname"><spanclass="pre">Origin</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">string</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Origin"title="Permalink to this definition">¶</a></dt>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">Address.Origin</span></code> class defines IPv6 address origin values.</p>
<divclass="admonition note">
<pclass="admonition-title">Note</p>
<p>This class represents an enumerated type in the interface language
definition. The class contains class attributes which represent the
values in the current version of the enumerated type. Newer versions of
the enumerated type may contain new values. To use new values of the
enumerated type in communication with a server that supports the newer
version of the API, you instantiate this class. See <aclass="reference internal"href="enumeration.html#enumeration-description"><spanclass="std std-ref">enumerated
type description page</span></a>.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>string</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – String value for the <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Origin</span></code> instance.</p>
<codeclass="sig-name descname"><spanclass="pre">DHCP</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Origin(string='DHCP')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Origin.DHCP"title="Permalink to this definition">¶</a></dt>
<dd><p>The IPv6 address is assigned by a DHCP server. See RFC 4293.</p>
<codeclass="sig-name descname"><spanclass="pre">LINKLAYER</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Origin(string='LINKLAYER')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Origin.LINKLAYER"title="Permalink to this definition">¶</a></dt>
<dd><p>The IPv6 address is assigned by IPv6 Stateless Address Auto-configuration
<codeclass="sig-name descname"><spanclass="pre">MANUAL</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Origin(string='MANUAL')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Origin.MANUAL"title="Permalink to this definition">¶</a></dt>
<dd><p>The IPv6 address was manually configured to a specified address, for
<codeclass="sig-name descname"><spanclass="pre">OTHER</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Origin(string='OTHER')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Origin.OTHER"title="Permalink to this definition">¶</a></dt>
<dd><p>The IPv6 address is assigned by a mechanism other than manual, DHCP, SLAAC,
<codeclass="sig-name descname"><spanclass="pre">RANDOM</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Origin(string='RANDOM')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Origin.RANDOM"title="Permalink to this definition">¶</a></dt>
<dd><p>The IPv6 address is assigned randomly by the system. See RFC 4293.</p>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-name descname"><spanclass="pre">Status</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">string</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Status"title="Permalink to this definition">¶</a></dt>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">Address.Status</span></code> class defines IPv6 address status values. See RFC
4293.</p>
<divclass="admonition note">
<pclass="admonition-title">Note</p>
<p>This class represents an enumerated type in the interface language
definition. The class contains class attributes which represent the
values in the current version of the enumerated type. Newer versions of
the enumerated type may contain new values. To use new values of the
enumerated type in communication with a server that supports the newer
version of the API, you instantiate this class. See <aclass="reference internal"href="enumeration.html#enumeration-description"><spanclass="std std-ref">enumerated
type description page</span></a>.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>string</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – String value for the <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Status</span></code> instance.</p>
<codeclass="sig-name descname"><spanclass="pre">DEPRECATED</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Status(string='DEPRECATED')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Status.DEPRECATED"title="Permalink to this definition">¶</a></dt>
<dd><p>The is a valid but deprecated IPv6 address. This address cannot be used as
a source address in new communications, although packets addressed to such
<codeclass="sig-name descname"><spanclass="pre">DUPLICATE</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Status(string='DUPLICATE')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Status.DUPLICATE"title="Permalink to this definition">¶</a></dt>
<dd><p>The IPv6 address is not unique on the link and cannot be used.</p>
<codeclass="sig-name descname"><spanclass="pre">INACCESSIBLE</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Status(string='INACCESSIBLE')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Status.INACCESSIBLE"title="Permalink to this definition">¶</a></dt>
<dd><p>The IPv6 address is inaccessible because the interface to which this
<codeclass="sig-name descname"><spanclass="pre">INVALID</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Status(string='INVALID')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Status.INVALID"title="Permalink to this definition">¶</a></dt>
<dd><p>The IPv6 address is not a valid address. It should not appear as the
<codeclass="sig-name descname"><spanclass="pre">OPTIMISTIC</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Status(string='OPTIMISTIC')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Status.OPTIMISTIC"title="Permalink to this definition">¶</a></dt>
<dd><p>The IPv6 address is available for use, subject to restrictions, while its
<codeclass="sig-name descname"><spanclass="pre">PREFERRED</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Status(string='PREFERRED')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Status.PREFERRED"title="Permalink to this definition">¶</a></dt>
<dd><p>This is a valid IPv6 address that can appear as the destination or source
<codeclass="sig-name descname"><spanclass="pre">TENTATIVE</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Status(string='TENTATIVE')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Status.TENTATIVE"title="Permalink to this definition">¶</a></dt>
<dd><p>The IPv6 address is in the process of being verified as unique. An address
in this state cannot be used for general communication. It can be used to
<codeclass="sig-name descname"><spanclass="pre">UNKNOWN</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Status(string='UNKNOWN')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address.Status.UNKNOWN"title="Permalink to this definition">¶</a></dt>
<dd><p>The status of this address cannot be determined.</p>
<p><codeclass="docutils literal notranslate"><spanclass="pre">ApplianceManagement</span></code> class This structure contains the Spec required for
Appliance Management configurations.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>software_update_policy</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.SoftwareUpdatePolicy"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.SoftwareUpdatePolicy"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">SoftwareUpdatePolicy</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Policy to update vCenter.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if the SoftwareUpdatePolicy is set inside
vCenter.</p></li>
<li><p><strong>backup_schedules</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.BackupSchedule"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.BackupSchedule"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">BackupSchedule</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Backup schedule of vCenter.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if the Backup is schedule for vCenter</p></li>
<li><p><strong>access_settings</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.AccessSettings"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.AccessSettings"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">AccessSettings</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – AccessSettings of vCenter. if access settings are set for vCenter</p></li>
<li><p><strong>datetime_config</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.DatetimeConfig"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.DatetimeConfig"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">DatetimeConfig</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Date Time Configuration of vCenter.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if access settings are set for vCenter</p></li>
<li><p><strong>syslog</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LogForwarding"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LogForwarding"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">LogForwarding</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – The <codeclass="docutils literal notranslate"><spanclass="pre">syslog</span></code> class provides methods to manage forwarding of log
messages to remote logging servers.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if log forwarding to remote server are set in
vCenter.</p></li>
<li><p><strong>user_account_settings</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.UserAccountSettings"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.UserAccountSettings"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">UserAccountSettings</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – User Account Settings of vCenter. if user account settings are set
for vCenter</p></li>
<li><p><strong>smtp</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Smtp"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Smtp"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Smtp</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – The <codeclass="docutils literal notranslate"><spanclass="pre">LocalAccounts</span></code> class provides methods to manage local user
account.</p></li>
<li><p><strong>network</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.ApplianceNetwork"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.ApplianceNetwork"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">ApplianceNetwork</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Network configurations to be applied.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if the network configurations are set in vCenter.</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">ApplianceNetwork</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">firewall_rule_policies</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">dns_server_configuration</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">proxy_configuration</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">interfaces</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.ApplianceNetwork"title="Permalink to this definition">¶</a></dt>
<p><codeclass="docutils literal notranslate"><spanclass="pre">ApplianceNetwork</span></code> class This structure contains the Spec required for
Appliance Network configurations.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>firewall_rule_policies</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.FirewallRulePolicy"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.FirewallRulePolicy"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">FirewallRulePolicy</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – List of Firewall Rules to be applied.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if the FirewallRulePolicy is set in vCenter.</p></li>
<li><p><strong>dns_server_configuration</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.DnsServerConfiguration"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.DnsServerConfiguration"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">DnsServerConfiguration</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – DNS configuration to be applied.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if the DnsServerConfiguration is set in vCenter.</p></li>
<li><p><strong>proxy_configuration</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.ProxyConfiguration"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.ProxyConfiguration"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">ProxyConfiguration</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Proxy configuration to be applied.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if the Proxy server configuration is set in
vCenter.</p></li>
<li><p><strong>interfaces</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Interface"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Interface"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Interface</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Interfaces configuration to be applied.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if the Interfaces configuration is set in
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">BackupSchedule</span></code> class contains fields to be specified for creating a
new schedule. The structure includes parts, location information,
encryption password and enable flag.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>parts</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – List of optional parts to be backed up. Use the
com.vmware.appliance.recovery.backup.Parts#list method to get
information about the supported parts.
If None all the optional parts will not be backed up.</p></li>
<li><p><strong>backup_password</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Password for a backup piece. The backupPassword must adhere to the
following password requirements: At least 8 characters, cannot be
more than 20 characters in length. At least 1 uppercase letter. At
least 1 lowercase letter. At least 1 numeric digit. At least 1
special character (i.e. any character not in [0-9,a-z,A-Z]). Only
visible ASCII characters (for example, no space).
If None the backup piece will not be encrypted.</p></li>
<li><p><strong>location</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – URL of the backup location.</p></li>
<li><p><strong>location_user</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Username for the given location.
If None authentication will not be used for the specified location.</p></li>
<li><p><strong>location_password</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Password for the given location.
If None authentication will not be used for the specified location.</p></li>
<li><p><strong>enable</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Enable or disable a schedule.
If None the schedule will be enabled.</p></li>
<li><p><strong>recurrence_info</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RecurrenceInfo"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RecurrenceInfo"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">RecurrenceInfo</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Recurrence information for the schedule.
<li><p><strong>retention_info</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RetentionInfo"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RetentionInfo"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">RetentionInfo</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Retention information for the schedule.
If None all the completed backup jobs will be retained forever. See
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Ceip</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">enabled</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Ceip"title="Permalink to this definition">¶</a></dt>
<p><codeclass="docutils literal notranslate"><spanclass="pre">Ceip</span></code> class provides methods to Get/Set enabled state of CEIP (Customer
Experience Improvement Program) value.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>enabled</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Set enabled state of the CEIP.</p>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Consolecli</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">enabled</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Consolecli"title="Permalink to this definition">¶</a></dt>
<p>Get/Set of the console-based controlled CLI. <codeclass="docutils literal notranslate"><spanclass="pre">Consolecli</span></code> class provides
methods</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>enabled</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Set enabled state of the console-based controlled CLI (TTY1).</p>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">DatetimeConfig</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">time_zone</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">time_sync</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">ntp</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.DatetimeConfig"title="Permalink to this definition">¶</a></dt>
<p>This <codeclass="docutils literal notranslate"><spanclass="pre">DatetimeConfig</span></code> class to set/get date time settings.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>time_zone</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Timezone"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Timezone"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Timezone</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – The <codeclass="docutils literal notranslate"><spanclass="pre">Timezone</span></code> class provides methods to get and set the
appliance timezone.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if the Timezone is set in vCenter</p></li>
<li><p><strong>time_sync</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Timesync"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Timesync"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Timesync</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) –<codeclass="docutils literal notranslate"><spanclass="pre">Timesync</span></code> class provides methods Performs time synchronization
configuration.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if the time sync mode is set in vCenter</p></li>
<li><p><strong>ntp</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Ntp"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Ntp"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Ntp</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) –<codeclass="docutils literal notranslate"><spanclass="pre">Ntp</span></code> class provides methods Gets NTP configuration status and
tests connection to ntp servers.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if the ntp server are set in vCenter.</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Dcui</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">enabled</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Dcui"title="Permalink to this definition">¶</a></dt>
<p>Get/Set enabled state of Direct Console User Interface (DCUI TTY2).
<codeclass="docutils literal notranslate"><spanclass="pre">Dcui</span></code> class provides methods</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>enabled</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Set enabled state of Direct Console User Interface (DCUI).</p>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">DnsServerConfiguration</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">mode</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">servers</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">domains</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.DnsServerConfiguration"title="Permalink to this definition">¶</a></dt>
<p><codeclass="docutils literal notranslate"><spanclass="pre">DnsServerConfiguration</span></code> class This structure represents the
configuration state used to determine DNS servers.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>mode</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.DnsServerConfiguration.DNSServerMode"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.DnsServerConfiguration.DNSServerMode"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">DnsServerConfiguration.DNSServerMode</span></code></a>) – Define how to determine the DNS servers. Leave the servers argument
empty if the mode argument is “DHCP”. Set the servers argument to a
comma-separated list of DNS servers if the mode argument is
“static”. The DNS server are assigned from the specified list.</p></li>
<li><p><strong>servers</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – List of the currently used DNS servers. DNS server configuration.</p></li>
<li><p><strong>domains</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – List of the search domains. DNS Search Domains.</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-name descname"><spanclass="pre">DNSServerMode</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">string</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.DnsServerConfiguration.DNSServerMode"title="Permalink to this definition">¶</a></dt>
<p><codeclass="docutils literal notranslate"><spanclass="pre">DnsServerConfiguration.DNSServerMode</span></code> class Describes DNS Server source
(DHCP,static).</p>
<divclass="admonition note">
<pclass="admonition-title">Note</p>
<p>This class represents an enumerated type in the interface language
definition. The class contains class attributes which represent the
values in the current version of the enumerated type. Newer versions of
the enumerated type may contain new values. To use new values of the
enumerated type in communication with a server that supports the newer
version of the API, you instantiate this class. See <aclass="reference internal"href="enumeration.html#enumeration-description"><spanclass="std std-ref">enumerated
<codeclass="sig-name descname"><spanclass="pre">DHCP</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">DNSServerMode(string='DHCP')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.DnsServerConfiguration.DNSServerMode.DHCP"title="Permalink to this definition">¶</a></dt>
<dd><p>DNS address is automatically assigned by a DHCP server.</p>
<codeclass="sig-name descname"><spanclass="pre">IS_STATIC</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">DNSServerMode(string='IS_STATIC')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.DnsServerConfiguration.DNSServerMode.IS_STATIC"title="Permalink to this definition">¶</a></dt>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">FirewallRulePolicy</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">address</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">prefix</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">policy</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">interface_name</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.FirewallRulePolicy"title="Permalink to this definition">¶</a></dt>
<li><p><strong>prefix</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code>) – CIDR prefix used to mask address. For example, an IPv4 prefix of 24
ignores the low-order 8 bits of address.</p></li>
<li><p><strong>policy</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.FirewallRulePolicy.Policy"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.FirewallRulePolicy.Policy"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">FirewallRulePolicy.Policy</span></code></a>) – The allow or deny policy of this rule.</p></li>
<li><p><strong>interface_name</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – The interface to which this rule applies. An empty string indicates
that the rule applies to all interfaces.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if interface name required</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-name descname"><spanclass="pre">Policy</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">string</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.FirewallRulePolicy.Policy"title="Permalink to this definition">¶</a></dt>
<p><codeclass="docutils literal notranslate"><spanclass="pre">FirewallRulePolicy.Policy</span></code> class Defines firewall rule policies.</p>
<divclass="admonition note">
<pclass="admonition-title">Note</p>
<p>This class represents an enumerated type in the interface language
definition. The class contains class attributes which represent the
values in the current version of the enumerated type. Newer versions of
the enumerated type may contain new values. To use new values of the
enumerated type in communication with a server that supports the newer
version of the API, you instantiate this class. See <aclass="reference internal"href="enumeration.html#enumeration-description"><spanclass="std std-ref">enumerated
type description page</span></a>.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>string</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – String value for the <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Policy</span></code> instance.</p>
<codeclass="sig-name descname"><spanclass="pre">ACCEPT</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Policy(string='ACCEPT')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.FirewallRulePolicy.Policy.ACCEPT"title="Permalink to this definition">¶</a></dt>
<dd><p>Allow packet with corresponding address.</p>
<codeclass="sig-name descname"><spanclass="pre">IGNORE</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Policy(string='IGNORE')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.FirewallRulePolicy.Policy.IGNORE"title="Permalink to this definition">¶</a></dt>
<dd><p>Drop packet with correpsonding address.</p>
<codeclass="sig-name descname"><spanclass="pre">REJECT</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Policy(string='REJECT')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.FirewallRulePolicy.Policy.REJECT"title="Permalink to this definition">¶</a></dt>
<dd><p>Drop packet with corresponding address sending destination is not
<codeclass="sig-name descname"><spanclass="pre">RETURN</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Policy(string='RETURN')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.FirewallRulePolicy.Policy.RETURN"title="Permalink to this definition">¶</a></dt>
<dd><p>Apply default or port-specific rules to packet with corresponding address.</p>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Interface</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">name</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">status</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">mac</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">ipv4</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">ipv6</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Interface"title="Permalink to this definition">¶</a></dt>
If <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code>, the name was never set</p></li>
<li><p><strong>mac</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – MAC address. For example 00:0C:29:94:BB:5A.
If <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code>, the mac was never set</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-name descname"><spanclass="pre">InterfaceStatus</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">string</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Interface.InterfaceStatus"title="Permalink to this definition">¶</a></dt>
<p><codeclass="docutils literal notranslate"><spanclass="pre">Interface.InterfaceStatus</span></code> class Defines interface status</p>
<divclass="admonition note">
<pclass="admonition-title">Note</p>
<p>This class represents an enumerated type in the interface language
definition. The class contains class attributes which represent the
values in the current version of the enumerated type. Newer versions of
the enumerated type may contain new values. To use new values of the
enumerated type in communication with a server that supports the newer
version of the API, you instantiate this class. See <aclass="reference internal"href="enumeration.html#enumeration-description"><spanclass="std std-ref">enumerated
type description page</span></a>.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>string</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – String value for the <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">InterfaceStatus</span></code> instance.</p>
<codeclass="sig-name descname"><spanclass="pre">DOWN</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">InterfaceStatus(string='DOWN')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Interface.InterfaceStatus.DOWN"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">UP</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">InterfaceStatus(string='UP')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Interface.InterfaceStatus.UP"title="Permalink to this definition">¶</a></dt>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Ipv4</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">mode</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">address</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">prefix</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">default_gateway</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">configurable</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Ipv4"title="Permalink to this definition">¶</a></dt>
<li><p><strong>address</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – The IPv4 address, for example, “10.20.80.191”.</p></li>
<li><p><strong>prefix</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code>) – The IPv4 CIDR prefix, for example, 24. See
<aclass="reference external"href="http://www.oav.net/mirrors/cidr.html">http://www.oav.net/mirrors/cidr.html</a> for netmask-to-prefix
conversion.</p></li>
<li><p><strong>default_gateway</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – The IPv4 address of the default gateway. This configures the global
default gateway on the appliance with the specified gateway address
and interface. This gateway replaces the existing default gateway
configured on the appliance. However, if the gateway address is
link-local, then it is added for that interface. This does not
support configuration of multiple global default gateways through
different interfaces.
If <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code>, the defaultGateway was never set.</p></li>
<li><p><strong>configurable</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – The IPv4 is configured or not.</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-name descname"><spanclass="pre">Mode</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">string</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Ipv4.Mode"title="Permalink to this definition">¶</a></dt>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">Ipv4.Mode</span></code> class defines different IPv4 address assignment modes.</p>
<divclass="admonition note">
<pclass="admonition-title">Note</p>
<p>This class represents an enumerated type in the interface language
definition. The class contains class attributes which represent the
values in the current version of the enumerated type. Newer versions of
the enumerated type may contain new values. To use new values of the
enumerated type in communication with a server that supports the newer
version of the API, you instantiate this class. See <aclass="reference internal"href="enumeration.html#enumeration-description"><spanclass="std std-ref">enumerated
type description page</span></a>.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>string</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – String value for the <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Mode</span></code> instance.</p>
<codeclass="sig-name descname"><spanclass="pre">DHCP</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Mode(string='DHCP')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Ipv4.Mode.DHCP"title="Permalink to this definition">¶</a></dt>
<dd><p>The IPv4 address is automatically assigned by a DHCP server.</p>
<codeclass="sig-name descname"><spanclass="pre">STATIC</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Mode(string='STATIC')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Ipv4.Mode.STATIC"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">UNCONFIGURED</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Mode(string='UNCONFIGURED')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Ipv4.Mode.UNCONFIGURED"title="Permalink to this definition">¶</a></dt>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Ipv6</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">dhcp</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">autoconf</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">configurable</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">addresses</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">default_gateway</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Ipv6"title="Permalink to this definition">¶</a></dt>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">Ipv6</span></code> class defines Ipv6 configuration. to perform Ipv6 network
configuration for interfaces.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>dhcp</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code>) – An address will be assigned by a DHCP server.</p></li>
<li><p><strong>autoconf</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code>) – An address will be assigned by Stateless Address Autoconfiguration
(SLAAC).</p></li>
<li><p><strong>configurable</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code>) – The IPv6 is configured or not.</p></li>
<li><p><strong>addresses</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Address</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – The list of addresses to be statically assigned.
If <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code>, the addresses were never set.</p></li>
<li><p><strong>default_gateway</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – The default gateway for static IP address assignment. This
configures the global IPv6 default gateway on the appliance with
the specified gateway address and interface. This gateway replaces
the existing default gateway configured on the appliance. However,
if the gateway address is link-local, then it is added for that
interface. This does not support configuration of multiple global
default gateways through different interfaces.</p></li>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">LocalAccounts</span></code> class provides methods to manage local user account.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>fullname</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Full name of the user
If None, the value was never set.</p></li>
<li><p><strong>roles</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – User roles</p></li>
<li><p><strong>enabled</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Flag indicating if the account is enabled</p></li>
<li><p><strong>has_password</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Is the user password set.</p></li>
<li><p><strong>min_days_between_password_change</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Minimum number of days between password change
If None, pasword can be changed any time.</p></li>
<li><p><strong>max_days_between_password_change</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Maximum number of days between password change
If None, password never expires.</p></li>
<li><p><strong>warn_days_before_password_expiration</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Number of days of warning before password expires
<li><p><strong>email</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Email address of the local account
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">LocalAccountsPolicy</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">max_days</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">min_days</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">warn_days</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LocalAccountsPolicy"title="Permalink to this definition">¶</a></dt>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">LocalAccountsPolicy</span></code> class provides methods to manage local user
accounts password lifecycle.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>max_days</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Maximum number of days a password may be used. If the password is
older than this, a password change will be forced.
If None then the restriction will be ignored.</p></li>
<li><p><strong>min_days</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Minimum number of days allowed between password changes. Any
password changes attempted sooner than this will be rejected.
If None then the restriction will be ignored.</p></li>
<li><p><strong>warn_days</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Number of days warning given before a password expires. A zero
means warning is given only upon the day of expiration.
If None then no warning will be provided.</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">LogForwarding</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">hostname</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">port</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">protocol</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LogForwarding"title="Permalink to this definition">¶</a></dt>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">LogForwarding</span></code> class provides methods to manage forwarding of log
messages to remote logging servers.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>hostname</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – FQDN or IP address of the logging server to which messages are
forwarded.</p></li>
<li><p><strong>port</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – The port on which the remote logging server is listening for
forwarded log messages.</p></li>
<li><p><strong>protocol</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LogForwarding.Protocol"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LogForwarding.Protocol"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">LogForwarding.Protocol</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Transport protocol used to forward log messages.</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-name descname"><spanclass="pre">Protocol</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">string</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LogForwarding.Protocol"title="Permalink to this definition">¶</a></dt>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">LogForwarding.Protocol</span></code> class defines transport protocols for
outbound log messages.</p>
<divclass="admonition note">
<pclass="admonition-title">Note</p>
<p>This class represents an enumerated type in the interface language
definition. The class contains class attributes which represent the
values in the current version of the enumerated type. Newer versions of
the enumerated type may contain new values. To use new values of the
enumerated type in communication with a server that supports the newer
version of the API, you instantiate this class. See <aclass="reference internal"href="enumeration.html#enumeration-description"><spanclass="std std-ref">enumerated
type description page</span></a>.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>string</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – String value for the <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Protocol</span></code> instance.</p>
<codeclass="sig-name descname"><spanclass="pre">RELP</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Protocol(string='RELP')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LogForwarding.Protocol.RELP"title="Permalink to this definition">¶</a></dt>
<dd><p>Log messages will be forwarded to the remote host using the RELP protocol.</p>
<codeclass="sig-name descname"><spanclass="pre">TCP</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Protocol(string='TCP')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LogForwarding.Protocol.TCP"title="Permalink to this definition">¶</a></dt>
<dd><p>Log messages will be forwarded to the remote host using the TCP protocol.</p>
<codeclass="sig-name descname"><spanclass="pre">TLS</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Protocol(string='TLS')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LogForwarding.Protocol.TLS"title="Permalink to this definition">¶</a></dt>
<dd><p>Log messages will be forwarded to the remote host by using the TLS
<codeclass="sig-name descname"><spanclass="pre">UDP</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Protocol(string='UDP')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LogForwarding.Protocol.UDP"title="Permalink to this definition">¶</a></dt>
<dd><p>Log messages will be forwarded to the remote host using the UDP protocol.</p>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Ntp</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">servers</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Ntp"title="Permalink to this definition">¶</a></dt>
<p><codeclass="docutils literal notranslate"><spanclass="pre">Ntp</span></code> class provides methods Get/Set NTP configuration status and tests
connection to ntp servers.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>servers</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – Set NTP servers. This variable updates old NTP servers from
configuration and sets the input NTP servers in the configuration.</p>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">ProxyConfiguration</span></code> class defines proxy configuration.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>protocol</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.ProxyConfiguration.Protocol"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.ProxyConfiguration.Protocol"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">ProxyConfiguration.Protocol</span></code></a>) – The protocol for which proxy should be set.</p></li>
<li><p><strong>server</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – URL of the proxy server</p></li>
<li><p><strong>port</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code>) – Port to connect to the proxy server. In a ‘get’ call, indicates the
port connected to the proxy server. In a ‘set’ call, specifies the
port to connect to the proxy server. A value of -1 indicates the
default port.</p></li>
<li><p><strong>username</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Username for proxy server.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if proxy requires username.</p></li>
<li><p><strong>password</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Password for proxy server.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if proxy requires password.</p></li>
<li><p><strong>enabled</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – In the result of the <codeclass="docutils literal notranslate"><spanclass="pre">#get</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">#list</span></code> methods this attribute
indicates whether proxying is enabled for a particular protocol. In
the input to the <codeclass="docutils literal notranslate"><spanclass="pre">test</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">set</span></code> methods this attribute
specifies whether proxying should be enabled for a particular
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-name descname"><spanclass="pre">Protocol</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">string</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.ProxyConfiguration.Protocol"title="Permalink to this definition">¶</a></dt>
<p><codeclass="docutils literal notranslate"><spanclass="pre">ProxyConfiguration.Protocol</span></code> class defines the protocols for which
proxying is supported.</p>
<divclass="admonition note">
<pclass="admonition-title">Note</p>
<p>This class represents an enumerated type in the interface language
definition. The class contains class attributes which represent the
values in the current version of the enumerated type. Newer versions of
the enumerated type may contain new values. To use new values of the
enumerated type in communication with a server that supports the newer
version of the API, you instantiate this class. See <aclass="reference internal"href="enumeration.html#enumeration-description"><spanclass="std std-ref">enumerated
type description page</span></a>.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>string</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – String value for the <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Protocol</span></code> instance.</p>
<codeclass="sig-name descname"><spanclass="pre">FTP</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Protocol(string='FTP')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.ProxyConfiguration.Protocol.FTP"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">HTTP</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Protocol(string='HTTP')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.ProxyConfiguration.Protocol.HTTP"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">HTTPS</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">Protocol(string='HTTPS')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.ProxyConfiguration.Protocol.HTTPS"title="Permalink to this definition">¶</a></dt>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">RecurrenceInfo</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">minute</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">hour</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">days</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RecurrenceInfo"title="Permalink to this definition">¶</a></dt>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">RecurrenceInfo</span></code> class contains the recurrence information associated
with a schedule.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>minute</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code>) – Minute when backup should run.</p></li>
<li><p><strong>hour</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code>) – Hour when backup should run. The hour should be specified in
24-hour clock format.</p></li>
<li><p><strong>days</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RecurrenceInfo.DayOfWeek"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RecurrenceInfo.DayOfWeek"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">RecurrenceInfo.DayOfWeek</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Day of week when the backup should be run. Days can be specified as
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-name descname"><spanclass="pre">DayOfWeek</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">string</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RecurrenceInfo.DayOfWeek"title="Permalink to this definition">¶</a></dt>
<p>This class represents an enumerated type in the interface language
definition. The class contains class attributes which represent the
values in the current version of the enumerated type. Newer versions of
the enumerated type may contain new values. To use new values of the
enumerated type in communication with a server that supports the newer
version of the API, you instantiate this class. See <aclass="reference internal"href="enumeration.html#enumeration-description"><spanclass="std std-ref">enumerated
type description page</span></a>.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>string</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – String value for the <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">DayOfWeek</span></code> instance.</p>
<codeclass="sig-name descname"><spanclass="pre">FRIDAY</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">DayOfWeek(string='FRIDAY')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RecurrenceInfo.DayOfWeek.FRIDAY"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">MONDAY</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">DayOfWeek(string='MONDAY')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RecurrenceInfo.DayOfWeek.MONDAY"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">SATURDAY</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">DayOfWeek(string='SATURDAY')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RecurrenceInfo.DayOfWeek.SATURDAY"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">SUNDAY</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">DayOfWeek(string='SUNDAY')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RecurrenceInfo.DayOfWeek.SUNDAY"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">THURSDAY</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">DayOfWeek(string='THURSDAY')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RecurrenceInfo.DayOfWeek.THURSDAY"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">TUESDAY</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">DayOfWeek(string='TUESDAY')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RecurrenceInfo.DayOfWeek.TUESDAY"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">WEDNESDAY</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">DayOfWeek(string='WEDNESDAY')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RecurrenceInfo.DayOfWeek.WEDNESDAY"title="Permalink to this definition">¶</a></dt>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">RetentionInfo</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">max_count</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RetentionInfo"title="Permalink to this definition">¶</a></dt>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">RetentionInfo</span></code> class contains retention information associated with
a schedule.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>max_count</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code>) – Number of backups which should be retained. If retention is not
set, all the backups will be retained forever.</p>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Shell</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">enabled</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">timeout</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Shell"title="Permalink to this definition">¶</a></dt>
<p>Get/Set enabled state of BASH, that is, access to BASH from within the
controlled CLI. <codeclass="docutils literal notranslate"><spanclass="pre">Shell</span></code> class provides methods.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>enabled</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Enabled can be set to true or false</p></li>
<li><p><strong>timeout</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code>) – The timeout (in seconds) specifies how long you enable the Shell
access. The maximum timeout is 86400 seconds(1 day).</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Smtp</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">mail_server</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">relay_port</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Smtp"title="Permalink to this definition">¶</a></dt>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">Smtp</span></code> class provides methods to manage send mail configuration.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>mail_server</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Mail server IP address.
If None then the value will be ignored.</p></li>
<li><p><strong>relay_port</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Relay port number.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if default URL required</p></li>
<li><p><strong>auto_stage</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Check for update at the pre-configured repository URL.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if auto stage is enable.</p></li>
<li><p><strong>check_schedule</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Time"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Time"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Time</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – The <codeclass="docutils literal notranslate"><spanclass="pre">Time</span></code> class defines day and time the automatic check for new
updates will be run.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if Time required.</p></li>
<li><p><strong>username</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Username for the url update repository
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if SoftwareUpdatePolicy requires username.</p></li>
<li><p><strong>password</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Password for the url update repository
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if SoftwareUpdatePolicy requires password.</p></li>
<li><p><strong>enable_ssl_cert_validation</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) –<p>Indicates whether certificates will be checked during patching.</p>
<p>Warning: If this attribute is set to false, an insecure connection
is made to the update repository which can potentially put the
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-name descname"><spanclass="pre">AutoUpdateNotification</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">string</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.SoftwareUpdatePolicy.AutoUpdateNotification"title="Permalink to this definition">¶</a></dt>
<p>This class represents an enumerated type in the interface language
definition. The class contains class attributes which represent the
values in the current version of the enumerated type. Newer versions of
the enumerated type may contain new values. To use new values of the
enumerated type in communication with a server that supports the newer
version of the API, you instantiate this class. See <aclass="reference internal"href="enumeration.html#enumeration-description"><spanclass="std std-ref">enumerated
type description page</span></a>.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>string</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – String value for the <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">AutoUpdateNotification</span></code> instance.</p>
<codeclass="sig-name descname"><spanclass="pre">DISABLED</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">AutoUpdateNotification(string='DISABLED')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.SoftwareUpdatePolicy.AutoUpdateNotification.DISABLED"title="Permalink to this definition">¶</a></dt>
<dd><p>Automatic update notification is disabled. Disable periodically query the
<codeclass="sig-name descname"><spanclass="pre">ENABLED</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">AutoUpdateNotification(string='ENABLED')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.SoftwareUpdatePolicy.AutoUpdateNotification.ENABLED"title="Permalink to this definition">¶</a></dt>
<dd><p>Automatic update notification is enabled. Enable periodically query the
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Ssh</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">enabled</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Ssh"title="Permalink to this definition">¶</a></dt>
<p><codeclass="docutils literal notranslate"><spanclass="pre">Ssh</span></code> class provides methods to Get/Set enabled state of SSH-based
controlled CLI.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>enabled</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Set enabled state of the SSH-based controlled CLI.</p>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">StubFactory</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">stub_config</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.StubFactory"title="Permalink to this definition">¶</a></dt>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Time</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">hour</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">minute</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">day</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Time"title="Permalink to this definition">¶</a></dt>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">Time</span></code> class defines weekday and time the automatic check for new
updates will be run</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>hour</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Time to query for updates Format: HH:MM:SS Military (24 hour) Time
Format
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if hour is present in SoftwareUpdatePolicy</p></li>
<li><p><strong>minute</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Time to query for updates Format: HH:MM:SS Military (24 hour) Time
Format
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if minute is present in SoftwareUpdatePolicy</p></li>
<li><p><strong>day</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Time.UpdateDay"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Time.UpdateDay"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Time.UpdateDay</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Day to query for updates
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if minute is present in SoftwareUpdatePolicy</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-name descname"><spanclass="pre">UpdateDay</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">string</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Time.UpdateDay"title="Permalink to this definition">¶</a></dt>
<p><codeclass="docutils literal notranslate"><spanclass="pre">Time.UpdateDay</span></code> class Defines days to query for updates.</p>
<divclass="admonition note">
<pclass="admonition-title">Note</p>
<p>This class represents an enumerated type in the interface language
definition. The class contains class attributes which represent the
values in the current version of the enumerated type. Newer versions of
the enumerated type may contain new values. To use new values of the
enumerated type in communication with a server that supports the newer
version of the API, you instantiate this class. See <aclass="reference internal"href="enumeration.html#enumeration-description"><spanclass="std std-ref">enumerated
type description page</span></a>.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>string</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – String value for the <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">UpdateDay</span></code> instance.</p>
<codeclass="sig-name descname"><spanclass="pre">EVERYDAY</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">UpdateDay(string='EVERYDAY')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Time.UpdateDay.EVERYDAY"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">FRIDAY</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">UpdateDay(string='FRIDAY')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Time.UpdateDay.FRIDAY"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">MONDAY</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">UpdateDay(string='MONDAY')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Time.UpdateDay.MONDAY"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">SATURDAY</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">UpdateDay(string='SATURDAY')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Time.UpdateDay.SATURDAY"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">SUNDAY</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">UpdateDay(string='SUNDAY')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Time.UpdateDay.SUNDAY"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">THURSDAY</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">UpdateDay(string='THURSDAY')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Time.UpdateDay.THURSDAY"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">TUESDAY</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">UpdateDay(string='TUESDAY')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Time.UpdateDay.TUESDAY"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">WEDNESDAY</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">UpdateDay(string='WEDNESDAY')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Time.UpdateDay.WEDNESDAY"title="Permalink to this definition">¶</a></dt>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Timesync</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">mode</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Timesync"title="Permalink to this definition">¶</a></dt>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-name descname"><spanclass="pre">TimeSyncMode</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">string</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Timesync.TimeSyncMode"title="Permalink to this definition">¶</a></dt>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">Timesync.TimeSyncMode</span></code> class defines time synchronization modes</p>
<divclass="admonition note">
<pclass="admonition-title">Note</p>
<p>This class represents an enumerated type in the interface language
definition. The class contains class attributes which represent the
values in the current version of the enumerated type. Newer versions of
the enumerated type may contain new values. To use new values of the
enumerated type in communication with a server that supports the newer
version of the API, you instantiate this class. See <aclass="reference internal"href="enumeration.html#enumeration-description"><spanclass="std std-ref">enumerated
type description page</span></a>.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>string</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – String value for the <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">TimeSyncMode</span></code> instance.</p>
<codeclass="sig-name descname"><spanclass="pre">DISABLED</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">TimeSyncMode(string='DISABLED')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Timesync.TimeSyncMode.DISABLED"title="Permalink to this definition">¶</a></dt>
<codeclass="sig-name descname"><spanclass="pre">HOST</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">TimeSyncMode(string='HOST')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Timesync.TimeSyncMode.HOST"title="Permalink to this definition">¶</a></dt>
<dd><p>VMware Tool-based time synchronization.</p>
<codeclass="sig-name descname"><spanclass="pre">NTP</span></code><emclass="property"><spanclass="pre">=</span><spanclass="pre">TimeSyncMode(string='NTP')</span></em><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Timesync.TimeSyncMode.NTP"title="Permalink to this definition">¶</a></dt>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Timezone</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">name</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Timezone"title="Permalink to this definition">¶</a></dt>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">Timezone</span></code> class provides methods to get and set the appliance
timezone.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><p><strong>name</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – Set time zone.</p>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.</span></code><codeclass="sig-name descname"><spanclass="pre">UserAccountSettings</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">local_accounts_policy</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">root_account_policy</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.UserAccountSettings"title="Permalink to this definition">¶</a></dt>
<p>This <codeclass="docutils literal notranslate"><spanclass="pre">UserAccountSettings</span></code> class to set/get user account settings.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>local_accounts_policy</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LocalAccountsPolicy"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LocalAccountsPolicy"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">LocalAccountsPolicy</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – The <codeclass="docutils literal notranslate"><spanclass="pre">localAccountsPolicy</span></code> class provides methods to manage local
user accounts.
Only <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">set</span></code> if Password Policy is set to manage local user
accounts.</p></li>
<li><p><strong>root_account_policy</strong> (<aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LocalAccounts"title="com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LocalAccounts"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">LocalAccounts</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – The <codeclass="docutils literal notranslate"><spanclass="pre">LocalAccounts</span></code> class provides methods to manage local user
<spanid="com-vmware-appliance-vcenter-settings-v1-config-components-authmanagement-client-module"></span><h2>com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client module<aclass="headerlink"href="#module-com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client"title="Permalink to this headline">¶</a></h2>
<p><codeclass="docutils literal notranslate"><spanclass="pre">AuthenticationManagement</span></code> class This structure contains the Spec
required for Authentication Management configurations.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>privileges</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.Privileges"title="com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.Privileges"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Privileges</span></code></a>) – List of Privileges.</p></li>
<li><p><strong>global_permissions</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.GlobalPermission"title="com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.GlobalPermission"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">GlobalPermission</span></code></a>) – List of Global Permission.</p></li>
<li><p><strong>roles</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="#com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.Roles"title="com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.Roles"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Roles</span></code></a>) – List of Roles.</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.</span></code><codeclass="sig-name descname"><spanclass="pre">GlobalPermission</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">principal</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">role_ids</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">propagate</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.GlobalPermission"title="Permalink to this definition">¶</a></dt>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.</span></code><codeclass="sig-name descname"><spanclass="pre">LockoutPolicy</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">failed_login_attempts</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">failure_interval</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">unlock_time</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.LockoutPolicy"title="Permalink to this definition">¶</a></dt>
<p><codeclass="docutils literal notranslate"><spanclass="pre">LockoutPolicy</span></code> class This structure represents the configuration in
Lockout Policy.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>failed_login_attempts</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code>) – Maximum number of failed login attempts.</p></li>
<li><p><strong>failure_interval</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code>) – Time interval between failures.</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Principal</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">name</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">group</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.Principal"title="Permalink to this definition">¶</a></dt>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Privileges</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">id</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">description</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">group</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">is_on_parent</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.Privileges"title="Permalink to this definition">¶</a></dt>
<li><p><strong>group</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – Group to which the privilege belongs to.</p></li>
<li><p><strong>is_on_parent</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code>) – does this apply to the parent entity?</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Roles</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">id</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">name</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">description</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">privilege_ids</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.Roles"title="Permalink to this definition">¶</a></dt>
<p><codeclass="docutils literal notranslate"><spanclass="pre">Roles</span></code> class This structure represents the configuration for Roles.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>id</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code>) – Role identifier.</p></li>
<li><p><strong>name</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – Role name.</p></li>
<li><p><strong>description</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – Role description.</p></li>
<li><p><strong>privilege_ids</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – List of Privileges present in the Role.</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.</span></code><codeclass="sig-name descname"><spanclass="pre">StubFactory</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">stub_config</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.StubFactory"title="Permalink to this definition">¶</a></dt>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.</span></code><codeclass="sig-name descname"><spanclass="pre">TokenPolicy</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">clock_tolerance</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">token_renewal</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">token_delegation</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">bearer_refresh</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">hok_refresh</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.TokenPolicy"title="Permalink to this definition">¶</a></dt>
<spanid="com-vmware-appliance-vcenter-settings-v1-config-components-inventory-client-module"></span><h2>com.vmware.appliance.vcenter.settings.v1.config.components.inventory_client module<aclass="headerlink"href="#module-com.vmware.appliance.vcenter.settings.v1.config.components.inventory_client"title="Permalink to this headline">¶</a></h2>
<p>The <codeclass="docutils literal notranslate"><spanclass="pre">InventoryManagement</span></code> class contains attributes describing the
inventory of a vCenter Server.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>folders</strong> (<aclass="reference internal"href="com.vmware.appliance.vcenter.settings.v1.config.components.inventory.html#com.vmware.appliance.vcenter.settings.v1.config.components.inventory.folder_client.Folder"title="com.vmware.appliance.vcenter.settings.v1.config.components.inventory.folder_client.Folder"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.inventory.folder_client.Folder</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – List of Folders.</p></li>
<li><p><strong>datacenters</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="com.vmware.appliance.vcenter.settings.v1.config.components.inventory.html#com.vmware.appliance.vcenter.settings.v1.config.components.inventory.datacenter_client.Datacenter"title="com.vmware.appliance.vcenter.settings.v1.config.components.inventory.datacenter_client.Datacenter"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.inventory.datacenter_client.Datacenter</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – List of Datacenters.</p></li>
<li><p><strong>clusters</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="com.vmware.appliance.vcenter.settings.v1.config.components.inventory.html#com.vmware.appliance.vcenter.settings.v1.config.components.inventory.cluster_client.ClusterConfigInfo"title="com.vmware.appliance.vcenter.settings.v1.config.components.inventory.cluster_client.ClusterConfigInfo"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.inventory.cluster_client.ClusterConfigInfo</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – List of ClusterConfigurations.</p></li>
<li><p><strong>storage_pods</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="com.vmware.appliance.vcenter.settings.v1.config.components.inventory.html#com.vmware.appliance.vcenter.settings.v1.config.components.inventory.datastore_client.StoragePod"title="com.vmware.appliance.vcenter.settings.v1.config.components.inventory.datastore_client.StoragePod"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.inventory.datastore_client.StoragePod</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – List of Datastore Clusters.</p></li>
<li><p><strong>datastores</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="com.vmware.appliance.vcenter.settings.v1.config.components.inventory.html#com.vmware.appliance.vcenter.settings.v1.config.components.inventory.datastore_client.Datastore"title="com.vmware.appliance.vcenter.settings.v1.config.components.inventory.datastore_client.Datastore"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.inventory.datastore_client.Datastore</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – List of Datastores.</p></li>
<li><p><strong>networks</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="com.vmware.appliance.vcenter.settings.v1.config.components.inventory.html#com.vmware.appliance.vcenter.settings.v1.config.components.inventory.network_client.Network"title="com.vmware.appliance.vcenter.settings.v1.config.components.inventory.network_client.Network"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.inventory.network_client.Network</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – List of standard networks.</p></li>
<li><p><strong>hosts</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">list</span></code> of <aclass="reference internal"href="com.vmware.appliance.vcenter.settings.v1.config.components.inventory.html#com.vmware.appliance.vcenter.settings.v1.config.components.inventory.host_client.HostConfig"title="com.vmware.appliance.vcenter.settings.v1.config.components.inventory.host_client.HostConfig"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.inventory.host_client.HostConfig</span></code></a> or <codeclass="docutils literal notranslate"><spanclass="pre">None</span></code>) – List of Hosts.</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.inventory_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Permission</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">principal</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">group</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">propagate</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em>, <emclass="sig-param"><spanclass="n"><spanclass="pre">role_id</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.inventory_client.Permission"title="Permalink to this definition">¶</a></dt>
<p>The Permission class contains spec to define permissions in vCenter Server.</p>
<divclass="admonition tip">
<pclass="admonition-title">Tip</p>
<p>The arguments are used to initialize data attributes with the same
names.</p>
</div>
<dlclass="field-list simple">
<dtclass="field-odd">Parameters</dt>
<ddclass="field-odd"><ulclass="simple">
<li><p><strong>principal</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">str</span></code>) – User/Group name associated with the permission.</p></li>
<li><p><strong>group</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code>) – True if principal is a group.</p></li>
<li><p><strong>propagate</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">bool</span></code>) – True if permission can be propagated to child entities.</p></li>
<li><p><strong>role_id</strong> (<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">long</span></code>) – Role associated with the permission.</p></li>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.inventory_client.</span></code><codeclass="sig-name descname"><spanclass="pre">Settings</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">settings</span></span><spanclass="o"><spanclass="pre">=</span></span><spanclass="default_value"><spanclass="pre">None</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.inventory_client.Settings"title="Permalink to this definition">¶</a></dt>
<emclass="property"><spanclass="pre">class</span></em><codeclass="sig-prename descclassname"><spanclass="pre">com.vmware.appliance.vcenter.settings.v1.config.components.inventory_client.</span></code><codeclass="sig-name descname"><spanclass="pre">StubFactory</span></code><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="n"><spanclass="pre">stub_config</span></span></em><spanclass="sig-paren">)</span><aclass="headerlink"href="#com.vmware.appliance.vcenter.settings.v1.config.components.inventory_client.StubFactory"title="Permalink to this definition">¶</a></dt>