Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceV2 ¶
type ServiceV2 struct{}
ServiceV2 serves as dispatcher for Cinder API version 2.0
func (ServiceV2) GetLimits ¶
func (s ServiceV2) GetLimits(provider *gophercloud.ProviderClient) (types.Limits, error)
GetLimits collects tenant limits by sending REST call to cinderhost:8776/v2/tenant_id/limits
func (ServiceV2) GetSnapshots ¶
func (s ServiceV2) GetSnapshots(provider *gophercloud.ProviderClient) (map[string]types.Snapshots, error)
GetSnapshots collects snapshot data by sending REST call to cinderhost:8776/v2/tenant_id/snapshots/detail?all_tenants=true
func (ServiceV2) GetVolumes ¶
func (s ServiceV2) GetVolumes(provider *gophercloud.ProviderClient) (map[string]types.Volumes, error)
GetVolumes collects volumes data by sending REST call to cinderhost:8776/v2/tenant_id/volumes/detail?all_tenants=true
Click to show internal directories.
Click to hide internal directories.