Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetVersionsResponse ¶
type GetVersionsResponse struct {
Versions []string `json:"versions"`
}
func GetVersions ¶
func GetVersions(client *golangsdk.ServiceClient, datastoreName string) (*GetVersionsResponse, error)
type ListFlavorsOpts ¶
type ListFlavorsResponse ¶
type ListFlavorsResponse struct {
TotalCount int `json:"total_count"`
Flavors []Flavors `json:"flavors"`
}
func ListFlavors ¶
func ListFlavors(client *golangsdk.ServiceClient, opts ListFlavorsOpts) (*ListFlavorsResponse, error)
Click to show internal directories.
Click to hide internal directories.