File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1401,6 +1401,7 @@ type ModifyLoadBalancerListenerAttributesInput struct {
1401
1401
LoadBalancerListenerName * string `json:"loadbalancer_listener_name" name:"loadbalancer_listener_name" location:"params"`
1402
1402
ServerCertificateID * string `json:"server_certificate_id" name:"server_certificate_id" location:"params"`
1403
1403
SessionSticky * string `json:"session_sticky" name:"session_sticky" location:"params"`
1404
+ Timeout * int `json:"timeout" name:"timeout" location:"params"`
1404
1405
}
1405
1406
1406
1407
func (v * ModifyLoadBalancerListenerAttributesInput ) Validate () error {
Original file line number Diff line number Diff line change @@ -1351,6 +1351,7 @@ type LoadBalancerBackend struct {
1351
1351
Port * int `json:"port" name:"port"`
1352
1352
ResourceID * string `json:"resource_id" name:"resource_id"`
1353
1353
Status * string `json:"status" name:"status"`
1354
+ Timeout * int `json:"timeout" name:"timeout"`
1354
1355
Weight * int `json:"weight" name:"weight"`
1355
1356
}
1356
1357
You can’t perform that action at this time.
0 commit comments