From e801e83473e24d91a4802ba95acb23e2934a121d Mon Sep 17 00:00:00 2001 From: Darkiiiiiice Date: Fri, 18 Oct 2024 19:56:05 +0800 Subject: [PATCH] =?UTF-8?q?update.=20golang=20sdk=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=8C=87=E5=AE=9AVM=E5=89=AF=E6=9C=AC=E6=95=B0=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/instance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/instance.go b/service/instance.go index d837146..2b30ca5 100644 --- a/service/instance.go +++ b/service/instance.go @@ -599,7 +599,7 @@ type RunInstancesInput struct { UserdataValue *string `json:"userdata_value" name:"userdata_value" location:"params"` Volumes []*string `json:"volumes" name:"volumes" location:"params"` VxNets []*string `json:"vxnets" name:"vxnets" location:"params"` - RepCount *string `json:"rep_count" name:"rep_count" location:"params"` + RepCount *int `json:"rep_count" name:"rep_count" location:"params"` } func (v *RunInstancesInput) Validate() error {