Column Name | Data Type | Description |
capacity_gb | NUMBER | Total capacity in GiB |
disk_path | STRING | Disk path |
domain_id | NUMBER | Foreign key to Domain details |
free_space_gb | NUMBER | Free space in GiB |
host_id | NUMBER | Foreign key to Host details |
host_name | STRING | Host name |
partition_id | NUMBER | Foreign key to partition |
partition_type | STRING | Partition type |
percent_used | NUMBER | Percent of the VM guest disk in use |
primary_ip_address | STRING | Primary IP address |
used_space_gb | NUMBER | Used space in GiB |
virtual_system_id | NUMBER | Foreign key for the VM host |
virtual_system_name | STRING | VM host name |
vm_guest_name | STRING | VM guest name |