Skip to content

Commit b5f7eb8

Browse files
authored
Merge pull request #212 from qiangzii/master
add PlaceGroupID for CreateLoadBalancerInput
2 parents 895f1d8 + 5bf8c5b commit b5f7eb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

service/load_balancer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ type CreateLoadBalancerInput struct {
362362
ProjectID *string `json:"project_id" name:"project_id" location:"params"`
363363
SecurityGroup *string `json:"security_group" name:"security_group" location:"params"`
364364
VxNet *string `json:"vxnet" name:"vxnet" location:"params"`
365+
PlaceGroupID *string `json:"place_group_id" name:"place_group_id" location:"params"`
365366
}
366367

367368
func (v *CreateLoadBalancerInput) Validate() error {

0 commit comments

Comments
 (0)