
Fixes RST documents to include list mark up when appropriate. closes: https://github.com/vmware/pyvmomi/issues/76
632 B
632 B
vim.option.ChoiceOption
The ChoiceOption data object type defines a set of supported string values, a localizable description for each value, and the default value.
- extends
- Attributes:
-
choiceInfo ([vim.ElementDescription]):
The set of possible selections and descriptions.
defaultIndex (int, optional):
The index in ChoiceOption.value that serves as the default value.