cinder

package
v0.0.0-...-eebe1bb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 7, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL