File: IOAllocationOption.rst

package info (click to toggle)
python-pyvmomi 6.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 14,984 kB
  • sloc: python: 9,206; xml: 77; makefile: 9
file content (26 lines) | stat: -rw-r--r-- 928 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
.. _limit: ../../vim/StorageResourceManager/IOAllocationInfo.rst#limit

.. _shares: ../../vim/StorageResourceManager/IOAllocationInfo.rst#shares

.. _vSphere API 4.1: ../../vim/version.rst#vimversionversion6

.. _vim.SharesOption: ../../vim/SharesOption.rst

.. _vmodl.DynamicData: ../../vmodl/DynamicData.rst

.. _vim.option.LongOption: ../../vim/option/LongOption.rst


vim.StorageResourceManager.IOAllocationOption
=============================================
  The IOAllocationOption specifies value ranges that can be used to initialize IOAllocationInfo object.
:extends: vmodl.DynamicData_
:since: `vSphere API 4.1`_

Attributes:
    limitOption (`vim.option.LongOption`_):

       limitOptions defines a range of values allowed to be used for storage IO limit `limit`_ .
    sharesOption (`vim.SharesOption`_):

       sharesOption defines a range of values allowed to be used to specify allocated io shares `shares`_ .