Files
deb-python-pyvmomi/docs/vim/profile/host/HostApplyProfile.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -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.