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 df01e5e commit 3308335Copy full SHA for 3308335
packages/clients/src/api/instance/v1/marshalling.gen.ts
@@ -1155,6 +1155,7 @@ const unmarshalServerTypeCapabilities = (
1155
return {
1156
blockStorage: data.block_storage,
1157
bootTypes: data.boot_types,
1158
+ maxFileSystems: data.max_file_systems,
1159
} as ServerTypeCapabilities
1160
}
1161
packages/clients/src/api/instance/v1/types.gen.ts
@@ -447,6 +447,10 @@ export interface ServerTypeCapabilities {
447
* List of supported boot types.
448
*/
449
bootTypes: BootType[]
450
+ /**
451
+ * Max number of SFS (Scaleway File Systems) that can be attached to the Instance.
452
+ */
453
+ maxFileSystems: number
454
455
456
export interface ServerTypeGPUInfo {
0 commit comments