Skip to content

Commit

Permalink
Merge pull request #193 from wenwutang1/master
Browse files Browse the repository at this point in the history
update SecurityGroup field
  • Loading branch information
liangcd authored Feb 21, 2023
2 parents 8b3be44 + 2813b1b commit 4973ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ type ClusterNode struct {
RootUserID *string `json:"root_user_id" name:"root_user_id"`
ScaleInService interface{} `json:"scale_in_service" name:"scale_in_service"`
ScaleOutService interface{} `json:"scale_out_service" name:"scale_out_service"`
SecurityGroup *string `json:"security_group" name:"security_group"`
SecurityGroup interface{} `json:"security_group" name:"security_group"`
ServerID *int `json:"server_id" name:"server_id"`
ServerIDUpperBound *int `json:"server_id_upper_bound" name:"server_id_upper_bound"`
SingleNodeRepl *string `json:"single_node_repl" name:"single_node_repl"`
Expand Down

0 comments on commit 4973ba9

Please sign in to comment.