We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3be44 commit 2813b1bCopy full SHA for 2813b1b
service/types.go
@@ -597,7 +597,7 @@ type ClusterNode struct {
597
RootUserID *string `json:"root_user_id" name:"root_user_id"`
598
ScaleInService interface{} `json:"scale_in_service" name:"scale_in_service"`
599
ScaleOutService interface{} `json:"scale_out_service" name:"scale_out_service"`
600
- SecurityGroup *string `json:"security_group" name:"security_group"`
+ SecurityGroup interface{} `json:"security_group" name:"security_group"`
601
ServerID *int `json:"server_id" name:"server_id"`
602
ServerIDUpperBound *int `json:"server_id_upper_bound" name:"server_id_upper_bound"`
603
SingleNodeRepl *string `json:"single_node_repl" name:"single_node_repl"`
0 commit comments