Skip to content

Commit

Permalink
feat(instance): set b_ssd volume type as deprecated (#1583)
Browse files Browse the repository at this point in the history
Co-authored-by: Jules Castéran <jcasteran@scaleway.com>
  • Loading branch information
scaleway-bot and Codelax authored Nov 19, 2024
1 parent 69d737a commit 300c837
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/clients/src/api/instance/v1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -639,9 +639,11 @@ export interface Dashboard {
securityGroupsCount: number
ipsUnused: number
volumesLSsdCount: number
volumesBSsdCount: number
/** @deprecated */
volumesBSsdCount?: number
volumesLSsdTotalSize: number
volumesBSsdTotalSize: number
/** @deprecated */
volumesBSsdTotalSize?: number
privateNicsCount: number
placementGroupsCount: number
}
Expand Down

0 comments on commit 300c837

Please sign in to comment.