Files
deb-python-pyvmomi/docs/vim/host/VmfsDatastoreOption/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.host.VmfsDatastoreOption.Info

Base class that describes a VMFS datastore provisioning option.

extends

vmodl.DynamicData

Attributes:

layout (vim.host.DiskPartitionInfo.Layout):

The partition table layout that the disk will have if this provisioning option is selected. In releases after vSphere API 5.0, vSphere Servers might not generate property collector update notifications for this property. To obtain the latest value of the property, you can use PropertyCollector methods RetrievePropertiesEx or WaitForUpdatesEx. If you use the PropertyCollector.WaitForUpdatesEx method, specify an empty string for the version parameter. Since this property is on a DataObject, an update returned by WaitForUpdatesEx may contain values for this property when some other property on the DataObject changes. If this update is a result of a call to WaitForUpdatesEx with a non-empty version parameter, the value for this property may not be current.

partitionFormatChange (bool, optional):

Indicates whether selecting this option will change the partition format type on the disk.See HostDiskPartitionInfoPartitionFormat