Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func List ¶
func List(client *golangsdk.ServiceClient, opts ListOptsBuilder, dbName string) pagination.Pager
Types ¶
type DbFlavorsPage ¶
type DbFlavorsPage struct {
pagination.SinglePageBase
}
func (DbFlavorsPage) IsEmpty ¶
func (r DbFlavorsPage) IsEmpty() (bool, error)
type Flavor ¶ added in v0.5.2
type Flavor struct { VCPUs string `json:"vcpus"` RAM int `json:"ram"` SpecCode string `json:"spec_code"` InstanceMode string `json:"instance_mode"` AzStatus map[string]string `json:"az_status"` }
func ExtractDbFlavors ¶
func ExtractDbFlavors(r pagination.Page) ([]Flavor, error)
type ListOpts ¶ added in v0.5.2
func (ListOpts) ToListOptsQuery ¶ added in v0.5.2
type ListOptsBuilder ¶ added in v0.5.2
Click to show internal directories.
Click to hide internal directories.