com.vmware.appliance package¶
Subpackages¶
Submodules¶
com.vmware.appliance.access_client module¶
The com.vmware.appliance.access_client module provides classes for managing
access to the appliance. The module is available starting in vSphere 6.5.
-
class
com.vmware.appliance.access_client.Consolecli(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceConsolecliclass provides methods Get/Set enabled state of CLI.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
get()¶ Get enabled state of the console-based controlled CLI (TTY1).
Return type: boolReturns: Console-based controlled CLI is enabled. Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
set(enabled)¶ Set enabled state of the console-based controlled CLI (TTY1).
Parameters: enabled ( bool) – Console-based controlled CLI is enabled.Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
-
class
com.vmware.appliance.access_client.Dcui(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceDcuiclass provides methods Get/Set enabled state of DCUI.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
get()¶ Get enabled state of Direct Console User Interface (DCUI TTY2).
Return type: boolReturns: DCUI is enabled. Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
set(enabled)¶ Set enabled state of Direct Console User Interface (DCUI TTY2).
Parameters: enabled ( bool) – DCUI is enabled.Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
-
class
com.vmware.appliance.access_client.Shell(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceShellclass provides methods Get/Set enabled state of BASH.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
ShellConfig(enabled=None, timeout=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructShell.ShellConfigclass Structure that defines shell configuration.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - enabled (
bool) – 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).
- enabled (
-
get()¶ Get enabled state of BASH, that is, access to BASH from within the controlled CLI.
Return type: Shell.ShellConfigReturns: Current shell configuration. Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
set(config)¶ Set enabled state of BASH, that is, access to BASH from within the controlled CLI.
Parameters: config ( Shell.ShellConfig) – Shell configurationRaise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
class
-
class
com.vmware.appliance.access_client.Ssh(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceSshclass provides methods Get/Set enabled state of SSH-based controlled CLI.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
get()¶ Get enabled state of the SSH-based controlled CLI.
Return type: boolReturns: SSH-based controlled CLI is enabled. Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
set(enabled)¶ Set enabled state of the SSH-based controlled CLI.
Parameters: enabled ( bool) – SSH-based controlled CLI is enabled.Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
-
class
com.vmware.appliance.access_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
Parameters: stub_config ( vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
com.vmware.appliance.health_client module¶
The com.vmware.appliance.health_client module provides classes for
reporting the health of the various subsystems of the the appliance. The module
is available starting in vSphere 6.5.
-
class
com.vmware.appliance.health_client.Applmgmt(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceApplmgmtclass provides methods Get health status of applmgmt services.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
get()¶ Get health status of applmgmt services.
Return type: strReturns: health status Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
-
class
com.vmware.appliance.health_client.Databasestorage(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceDatabasestorageclass provides methods Get database storage health.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
HealthLevel(string)¶ Bases:
vmware.vapi.bindings.enum.EnumDatabasestorage.HealthLevelclass Defines service health levels.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 theHealthLevelinstance.-
gray= HealthLevel(string='gray')¶ No health data is available for this service.
-
green= HealthLevel(string='green')¶ The service is healthy.
-
orange= HealthLevel(string='orange')¶ The service health is degraded. The service might have serious problems.
-
red= HealthLevel(string='red')¶ The service is unavaiable, not functioning properly, or will stop functioning soon.
-
yellow= HealthLevel(string='yellow')¶ The service is healthy but experiencing some problems.
-
-
get()¶ Get database storage health.
Return type: Databasestorage.HealthLevelReturns: Database storage health Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
class
-
class
com.vmware.appliance.health_client.Load(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceLoadclass provides methods Get load health.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
HealthLevel(string)¶ Bases:
vmware.vapi.bindings.enum.EnumLoad.HealthLevelclass Defines health levels.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 theHealthLevelinstance.-
gray= HealthLevel(string='gray')¶ No health data is available for this service.
-
green= HealthLevel(string='green')¶ Service is healthy.
-
orange= HealthLevel(string='orange')¶ The service health is degraded. The service might have serious problems.
-
red= HealthLevel(string='red')¶ The service is unavaiable, not functioning properly, or will stop functioning soon.
-
yellow= HealthLevel(string='yellow')¶ The service is healthy state, but experiencing some levels of problems.
-
-
get()¶ Get load health.
Return type: Load.HealthLevelReturns: Load health. Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
class
-
class
com.vmware.appliance.health_client.Mem(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceMemclass provides methods Get memory health.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
HealthLevel(string)¶ Bases:
vmware.vapi.bindings.enum.EnumMem.HealthLevelclass Defines health levels.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 theHealthLevelinstance.-
gray= HealthLevel(string='gray')¶ No health data is available for this service.
-
green= HealthLevel(string='green')¶ Service is healthy.
-
orange= HealthLevel(string='orange')¶ The service health is degraded. The service might have serious problems
-
red= HealthLevel(string='red')¶ The service is unavaiable, not functioning properly, or will stop functioning soon.
-
yellow= HealthLevel(string='yellow')¶ The service is healthy state, but experiencing some levels of problems.
-
-
get()¶ Get memory health.
Return type: Mem.HealthLevelReturns: Memory health. Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
class
-
class
com.vmware.appliance.health_client.Softwarepackages(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceSoftwarepackagesclass provides methods Get information on available software updates available in remote VUM repository.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
HealthLevel(string)¶ Bases:
vmware.vapi.bindings.enum.EnumSoftwarepackages.HealthLevelclass Defines health levels.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 theHealthLevelinstance.-
gray= HealthLevel(string='gray')¶ No health data is available for this service.
-
green= HealthLevel(string='green')¶ Service is healthy.
-
orange= HealthLevel(string='orange')¶ The service health is degraded. The service might have serious problems.
-
red= HealthLevel(string='red')¶ The service is unavaiable, not functioning properly, or will stop functioning soon.
-
yellow= HealthLevel(string='yellow')¶ The service is healthy state, but experiencing some levels of problems.
-
-
get()¶ Get information on available software updates available in the remote vSphere Update Manager repository. Red indicates that security updates are available. Orange indicates that non-security updates are available. Green indicates that there are no updates available. Gray indicates that there was an error retreiving information on software updates.
Return type: Softwarepackages.HealthLevelReturns: software updates available. Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
class
-
class
com.vmware.appliance.health_client.Storage(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceStorageclass provides methods Get storage health.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
HealthLevel(string)¶ Bases:
vmware.vapi.bindings.enum.EnumStorage.HealthLevelclass Defines health levels.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 theHealthLevelinstance.-
gray= HealthLevel(string='gray')¶ No health data is available for this service.
-
green= HealthLevel(string='green')¶ Service is healthy.
-
orange= HealthLevel(string='orange')¶ The service health is degraded. The service might have serious problems.
-
red= HealthLevel(string='red')¶ The service is unavaiable, not functioning properly, or will stop functioning soon.
-
yellow= HealthLevel(string='yellow')¶ The service is healthy state, but experiencing some levels of problems.
-
-
get()¶ Get storage health.
Return type: Storage.HealthLevelReturns: Storage health. Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
class
-
class
com.vmware.appliance.health_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
Parameters: stub_config ( vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
-
class
com.vmware.appliance.health_client.Swap(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceSwapclass provides methods Get swap health.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
HealthLevel(string)¶ Bases:
vmware.vapi.bindings.enum.EnumSwap.HealthLevelclass Defines health levels.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 theHealthLevelinstance.-
gray= HealthLevel(string='gray')¶ No health data is available for this service.
-
green= HealthLevel(string='green')¶ Service is healthy.
-
orange= HealthLevel(string='orange')¶ The service health is degraded. The service might have serious problems.
-
red= HealthLevel(string='red')¶ The service is unavaiable, not functioning properly, or will stop functioning soon.
-
yellow= HealthLevel(string='yellow')¶ The service is healthy state, but experiencing some levels of problems.
-
-
get()¶ Get swap health.
Return type: Swap.HealthLevelReturns: Swap health Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
class
-
class
com.vmware.appliance.health_client.System(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceSystemclass provides methods Get overall health of the system.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
HealthLevel(string)¶ Bases:
vmware.vapi.bindings.enum.EnumSystem.HealthLevelclass Defines health levels.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 theHealthLevelinstance.-
gray= HealthLevel(string='gray')¶ No health data is available for this service.
-
green= HealthLevel(string='green')¶ Service is healthy.
-
orange= HealthLevel(string='orange')¶ The service health is degraded. The service might have serious problems.
-
red= HealthLevel(string='red')¶ The service is unavaiable, not functioning properly, or will stop functioning soon.
-
yellow= HealthLevel(string='yellow')¶ The service is healthy state, but experiencing some levels of problems.
-
-
get()¶ Get overall health of system.
Return type: System.HealthLevelReturns: System health Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
lastcheck()¶ Get last check timestamp of the health of the system.
Return type: datetime.datetimeReturns: System health last check timestamp Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
class
com.vmware.appliance.local_accounts_client module¶
-
class
com.vmware.appliance.local_accounts_client.Policy(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceThe
Policyclass provides methods to manage local user accounts. This class was added in vSphere API 6.7.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
Info(max_days=None, min_days=None, warn_days=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Policy.Infoclass defines the global password policy. This class was added in vSphere API 6.7.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - max_days (
longorNone) – Maximum number of days a password may be used. If the password is older than this, a password change will be forced. This attribute was added in vSphere API 6.7. If None then the restriction will be ignored. - min_days (
longorNone) – Minimum number of days allowed between password changes. Any password changes attempted sooner than this will be rejected. This attribute was added in vSphere API 6.7. If None then the restriction will be ignored. - warn_days (
longorNone) – Number of days warning given before a password expires. A zero means warning is given only upon the day of expiration. This attribute was added in vSphere API 6.7. If None then no warning will be provided.
- max_days (
-
get()¶ Get the global password policy. This method was added in vSphere API 6.7.
Return type: Policy.InfoReturns: Global password policy Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
set(policy)¶ Set the global password policy. This method was added in vSphere API 6.7.
Parameters: policy ( Policy.Info) – Global password policyRaise: com.vmware.vapi.std.errors_client.InvalidArgumentif passed policy values are < -1 or > 99999Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
class
-
class
com.vmware.appliance.local_accounts_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
Parameters: stub_config ( vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
com.vmware.appliance.localaccounts_client module¶
The com.vmware.appliancelocalaccounts module provides classes for managing
local (OS) accounts in the appliance. The module is available starting in
vSphere 6.5.
-
class
com.vmware.appliance.localaccounts_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
Parameters: stub_config ( vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
com.vmware.appliance.logging_client module¶
The com.vmware.appliance.logging_client module provides classes for
managing log forwarding in the appliance. The module is available starting in
vSphere 6.5.
-
class
com.vmware.appliance.logging_client.Forwarding(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceThe
Forwardingclass provides methods to manage forwarding of log messages to remote logging servers. This class was added in vSphere API 6.7.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
Config(hostname=None, port=None, protocol=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Forwarding.Configclass defines the configuration for log message forwarding to remote logging servers. This class was added in vSphere API 6.7.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - hostname (
str) – FQDN or IP address of the logging server to which messages are forwarded. This attribute was added in vSphere API 6.7. - port (
long) – The port on which the remote logging server is listening for forwarded log messages. This attribute was added in vSphere API 6.7. - protocol (
Forwarding.Protocol) – Transport protocol used to forward log messages. This attribute was added in vSphere API 6.7.
- hostname (
-
class
ConnectionStatus(hostname=None, state=None, message=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructTip
The arguments are used to initialize data attributes with the same names.
Parameters: - hostname (
str) – FQDN or IP address of the configured remote logging servers. This attribute was added in vSphere API 6.7. - state (
Forwarding.ConnectionStatus.State) – State of the configured remote logging server. This attribute was added in vSphere API 6.7. - message (
com.vmware.vapi.std_client.LocalizableMessageorNone) – Message associated with the state of the configured remote logging server. This attribute was added in vSphere API 6.7. If None, there is no message to be shown.
-
class
State(string)¶ Bases:
vmware.vapi.bindings.enum.EnumThe
Forwarding.ConnectionStatus.Stateclass defines the state values that a remote logging server can be in. This enumeration was added in vSphere API 6.7.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 theStateinstance.-
DOWN= State(string='DOWN')¶ The remote logging server is not reachable. This class attribute was added in vSphere API 6.7.
-
UNKNOWN= State(string='UNKNOWN')¶ The status of remote logging server is unknown. This class attribute was added in vSphere API 6.7.
-
UP= State(string='UP')¶ The remote logging server is reachable. This class attribute was added in vSphere API 6.7.
-
- hostname (
-
class
Protocol(string)¶ Bases:
vmware.vapi.bindings.enum.EnumThe
Forwarding.Protocolclass defines transport protocols for outbound log messages. This enumeration was added in vSphere API 6.7.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 theProtocolinstance.-
TCP= Protocol(string='TCP')¶ Log messages will be forwarded to the remote host using the TCP protocol. This class attribute was added in vSphere API 6.7.
-
TLS= Protocol(string='TLS')¶ Log messages will be forwarded to the remote host by using the TLS protocol. This class attribute was added in vSphere API 6.7.
-
UDP= Protocol(string='UDP')¶ Log messages will be forwarded to the remote host using the UDP protocol. This class attribute was added in vSphere API 6.7.
-
-
get()¶ Returns the configuration for forwarding log messages to remote logging servers. This method was added in vSphere API 6.7.
Return type: listofForwarding.ConfigReturns: Information about the configuration for forwarding log messages to remote logging servers.
-
set(cfg_list)¶ Sets the configuration for forwarding log messages to remote log servers. This method was added in vSphere API 6.7.
Parameters: cfg_list ( listofForwarding.Config) – The cfgList is a list of Config structure that contains the log message forwarding rules in terms of the host, port, protocol of the log message.Raise: com.vmware.vapi.std.errors_client.InvalidArgumentif an invalid configuration is provided.Raise: com.vmware.vapi.std.errors_client.UnableToAllocateResourceif the number of configurations exceeds the maximum number of supported configurations.Raise: com.vmware.vapi.std.errors_client.Errorif there is any internal error during the execution of the operation.
-
test(send_test_message=None)¶ Validates the current log forwarding configuration by checking the liveness of the remote machine and optionally sending a test diagnostic log message from the appliance to all configured logging servers to allow manual end-to-end validation. The message that is sent is: “This is a diagnostic log test message from vCenter Server.”. This method was added in vSphere API 6.7.
Parameters: send_test_message ( boolorNone) – Flag specifying whether a default test message should be sent to the configured logging servers. If None, no test message will be sent to the configured remote logging servers.Return type: listofForwarding.ConnectionStatusReturns: Information about the status of the connection to each of the remote logging servers.
-
class
-
class
com.vmware.appliance.logging_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
Parameters: stub_config ( vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
com.vmware.appliance.monitoring_client module¶
The com.vmware.appliance.monitoring_client module provides classes for
monitoring of the appliance. The module is available starting in vSphere 6.5.
-
class
com.vmware.appliance.monitoring_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
Parameters: stub_config ( vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
com.vmware.appliance.networking_client module¶
The com.vmware.appliance.networking_client module provides classes for
managing network configuration of the appliance. The module is available
starting in vSphere 6.5.
-
class
com.vmware.appliance.networking_client.Interfaces(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceInterfacesclass provides methods Provides information about network interface.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
InterfaceInfo(name=None, status=None, mac=None, ipv4=None, ipv6=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructInterfaces.InterfaceInfoclass Structure that defines properties and status of a network interface.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - name (
str) – Interface name, for example, “nic0”, “nic1”. - status (
Interfaces.InterfaceStatus) – Interface status. - mac (
str) – MAC address. For example 00:0C:29:94:BB:5A. - ipv4 (
com.vmware.appliance.networking.interfaces_client.Ipv4.InfoorNone) – IPv4 Address information. This attribute was added in vSphere API 6.7. ipv4 This attribute will be None if IPv4 is not enabled. - ipv6 (
com.vmware.appliance.networking.interfaces_client.Ipv6.InfoorNone) – IPv6 Address information. This attribute was added in vSphere API 6.7. ipv6 This attribute will be None if IPv6 is not enabled.
- name (
-
class
InterfaceStatus(string)¶ Bases:
vmware.vapi.bindings.enum.EnumInterfaces.InterfaceStatusclass Defines interface statusNote
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 theInterfaceStatusinstance.-
down= InterfaceStatus(string='down')¶ The interface is down.
-
up= InterfaceStatus(string='up')¶ The interface is up.
-
-
get(interface_name)¶ Get information about a particular network interface.
Parameters: interface_name ( str) – Network interface, for example, “nic0”. The parameter must be an identifier for the resource type:com.vmware.appliance.networking.interfaces.Return type: Interfaces.InterfaceInfoReturns: Network interface information. Raise: com.vmware.vapi.std.errors_client.NotFoundif the specified interface is not found.Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
list()¶ Get list of available network interfaces, including those that are not yet configured.
Return type: listofInterfaces.InterfaceInfoReturns: List of InterfaceInfo structures. Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
class
-
class
com.vmware.appliance.networking_client.NoProxy(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceThe
NoProxyclass provides methods to configure a connection that does not need a proxy. This class was added in vSphere API 6.7.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
get()¶ Returns servers for which no proxy configuration will be applied. This method was added in vSphere API 6.7.
Return type: listofstrReturns: List of servers for which no proxy configuration will be applied. Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error.
-
set(servers)¶ Sets servers for which no proxy configuration should be applied. This operation sets environment variables. In order for this operation to take effect, a logout from appliance or a service restart is required. If IPv4 is enabled, “127.0.0.1” and “localhost” will always bypass the proxy (even if they are not explicitly configured). This method was added in vSphere API 6.7.
Parameters: servers ( listofstr) – List of strings representing servers to bypass proxy. A server can be a FQDN, IP address, FQDN:port or IP:port combinations.Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error.
-
-
class
com.vmware.appliance.networking_client.Proxy(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceThe
Proxyclass provides methods Proxy configuration. This class was added in vSphere API 6.7.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
Config(server=None, port=None, username=None, password=None, enabled=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Proxy.Configclass defines proxy configuration. This class was added in vSphere API 6.7.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - server (
str) – Hostname or IP address of the proxy server. This attribute was added in vSphere API 6.7. - 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. This attribute was added in vSphere API 6.7. - username (
strorNone) – Username for proxy server. This attribute was added in vSphere API 6.7. Onlysetif proxy requires username. - password (
strorNone) – Password for proxy server. This attribute was added in vSphere API 6.7. Onlysetif proxy requires password. - enabled (
bool) – In the result of the#getand#listmethods this attribute indicates whether proxying is enabled for a particular protocol. In the input to thetestandsetmethods this attribute specifies whether proxying should be enabled for a particular protocol. This attribute was added in vSphere API 6.7.
- server (
-
class
Protocol(string)¶ Bases:
vmware.vapi.bindings.enum.EnumProxy.Protocolclass defines the protocols for which proxying is supported. This enumeration was added in vSphere API 6.7.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 theProtocolinstance.-
FTP= Protocol(string='FTP')¶ Proxy configuration for ftp. This class attribute was added in vSphere API 6.7.
-
HTTP= Protocol(string='HTTP')¶ Proxy configuration for http. This class attribute was added in vSphere API 6.7.
-
HTTPS= Protocol(string='HTTPS')¶ Proxy configuration for https. This class attribute was added in vSphere API 6.7.
-
-
class
ServerStatus(string)¶ Bases:
vmware.vapi.bindings.enum.EnumProxy.ServerStatusclass defines the status of the server associated with the test run. This enumeration was added in vSphere API 6.7.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 theServerStatusinstance.-
SERVER_REACHABLE= ServerStatus(string='SERVER_REACHABLE')¶ Server is reachable. This class attribute was added in vSphere API 6.7.
-
SERVER_UNREACHABLE= ServerStatus(string='SERVER_UNREACHABLE')¶ Server is unreachable. This class attribute was added in vSphere API 6.7.
-
-
class
TestResult(status=None, message=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Proxy.TestResultclass contains information about the test operation done on a proxy server. This class was added in vSphere API 6.7.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - status (
Proxy.ServerStatus) – Status of the proxy server indicating whether the proxy server is reachable. This attribute was added in vSphere API 6.7. - message (
com.vmware.vapi.std_client.LocalizableMessage) – Message associated with status. This attribute was added in vSphere API 6.7.
- status (
-
delete(protocol)¶ Deletes a proxy configuration for a specific protocol. This method was added in vSphere API 6.7.
Parameters: protocol ( str) – ID whose proxy is to be deleted.Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error.
-
get(protocol)¶ Gets the proxy configuration for a specific protocol. This method was added in vSphere API 6.7.
Parameters: protocol ( str) – The protocol whose proxy configuration is requested.Return type: Proxy.ConfigReturns: Proxy configuration for a specific protocol. Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error.
-
list()¶ Gets proxy configuration for all configured protocols. This method was added in vSphere API 6.7.
Return type: dictofProxy.ProtocolandProxy.ConfigReturns: Proxy configuration for all configured protocols. Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error.
-
set(protocol, config)¶ Configures which proxy server to use for the specified protocol. This operation sets environment variables for using proxy. In order for this configuration to take effect a logout / service restart is required. This method was added in vSphere API 6.7.
Parameters: - protocol (
str) – The protocol for which proxy should be set. - config (
Proxy.Config) – Proxy configuration for the specific protocol.
Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error.- protocol (
-
test(host, protocol, config)¶ Tests a proxy configuration by testing the connection to the proxy server and test host. This method was added in vSphere API 6.7.
Parameters: - host (
str) – A hostname, IPv4 or Ipv6 address. - protocol (
str) – Protocol whose proxy is to be tested. - config (
Proxy.Config) – Proxy configuration to test.
Return type: Returns: Status of proxy settings.
Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error.- host (
-
class
-
class
com.vmware.appliance.networking_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
Parameters: stub_config ( vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
com.vmware.appliance.ntp_client module¶
The com.vmware.appliance.ntp_client module provides classes for managing
NTP settings of the appliance. The module is available starting in vSphere 6.5.
-
class
com.vmware.appliance.ntp_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
Parameters: stub_config ( vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
com.vmware.appliance.recovery_client module¶
The com.vmware.appliance.recovery_client module provides classes for backin
up and restoring vCenter Appliance configuration. The module is available
starting in vSphere 6.7.
-
class
com.vmware.appliance.recovery_client.Backup(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceBackupclass provides methods Performs backup restore operationsParameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
BackupRequest(parts=None, backup_password=None, location_type=None, location=None, location_user=None, location_password=None, comment=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructBackup.BackupRequestclass Structure representing requested backup pieceTip
The arguments are used to initialize data attributes with the same names.
Parameters: - parts (
listofstr) – a list of optional parts. Run backup parts APIs to get list of optional parts and description - backup_password (
strorNone) – a 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). backupPassword If no password then the piece will not be encrypted - location_type (
Backup.LocationType) – a type of location - location (
str) – path or url - location_user (
strorNone) – username for location locationUser User name for this location if login is required. - location_password (
strorNone) – password for location locationPassword Password for the specified user if login is required at this location. - comment (
strorNone) – Custom comment comment an optional comment
- parts (
-
class
LocalizableMessage(id=None, default_message=None, args=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructBackup.LocalizableMessageclass Structure representing messageTip
The arguments are used to initialize data attributes with the same names.
Parameters: - id (
str) – id in message bundle - default_message (
str) – text in english - args (
listofstr) – nested data
- id (
-
class
LocationType(string)¶ Bases:
vmware.vapi.bindings.enum.EnumBackup.LocationTypeclass Defines type of all locations for backup/restoreNote
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 theLocationTypeinstance.-
FTP= LocationType(string='FTP')¶ Destination is FTP server
-
FTPS= LocationType(string='FTPS')¶ Destination is FTPS server
-
HTTP= LocationType(string='HTTP')¶ Destination is HTTP server
-
HTTPS= LocationType(string='HTTPS')¶ Destination is HTTPS server
-
SCP= LocationType(string='SCP')¶ Destination is SSH server
-
-
class
ReturnResult(status=None, messages=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructBackup.ReturnResultclass Structure representing precheck resultTip
The arguments are used to initialize data attributes with the same names.
Parameters: - status (
Backup.ReturnStatus) – Check status - messages (
listofBackup.LocalizableMessage) – List of messages
- status (
-
class
ReturnStatus(string)¶ Bases:
vmware.vapi.bindings.enum.EnumBackup.ReturnStatusclass Defines the state of precheckNote
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 theReturnStatusinstance.-
FAIL= ReturnStatus(string='FAIL')¶ Check failed
-
OK= ReturnStatus(string='OK')¶ Check passed
-
WARNING= ReturnStatus(string='WARNING')¶ Passed with warnings
-
-
validate(piece)¶ Check for backup errors without starting backup.
Parameters: piece ( Backup.BackupRequest) – BackupRequest StructureReturn type: Backup.ReturnResultReturns: ReturnResult Structure Raise: com.vmware.vapi.std.errors_client.FeatureInUseA backup or restore is already in progressRaise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
class
-
class
com.vmware.appliance.recovery_client.Restore(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceRestoreclass provides methods Performs restore operationsParameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
LocalizableMessage(id=None, default_message=None, args=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructRestore.LocalizableMessageclass Structure representing messageTip
The arguments are used to initialize data attributes with the same names.
Parameters: - id (
str) – id in message bundle - default_message (
str) – text in english - args (
listofstr) – nested data
- id (
-
class
LocationType(string)¶ Bases:
vmware.vapi.bindings.enum.EnumRestore.LocationTypeclass Defines type of all locations for backup/restoreNote
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 theLocationTypeinstance.-
FTP= LocationType(string='FTP')¶ Destination is FTP server
-
FTPS= LocationType(string='FTPS')¶ Destination is FTPS server
-
HTTP= LocationType(string='HTTP')¶ Destination is HTTP server
-
HTTPS= LocationType(string='HTTPS')¶ Destination is HTTPS server
-
SCP= LocationType(string='SCP')¶ Destination is SSH server
-
-
class
Metadata(timestamp=None, parts=None, version=None, boxname=None, sso_login_required=None, comment=None, applicable=None, messages=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructRestore.Metadataclass Structure representing metadataTip
The arguments are used to initialize data attributes with the same names.
Parameters: - timestamp (
datetime.datetime) – Time when this backup was completed. - parts (
listofstr) – List of parts included in the backup. - version (
str) – VCSA version - boxname (
str) – Box name is PNID/ FQDN etc - sso_login_required (
bool) – Is SSO login required for the vCenter server. This attribute was added in vSphere API 6.7. This attribute is optional because it was added in a newer version than its parent node. - comment (
str) – Custom comment - applicable (
bool) – Does the VCSA match the deployment type, network properties and version of backed up VC - messages (
listofRestore.LocalizableMessage) – Any messages if the backup is not aplicable
- timestamp (
-
class
RestoreRequest(backup_password=None, location_type=None, location=None, location_user=None, location_password=None, sso_admin_user_name=None, sso_admin_user_password=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructRestore.RestoreRequestclass Structure representing requested restore pieceTip
The arguments are used to initialize data attributes with the same names.
Parameters: - backup_password (
strorNone) – a password for a backup piece backupPassword If no password then the piece will not be decrypted - location_type (
Restore.LocationType) – a type of location - location (
str) – path or url - location_user (
strorNone) – username for location locationUser User name for this location if login is required. - location_password (
strorNone) – password for location locationPassword Password for the specified user if login is required at this location. - sso_admin_user_name (
strorNone) – Administrators username for SSO. This attribute was added in vSphere API 6.7. If None SSO authentication will not be used. If the vCenter Server is a management node or an embedded node, authentication is required. - sso_admin_user_password (
strorNone) – The password for SSO admin user. This attribute was added in vSphere API 6.7. If None SSO authentication will not be used. If the vCenter Server is a management node or an embedded node, authentication is required.
- backup_password (
-
validate(piece)¶ Get metadata before restore
Parameters: piece ( Restore.RestoreRequest) – RestoreRequest StructureReturn type: Restore.MetadataReturns: Metadata Structure Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
class
-
class
com.vmware.appliance.recovery_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
Parameters: stub_config ( vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
com.vmware.appliance.shutdown_client module¶
The com.vmware.appliance.shutdown_client module provides classes to
shutdown and reboot the appliance. The module is available starting in vSphere
6.5.
-
class
com.vmware.appliance.shutdown_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
Parameters: stub_config ( vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
com.vmware.appliance.system_client module¶
The com.vmware.appliance.system_client module provides classes to query the
appliance system information. The module is available starting in vSphere 6.5.
-
class
com.vmware.appliance.system_client.Storage(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceStorageclass provides methods Appliance storage configurationParameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
StorageChange(old_size=None, new_size=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Storage.StorageChangeclass describes the changes in capasity of a storage partition. This class was added in vSphere API 6.7.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - old_size (
long) – Original size of the partition in MB. This attribute was added in vSphere API 6.7. - new_size (
long) – Nedw size of the partition in MB. This attribute was added in vSphere API 6.7.
- old_size (
-
class
StorageMapping(disk=None, partition=None, description=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Storage.StorageMappingclass describes the mapping between VCSA partitions and the Hard disk numbers visible in the vSphere Web Client.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - disk (
str) – The disk number in the vSphere Web Client. When clients pass a value of this class as a parameter, the attribute must be an identifier for the resource type:com.vmware.appliance.system.storage. When methods return a value of this class as a return value, the attribute will be an identifier for the resource type:com.vmware.appliance.system.storage. - partition (
str) – Storage partition name. - description (
com.vmware.vapi.std_client.LocalizableMessage) – Description of partition. This attribute was added in vSphere API 6.7. This attribute is optional because it was added in a newer version than its parent node.
- disk (
-
list()¶ Get disk to partition mapping.
Return type: listofStorage.StorageMappingReturns: list of mapping items Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
resize()¶ Resize all partitions to 100 percent of disk size.
Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
resize_ex()¶ Resize all partitions to 100 percent of disk size. This method was added in vSphere API 6.7.
Return type: dictofstrandStorage.StorageChangeReturns: List of the partitions with the size before and after resizing Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
class
-
class
com.vmware.appliance.system_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
Parameters: stub_config ( vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
-
class
com.vmware.appliance.system_client.Time(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceTimeclass provides methods Gets system time.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
SystemTimeStruct(seconds_since_epoch=None, date=None, time=None, timezone=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructTime.SystemTimeStructclass Structure representing the system time.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - seconds_since_epoch (
float) – seconds since the epoch - date (
str) – date format: Thu 07-31-2014 - time (
str) – time format: 18:18:32 - timezone (
str) – timezone
- seconds_since_epoch (
-
get()¶ Get system time.
Return type: Time.SystemTimeStructReturns: System time Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
class
-
class
com.vmware.appliance.system_client.Uptime(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceUptimeclass provides methods Get the system uptime.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
get()¶ Get the system uptime.
Return type: floatReturns: system uptime Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
-
class
com.vmware.appliance.system_client.Version(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceVersionclass provides methods Get the appliance version.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
VersionStruct(version=None, product=None, build=None, type=None, summary=None, releasedate=None, install_time=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructVersion.VersionStructclass Structure representing appliance version information.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - version (
str) – Appliance version. - product (
str) – Appliance name. - build (
str) – Appliance build number. - type (
str) – Type of product. Same product can have different deployment options, which is represented by type. - summary (
str) – Summary of patch (empty string, if the appliance has not been patched) - releasedate (
str) – Release date of patch (empty string, if the appliance has not been patched) - install_time (
str) – Display the date and time when this system was first installed. Value will not change on subsequent updates.
- version (
-
get()¶ Get the version.
Return type: Version.VersionStructReturns: version information about the appliance Raise: com.vmware.vapi.std.errors_client.ErrorGeneric error
-
class
com.vmware.appliance.tymesync_client module¶
The com.vmware.appliance.tymesync_client module provides classes for
managing tyme synchronization settings of the appliance. The module is
available starting in vSphere 6.5.
-
class
com.vmware.appliance.tymesync_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
Parameters: stub_config ( vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
com.vmware.appliance.update_client module¶
The com.vmware.appliance.update_client module provides classes for updating
the software in the appliance. The module is available starting in vSphere 6.5.
-
class
com.vmware.appliance.update_client.CommonInfo(description=None, priority=None, severity=None, update_type=None, release_date=None, reboot_required=None, size=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
CommonInfoclass defines common update information. This class was added in vSphere API 6.7.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - description (
com.vmware.vapi.std_client.LocalizableMessage) – Description of the update. The short information what this update is. E.g. “Update2 for vCenter Server Appliance 6.5”. This attribute was added in vSphere API 6.7. - priority (
CommonInfo.Priority) – Update priority. This attribute was added in vSphere API 6.7. - severity (
CommonInfo.Severity) – Update severity. This attribute was added in vSphere API 6.7. - update_type (
CommonInfo.Category) – Update category. This attribute was added in vSphere API 6.7. - release_date (
datetime.datetime) – Update release date. This attribute was added in vSphere API 6.7. - reboot_required (
bool) – Flag indicating whether reboot is required after update. This attribute was added in vSphere API 6.7. - size (
long) – Download Size of update in Megabytes. This attribute was added in vSphere API 6.7.
-
class
Category(string)¶ Bases:
vmware.vapi.bindings.enum.EnumThe
CommonInfo.Categoryclass defines update type. This enumeration was added in vSphere API 6.7.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 theCategoryinstance.-
FIX= Category(string='FIX')¶ Fixes bugs/vulnerabilities, doesn’t change functionality. This class attribute was added in vSphere API 6.7.
-
SECURITY= Category(string='SECURITY')¶ Fixes vulnerabilities, doesn’t change functionality. This class attribute was added in vSphere API 6.7.
-
UPDATE= Category(string='UPDATE')¶ Changes product functionality. This class attribute was added in vSphere API 6.7.
-
UPGRADE= Category(string='UPGRADE')¶ Introduces new features, significantly changes product functionality. This class attribute was added in vSphere API 6.7.
-
-
class
Priority(string)¶ Bases:
vmware.vapi.bindings.enum.EnumThe
CommonInfo.Priorityclass defines the update installation priority recommendations. This enumeration was added in vSphere API 6.7.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 thePriorityinstance.-
HIGH= Priority(string='HIGH')¶ Install ASAP. This class attribute was added in vSphere API 6.7.
-
LOW= Priority(string='LOW')¶ Install at your discretion. This class attribute was added in vSphere API 6.7.
-
MEDIUM= Priority(string='MEDIUM')¶ Install at the earliest convenience. This class attribute was added in vSphere API 6.7.
-
-
class
Severity(string)¶ Bases:
vmware.vapi.bindings.enum.EnumThe
CommonInfo.Severityclass defines the severity of the issues fixed in the update. This enumeration was added in vSphere API 6.7.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 theSeverityinstance.-
CRITICAL= Severity(string='CRITICAL')¶ Vulnerabilities that can be exploited by an unauthenticated attacker from the Internet or those that break the guest/host Operating System isolation. The exploitation results in the complete compromise of confidentiality, integrity, and availability of user data and/or processing resources without user interaction. Exploitation could be leveraged to propagate an Internet worm or execute arbitrary code between Virtual Machines and/or the Host Operating System. This class attribute was added in vSphere API 6.7.
-
IMPORTANT= Severity(string='IMPORTANT')¶ Vulnerabilities that are not rated critical but whose exploitation results in the complete compromise of confidentiality and/or integrity of user data and/or processing resources through user assistance or by authenticated attackers. This rating also applies to those vulnerabilities which could lead to the complete compromise of availability when exploitation is by a remote unauthenticated attacker from the Internet or through a breach of virtual machine isolation. This class attribute was added in vSphere API 6.7.
-
LOW= Severity(string='LOW')¶ All other issues that have a security impact. Vulnerabilities where exploitation is believed to be extremely difficult, or where successful exploitation would have minimal impact. This class attribute was added in vSphere API 6.7.
-
MODERATE= Severity(string='MODERATE')¶ Vulnerabilities where the ability to exploit is mitigated to a significant degree by configuration or difficulty of exploitation, but in certain deployment scenarios could still lead to the compromise of confidentiality, integrity, or availability of user data and/or processing resources. This class attribute was added in vSphere API 6.7.
-
- description (
-
class
com.vmware.appliance.update_client.Pending(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceThe
Pendingclass provides methods to manipulate pending updates. This class was added in vSphere API 6.7.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
Info(contents=None, services_will_be_stopped=None, eulas=None, staged=None, description=None, priority=None, severity=None, update_type=None, release_date=None, reboot_required=None, size=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Pending.Infoclass contains the extended information about the update. This class was added in vSphere API 6.7.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - contents (
listofcom.vmware.vapi.std_client.LocalizableMessage) – List of the 1. issues addressed since previous/current version 2. new features/improvements. This attribute was added in vSphere API 6.7. - services_will_be_stopped (
listofServiceInfo) – List of the services that will be stopped and restarted during the update installation. This attribute was added in vSphere API 6.7. - eulas (
listofcom.vmware.vapi.std_client.LocalizableMessage) – List of EULAs. This list has multiple entries and can be dynamic based on what we are actually installing. This attribute was added in vSphere API 6.7. - staged (
bool) – Is the update staged. This attribute was added in vSphere API 6.7. - description (
com.vmware.vapi.std_client.LocalizableMessage) – Description of the update. The short information what this update is. E.g. “Update2 for vCenter Server Appliance 6.5”. This attribute was added in vSphere API 6.7. - priority (
CommonInfo.Priority) – Update priority. This attribute was added in vSphere API 6.7. - severity (
CommonInfo.Severity) – Update severity. This attribute was added in vSphere API 6.7. - update_type (
CommonInfo.Category) – Update category. This attribute was added in vSphere API 6.7. - release_date (
datetime.datetime) – Update release date. This attribute was added in vSphere API 6.7. - reboot_required (
bool) – Flag indicating whether reboot is required after update. This attribute was added in vSphere API 6.7. - size (
long) – Download Size of update in Megabytes. This attribute was added in vSphere API 6.7.
- contents (
-
class
PrecheckResult(check_time=None, estimated_time_to_install=None, estimated_time_to_rollback=None, reboot_required=None, issues=None, questions=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Pending.PrecheckResultclass contains estimates of how long it will take install and rollback an update as well as a list of possible warnings and problems with installing the update. This class was added in vSphere API 6.7.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - check_time (
datetime.datetime) – Time when this precheck was run. This attribute was added in vSphere API 6.7. - estimated_time_to_install (
longorNone) – Rough estimate of time to install the update (minutes). This attribute was added in vSphere API 6.7. estimatedTimeToInstall If None N/A - estimated_time_to_rollback (
longorNone) – Rough estimate of time to rollback the update (minutes). This attribute was added in vSphere API 6.7. estimatedTimeToRollback If None N/A - reboot_required (
bool) – Is reboot required to install the update. This attribute was added in vSphere API 6.7. - issues (
com.vmware.appliance_client.NotificationsorNone) – Lists of the issues and warnings. This attribute was added in vSphere API 6.7. issues If None N/A - questions (
listofPending.Question) – List of questions that must be answered to install the update. This attribute was added in vSphere API 6.7.
- check_time (
-
class
Question(data_item=None, text=None, description=None, type=None, allowed_values=None, regexp=None, default_answer=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Pending.Questionclass describes a item of information that must be provided by the user in order to install the update. This class was added in vSphere API 6.7.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - data_item (
str) – ID of the data item. This attribute was added in vSphere API 6.7. When clients pass a value of this class as a parameter, the attribute must be an identifier for the resource type:com.vmware.applicance.update.pending.dataitem. When methods return a value of this class as a return value, the attribute will be an identifier for the resource type:com.vmware.applicance.update.pending.dataitem. - text (
com.vmware.vapi.std_client.LocalizableMessage) – Label for the item to be used in GUI/CLI. This attribute was added in vSphere API 6.7. - description (
com.vmware.vapi.std_client.LocalizableMessage) – Description of the item. This attribute was added in vSphere API 6.7. - type (
Pending.Question.InputType) – How this field shoudl be represented in GUI or CLI. This attribute was added in vSphere API 6.7. - allowed_values (
listofstrorNone) – List of allowed values. This attribute was added in vSphere API 6.7. allowedValues If None any value is valid. - regexp (
strorNone) – Regexp to validate the input. This attribute was added in vSphere API 6.7. regexp If None no validation will be performed. - default_answer (
strorNone) – Default answer. This attribute was added in vSphere API 6.7. defaultAnswer If None then there is no default answer, so an explicit answer must be provided
-
class
InputType(string)¶ Bases:
vmware.vapi.bindings.enum.EnumThe
Pending.Question.InputTypeclass defines representation of field fields in GUI or CLI. This enumeration was added in vSphere API 6.7.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 theInputTypeinstance.-
BOOLEAN= InputType(string='BOOLEAN')¶ Yes/No,On/Off,Checkbox answer. This class attribute was added in vSphere API 6.7.
-
PASSWORD= InputType(string='PASSWORD')¶ Password (masked) answer. This class attribute was added in vSphere API 6.7.
-
PLAIN_TEXT= InputType(string='PLAIN_TEXT')¶ plain text answer. This class attribute was added in vSphere API 6.7.
-
- data_item (
-
class
SourceType(string)¶ Bases:
vmware.vapi.bindings.enum.EnumThe
Pending.SourceTypeclass defines the supported types of sources of updates. This enumeration was added in vSphere API 6.7.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 theSourceTypeinstance.-
LAST_CHECK= SourceType(string='LAST_CHECK')¶ Do not perform a new check, return the previous result. This class attribute was added in vSphere API 6.7.
-
LOCAL= SourceType(string='LOCAL')¶ Check the local sources, ISO devices, staged area. This class attribute was added in vSphere API 6.7.
-
LOCAL_AND_ONLINE= SourceType(string='LOCAL_AND_ONLINE')¶ Check the local sources, ISO devices, staged area, then online repository as stated in update policy. This class attribute was added in vSphere API 6.7.
-
-
get(version)¶ Gets update information. This method was added in vSphere API 6.7.
Parameters: version ( str) – Update version The parameter must be an identifier for the resource type:com.vmware.appliance.update.pending.Return type: Pending.InfoReturns: Update Raise: com.vmware.vapi.std.errors_client.ErrorGeneric errorRaise: com.vmware.vapi.std.errors_client.Unauthenticatedsession is not authenticatedRaise: com.vmware.vapi.std.errors_client.Unauthorizedsession is not authorized to perform this operationRaise: com.vmware.vapi.std.errors_client.NotFoundthe update is not foundRaise: com.vmware.vapi.std.errors_client.AlreadyInDesiredStateif the update of this version is already installed
-
install(version, user_data)¶ Starts operation of installing the appliance update. Will fail is the update is not staged. This method was added in vSphere API 6.7.
Parameters: - version (
str) – Update version The parameter must be an identifier for the resource type:com.vmware.appliance.update.pending. - user_data (
dictofstrandstr) – map of user provided data with IDs The key in the parameterdictmust be an identifier for the resource type:com.vmware.applicance.update.pending.dataitem.
Raise: com.vmware.vapi.std.errors_client.ErrorGeneric errorRaise: com.vmware.vapi.std.errors_client.ErrorGeneric errorRaise: com.vmware.vapi.std.errors_client.Unauthenticatedsession is not authenticatedRaise: com.vmware.vapi.std.errors_client.Unauthorizedsession is not authorized to perform this operationRaise: com.vmware.vapi.std.errors_client.NotFoundif the update is not foundRaise: com.vmware.vapi.std.errors_client.AlreadyInDesiredStateif the update of this version is already installedRaise: com.vmware.vapi.std.errors_client.NotAllowedInCurrentStateif appliance update state prevents running an update or not staged- version (
-
list(source_type, url=None)¶ Checks if new updates are available. This method was added in vSphere API 6.7.
Parameters: - source_type (
Pending.SourceType) – type of the source - url (
strorNone) – specific URL to check at If None then URL is taken from the policy settings
Return type: Returns: List of the update summaries
Raise: com.vmware.vapi.std.errors_client.ErrorGeneric errorRaise: com.vmware.vapi.std.errors_client.NotFoundsource is not foundRaise: com.vmware.vapi.std.errors_client.Unauthenticatedsession is not authenticatedRaise: com.vmware.vapi.std.errors_client.Unauthorizedsession is not authorized to perform this operation- source_type (
-
precheck(version)¶ Runs update precheck. This method was added in vSphere API 6.7.
Parameters: version ( str) – Update version The parameter must be an identifier for the resource type:com.vmware.appliance.update.pending.Return type: Pending.PrecheckResultReturns: PrecheckResult Raise: com.vmware.vapi.std.errors_client.ErrorGeneric errorRaise: com.vmware.vapi.std.errors_client.Unauthenticatedsession is not authenticatedRaise: com.vmware.vapi.std.errors_client.Unauthorizedsession is not authorized to perform this operationRaise: com.vmware.vapi.std.errors_client.NotFoundthe update is not foundRaise: com.vmware.vapi.std.errors_client.AlreadyInDesiredStateif this version is already installedRaise: com.vmware.vapi.std.errors_client.NotAllowedInCurrentStateif another operation is in progress
-
stage(version)¶ Starts staging the appliance update. The updates are searched for in the following order: staged, CDROM, URL. This method was added in vSphere API 6.7.
Parameters: version ( str) – Update version The parameter must be an identifier for the resource type:com.vmware.appliance.update.pending.Raise: com.vmware.vapi.std.errors_client.ErrorGeneric errorRaise: com.vmware.vapi.std.errors_client.Unauthenticatedsession is not authenticatedRaise: com.vmware.vapi.std.errors_client.Unauthorizedsession is not authorized to perform this operationRaise: com.vmware.vapi.std.errors_client.NotFoundthe update is not foundRaise: com.vmware.vapi.std.errors_client.AlreadyInDesiredStateif the update of this version is already installedRaise: com.vmware.vapi.std.errors_client.AlreadyExiststhe update is already stagedRaise: com.vmware.vapi.std.errors_client.NotAllowedInCurrentStateif appliance update state prevents staging
-
stage_and_install(version, user_data)¶ Starts operation of installing the appliance update. Will stage update if not already staged The updates are searched for in the following order: staged, CDROM, URL. This method was added in vSphere API 6.7.
Parameters: - version (
str) – Update version The parameter must be an identifier for the resource type:com.vmware.appliance.update.pending. - user_data (
dictofstrandstr) – map of user provided data with IDs The key in the parameterdictmust be an identifier for the resource type:com.vmware.applicance.update.pending.dataitem.
Raise: com.vmware.vapi.std.errors_client.ErrorGeneric errorRaise: com.vmware.vapi.std.errors_client.ErrorGeneric errorRaise: com.vmware.vapi.std.errors_client.Unauthenticatedsession is not authenticatedRaise: com.vmware.vapi.std.errors_client.Unauthorizedsession is not authorized to perform this operationRaise: com.vmware.vapi.std.errors_client.NotFoundif the update is not foundRaise: com.vmware.vapi.std.errors_client.AlreadyInDesiredStateif the update of this version is already installedRaise: com.vmware.vapi.std.errors_client.NotAllowedInCurrentStateif appliance update state prevents running an update- version (
-
validate(version, user_data)¶ Validates the user provided data before the update installation. This method was added in vSphere API 6.7.
Parameters: - version (
str) – Update version The parameter must be an identifier for the resource type:com.vmware.appliance.update.pending. - user_data (
dictofstrandstr) – map of user provided data with IDs The key in the parameterdictmust be an identifier for the resource type:com.vmware.applicance.update.pending.dataitem.
Return type: Returns: Issues struct with the issues found during the validation
Raise: com.vmware.vapi.std.errors_client.ErrorGeneric errorRaise: com.vmware.vapi.std.errors_client.Unauthenticatedsession is not authenticatedRaise: com.vmware.vapi.std.errors_client.Unauthorizedsession is not authorized to perform this operationRaise: com.vmware.vapi.std.errors_client.NotFoundif the update is not foundRaise: com.vmware.vapi.std.errors_client.AlreadyInDesiredStateif the update of this version is already installedRaise: com.vmware.vapi.std.errors_client.NotAllowedInCurrentStateif appliance update state prevents running an check- version (
-
class
-
class
com.vmware.appliance.update_client.Policy(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceThe
Policyclass provides methods to set/get background check for the new updates. This class was added in vSphere API 6.7.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
Config(custom_url=None, username=None, password=None, check_schedule=None, auto_stage=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Policy.Configclass defines automatic update checking and staging policy. This class was added in vSphere API 6.7.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - custom_url (
strorNone) – Current appliance update repository URL. This attribute was added in vSphere API 6.7. If None then default URL is assumed - username (
strorNone) – Username for the update repository. This attribute was added in vSphere API 6.7. If None username will not be used to login - password (
strorNone) – Password for the update repository. This attribute was added in vSphere API 6.7. password If None password will not be used to login - check_schedule (
listofPolicy.Time) – Schedule when the automatic check will be run. This attribute was added in vSphere API 6.7. - auto_stage (
bool) – Automatically stage the latest update if available. This attribute was added in vSphere API 6.7.
- custom_url (
-
class
DayOfWeek(string)¶ Bases:
vmware.vapi.bindings.enum.EnumThe
Policy.DayOfWeekclass defines the set of days. This enumeration was added in vSphere API 6.7.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 theDayOfWeekinstance.-
FRIDAY= DayOfWeek(string='FRIDAY')¶ Friday. This class attribute was added in vSphere API 6.7.
-
MONDAY= DayOfWeek(string='MONDAY')¶ Monday. This class attribute was added in vSphere API 6.7.
-
SATURDAY= DayOfWeek(string='SATURDAY')¶ Saturday. This class attribute was added in vSphere API 6.7.
-
SUNDAY= DayOfWeek(string='SUNDAY')¶ Sunday. This class attribute was added in vSphere API 6.7.
-
THURSDAY= DayOfWeek(string='THURSDAY')¶ Thursday. This class attribute was added in vSphere API 6.7.
-
TUESDAY= DayOfWeek(string='TUESDAY')¶ Tuesday. This class attribute was added in vSphere API 6.7.
-
WEDNESDAY= DayOfWeek(string='WEDNESDAY')¶ Wednesday. This class attribute was added in vSphere API 6.7.
-
-
class
Info(custom_url=None, default_url=None, username=None, check_schedule=None, auto_stage=None, auto_update=None, manual_control=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Policy.Infoclass defines automatic update checking and staging policy. This class was added in vSphere API 6.7.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - custom_url (
strorNone) – Current appliance update custom repository URL. This attribute was added in vSphere API 6.7. If None update is checked at defaut URL. - default_url (
str) – Current appliance update default repository URL. This attribute was added in vSphere API 6.7. - username (
strorNone) – Username for the update repository. This attribute was added in vSphere API 6.7. If None username will not be used to login - check_schedule (
listofPolicy.Time) – Schedule when the automatic check will be run. This attribute was added in vSphere API 6.7. - auto_stage (
bool) – Automatically stage the latest update if available. This attribute was added in vSphere API 6.7. - auto_update (
bool) – Is the appliance updated automatically. Ifsetthe appliance may ignore the check schedule or auto-stage settings. This attribute was added in vSphere API 6.7. - manual_control (
bool) – Whether API client should allow the user to start update manually. This attribute was added in vSphere API 6.7.
- custom_url (
-
class
Time(day=None, hour=None, minute=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Policy.Timeclass defines weekday and time the automatic check for new updates will be run. This class was added in vSphere API 6.7.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - day (
Policy.DayOfWeek) – weekday to check for updates. This attribute was added in vSphere API 6.7. - hour (
long) – Hour: 0-24. This attribute was added in vSphere API 6.7. - minute (
long) – Minute: 0-59. This attribute was added in vSphere API 6.7.
- day (
-
get()¶ Gets the automatic update checking and staging policy. This method was added in vSphere API 6.7.
Return type: Policy.InfoReturns: Structure containing the policy for the appliance update. Raise: com.vmware.vapi.std.errors_client.ErrorGeneric errorRaise: com.vmware.vapi.std.errors_client.Unauthenticatedsession is not authenticatedRaise: com.vmware.vapi.std.errors_client.Unauthorizedsession is not authorized to perform this operation
-
set(policy)¶ Sets the automatic update checking and staging policy. This method was added in vSphere API 6.7.
Parameters: policy ( Policy.Config) – Info structure containing the policy for the appliance update.Raise: com.vmware.vapi.std.errors_client.ErrorGeneric errorRaise: com.vmware.vapi.std.errors_client.Unauthenticatedsession is not authenticatedRaise: com.vmware.vapi.std.errors_client.Unauthorizedsession is not authorized to perform this operation
-
class
-
class
com.vmware.appliance.update_client.ServiceInfo(service=None, description=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
ServiceInfoclass describes a service to be stopped and started during the update installation. This class was added in vSphere API 6.7.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - service (
str) – Service ID. This attribute was added in vSphere API 6.7. When clients pass a value of this class as a parameter, the attribute must be an identifier for the resource type:com.vmware.appliance.service. When methods return a value of this class as a return value, the attribute will be an identifier for the resource type:com.vmware.appliance.service. - description (
com.vmware.vapi.std_client.LocalizableMessage) – Service description. This attribute was added in vSphere API 6.7.
- service (
-
class
com.vmware.appliance.update_client.Staged(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceThe
Stagedclass provides methods to get the status of the staged update. This class was added in vSphere API 6.7.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
Info(staging_complete=None, version=None, description=None, priority=None, severity=None, update_type=None, release_date=None, reboot_required=None, size=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Staged.Infoclass contains information about the staged update. This class was added in vSphere API 6.7.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - staging_complete (
bool) – Is staging complete. This attribute was added in vSphere API 6.7. - version (
str) – Version in form of X.Y.Z.P. e.g. 6.5.1.5400. This attribute was added in vSphere API 6.7. When clients pass a value of this class as a parameter, the attribute must be an identifier for the resource type:com.vmware.appliance.update.pending. When methods return a value of this class as a return value, the attribute will be an identifier for the resource type:com.vmware.appliance.update.pending. - description (
com.vmware.vapi.std_client.LocalizableMessage) – Description of the update. The short information what this update is. E.g. “Update2 for vCenter Server Appliance 6.5”. This attribute was added in vSphere API 6.7. - priority (
CommonInfo.Priority) – Update priority. This attribute was added in vSphere API 6.7. - severity (
CommonInfo.Severity) – Update severity. This attribute was added in vSphere API 6.7. - update_type (
CommonInfo.Category) – Update category. This attribute was added in vSphere API 6.7. - release_date (
datetime.datetime) – Update release date. This attribute was added in vSphere API 6.7. - reboot_required (
bool) – Flag indicating whether reboot is required after update. This attribute was added in vSphere API 6.7. - size (
long) – Download Size of update in Megabytes. This attribute was added in vSphere API 6.7.
- staging_complete (
-
delete()¶ Deletes the staged update. This method was added in vSphere API 6.7.
Raise: com.vmware.vapi.std.errors_client.ErrorGeneric errorRaise: com.vmware.vapi.std.errors_client.Unauthenticatedsession is not authenticatedRaise: com.vmware.vapi.std.errors_client.Unauthorizedsession is not authorized to perform this operation
-
get()¶ Gets the current status of the staged update. This method was added in vSphere API 6.7.
Return type: Staged.InfoReturns: Info structure with information about staged update Raise: com.vmware.vapi.std.errors_client.ErrorGeneric errorRaise: com.vmware.vapi.std.errors_client.Unauthenticatedsession is not authenticatedRaise: com.vmware.vapi.std.errors_client.Unauthorizedsession is not authorized to perform this operationRaise: com.vmware.vapi.std.errors_client.NotAllowedInCurrentStateif nothing is staged
-
class
-
class
com.vmware.appliance.update_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
Parameters: stub_config ( vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance
-
class
com.vmware.appliance.update_client.Summary(version=None, description=None, priority=None, severity=None, update_type=None, release_date=None, reboot_required=None, size=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Summaryclass contains the essential information about the update. This class was added in vSphere API 6.7.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - version (
str) – Version in form of X.Y.Z.P. e.g. 6.5.1.5400. This attribute was added in vSphere API 6.7. When clients pass a value of this class as a parameter, the attribute must be an identifier for the resource type:com.vmware.appliance.update.pending. When methods return a value of this class as a return value, the attribute will be an identifier for the resource type:com.vmware.appliance.update.pending. - description (
com.vmware.vapi.std_client.LocalizableMessage) – Description of the update. The short information what this update is. E.g. “Update2 for vCenter Server Appliance 6.5”. This attribute was added in vSphere API 6.7. - priority (
CommonInfo.Priority) – Update priority. This attribute was added in vSphere API 6.7. - severity (
CommonInfo.Severity) – Update severity. This attribute was added in vSphere API 6.7. - update_type (
CommonInfo.Category) – Update category. This attribute was added in vSphere API 6.7. - release_date (
datetime.datetime) – Update release date. This attribute was added in vSphere API 6.7. - reboot_required (
bool) – Flag indicating whether reboot is required after update. This attribute was added in vSphere API 6.7. - size (
long) – Download Size of update in Megabytes. This attribute was added in vSphere API 6.7.
- version (
com.vmware.appliance.vmon_client module¶
The com.vmware.appliance.vmon_client module provides classes to manage a
set of services that are part of the vCenter Server.
-
class
com.vmware.appliance.vmon_client.Service(config)¶ Bases:
vmware.vapi.bindings.stub.VapiInterfaceThe
Serviceclass provides methods to manage a single/set of services that are managed by vMon.Parameters: config ( vmware.vapi.bindings.stub.StubConfiguration) – Configuration to be used for creating the stub.-
class
Health(string)¶ Bases:
vmware.vapi.bindings.enum.EnumThe
Service.Healthclass defines the possible values for health of a service.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 theHealthinstance.-
DEGRADED= Health(string='DEGRADED')¶ Service is in degraded state, it is not functional.
-
HEALTHY= Health(string='HEALTHY')¶ Service is in a healthy state and is fully functional.
-
HEALTHY_WITH_WARNINGS= Health(string='HEALTHY_WITH_WARNINGS')¶ Service is healthy with warnings.
-
-
class
Info(name_key=None, description_key=None, startup_type=None, state=None, health=None, health_messages=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Service.Infoclass contains information about a service.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: - name_key (
str) – Service name key. Can be used to lookup resource bundle - description_key (
str) – Service description key. Can be used to lookup resource bundle - startup_type (
Service.StartupType) – Startup Type. - state (
Service.State) – Running State. - health (
Service.Health) – Health of service. This attribute is optional and it is only relevant when the value ofstateisService.State.STARTED. - health_messages (
listofcom.vmware.vapi.std_client.LocalizableMessage) – Localizable messages associated with the health of the service This attribute is optional and it is only relevant when the value ofstateisService.State.STARTED.
- name_key (
-
class
StartupType(string)¶ Bases:
vmware.vapi.bindings.enum.EnumThe
Service.StartupTypeclass defines valid Startup Type for services managed by vMon.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 theStartupTypeinstance.-
AUTOMATIC= StartupType(string='AUTOMATIC')¶ Service Startup type is Automatic, thus during starting all services or issuing explicit start on the service will start it.
-
DISABLED= StartupType(string='DISABLED')¶ Service Startup type is Disabled, thus it will not start unless the startup type changes to manual or automatic.
-
MANUAL= StartupType(string='MANUAL')¶ Service Startup type is Manual, thus issuing an explicit start on the service will start it.
-
-
class
State(string)¶ Bases:
vmware.vapi.bindings.enum.EnumThe
Service.Stateclass defines valid Run State for services.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 theStateinstance.-
STARTED= State(string='STARTED')¶ Service Run State is Started, it is fully functional
-
STARTING= State(string='STARTING')¶ Service Run State is Starting, it is still not functional
-
STOPPED= State(string='STOPPED')¶ Service Run State is Stopped
-
STOPPING= State(string='STOPPING')¶ Service Run State is Stopping, it is not functional
-
-
class
UpdateSpec(startup_type=None)¶ Bases:
vmware.vapi.bindings.struct.VapiStructThe
Service.UpdateSpecclass describes the changes to be made to the configuration of the service.Tip
The arguments are used to initialize data attributes with the same names.
Parameters: startup_type ( Service.StartupTypeorNone) – Startup Type If unspecified, leaves value unchanged.
-
get(service)¶ Returns the state of a service.
Parameters: service ( str) – identifier of the service whose state is being queried. The parameter must be an identifier for the resource type:com.vmware.appliance.vmon.Service.Return type: Service.InfoReturns: Service Info structure. Raise: com.vmware.vapi.std.errors_client.NotFoundif the service associated withservicedoes not exist.Raise: com.vmware.vapi.std.errors_client.Errorif any other error occurs during the execution of the operation.
-
list_details()¶ Lists details of services managed by vMon.
Return type: dictofstrandService.InfoReturns: Map of service identifiers to service Info structures. The key in the return value dictwill be an identifier for the resource type:com.vmware.appliance.vmon.Service.Raise: com.vmware.vapi.std.errors_client.Errorif any error occurs during the execution of the operation.
-
restart(service)¶ Restarts a service
Parameters: service ( str) – identifier of the service to restart The parameter must be an identifier for the resource type:com.vmware.appliance.vmon.Service.Raise: com.vmware.vapi.std.errors_client.NotFoundif the service associated withservicedoes not exist.Raise: com.vmware.vapi.std.errors_client.TimedOutif any timeout occurs during the execution of the restart operation.Raise: com.vmware.vapi.std.errors_client.NotAllowedInCurrentStateif the operation is denied in the current state of the service. If a stop or start operation is in progress, issuing a restart operation will lead to this error.Raise: com.vmware.vapi.std.errors_client.NotAllowedInCurrentStateif a restart operation is issued on a service which has startup typeService.StartupType.DISABLEDRaise: com.vmware.vapi.std.errors_client.Errorif any other error occurs during the execution of the operation.
-
start(service)¶ Starts a service
Parameters: service ( str) – identifier of the service to start The parameter must be an identifier for the resource type:com.vmware.appliance.vmon.Service.Raise: com.vmware.vapi.std.errors_client.NotFoundif the service associated withservicedoes not exist.Raise: com.vmware.vapi.std.errors_client.NotAllowedInCurrentStateif the operation is denied in the current state of the service. If a stop or restart operation is in progress, the start operation will not be allowed.Raise: com.vmware.vapi.std.errors_client.NotAllowedInCurrentStateif start operation is issued on a service which has startup typeService.StartupType.DISABLED.Raise: com.vmware.vapi.std.errors_client.TimedOutif any timeout occurs during the execution of the start operation. Timeout occurs when the service takes longer than StartTimeout to start.Raise: com.vmware.vapi.std.errors_client.Errorif any other error occurs during the execution of the operation.
-
stop(service)¶ Stops a service
Parameters: service ( str) – identifier of the service to stop The parameter must be an identifier for the resource type:com.vmware.appliance.vmon.Service.Raise: com.vmware.vapi.std.errors_client.NotFoundif the service associated withservicedoes not exist.Raise: com.vmware.vapi.std.errors_client.Errorif any other error occurs during the execution of the operation.Raise: com.vmware.vapi.std.errors_client.NotAllowedInCurrentStateif the operation is denied in the current state of the service. If a stop operation is in progress, issuing another stop operation will lead to this error.
-
update(service, spec)¶ Updates the properties of a service.
Parameters: - service (
str) – identifier of the service whose properties are being updated. The parameter must be an identifier for the resource type:com.vmware.appliance.vmon.Service. - spec (
Service.UpdateSpec) – Service Update specification.
Raise: com.vmware.vapi.std.errors_client.NotFoundif the service associated withservicedoes not exist.Raise: com.vmware.vapi.std.errors_client.Errorif any other error occurs during the execution of the operation.Raise: com.vmware.vapi.std.errors_client.NotAllowedInCurrentStateif the operation is denied in the current state of the service. If a start, stop or restart operation is in progress, update operation will fail with this error.Raise: com.vmware.vapi.std.errors_client.NotAllowedInCurrentStateif a request to set theService.UpdateSpec.startup_typeattribute ofspectoService.StartupType.DISABLEDcomes in for a service that is not inService.State.STOPPEDstate.- service (
-
class
-
class
com.vmware.appliance.vmon_client.StubFactory(stub_config)¶ Bases:
vmware.vapi.bindings.stub.StubFactoryBaseInitialize StubFactoryBase
Parameters: stub_config ( vmware.vapi.bindings.stub.StubConfiguration) – Stub config instance