File: Reason.rst

package info (click to toggle)
python-pyvmomi 6.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,980 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (33 lines) | stat: -rw-r--r-- 1,026 bytes parent folder | download | duplicates (5)
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
.. _vim.host.PatchManager.Status: ../../../../vim/host/PatchManager/Status.rst

.. _vim.host.PatchManager.Status.Reason: ../../../../vim/host/PatchManager/Status/Reason.rst

vim.host.PatchManager.Status.Reason
===================================
  Reasons why an update is not applicable to the ESX host.
  :contained by: `vim.host.PatchManager.Status`_

  :type: `vim.host.PatchManager.Status.Reason`_

  :name: conflictLib

values:
--------

conflictLib
   The update conflicts with RPMs or libraries installed on the host.

obsoleted
   The update is made obsolete by other patches installed on the host.

hasDependentPatch
   The update depends on an update that is not installed but is in the scanned list of updates.

missingPatch
   The update depends on another update that is neither installed nor in the scanned list of updates.

missingLib
   The update depends on certain libraries or RPMs that are not available.

conflictPatch
   The update conflicts with certain updates that are already installed on the host.