1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _vSphere API 4.1: ../../vim/version.rst#vimversionversion6
.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst
.. _HostFeatureVersionKey: ../../vim/host/FeatureVersionInfo/FeatureVersionKey.rst
vim.host.FeatureVersionInfo
===========================
Feature-specific version information for a host
:extends: vmodl.DynamicData_
:since: `vSphere API 4.1`_
Attributes:
key (`str`_):
A unique key that identifies a feature, list of possible values are specified in `HostFeatureVersionKey`_
value (`str`_):
The version string of this feature
|