Skip to content

Commit 9600b6c

Browse files
feat(dedibox): add a is_hds flag for ddx2elts servers (scaleway#2563)
Co-authored-by: Laure-di <[email protected]>
1 parent 36147a7 commit 9600b6c

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
@@ -3128,6 +3128,9 @@ type Server struct {
31283128

31293129
// IsRpnv2Member: whether or not the server is already part of an rpnv2 group.
31303130
IsRpnv2Member bool `json:"is_rpnv2_member"`
3131+
3132+
// IsHds: whether or not the server is HDS.
3133+
IsHds bool `json:"is_hds"`
31313134
}
31323135

31333136
// FailoverBlock: failover block.

0 commit comments

Comments
 (0)