Files
deb-python-pyvmomi/docs/vim/host/MemoryManagerSystem/ServiceConsoleReservationInfo.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
This external documentation for pyVmomi was generated using Googly Docs
(aka Google Standard Documentation) which renders very cleanly in
GitHub. Internal documentation for a class should be done in Sphinx
format because tools like pyCharm and Eclipse can use that documentation
as a hint for code completion.

Note: External docs as Googly Docs, internal docs as Sphinx.

Closes bug#15
2014-06-17 14:07:42 -04:00

1.3 KiB

vim.host.MemoryManagerSystem.ServiceConsoleReservationInfo

The ServiceConsoleReservationInfo data object type describes the amount of memory that is being reserved by the service console. Memory reserved for use by the service console is a hard reservation that cannot be changed except across hardware restarts.This memory that is reserved for the service console is used primarily to provide system management services. In addition, a small overhead is needed by each virtual machine on the service console.The only property of the data object that can be changed directly is the serviceConsoleReservedCfg property. This property indicates how much memory should be reserved for the service console on the next boot. In most cases, this amount is the same as the current reservation.

extends

vmodl.DynamicData

Attributes:

serviceConsoleReservedCfg (long):

The amount of memory that should be reserved for the service console on the next boot.

serviceConsoleReserved (long):

The amount of memory that is currently reserved for the service console.

unreserved (long):

The amount of memory that is not reserved for use by the service console.