Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListResult ¶
type ListResult struct {
gophercloud.Result
}
func List ¶
func List(client *gophercloud.ServiceClient) (r ListResult)
List returns information about backup providers
func (ListResult) Extract ¶
func (r ListResult) Extract() ([]*Provider, error)
type OptsBuilder ¶
type ProviderResp ¶
type ProviderResp struct {
Provider Provider `json:"provider"`
}
type ProvidersResp ¶
type ProvidersResp struct {
Providers []*Provider `json:"providers"`
}
Click to show internal directories.
Click to hide internal directories.