1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
.. _str: https://docs.python.org/2/library/stdtypes.html
.. _datetime: https://docs.python.org/2/library/stdtypes.html
.. _vim.HostSystem: ../../../vim/HostSystem.rst
.. _vSphere API 5.0: ../../../vim/version.rst#vimversionversion7
.. _vmodl.DynamicData: ../../../vmodl/DynamicData.rst
.. _AnswerFileStatusResult: ../../../vim/profile/host/AnswerFileStatusResult.rst
.. _HostProfileManagerAnswerFileStatus: ../../../vim/profile/host/ProfileManager/AnswerFileStatus.rst
.. _vim.profile.host.AnswerFileStatusResult.AnswerFileStatusError: ../../../vim/profile/host/AnswerFileStatusResult/AnswerFileStatusError.rst
vim.profile.host.AnswerFileStatusResult
=======================================
The `AnswerFileStatusResult`_ data object shows the validity of the answer file associated with a host.
:extends: vmodl.DynamicData_
:since: `vSphere API 5.0`_
Attributes:
checkedTime (`datetime`_):
Time that the answer file status was determined.
host (`vim.HostSystem`_):
Host associated with the answer file.
status (`str`_):
Status of the answer file. See `HostProfileManagerAnswerFileStatus`_ for valid values.
error ([`vim.profile.host.AnswerFileStatusResult.AnswerFileStatusError`_], optional):
Ifstatusisinvalid, this property contains a list of status error objects.
|