Files
deb-python-pyvmomi/docs/vim/profile/host/HostApplyProfile.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

3.3 KiB

vim.profile.host.HostApplyProfile

The HostApplyProfile data object provides access to subprofiles that contain configuration data for different host capabilities. The Profile Engine will use any configuration data that you supply to overwrite the host configuration. See the ExecuteHostProfile and ApplyHostConfig_Task methods.

extends

vim.profile.ApplyProfile

since

vSphere API 4.0

Attributes:

memory (vim.profile.host.HostMemoryProfile, optional):

Memory configuration for the host. This may not be valid for all versions of the host.

storage (vim.profile.host.StorageProfile, optional):

Host storage configuration.

network (vim.profile.host.NetworkProfile, optional):

Network configuration.

datetime (vim.profile.host.DateTimeProfile, optional):

Date and time configuration.

firewall (vim.profile.host.FirewallProfile, optional):

Firewall configuration.

security (vim.profile.host.SecurityProfile, optional):

Security Configuration of the host. The security subprofile can include data such as administrator passwords.

service (vim.profile.host.ServiceProfile, optional):

Host configuration for services. Use the key property to access a subprofile in the list.

option (vim.profile.host.OptionProfile, optional):

List of subprofiles representing advanced configuration options. Use the key property to access a subprofile in the list.

userAccount (vim.profile.host.UserProfile, optional):

List of subprofiles for user accounts to be configured on the host. Use the key property to access a subprofile in the list.

usergroupAccount (vim.profile.host.UserGroupProfile, optional):

List of subprofiles for user groups to be configured on the host. Use the key property to access a subprofile in the list.

authentication (vim.profile.host.AuthenticationProfile, optional):

Authentication Configuration.