Skip to content

Commit 2813b1b

Browse files
author
tww
committed
update SecurityGroup field
1 parent 8b3be44 commit 2813b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ type ClusterNode struct {
597597
RootUserID *string `json:"root_user_id" name:"root_user_id"`
598598
ScaleInService interface{} `json:"scale_in_service" name:"scale_in_service"`
599599
ScaleOutService interface{} `json:"scale_out_service" name:"scale_out_service"`
600-
SecurityGroup *string `json:"security_group" name:"security_group"`
600+
SecurityGroup interface{} `json:"security_group" name:"security_group"`
601601
ServerID *int `json:"server_id" name:"server_id"`
602602
ServerIDUpperBound *int `json:"server_id_upper_bound" name:"server_id_upper_bound"`
603603
SingleNodeRepl *string `json:"single_node_repl" name:"single_node_repl"`

0 commit comments

Comments
 (0)