From 648d4d8ac258fa8e067c28776cb8ee1df79f8f87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=88=E8=BD=A9?= Date: Tue, 26 Mar 2019 20:49:56 +0800 Subject: [PATCH] =?UTF-8?q?=E9=81=BF=E5=85=8D=E6=96=B0=E5=BB=BA=E6=9C=BA?= =?UTF-8?q?=E5=99=A8=E6=97=B6=E9=BB=98=E8=AE=A4=E5=AE=89=E5=85=A8=E7=BB=84?= =?UTF-8?q?=E6=9C=AA=E6=AD=A3=E5=B8=B8=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/apis/compute/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/compute/api.go b/pkg/apis/compute/api.go index 2b085d705a..323d120243 100644 --- a/pkg/apis/compute/api.go +++ b/pkg/apis/compute/api.go @@ -149,7 +149,7 @@ type ServerCreateInput struct { IsSystem bool `json:"is_system"` Duration string `json:"duration"` AutoPrepaidRecycle bool `json:"auto_prepaid_recycle,omitfalse"` - SecgroupId string `json:"secgroup_id"` + SecgroupId string `json:"secgrp_id"` EipBw int `json:"eip_bw,omitzero"` EipChargeType string `json:"eip_charge_type,omitempty"` Eip string `json:"eip,omitempty"`