layout | page_title | sidebar_current | description |
---|---|---|---|
gridscale |
gridscale: storage backup list |
docs-gridscale-datasource-backup-list |
Gets a backup list of a specific storage. |
Gets a backup list of a specific storage.
data "gridscale_backup_list" "foo" {
storage_uuid = "XXXX-XXXX-XXXX-XXXX"
}
The following arguments are supported:
storage_uuid
- (Required) UUID of the storage that the backups belong to.
The following attributes are exported:
storage_uuid
- UUID of the storage that the backups belong to.storage_backups
- Backups of the given storage.name
- Name of the backup.object_uuid
- UUID of the backup.create_time
- The date and time the backup was initially created.capacity
- The size of a backup in GB.