
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.7 KiB
1.7 KiB
vim.profile.PolicyOptionMetadata
The ProfilePolicyOptionMetadata data object contains the metadata information for a PolicyOption .
- extends
- since
- Attributes:
-
id (vim.ExtendedElementDescription):
- Identifier for the policy option.
-
- The
- id.key
- value (
- ExtendedElementDescription
- .
- key
- ) identifies the policy option type.
- The
- id.label
- property (
- ExtendedElementDescription
- .
- label
- ) contains a brief localizable message describing the policy option.
- The
- id.summary
- property (
- ExtendedElementDescription
- .
- summary
- ) contains a localizable summary of the policy option. Summary information can contain embedded variable names which can be replaced with values from the
- parameter
- property.
parameter (vim.profile.ParameterMetadata, optional):
Metadata about the parameters for the policy option.