File: DasFailoverLevelAdvancedRuntimeInfo.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 (52 lines) | stat: -rw-r--r-- 2,986 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
.. _int: https://docs.python.org/2/library/stdtypes.html

.. _usedSlots: ../../vim/cluster/DasFailoverLevelAdvancedRuntimeInfo.rst#usedSlots

.. _totalGoodHosts: ../../vim/cluster/DasFailoverLevelAdvancedRuntimeInfo.rst#totalGoodHosts

.. _vSphere API 4.0: ../../vim/version.rst#vimversionversion5

.. _vim.cluster.DasAdvancedRuntimeInfo: ../../vim/cluster/DasAdvancedRuntimeInfo.rst

.. _ClusterFailoverLevelAdmissionControlPolicy: ../../vim/cluster/FailoverLevelAdmissionControlPolicy.rst

.. _vim.cluster.DasFailoverLevelAdvancedRuntimeInfo.VmSlots: ../../vim/cluster/DasFailoverLevelAdvancedRuntimeInfo/VmSlots.rst

.. _vim.cluster.DasFailoverLevelAdvancedRuntimeInfo.SlotInfo: ../../vim/cluster/DasFailoverLevelAdvancedRuntimeInfo/SlotInfo.rst

.. _vim.cluster.DasFailoverLevelAdvancedRuntimeInfo.HostSlots: ../../vim/cluster/DasFailoverLevelAdvancedRuntimeInfo/HostSlots.rst


vim.cluster.DasFailoverLevelAdvancedRuntimeInfo
===============================================
  Advanced runtime information related to the high availability service for a cluster that has been configured with a failover level admission control policy. See `ClusterFailoverLevelAdmissionControlPolicy`_ .
:extends: vim.cluster.DasAdvancedRuntimeInfo_
:since: `vSphere API 4.0`_

Attributes:
    slotInfo (`vim.cluster.DasFailoverLevelAdvancedRuntimeInfo.SlotInfo`_):

       Slot information for this cluster.
    totalSlots (`int`_):

       The total number of slots available in the cluster.See SlotInfo
    usedSlots (`int`_):

       The number of slots currently being used.See SlotInfo
    unreservedSlots (`int`_):

       The number of slots that are not used by currently powered on virtual machines and not reserved to satisfy the configured failover level. This number gives an indication of how many additional virtual machines can be powered on in this cluster without violating the failover level (assuming the new virtual machine's reservations are satisfied by the current slot size). This value is computed as follows (where m is the configured failover level): Remove the m largest hosts (ie. the ones with the most slots) from the list of "good" hosts (see `totalGoodHosts`_ ). Sum up the number of slots on the remaining hosts and deduct the number of currently used slots (see `usedSlots`_ ). If this number is negative, use zero instead.See SlotInfo
    totalVms (`int`_):

       The total number of powered on vms in the cluster.
    totalHosts (`int`_):

       The total number of hosts in the cluster.
    totalGoodHosts (`int`_):

       The total number of connected hosts that are not in maintance mode and that do not have any DAS-related config issues on them.
    hostSlots ([`vim.cluster.DasFailoverLevelAdvancedRuntimeInfo.HostSlots`_], optional):

    vmsRequiringMultipleSlots ([`vim.cluster.DasFailoverLevelAdvancedRuntimeInfo.VmSlots`_], optional):

       The list of virtual machines whose reservations and memory overhead are not satisfied by a single slot.