Data Object - GuestDiskInfo(vim.vm.GuestInfo.DiskInfo)

Property of
GuestInfo
Extends
DynamicData
See also
GuestInfoVirtualDiskMapping
Since
2.0

Data Object Description

Information about each local virtual disk configured in the guest operating system.

Properties

Name Type Description
capacity*xsd:long

Total capacity of the disk, in bytes. This is part of the virtual machine configuration.
diskPath*xsd:string

Name of the virtual disk in the guest operating system. For example: C:\
filesystemType*xsd:string

Filesystem type, if known. For example NTFS or ext3.

Since vSphere API 7.0
freeSpace*xsd:long

Free space on the disk, in bytes. This is retrieved by VMware Tools.
mappings*GuestInfoVirtualDiskMapping[]

VirtualDisks backing the guest partition, if known.

Since vSphere API 7.0
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition