We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 895f1d8 + 5bf8c5b commit b5f7eb8Copy full SHA for b5f7eb8
service/load_balancer.go
@@ -362,6 +362,7 @@ type CreateLoadBalancerInput struct {
362
ProjectID *string `json:"project_id" name:"project_id" location:"params"`
363
SecurityGroup *string `json:"security_group" name:"security_group" location:"params"`
364
VxNet *string `json:"vxnet" name:"vxnet" location:"params"`
365
+ PlaceGroupID *string `json:"place_group_id" name:"place_group_id" location:"params"`
366
}
367
368
func (v *CreateLoadBalancerInput) Validate() error {
0 commit comments