From 2813b1b2f664fe8d7c922396f915278ca8951be1 Mon Sep 17 00:00:00 2001 From: tww Date: Tue, 21 Feb 2023 16:21:33 +0800 Subject: [PATCH] update SecurityGroup field --- service/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/types.go b/service/types.go index 4fb6e7c..f3a12a5 100644 --- a/service/types.go +++ b/service/types.go @@ -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"`