File: StoragePod.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 (34 lines) | stat: -rw-r--r-- 1,036 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
.. _vim.Task: ../vim/Task.rst

.. _vim.Folder: ../vim/Folder.rst

.. _vSphere API 5.0: ../vim/version.rst#vimversionversion7

.. _vim.StoragePod.Summary: ../vim/StoragePod/Summary.rst

.. _vim.StorageResourceManager.PodStorageDrsEntry: ../vim/StorageResourceManager/PodStorageDrsEntry.rst


vim.StoragePod
==============
  The `StoragePod`_ data object aggregates the storage resources of associated `Datastore`_ objects into a single storage resource for use by virtual machines. The storage services such as Storage DRS (Distributed Resource Scheduling), enhance the utility of the storage pod.Use the `Folder`_ . `CreateStoragePod`_ method to create an instance of this object.


:extends: vim.Folder_
:since: `vSphere API 5.0`_


Attributes
----------
    summary (`vim.StoragePod.Summary`_):
      privilege: System.View
       Storage pod summary.
    podStorageDrsEntry (`vim.StorageResourceManager.PodStorageDrsEntry`_):
      privilege: System.Read
       Storage DRS related attributes of the Storage Pod.


Methods
-------