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 35b5670 commit 3c13436Copy full SHA for 3c13436
api/instance/v1/instance_sdk.go
@@ -1519,6 +1519,9 @@ type ServerTypeCapabilities struct {
1519
1520
// BootTypes: list of supported boot types.
1521
BootTypes []BootType `json:"boot_types"`
1522
+
1523
+ // MaxFileSystems: max number of SFS (Scaleway File Systems) that can be attached to the Instance.
1524
+ MaxFileSystems uint32 `json:"max_file_systems"`
1525
}
1526
1527
// ServerTypeGPUInfo: server type gpu info.
0 commit comments