Files
deb-python-pyvmomi/docs/vim/vm/FileLayoutEx.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.8 KiB

vim.vm.FileLayoutEx

Detailed description of files that make up a virtual machine on disk. The file layout is broken into 4 major sections:
  • Configuration: Files stored in the configuration directory
  • Log: Files stored in the log directory
  • Disk: Files stored relative to a disk configuration file
  • Snapshot: Stored in the snapshot directory
  • Often the same directory is used for configuration, log, disk and snapshots.
extends

vmodl.DynamicData

since

vSphere API 4.0

Attributes:

file (vim.vm.FileLayoutEx.FileInfo, optional):

Information about all the files that constitute the virtual machine including configuration files, disks, swap file, suspend file, log files, core files, memory file etc. VirtualMachineFileLayoutExFileType lists the different file-types that make a virtual machine.

disk (vim.vm.FileLayoutEx.DiskLayout, optional):

Layout of each virtual disk attached to the virtual machine.For a virtual machine with snaphots, this property gives only those disks that are attached to it at the current point of running.

snapshot (vim.vm.FileLayoutEx.SnapshotLayout, optional):

Layout of each snapshot of the virtual machine.

timestamp (datetime):

Time when values in this structure were last updated.