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

vim.profile.ProfilePropertyPath

The ProfilePropertyPath data object represents the path to a profile, policy option, or specific parameter. IfprofilePath,policyId, andparameterIdare all specified, the combination of the three identifies a particular parameter. If onlyprofilePathandpolicyIdare specified, the combination identifies a specific profile policy option. If just theprofilePathis specified, the data object identifies a profile instance.

extends

vmodl.DynamicData

since

vSphere API 4.0

Attributes:

profilePath (str):

Complete path to the leaf profile, relative to the root of the host profile document.

policyId (str, optional):

Policy option identifier. See PolicyOption . id .

parameterId (str, optional):

Key for a parameter in the policy specified bypolicyId. See PolicyOption . parameter and key .