We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9100013 commit e4e2f29Copy full SHA for e4e2f29
packages/clients/src/api/instance/v1/types.gen.ts
@@ -87,7 +87,11 @@ export type VolumeServerState =
87
| 'saving'
88
| 'hotsyncing'
89
90
-export type VolumeServerVolumeType = 'l_ssd' | 'b_ssd'
+export type VolumeServerVolumeType =
91
+ | 'l_ssd'
92
+ | 'b_ssd'
93
+ | 'sbs_volume'
94
+ | 'scratch'
95
96
export type VolumeState =
97
| 'available'
@@ -98,7 +102,12 @@ export type VolumeState =
98
102
99
103
100
104
101
-export type VolumeVolumeType = 'l_ssd' | 'b_ssd' | 'unified' | 'scratch'
105
+export type VolumeVolumeType =
106
107
108
+ | 'unified'
109
110
111
112
/** Bootscript. */
113
export interface Bootscript {
0 commit comments