
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
1.2 KiB
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
- since
- 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 .