VirtualDiskData
VirtualDiskData
Information related to a virtual disk.
JSON Example
{
"capacity_mb": 102400,
"datastore_path": "datastore1",
"path": "/path/host"
}
integer As int64 As int64
capacity_mb
Optional
The disk capacity in MB.
string
datastore_path
Optional
The virtual disk's datastore.
string
path
Optional
The virtual disk path.