This commit is contained in:
jack77213 2021-06-04 23:38:36 +08:00
parent 6d0338099b
commit 0cf548a2b0
Signed by: jack77213
GPG Key ID: CA81AA7BB873B9F1
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 {