From 452617dfdfd71eff1ee139563cfb84ac4957339e Mon Sep 17 00:00:00 2001 From: jack77213 Date: Tue, 26 May 2020 15:16:12 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'service/eip.go'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/eip.go | 1 + 1 file changed, 1 insertion(+) diff --git a/service/eip.go b/service/eip.go index 50c3e26..1efd73c 100644 --- a/service/eip.go +++ b/service/eip.go @@ -81,6 +81,7 @@ type AllocateEIPsInput struct { EIPName *string `json:"eip_name" name:"eip_name" location:"params"` // NeedICP's available values: 0, 1 NeedICP *int `json:"need_icp" name:"need_icp" default:"0" location:"params"` + EIPGroup *string `json:"eip_group" name:"eip_group" default:"eipg-00000000" location:"params"` } func (v *AllocateEIPsInput) Validate() error {