Column Name | Data Type | Description |
committed_kb | NUMBER | Storage space, in KiB, on this datastore that is actually being used by the virtual machine |
datastore_name | STRING | Datastore name |
domain_id | NUMBER | Foreign key to domain details |
domain_name | STRING | Domain name |
last_updated | DATE | Last modified date |
partition_id | NUMBER | Foreign key for partition |
partition_name | STRING | Partition name |
uncommitted_kb | NUMBER | Additional storage space, in KiB, potentially used by the virtual machine on this datastore; For example, when lazily allocated disks grow, or storage for swap is allocated when powering on the virtual machine. If the virtual machine is running off delta disks (for example because a snapshot was taken), then only the potential growth of the currently used delta-disks is considered. |
unshared_kb | NUMBER | Storage space, in kilobytes, occupied by the virtual machine on this datastore that is not shared with any other virtual machine |
virtual_system_id | NUMBER | Foreign key for VM Host |
virtual_system_name | STRING | VM host name |
vmw_datastore_id | NUMBER | Foreign key for VMW Datastore details |