Skip to content

Commit 3c13436

Browse files
authored
feat(instance): add max_file_systems capability (scaleway#2521)
1 parent 35b5670 commit 3c13436

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/instance/v1/instance_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1519,6 +1519,9 @@ type ServerTypeCapabilities struct {
15191519

15201520
// BootTypes: list of supported boot types.
15211521
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"`
15221525
}
15231526

15241527
// ServerTypeGPUInfo: server type gpu info.

0 commit comments

Comments
 (0)