# Packages

quotas unit tests.

# Functions

Get returns load balancer Quotas for a project.
Update accepts a UpdateOpts struct and updates an existing load balancer Quotas using the values provided.

# Structs

GetResult represents the result of a get operation.
Quota contains load balancer quotas for a project.
UpdateOpts represents options used to update the load balancer Quotas.
UpdateResult represents the result of an update operation.

# Interfaces

UpdateOptsBuilder allows extensions to add additional parameters to the Update request.