Discover Packages
github.com/huaweicloud/huaweicloud-sdk-go
openstack
ces
v1
quotas
package
Version:
v1.0.26
Opens a new window with list of versions in this module.
Published: Apr 28, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Quota struct {
Quotas Quotas `json:"quotas"`
}
This is a auto create Response Object
type Quotas struct {
Resources []Resource `json:"resources"`
}
type Resource struct {
Quota int `json:"quota"`
Type string `json:"type"`
Unit string `json:"unit"`
Used int `json:"used"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.