Skip to content

Commit

Permalink
Add "Protocol" to lbpool update opts (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieR-o-o-t authored Nov 21, 2023
1 parent 46199c1 commit 8c9128f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gcore/loadbalancer/v1/lbpools/requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ type UpdateOptsBuilder interface {
type UpdateOpts struct {
Name string `json:"name,omitempty"`
Members []CreatePoolMemberOpts `json:"members,omitempty"`
Protocol types.ProtocolType `json:"protocol,omitempty"`
LBPoolAlgorithm types.LoadBalancerAlgorithm `json:"lb_algorithm,omitempty"`
HealthMonitor *CreateHealthMonitorOpts `json:"healthmonitor,omitempty"`
SessionPersistence *CreateSessionPersistenceOpts `json:"session_persistence"`
Expand Down

0 comments on commit 8c9128f

Please sign in to comment.