更新 'service/eip.go'

This commit is contained in:
jack77213 2020-05-26 15:16:12 +00:00
parent c7eee83bd5
commit 452617dfdf
1 changed files with 1 additions and 0 deletions

View File

@ -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 {