Files
deb-python-pyvmomi/docs/vim/profile/host/AnswerFileStatusResult.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

1.3 KiB

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.