VmTemplateLibraryItemsDiskInfo

The LibraryItems.DiskInfo structure contains information about the virtual machine template’s virtual disk.


Properties

integer as int64
capacity Optional

Capacity of the virtual disk in bytes. This field will be unset if the virtual disk is inaccessible.


disk_storage Required

Disk storage related information.

JSON Example

{
	"disk_storage": {
		"datastore": "string"
	}
}

Feedback

Was this page helpful?