Versions in this module Expand all Collapse all v2 v2.2.1 Sep 25, 2024 Changes in this version + type Absolute struct + MaxTotalBackupGigabytes int + MaxTotalBackups int + MaxTotalSnapshots int + MaxTotalVolumeGigabytes int + MaxTotalVolumes int + TotalBackupGigabytesUsed int + TotalBackupsUsed int + TotalGigabytesUsed int + TotalSnapshotsUsed int + TotalVolumesUsed int + type GetResult struct + func Get(ctx context.Context, client *gophercloud.ServiceClient) (r GetResult) + func (r GetResult) Extract() (*Limits, error) + type Limit struct + NextAvailable string + Remaining int + Unit string + Value int + Verb string + type Limits struct + Absolute Absolute + Rate []Rate + type Rate struct + Limit []Limit + Regex string + URI string