Skip to content

Commit

Permalink
fix lb's http header size location
Browse files Browse the repository at this point in the history
  • Loading branch information
runzexia committed Dec 15, 2017
1 parent b75c487 commit a66388c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/load_balancer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,7 @@ func (s *LoadBalancerService) ModifyLoadBalancerAttributes(i *ModifyLoadBalancer

type ModifyLoadBalancerAttributesInput struct {
Description *string `json:"description" name:"description" location:"params"`
HTTPHeaderSize *int `json:"http_header_size" name:"http_header_size" location:"params"`
LoadBalancer *string `json:"loadbalancer" name:"loadbalancer" location:"params"` // Required
LoadBalancerName *string `json:"loadbalancer_name" name:"loadbalancer_name" location:"params"`
NodeCount *int `json:"node_count" name:"node_count" location:"params"`
Expand Down Expand Up @@ -1395,7 +1396,6 @@ type ModifyLoadBalancerListenerAttributesInput struct {
Forwardfor *int `json:"forwardfor" name:"forwardfor" location:"params"`
HealthyCheckMethod *string `json:"healthy_check_method" name:"healthy_check_method" location:"params"`
HealthyCheckOption *string `json:"healthy_check_option" name:"healthy_check_option" location:"params"`
HTTPHeaderSize *int `json:"http_header_size" name:"http_header_size" 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"`
ServerCertificateID *string `json:"server_certificate_id" name:"server_certificate_id" location:"params"`
Expand Down

0 comments on commit a66388c

Please sign in to comment.