Skip to content

Commit b1c5ee6

Browse files
feat(dedibox): add a is_hds flag for ddx2elts servers list (scaleway#2572)
Co-authored-by: Jonathan R. <[email protected]>
1 parent edd5a98 commit b1c5ee6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/dedibox/v1/dedibox_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3653,6 +3653,9 @@ type ServerSummary struct {
36533653

36543654
// RpnVersion: supported RPN version.
36553655
RpnVersion *uint32 `json:"rpn_version"`
3656+
3657+
// IsHds: whether or not the server is HDS.
3658+
IsHds bool `json:"is_hds"`
36563659
}
36573660

36583661
// CPU: cpu.

0 commit comments

Comments
 (0)