Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func List ¶
func List(client *gophercloud.ServiceClient, opts StorageTypeBuilder, databasesname string) pagination.Pager
Types ¶
type ListOpts ¶
type ListOpts struct {
VersionName string `q:"version_name"`
}
func (ListOpts) ToStorageTypeListQuery ¶
type StorageType ¶
type StorageTypeBuilder ¶
type StorageTypePage ¶
type StorageTypePage struct {
pagination.Offset
}
func (StorageTypePage) IsEmpty ¶
func (r StorageTypePage) IsEmpty() (bool, error)
type StorageTypeResp ¶
type StorageTypeResp struct {
StorageTypeList []StorageType `json:"storage_type" `
}
func ExtractStorageType ¶
func ExtractStorageType(r pagination.Page) (StorageTypeResp, error)
type StorageTypeResult ¶
type StorageTypeResult struct {
gophercloud.Result
}
Click to show internal directories.
Click to hide internal directories.