com.vmware.appliance.vcenter.settings.v1.config.components package
Subpackages
- com.vmware.appliance.vcenter.settings.v1.config.components.inventory package- Subpackages
- Submodules
- com.vmware.appliance.vcenter.settings.v1.config.components.inventory.cluster_client module
- com.vmware.appliance.vcenter.settings.v1.config.components.inventory.common_client module
- com.vmware.appliance.vcenter.settings.v1.config.components.inventory.datacenter_client module
- com.vmware.appliance.vcenter.settings.v1.config.components.inventory.datastore_client module
- com.vmware.appliance.vcenter.settings.v1.config.components.inventory.folder_client module
- com.vmware.appliance.vcenter.settings.v1.config.components.inventory.host_client module
- com.vmware.appliance.vcenter.settings.v1.config.components.inventory.network_client module
- com.vmware.appliance.vcenter.settings.v1.config.components.inventory.resourcepool_client module
- com.vmware.appliance.vcenter.settings.v1.config.components.inventory.vm_client module
 
Submodules
com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client module
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.AccessSettings(ssh=None, dcui=None, console_cli=None, shell=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- This - AccessSettingsclass to set/get access settings.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- ssh ( - Sshor- None) – Get/Set enabled state of SSH-based controlled CLI.- Sshclass provides methods
- dcui ( - Dcuior- None) – Get/Set enabled of Direct Console User Interface (DCUI TTY2).- Dcuiclass provides methods
- console_cli ( - Consoleclior- None) – Get/Set enabled state of the console-based controlled CLI.- Consolecliclass provides methods
- shell ( - Shellor- None) – Get/Set enabled state of BASH.- Shellclass provides methods
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Address(address=None, origin=None, prefix=None, status=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - Addressclass provides the structure used to name an IPv6 address.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- address ( - stror- None) – The IPv6 address, for example, fc00:10:20:83:20c:29ff:fe94:bb5a. If- set, the address was never set.
- origin ( - Address.Originor- None) – The Origin of the IPv6 address. For more information, see RFC 4293. If- set, the origin was never set.
- prefix ( - longor- None) – The IPv6 CIDR prefix, for example, 64. If- set, the prefix was never set.
- status ( - Address.Statusor- None) – The Status of the IPv6 address. For more information, see RFC 4293. If- set, the status was never set.
 
 - class Origin(string)
- Bases: - vmware.vapi.bindings.enum.Enum- The - Address.Originclass defines IPv6 address origin values.- Note - 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 enumerated type description page. - Parameters
- string ( - str) – String value for the- Origininstance.
 - DHCP = Origin(string='DHCP')
- The IPv6 address is assigned by a DHCP server. See RFC 4293. 
 - LINKLAYER = Origin(string='LINKLAYER')
- The IPv6 address is assigned by IPv6 Stateless Address Auto-configuration (SLAAC). See RFC 4293. 
 - MANUAL = Origin(string='MANUAL')
- The IPv6 address was manually configured to a specified address, for example, by user configuration. See RFC 4293. 
 - OTHER = Origin(string='OTHER')
- The IPv6 address is assigned by a mechanism other than manual, DHCP, SLAAC, or random. See RFC 4293. 
 - RANDOM = Origin(string='RANDOM')
- The IPv6 address is assigned randomly by the system. See RFC 4293. 
 
 - class Status(string)
- Bases: - vmware.vapi.bindings.enum.Enum- The - Address.Statusclass defines IPv6 address status values. See RFC 4293.- Note - 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 enumerated type description page. - Parameters
- string ( - str) – String value for the- Statusinstance.
 - DEPRECATED = Status(string='DEPRECATED')
- 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 an address are processed as expected. 
 - DUPLICATE = Status(string='DUPLICATE')
- The IPv6 address is not unique on the link and cannot be used. 
 - INACCESSIBLE = Status(string='INACCESSIBLE')
- The IPv6 address is inaccessible because the interface to which this address is assigned is not operational. 
 - INVALID = Status(string='INVALID')
- The IPv6 address is not a valid address. It should not appear as the destination or source address of a packet. 
 - OPTIMISTIC = Status(string='OPTIMISTIC')
- The IPv6 address is available for use, subject to restrictions, while its uniqueness on a link is being verified. 
 - PREFERRED = Status(string='PREFERRED')
- This is a valid IPv6 address that can appear as the destination or source address of a packet. 
 - TENTATIVE = Status(string='TENTATIVE')
- 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 determine the uniqueness of the address. 
 - UNKNOWN = Status(string='UNKNOWN')
- The status of this address cannot be determined. 
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.ApplianceManagement(software_update_policy=None, backup_schedules=None, access_settings=None, datetime_config=None, syslog=None, user_account_settings=None, smtp=None, network=None, ceip=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- ApplianceManagementclass This structure contains the Spec required for Appliance Management configurations.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- software_update_policy ( - SoftwareUpdatePolicyor- None) – Policy to update vCenter. Only- setif the SoftwareUpdatePolicy is set inside vCenter.
- backup_schedules ( - listof- BackupScheduleor- None) – Backup schedule of vCenter. Only- setif the Backup is schedule for vCenter
- access_settings ( - AccessSettingsor- None) – AccessSettings of vCenter. if access settings are set for vCenter
- datetime_config ( - DatetimeConfigor- None) – Date Time Configuration of vCenter. Only- setif access settings are set for vCenter
- syslog ( - listof- LogForwardingor- None) – The- syslogclass provides methods to manage forwarding of log messages to remote logging servers. Only- setif log forwarding to remote server are set in vCenter.
- user_account_settings ( - UserAccountSettingsor- None) – User Account Settings of vCenter. if user account settings are set for vCenter
- smtp ( - Smtpor- None) – The- LocalAccountsclass provides methods to manage local user account.
- network ( - ApplianceNetworkor- None) – Network configurations to be applied. Only- setif the network configurations are set in vCenter.
- ceip ( - Ceipor- None) – CEIP (Customer Experience Improvement Program) enabled state. Only- setif ceip are set in vcenter.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.ApplianceNetwork(firewall_rule_policies=None, dns_server_configuration=None, proxy_configuration=None, interfaces=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- ApplianceNetworkclass This structure contains the Spec required for Appliance Network configurations.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- firewall_rule_policies ( - listof- FirewallRulePolicyor- None) – List of Firewall Rules to be applied. Only- setif the FirewallRulePolicy is set in vCenter.
- dns_server_configuration ( - DnsServerConfigurationor- None) – DNS configuration to be applied. Only- setif the DnsServerConfiguration is set in vCenter.
- proxy_configuration ( - listof- ProxyConfigurationor- None) – Proxy configuration to be applied. Only- setif the Proxy server configuration is set in vCenter.
- interfaces ( - listof- Interfaceor- None) – Interfaces configuration to be applied. Only- setif the Interfaces configuration is set in vCenter.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.BackupSchedule(parts=None, backup_password=None, location=None, location_user=None, location_password=None, enable=None, recurrence_info=None, retention_info=None, schedule_id=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - BackupScheduleclass contains fields to be specified for creating a new schedule. The structure includes parts, location information, encryption password and enable flag.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- parts ( - listof- stror- None) – 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.
- backup_password ( - stror- None) – 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.
- location ( - str) – URL of the backup location.
- location_user ( - stror- None) – Username for the given location. If None authentication will not be used for the specified location.
- location_password ( - stror- None) – Password for the given location. If None authentication will not be used for the specified location.
- enable ( - boolor- None) – Enable or disable a schedule. If None the schedule will be enabled.
- recurrence_info ( - RecurrenceInfoor- None) – Recurrence information for the schedule. If None backup job will not be scheduled. See- RecurrenceInfo
- retention_info ( - RetentionInfoor- None) – Retention information for the schedule. If None all the completed backup jobs will be retained forever. See- RetentionInfo
- schedule_id ( - str) – Identifier of the schedule.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Ceip(enabled=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- Ceipclass provides methods to Get/Set enabled state of CEIP (Customer Experience Improvement Program) value.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- enabled ( - boolor- None) – Set enabled state of the CEIP.
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Consolecli(enabled=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- Get/Set of the console-based controlled CLI. - Consolecliclass provides methods- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- enabled ( - boolor- None) – Set enabled state of the console-based controlled CLI (TTY1).
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.DatetimeConfig(time_zone=None, time_sync=None, ntp=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- This - DatetimeConfigclass to set/get date time settings.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- time_zone ( - Timezoneor- None) – The- Timezoneclass provides methods to get and set the appliance timezone. Only- setif the Timezone is set in vCenter
- time_sync ( - Timesyncor- None) –- Timesyncclass provides methods Performs time synchronization configuration. Only- setif the time sync mode is set in vCenter
- ntp ( - Ntpor- None) –- Ntpclass provides methods Gets NTP configuration status and tests connection to ntp servers. Only- setif the ntp server are set in vCenter.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Dcui(enabled=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- Get/Set enabled state of Direct Console User Interface (DCUI TTY2). - Dcuiclass provides methods- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- enabled ( - boolor- None) – Set enabled state of Direct Console User Interface (DCUI).
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.DnsServerConfiguration(mode=None, servers=None, domains=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- DnsServerConfigurationclass This structure represents the configuration state used to determine DNS servers.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- mode ( - DnsServerConfiguration.DNSServerMode) – 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.
- servers ( - listof- str) – List of the currently used DNS servers. DNS server configuration.
- domains ( - listof- stror- None) – List of the search domains. DNS Search Domains.
 
 - class DNSServerMode(string)
- Bases: - vmware.vapi.bindings.enum.Enum- DnsServerConfiguration.DNSServerModeclass Describes DNS Server source (DHCP,static).- Note - 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 enumerated type description page. - Parameters
- string ( - str) – String value for the- DNSServerModeinstance.
 - DHCP = DNSServerMode(string='DHCP')
- DNS address is automatically assigned by a DHCP server. 
 - IS_STATIC = DNSServerMode(string='IS_STATIC')
- DNS address is static. 
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.FirewallRulePolicy(address=None, prefix=None, policy=None, interface_name=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- FirewallRulePolicyclass Structure that defines a single address-based firewall rule.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- address ( - str) – IPv4 or IPv6 address.
- prefix ( - long) – CIDR prefix used to mask address. For example, an IPv4 prefix of 24 ignores the low-order 8 bits of address.
- policy ( - FirewallRulePolicy.Policy) – The allow or deny policy of this rule.
- interface_name ( - stror- None) – The interface to which this rule applies. An empty string indicates that the rule applies to all interfaces. Only- setif interface name required
 
 - class Policy(string)
- Bases: - vmware.vapi.bindings.enum.Enum- FirewallRulePolicy.Policyclass Defines firewall rule policies.- Note - 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 enumerated type description page. - Parameters
- string ( - str) – String value for the- Policyinstance.
 - ACCEPT = Policy(string='ACCEPT')
- Allow packet with corresponding address. 
 - IGNORE = Policy(string='IGNORE')
- Drop packet with correpsonding address. 
 - REJECT = Policy(string='REJECT')
- Drop packet with corresponding address sending destination is not reachable. 
 - RETURN = Policy(string='RETURN')
- Apply default or port-specific rules to packet with corresponding address. 
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Interface(name=None, status=None, mac=None, ipv4=None, ipv6=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- Interfacesclass Provides information about network interface.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- name ( - stror- None) – Interface name, for example, “nic0”, “nic1”. If- set, the name was never set
- status ( - Interface.InterfaceStatusor- None) – Interface status. If- set, the name was never set
- mac ( - stror- None) – MAC address. For example 00:0C:29:94:BB:5A. If- set, the mac was never set
- ipv4 ( - Ipv4or- None) – IPv4 Address information. ipv4 This- setIPv4 is not set.
- ipv6 ( - Ipv6or- None) – IPv6 Address information. ipv6 This- setIPv6 is not set.
 
 - class InterfaceStatus(string)
- Bases: - vmware.vapi.bindings.enum.Enum- Interface.InterfaceStatusclass Defines interface status- Note - 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 enumerated type description page. - Parameters
- string ( - str) – String value for the- InterfaceStatusinstance.
 - DOWN = InterfaceStatus(string='DOWN')
- The interface is down. 
 - UP = InterfaceStatus(string='UP')
- The interface is up. 
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Ipv4(mode=None, address=None, prefix=None, default_gateway=None, configurable=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - IPv4class defines IPv4 configuration. to perform IPv4 network configuration for interfaces.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- mode ( - Ipv4.Mode) – The Address assignment mode.
- address ( - str) – The IPv4 address, for example, “10.20.80.191”.
- prefix ( - long) – The IPv4 CIDR prefix, for example, 24. See http://www.oav.net/mirrors/cidr.html for netmask-to-prefix conversion.
- default_gateway ( - stror- None) – 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- set, the defaultGateway was never set.
- configurable ( - boolor- None) – The IPv4 is configured or not.
 
 - class Mode(string)
- Bases: - vmware.vapi.bindings.enum.Enum- The - Ipv4.Modeclass defines different IPv4 address assignment modes.- Note - 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 enumerated type description page. - Parameters
- string ( - str) – String value for the- Modeinstance.
 - DHCP = Mode(string='DHCP')
- The IPv4 address is automatically assigned by a DHCP server. 
 - STATIC = Mode(string='STATIC')
- The IPv4 address is static. 
 - UNCONFIGURED = Mode(string='UNCONFIGURED')
- The IPv4 protocol is not configured. 
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Ipv6(dhcp=None, autoconf=None, configurable=None, addresses=None, default_gateway=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - Ipv6class defines Ipv6 configuration. to perform Ipv6 network configuration for interfaces.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- dhcp ( - bool) – An address will be assigned by a DHCP server.
- autoconf ( - bool) – An address will be assigned by Stateless Address Autoconfiguration (SLAAC).
- configurable ( - bool) – The IPv6 is configured or not.
- addresses ( - listof- Addressor- None) – The list of addresses to be statically assigned. If- set, the addresses were never set.
- default_gateway ( - str) – 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.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LocalAccounts(fullname=None, roles=None, enabled=None, has_password=None, min_days_between_password_change=None, max_days_between_password_change=None, warn_days_before_password_expiration=None, password=None, email=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - LocalAccountsclass provides methods to manage local user account.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- fullname ( - stror- None) – Full name of the user If None, the value was never set.
- roles ( - listof- stror- None) – User roles
- enabled ( - boolor- None) – Flag indicating if the account is enabled
- has_password ( - boolor- None) – Is the user password set.
- min_days_between_password_change ( - longor- None) – Minimum number of days between password change If None, pasword can be changed any time.
- max_days_between_password_change ( - longor- None) – Maximum number of days between password change If None, password never expires.
- warn_days_before_password_expiration ( - longor- None) – Number of days of warning before password expires If None, a user is never warned.
- password ( - stror- None) – Password If None, value will not be changed
- email ( - stror- None) – Email address of the local account If None, value will not be changed
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LocalAccountsPolicy(max_days=None, min_days=None, warn_days=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - LocalAccountsPolicyclass provides methods to manage local user accounts password lifecycle.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- max_days ( - longor- None) – 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.
- min_days ( - longor- None) – 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.
- warn_days ( - longor- None) – 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.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.LogForwarding(hostname=None, port=None, protocol=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - LogForwardingclass provides methods to manage forwarding of log messages to remote logging servers.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- hostname ( - stror- None) – FQDN or IP address of the logging server to which messages are forwarded.
- port ( - longor- None) – The port on which the remote logging server is listening for forwarded log messages.
- protocol ( - LogForwarding.Protocolor- None) – Transport protocol used to forward log messages.
 
 - class Protocol(string)
- Bases: - vmware.vapi.bindings.enum.Enum- The - LogForwarding.Protocolclass defines transport protocols for outbound log messages.- Note - 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 enumerated type description page. - Parameters
- string ( - str) – String value for the- Protocolinstance.
 - RELP = Protocol(string='RELP')
- Log messages will be forwarded to the remote host using the RELP protocol. 
 - TCP = Protocol(string='TCP')
- Log messages will be forwarded to the remote host using the TCP protocol. 
 - TLS = Protocol(string='TLS')
- Log messages will be forwarded to the remote host by using the TLS protocol. 
 - UDP = Protocol(string='UDP')
- Log messages will be forwarded to the remote host using the UDP protocol. 
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Ntp(servers=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- Ntpclass provides methods Get/Set NTP configuration status and tests connection to ntp servers.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- servers ( - listof- str) – Set NTP servers. This variable updates old NTP servers from configuration and sets the input NTP servers in the configuration.
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.ProxyConfiguration(protocol=None, server=None, port=None, username=None, password=None, enabled=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - ProxyConfigurationclass defines proxy configuration.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- protocol ( - ProxyConfiguration.Protocol) – The protocol for which proxy should be set.
- server ( - stror- None) – URL of the proxy server Only- setif server set in ProxyConfiguration.
- port ( - long) – 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.
- username ( - stror- None) – Username for proxy server. Only- setif proxy requires username.
- password ( - stror- None) – Password for proxy server. Only- setif proxy requires password.
- enabled ( - boolor- None) – In the result of the- #getand- #listmethods this attribute indicates whether proxying is enabled for a particular protocol. In the input to the- testand- setmethods this attribute specifies whether proxying should be enabled for a particular protocol.
 
 - class Protocol(string)
- Bases: - vmware.vapi.bindings.enum.Enum- ProxyConfiguration.Protocolclass defines the protocols for which proxying is supported.- Note - 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 enumerated type description page. - Parameters
- string ( - str) – String value for the- Protocolinstance.
 - FTP = Protocol(string='FTP')
- Proxy configuration for ftp. 
 - HTTP = Protocol(string='HTTP')
- Proxy configuration for http. 
 - HTTPS = Protocol(string='HTTPS')
- Proxy configuration for https. 
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RecurrenceInfo(minute=None, hour=None, days=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - RecurrenceInfoclass contains the recurrence information associated with a schedule.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- minute ( - long) – Minute when backup should run.
- hour ( - long) – Hour when backup should run. The hour should be specified in 24-hour clock format.
- days ( - listof- RecurrenceInfo.DayOfWeekor- None) – Day of week when the backup should be run. Days can be specified as list of days. If None the backup will be run everyday.
 
 - class DayOfWeek(string)
- Bases: - vmware.vapi.bindings.enum.Enum- The - RecurrenceInfo.DayOfWeekclass defines the set of days when backup can be scheduled. The days can be specified as a list of individual days. You specify the days when you set the recurrence for a schedule. See- RecurrenceInfo.days.- Note - 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 enumerated type description page. - Parameters
- string ( - str) – String value for the- DayOfWeekinstance.
 - FRIDAY = DayOfWeek(string='FRIDAY')
- Friday 
 - MONDAY = DayOfWeek(string='MONDAY')
- Monday 
 - SATURDAY = DayOfWeek(string='SATURDAY')
- Saturday 
 - SUNDAY = DayOfWeek(string='SUNDAY')
- Sunday 
 - THURSDAY = DayOfWeek(string='THURSDAY')
- Thursday 
 - TUESDAY = DayOfWeek(string='TUESDAY')
- Tuesday 
 - WEDNESDAY = DayOfWeek(string='WEDNESDAY')
- Wednesday 
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.RetentionInfo(max_count=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - RetentionInfoclass contains retention information associated with a schedule.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- max_count ( - long) – Number of backups which should be retained. If retention is not set, all the backups will be retained forever.
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Shell(enabled=None, timeout=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- Get/Set enabled state of BASH, that is, access to BASH from within the controlled CLI. - Shellclass provides methods.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- enabled ( - boolor- None) – Enabled can be set to true or false
- timeout ( - long) – The timeout (in seconds) specifies how long you enable the Shell access. The maximum timeout is 86400 seconds(1 day).
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Smtp(mail_server=None, relay_port=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - Smtpclass provides methods to manage send mail configuration.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- mail_server ( - stror- None) – Mail server IP address. If None then the value will be ignored.
- relay_port ( - stror- None) – Relay port number. If None then the value will be ignored.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.SoftwareUpdatePolicy(url=None, default_url=None, auto_stage=None, check_schedule=None, username=None, password=None, enable_ssl_cert_validation=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- This - SoftwareUpdatePolicyclass to set/get background check for the new updates.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- url ( - stror- None) – Current appliance update repository URL. Enter “default” to reset the url to the default url. Only- setif custom URL required
- default_url ( - stror- None) – Default appliance update repository URL. Only- setif default URL required
- auto_stage ( - boolor- None) – Check for update at the pre-configured repository URL. Only- setif auto stage is enable.
- check_schedule ( - listof- Timeor- None) – The- Timeclass defines day and time the automatic check for new updates will be run. Only- setif Time required.
- username ( - stror- None) – Username for the url update repository Only- setif SoftwareUpdatePolicy requires username.
- password ( - stror- None) – Password for the url update repository Only- setif SoftwareUpdatePolicy requires password.
- enable_ssl_cert_validation ( - boolor- None) –- Indicates whether certificates will be checked during patching. - Warning: If this attribute is set to false, an insecure connection is made to the update repository which can potentially put the appliance security at risk. 
 
 - class AutoUpdateNotification(string)
- Bases: - vmware.vapi.bindings.enum.Enum- Defines state for automatic update notification. - SoftwareUpdatePolicy.AutoUpdateNotificationclass- Note - 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 enumerated type description page. - Parameters
- string ( - str) – String value for the- AutoUpdateNotificationinstance.
 - DISABLED = AutoUpdateNotification(string='DISABLED')
- Automatic update notification is disabled. Disable periodically query the configured url for updates. 
 - ENABLED = AutoUpdateNotification(string='ENABLED')
- Automatic update notification is enabled. Enable periodically query the configured url for updates. 
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Ssh(enabled=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- Sshclass provides methods to Get/Set enabled state of SSH-based controlled CLI.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- enabled ( - boolor- None) – Set enabled state of the SSH-based controlled CLI.
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.StubFactory(stub_config)
- Bases: - vmware.vapi.bindings.stub.StubFactoryBase- Initialize StubFactoryBase - Parameters
- stub_config ( - vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Time(hour=None, minute=None, day=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - Timeclass defines weekday and time the automatic check for new updates will be run- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- hour ( - stror- None) – Time to query for updates Format: HH:MM:SS Military (24 hour) Time Format Only- setif hour is present in SoftwareUpdatePolicy
- minute ( - stror- None) – Time to query for updates Format: HH:MM:SS Military (24 hour) Time Format Only- setif minute is present in SoftwareUpdatePolicy
- day ( - Time.UpdateDayor- None) – Day to query for updates Only- setif minute is present in SoftwareUpdatePolicy
 
 - class UpdateDay(string)
- Bases: - vmware.vapi.bindings.enum.Enum- Time.UpdateDayclass Defines days to query for updates.- Note - 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 enumerated type description page. - Parameters
- string ( - str) – String value for the- UpdateDayinstance.
 - EVERYDAY = UpdateDay(string='EVERYDAY')
- Query for updates everyday. 
 - FRIDAY = UpdateDay(string='FRIDAY')
- Query for updates on Friday. 
 - MONDAY = UpdateDay(string='MONDAY')
- Query for updates on Monday. 
 - SATURDAY = UpdateDay(string='SATURDAY')
- Query for updates on Saturday. 
 - SUNDAY = UpdateDay(string='SUNDAY')
- Query for updates on Sunday. 
 - THURSDAY = UpdateDay(string='THURSDAY')
- Query for updates on Thursday. 
 - TUESDAY = UpdateDay(string='TUESDAY')
- Query for updates on Tuesday. 
 - WEDNESDAY = UpdateDay(string='WEDNESDAY')
- Query for updates on Wednesday. 
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Timesync(mode=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- Timesyncclass provides methods Performs time synchronization configuration.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- mode ( - Timesync.TimeSyncMode) –
 - class TimeSyncMode(string)
- Bases: - vmware.vapi.bindings.enum.Enum- The - Timesync.TimeSyncModeclass defines time synchronization modes- Note - 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 enumerated type description page. - Parameters
- string ( - str) – String value for the- TimeSyncModeinstance.
 - DISABLED = TimeSyncMode(string='DISABLED')
- Time synchronization is disabled. 
 - HOST = TimeSyncMode(string='HOST')
- VMware Tool-based time synchronization. 
 - NTP = TimeSyncMode(string='NTP')
- NTP-based time synchronization. 
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.Timezone(name=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - Timezoneclass provides methods to get and set the appliance timezone.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- name ( - stror- None) – Set time zone.
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.applmgmt_client.UserAccountSettings(local_accounts_policy=None, root_account_policy=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- This - UserAccountSettingsclass to set/get user account settings.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- local_accounts_policy ( - LocalAccountsPolicyor- None) – The- localAccountsPolicyclass provides methods to manage local user accounts. Only- setif Password Policy is set to manage local user accounts.
- root_account_policy ( - LocalAccountsor- None) – The- LocalAccountsclass provides methods to manage local user account.
 
 
com.vmware.appliance.vcenter.settings.v1.config.components.authcommon_client module
- class com.vmware.appliance.vcenter.settings.v1.config.components.authcommon_client.Principal(name=None, group=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- Principalclass represents the configuration for a Principal.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- name ( - str) – Principal name.
- group ( - bool) – Is a Group
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.authcommon_client.StubFactory(stub_config)
- Bases: - vmware.vapi.bindings.stub.StubFactoryBase- Initialize StubFactoryBase - Parameters
- stub_config ( - vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
 
com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client module
- class com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.AuthenticationManagement(privileges=None, global_permissions=None, roles=None, vc_groups=None, identity_sources=None, password_policy=None, token_policy=None, lockout_policy=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- AuthenticationManagementclass This structure contains the Spec required for Authentication Management configurations.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- privileges ( - listof- Privileges) – List of Privileges.
- global_permissions ( - listof- GlobalPermission) – List of Global Permission.
- roles ( - listof- Roles) – List of Roles.
- vc_groups ( - listof- VCGroups) – List of VCGroups.
- identity_sources ( - listof- IdentitySourceor- None) – List of Identity Sources added to VC.
- password_policy ( - PasswordPolicyor- None) – Password Policy.
- token_policy ( - TokenPolicyor- None) – Token Policy.
- lockout_policy ( - LockoutPolicyor- None) – Lockout Policy.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.GlobalPermission(principal=None, role_ids=None, role_names=None, propagate=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- GlobalPermissionsclass This structure represents the configuration for Global Permissions- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- principal ( - com.vmware.appliance.vcenter.settings.v1.config.components.authcommon_client.Principal) – Principal with roles.
- role_ids ( - listof- longor- None) – Role Ids assigned to this Principal
- role_names ( - listof- str) – Role Names assigned to this Principal
- propagate ( - bool) – Propagating to child objects.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.IdentitySource(identity_source_type=None, names=None, alias=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- IdentitySourceclass This structure represents the configuration for Identity Source present in vCenter.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- identity_source_type ( - IdentitySourceType) – Identity Source Type.
- names ( - listof- str) – Identity Source name.
- alias ( - stror- None) – Alias for Identity Source.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.IdentitySourceType(string)
- Bases: - vmware.vapi.bindings.enum.Enum- The - IdentitySourceTypeclass contains the possible Identity Source Types.- Note - 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 enumerated type description page. - Parameters
- string ( - str) – String value for the- IdentitySourceTypeinstance.
 - AD_OVER_IWA = IdentitySourceType(string='AD_OVER_IWA')
- Active Directory (Integrated Windows Authentication). 
 - AD_OVER_LDAP = IdentitySourceType(string='AD_OVER_LDAP')
- Active Directory over LDAP. 
 - IDP_ADFS = IdentitySourceType(string='IDP_ADFS')
- Active Directory Federation Services (Microsoft ADFS). 
 - IDP_CSP = IdentitySourceType(string='IDP_CSP')
- VMware Cloud Services Platform. 
 - IDP_WS1B = IdentitySourceType(string='IDP_WS1B')
- VMware Workspace ONE Broker. 
 - OPEN_LDAP = IdentitySourceType(string='OPEN_LDAP')
- Open LDAP 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.LockoutPolicy(failed_login_attempts=None, failure_interval=None, unlock_time=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- LockoutPolicyclass This structure represents the configuration in Lockout Policy.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- failed_login_attempts ( - long) – Maximum number of failed login attempts.
- failure_interval ( - long) – Time interval between failures.
- unlock_time ( - long) – Unlock time.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.PasswordPolicy(special_chars=None, alpha_chars=None, uppercase_chars=None, lowercase_chars=None, numeric_chars=None, adj_identical_chars=None, password_reuse=None, max_life=None, max_length=None, min_length=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- PasswordPolicyclass This structure represents the configuration in Password Policy.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- special_chars ( - long) – Minimum special characters.
- alpha_chars ( - long) – Minimum alphabetic characters.
- uppercase_chars ( - long) – Minimum uppercase characters.
- lowercase_chars ( - long) – Minimum lowercase characters.
- numeric_chars ( - long) – Minimum numeric characters.
- adj_identical_chars ( - long) – Maximum adjacent identical characters.
- password_reuse ( - long) – Previous password reuse restriction.
- max_life ( - long) – Maximum lifetime.
- max_length ( - long) – Maximum length.
- min_length ( - long) – Minimum length.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.Privileges(id=None, description=None, group=None, is_on_parent=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- Privilegesclass This structure represents the configuration for Privileges.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- id ( - str) – Privilege identifier.
- description ( - stror- None) – Privilege description.
- group ( - str) – Group to which the privilege belongs to.
- is_on_parent ( - bool) – does this apply to the parent entity?
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.Roles(id=None, name=None, description=None, privilege_ids=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- Rolesclass This structure represents the configuration for Roles.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- id ( - longor- None) – Role identifier.
- name ( - str) – Role name which is unique across roles.
- description ( - stror- None) – Role description.
- privilege_ids ( - listof- stror- None) – List of Privileges present in the Role.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.StubFactory(stub_config)
- Bases: - vmware.vapi.bindings.stub.StubFactoryBase- Initialize StubFactoryBase - Parameters
- stub_config ( - vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.TokenPolicy(clock_tolerance=None, token_renewal=None, token_delegation=None, bearer_refresh=None, hok_refresh=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- TokenPolicyclass This structure represents the configuration in Token Policy.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- clock_tolerance ( - long) – Clock tolerance ms.
- token_renewal ( - long) – Maximum token renewal count.
- token_delegation ( - long) – Maximum token delegation count.
- bearer_refresh ( - long) – Maximum Bearer RefreshToken lifetime.
- hok_refresh ( - long) – Maximum HoK RefreshToken lifetime.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.authmanagement_client.VCGroups(principal=None, description=None, members=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- VCGroupsclass This structure represents the configuration for VCGroups.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- principal ( - str) – Unique name of the VC group.
- description ( - stror- None) – VCGroup description.
- members ( - listof- com.vmware.appliance.vcenter.settings.v1.config.components.authcommon_client.Principalor- None) – List of members present in the vcGroup.
 
 
com.vmware.appliance.vcenter.settings.v1.config.components.inventory_client module
The
com.vmware.appliance.vcenter.settings.v1.config.components.inventory_client
module provides classes to manage the vCenter Server Inventory configurations.
- class com.vmware.appliance.vcenter.settings.v1.config.components.inventory_client.InventoryManagement(folders=None, datacenters=None, clusters=None, storage_pods=None, datastores=None, networks=None, hosts=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - InventoryManagementclass contains attributes describing the inventory of a vCenter Server.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- folders ( - com.vmware.appliance.vcenter.settings.v1.config.components.inventory.folder_client.Folderor- None) – List of Folders.
- datacenters ( - listof- com.vmware.appliance.vcenter.settings.v1.config.components.inventory.datacenter_client.Datacenteror- None) – List of Datacenters.
- clusters ( - listof- com.vmware.appliance.vcenter.settings.v1.config.components.inventory.cluster_client.ClusterConfigInfoor- None) – List of ClusterConfigurations.
- storage_pods ( - listof- com.vmware.appliance.vcenter.settings.v1.config.components.inventory.datastore_client.StoragePodor- None) – List of Datastore Clusters.
- datastores ( - listof- com.vmware.appliance.vcenter.settings.v1.config.components.inventory.datastore_client.Datastoreor- None) – List of Datastores.
- networks ( - listof- com.vmware.appliance.vcenter.settings.v1.config.components.inventory.network_client.Networkor- None) – List of standard networks.
- hosts ( - listof- com.vmware.appliance.vcenter.settings.v1.config.components.inventory.host_client.HostConfigor- None) – List of Hosts.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.inventory_client.Settings(settings=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - Settingsclass defines vCenter Server settings as key-value pairs.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- settings ( - dictof- strand- str) –
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.inventory_client.StubFactory(stub_config)
- Bases: - vmware.vapi.bindings.stub.StubFactoryBase- Initialize StubFactoryBase - Parameters
- stub_config ( - vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
 
com.vmware.appliance.vcenter.settings.v1.config.components.managementcluster_client module
- class com.vmware.appliance.vcenter.settings.v1.config.components.managementcluster_client.DrsConfig(enabled=None, automation_level=None, migration_threshold=None, virtual_machine_automation=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - DrsConfigclass contains attributes describing the DRS specific configurations of the management cluster. Warning: This class is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- enabled ( - bool) – Flag indicating whether or not DRS service is enabled. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
- automation_level ( - DrsConfig.DrsBehaviorInfoor- None) – Specifies the cluster-wide default DRS behavior for virtual machines. You can override the default behavior for a virtual machine. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. If None or empty, the value is skipped.
- migration_threshold ( - longor- None) – Threshold for generated recommendations. DRS generates only those recommendations that are above the specified vmotionRate. Ratings vary from 1 to 5. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. If None or empty, the value is skipped.
- virtual_machine_automation ( - boolor- None) – Flag that dictates whether DRS Behavior overrides for individual VMs. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
 
 - class DrsBehaviorInfo(string)
- Bases: - vmware.vapi.bindings.enum.Enum- The - DrsConfig.DrsBehaviorInfoclass defines the automation levels that can be set on a DRS cluster. Warning: This enumeration is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.- Note - 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 enumerated type description page. - Parameters
- string ( - str) – String value for the- DrsBehaviorInfoinstance.
 - FULLY_AUTOMATED = DrsBehaviorInfo(string='FULLY_AUTOMATED')
- Specifies that VirtualCenter should automate both the migration of virtual machines and their placement with a host at power on. Warning: This class attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. 
 - MANUAL = DrsBehaviorInfo(string='MANUAL')
- Specifies that VirtualCenter should generate recommendations for virtual machine migration and for placement with a host, but should not implement the recommendations automatically. Warning: This class attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. 
 - PARTIALLY_AUTOMATED = DrsBehaviorInfo(string='PARTIALLY_AUTOMATED')
- Specifies that VirtualCenter should generate recommendations for virtual machine migration and for placement with a host, but should automatically implement only the placement at power on. Warning: This class attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. 
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.managementcluster_client.ManagementCluster(name=None, parent_path=None, drs=None, management_resourcepools=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - ManagementClusterclass contains attributes describing the configuration of the management cluster that hosts the management virtual machines. It contains the resource settings of the cluster and the management virtual machines running inside it. Warning: This class is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- name ( - str) – Name of the management cluster which hosts the management VMs. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
- parent_path ( - str) – Absolute path from root folder to management cluster’s parent. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
- drs ( - DrsConfig) – Cluster-wide configuration of the vSphere DRS service. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
- management_resourcepools ( - listof- ResourcePool) – The management cluster provides dedicated resource pools for running the management virtual machines. Management cluster can can run workload VMs outside this resource pools. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.managementcluster_client.ManagementVirtualMachine(name=None, mo_id=None, vm_type=None, parent_path=None, resource_config=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - ManagementVirtualMachineclass contains information about the management virtual machine configurations present in the management cluster. Warning: This class is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- name ( - str) – Name of the management virtual machine configuration. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
- mo_id ( - stror- None) – Managed Object identifier of the management virtual machine. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
- vm_type ( - ManagementVirtualMachine.ManagementVMType) – Type of the management virtual machine. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
- parent_path ( - str) – Absolute path from root folder to management virtual machine parent vm folder. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
- resource_config ( - ResourceConfigSpecor- None) – Configuration of the management virtual machine. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. If None, then there is no configuration.
 
 - class ManagementVMType(string)
- Bases: - vmware.vapi.bindings.enum.Enum- The - ManagementVirtualMachine.ManagementVMTypeclass defines the type of management virtual machine. Warning: This enumeration is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.- Note - 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 enumerated type description page. - Parameters
- string ( - str) – String value for the- ManagementVMTypeinstance.
 - CLOUD_GATEWAY = ManagementVMType(string='CLOUD_GATEWAY')
- The management virtual machine is of type Cloud Gateway. Warning: This class attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. 
 - VCENTER = ManagementVMType(string='VCENTER')
- The management virtual machine is of type vCenter. Warning: This class attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. 
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.managementcluster_client.ResourceAllocationInfo(reservation=None, expandable_reservation=None, limit=None, shares=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - ResourceAllocationInfoclass contains resource allocation information of a resource pool or management virtual machine. Warning: This class is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- reservation ( - long) – Amount of resource that is guaranteed available to a resource pool or a virtual machine. Reserved resources are not wasted if they are not used. If the utilization is less than the reservation, the resources can be utilized by other running virtual machines. Units are MB fo memory, and MHz for CPU. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
- expandable_reservation ( - bool) – In a resource pool with an expandable reservation, the reservation can grow beyond the specified value, if the parent resource pool has unreserved resources. A non-expandable reservation is called a fixed reservation. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
- limit ( - long) – The utilization of a resource pool will not exceed this limit, even if there are available resources. This is typically used to ensure a consistent performance of resource pools independent of available resources. If set to -1, then there is no fixed limit on resource usage (only bounded by available resources and shares). Units are MB for memory, and MHz for CPU. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
- shares ( - Shares) – Shares are used in case of resource contention. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.managementcluster_client.ResourceConfigSpec(cpu_allocation=None, memory_allocation=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - ResourceConfigSpecclass provides resource reserved for a resource pool or management virtual machine. Warning: This class is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- cpu_allocation ( - ResourceAllocationInfo) – Resource allocation information for CPU. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
- memory_allocation ( - ResourceAllocationInfo) – Resource allocation information for memory. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.managementcluster_client.ResourcePool(name=None, parent_path=None, config=None, vm=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - ResourcePoolclass contains information about the management resource pools present in the cluster. Warning: This class is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- name ( - str) – Name of the vCenter Server resource pool. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
- parent_path ( - str) – Absolute path from root folder to resource pool’s parent. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
- config ( - ResourceConfigSpec) – Summary of the resource pool containing the resource spec. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
- vm ( - listof- ManagementVirtualMachineor- None) – The management virtual machines contained in this resource pool. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. If None or empty, no virtual machine is expected to run in this resource pool..
 
 
- Bases: - vmware.vapi.bindings.struct.VapiStruct- The - Sharesclass provides specification of shares.- Shares are used to determine relative allocation between resource consumers. In general, a consumer with more shares gets proportionally more of the resource, subject to certain other constraints.. Warning: This class is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. - Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- level ( - Shares.Level) – The allocation level. It maps to a pre-determined set of numeric values for shares. If the shares value does not map to a predefined size, then the level is set as CUSTOM. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
- shares ( - long) –- When - Shares.levelis set to CUSTOM, it is the number of shares allocated. Otherwise, this value is ignored.- There is no unit for this value. It is a relative measure based on the settings for other resource pools.. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. 
 
 - Bases: - vmware.vapi.bindings.enum.Enum- The - Shares.Levelclass defines the possible values for the allocation level. Warning: This enumeration is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.- Note - 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 enumerated type description page. - Parameters
- string ( - str) – String value for the- Levelinstance.
 - If - set, in case there is resource contention the server uses the shares value to determine the resource allocation. Warning: This class attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.
 - For CPU: Shares = 2000 * nmumber of virtual CPUs.
- For Memory: Shares = 20 * virtual machine memory size in MB. 
 - . Warning: This class attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. 
 - For CPU: Shares = 500 * number of virtual CPUs.
- For Memory: Shares = 5 * virtual machine memory size in MB. 
 - . Warning: This class attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. 
 - For CPU: Shares = 1000 * number of virtual CPUs.
- For Memory: Shares = 10 * virtual machine memory size in MB. 
 - . Warning: This class attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments. 
 
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.managementcluster_client.StubFactory(stub_config)
- Bases: - vmware.vapi.bindings.stub.StubFactoryBase- Initialize StubFactoryBase - Parameters
- stub_config ( - vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
 
com.vmware.appliance.vcenter.settings.v1.config.components.vsphereuiconfiguration_client module
- class com.vmware.appliance.vcenter.settings.v1.config.components.vsphereuiconfiguration_client.StubFactory(stub_config)
- Bases: - vmware.vapi.bindings.stub.StubFactoryBase- Initialize StubFactoryBase - Parameters
- stub_config ( - vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
 
- class com.vmware.appliance.vcenter.settings.v1.config.components.vsphereuiconfiguration_client.VsphereUIConfiguration(enable_idp_configuration=None, enable_cloud_admin_role_protection=None, enable_deprecated_vc_alert=None, enable_intercom_chat=None, enable_file_browser_download_upload_from_vc=None, enable_hybrid_management=None, enable_ceip=None, help_url_pointing_to_aws=None, enable_ad_iwa_ids=None, enable_csp_oidc_federation=None)
- Bases: - vmware.vapi.bindings.struct.VapiStruct- VsphereUIConfigurationclass This spec is used to configure the behavior of the vsphere-ui service.- Tip - The arguments are used to initialize data attributes with the same names. - Parameters
- enable_idp_configuration ( - boolor- None) – Property to configure the IDPConfiguration view, with this enabled, user will be able to view and configure IDP
- enable_cloud_admin_role_protection ( - boolor- None) – Property to enable CloudAdminRoleProtection in the UI
- enable_deprecated_vc_alert ( - boolor- None) – Property to enable DeprecatedVcAlert in the UI
- enable_intercom_chat ( - boolor- None) – Property to enable Intercom Chat in the UI
- enable_file_browser_download_upload_from_vc ( - boolor- None) – Property to enable file browser download and upload from VC
- enable_hybrid_management ( - boolor- None) – Property to enable hybrid management view.
- enable_ceip ( - boolor- None) – Property to enable CEIP view from Administration -> Deployment.
- help_url_pointing_to_aws ( - boolor- None) – Property that indicates that Help url should point to url for AWS.
- enable_ad_iwa_ids ( - boolor- None) – Property that indicates Identity Source of type IWA should be enabled.
- enable_csp_oidc_federation ( - boolor- None) – Property that indicates CSP OIDC identity provider configured in vCenter.