package
2.2.1
Repository: https://github.com/flowswiss/gophercloud.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

BatchCreate creates new Limits.
Delete deletes a limit.
ExtractLimits returns a slice of Limits contained in a single page of results.
Get retrieves details on a single limit, by ID.
Get retrieves details on a single limit, by ID.
List enumerates the limits.
Update modifies the attributes of a limit.

# Structs

No description provided by the author
CreateResult is the response from a Create operation.
DeleteResult is the response from a Delete operation.
A model describing the configured enforcement model used by the deployment.
EnforcementModelResult is the response from a GetEnforcementModel operation.
GetResult is the response from a Get operation.
A limit is the limit that override the registered limit for each project.
A LimitOutput is an encapsulated Limit returned by Get and Update operations.
LimitPage is a single page of Limit results.
A LimitsOutput is an array of limits returned by List and BatchCreate operations.
ListOpts provides options to filter the List results.
UpdateOpts represents parameters to update a domain.
UpdateResult is the result of an Update request.

# Interfaces

BatchCreateOptsBuilder allows extensions to add additional parameters to the Create request.
ListOptsBuilder allows extensions to add additional parameters to the List request.
UpdateOptsBuilder allows extensions to add additional parameters to the Update request.

# Type aliases

BatchCreateOpts provides options used to create limits.