Skip to content

Commit

Permalink
Merge pull request #5 from ts170710/hhtest
Browse files Browse the repository at this point in the history
Add in_use_load_balancer to lb quota
  • Loading branch information
ts170710 authored Jun 5, 2024
2 parents 0d4822a + 94608cf commit 21ff690
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openstack/loadbalancer/v2/quotas/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ type Quota struct {

// L7Rule represents the number of l7rules. A "-1" value means no limit.
L7Rule int `json:"l7rule"`

// LoadBalancer usage
LBInUse int `json:"in_use_load_balancer"`
}

// UnmarshalJSON provides backwards compatibility to OpenStack APIs which still
Expand Down

0 comments on commit 21ff690

Please sign in to comment.