Files
deb-python-pyvmomi/docs/vim/profile/ApplyProfile.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

1.8 KiB

vim.profile.ApplyProfile

The ApplyProfile data object is the base class for all data objects that define profile configuration data.ApplyProfiledefines ESX configuration data storage and it supports recursive profile definition for the profile plug-in architecture.

extends

vmodl.DynamicData

since

vSphere API 4.0

Attributes:

enabled (bool):

Indicates whether the profile is enabled.

policy (vim.profile.Policy, optional):

The list of policies comprising the profile. A ProfilePolicy stores one or more configuration data values in a PolicyOption . The policy option is one of the configuration options from the ProfilePolicyMetadata . possibleOption list.

profileTypeName (str, optional):

Identifies the profile type.

profileVersion (str, optional):

Profile engine version.

property (vim.profile.ApplyProfileProperty, optional):

List of subprofiles for this profile. This list can change depending on which profile plug-ins are available in the system. Subprofiles can be nested to arbitrary depths to represent host capabilities.