
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
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.