Skip to content

Commit

Permalink
update. golang sdk增加指定VM副本数参数
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkiiiiiice committed Oct 18, 2024
1 parent 38333c0 commit e801e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e801e83

Please sign in to comment.