Skip to content

Commit

Permalink
feat(block): add volume last_detached_at (#1925)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Nov 16, 2023
1 parent eac0978 commit 9180208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/block/v1alpha1/block_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,9 @@ type Volume struct {

// Specs: specifications of the volume.
Specs *VolumeSpecifications `json:"specs"`

// LastDetachedAt: last time the volume was detached.
LastDetachedAt *time.Time `json:"last_detached_at"`
}

// CreateSnapshotRequest: create snapshot request.
Expand Down

0 comments on commit 9180208

Please sign in to comment.