Skip to content

Commit

Permalink
support modifying "scene" param of LB listeners
Browse files Browse the repository at this point in the history
  • Loading branch information
hlwanghl authored May 8, 2020
1 parent c7eee83 commit e7d5311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/load_balancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1451,6 +1451,7 @@ type ModifyLoadBalancerListenerAttributesInput struct {
ListenerOption *int `json:"listener_option" name:"listener_option" location:"params"`
LoadBalancerListener *string `json:"loadbalancer_listener" name:"loadbalancer_listener" location:"params"` // Required
LoadBalancerListenerName *string `json:"loadbalancer_listener_name" name:"loadbalancer_listener_name" location:"params"`
Scene *int `json:"scene" name:"scene" location:"params"`
ServerCertificateID []*string `json:"server_certificate_id" name:"server_certificate_id" location:"params"`
SessionSticky *string `json:"session_sticky" name:"session_sticky" location:"params"`
Timeout *int `json:"timeout" name:"timeout" location:"params"`
Expand Down

0 comments on commit e7d5311

Please sign in to comment.