vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - VirtualMachineStorageSummary(vim.vm.Summary.StorageSummary)
- Property of
 - VirtualMachineSummary
 - Extends
 - DynamicData
 - Since
 - vSphere API Release 4.0
 
Data Object Description
A subset of the storage information of this virtual machine.See VirtualMachineStorageInfo for a detailed storage break-up.
Properties
| Name | Type | Description | 
|---|---|---|
| committed | xsd:long | 
         Total storage space, in bytes, committed to this virtual machine across
  all datastores.
   
  Essentially an aggregate of the property
  committed across all
  datastores that this virtual machine is located on.
        | 
| timestamp | xsd:dateTime | 
         Time when values in this structure were last updated.
       | 
| uncommitted | xsd:long | 
         Additional storage space, in bytes, potentially used by this virtual machine
  on all datastores.
   
  Essentially an aggregate of the property
  uncommitted across all
  datastores that this virtual machine is located on.
        | 
| unshared | xsd:long | 
         Total storage space, in bytes, occupied by the virtual machine across
  all datastores, that is not shared with any other virtual machine.
       | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |