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

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.