Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Quotas ¶
type Quotas struct {
// Specifies the resource quota list.
Resources []Resource `json:"resources"`
}
type ShowQuotasResponse ¶
type ShowQuotasResponse struct {
Quotas Quotas `json:"quotas,omitempty"`
}
type ShowQuotasResult ¶
func ShowQuotas ¶
func ShowQuotas(client *golangsdk.ServiceClient) (r ShowQuotasResult)
func (ShowQuotasResult) Extract ¶
func (r ShowQuotasResult) Extract() (*ShowQuotasResponse, error)
Click to show internal directories.
Click to hide internal directories.