This package contains the modules used for virtual machine storage.
Each module should contain one publicly instantiable object, named Disk .
For most usages, these can be used like so:
disk = Disk()
Modules and Packages
|
|
pyVC/Disks/
Image |
Module containing the Disk object for a Disk Image.
|
NFS |
Module containing the Disk object for an NFS share.
|
Physical |
Module containing the Disk object for a Disk Image.
|
Disks |
This package contains the modules used for virtual machine storage.
|
|
|