Files
deb-python-pyvmomi/docs/vim/vm/FileLayoutEx.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -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.