Files
deb-python-pyvmomi/docs/vim/Datastore/Info.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.5 KiB

vim.Datastore.Info

Detailed information about a datastore. This is a base type for derived types that have more specific details about a datastore.See HostVmfsVolume See HostNasVolume See HostLocalFileSystemVolume

extends

vmodl.DynamicData

Attributes:

name (str):

The name of the datastore.

url (str):

The unique locator for the datastore.

freeSpace (long):

Free space of this datastore, in bytes. The server periodically updates this value. It can be explicitly refreshed with the Refresh operation.

maxFileSize (long):

The maximum size of a file that can reside on this file system volume.

maxVirtualDiskCapacity (long, optional):

The maximum capacity of a virtual disk which can be created on this volume.

timestamp (datetime, optional):

Time when the free-space and capacity values in DatastoreInfo and DatastoreSummary were updated.

containerId (str, optional):

The unique container ID of the datastore, if applicable.