Files
deb-python-pyvmomi/docs/vim/host/ScsiDisk.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.2 KiB

vim.host.ScsiDisk

This data object type describes a SCSI disk. A SCSI disk contains a partition table which can be changed. To change a SCSI disk, use the device name and the partition specification.See RetrieveDiskPartitionInfo See UpdateDiskPartitions

extends

vim.host.ScsiLun

Attributes:

capacity (vim.host.DiskDimensions.Lba):

The size of SCSI disk using the Logical Block Addressing scheme.

devicePath (str):

The device path of the ScsiDisk. This device path is a file path that can be opened to create partitions on the disk.See RetrieveDiskPartitionInfo See UpdateDiskPartitions

ssd (bool, optional):

Indicates whether the ScsiDisk is SSD backed. If unset, the information whether the ScsiDisk is SSD backed is unknown.