types

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: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Limits

type Limits struct {
	MaxTotalVolumeGigabytes int `json:"MaxTotalVolumeGigabytes"`
	MaxTotalVolumes         int `json:"MaxTotalVolumes"`
}

Limits represent cinder quota metrics

type Snapshots

type Snapshots struct {
	Count uint `json:"count"`
	Bytes int  `json:"bytes"`
}

Snapshots represents cinder volumes snapshots metric Count - total number of snapshots counted Bytes - total number of bytes counted

type Tenant

type Tenant struct {
	Name string `json:"name"`
	ID   string
}

Tenant represents OpenStack tenant

type Volumes

type Volumes struct {
	Count uint `json:"count"`
	Bytes int  `json:"bytes"`
}

Volumes represents cinder volumes metric Count - total number of volumes counted Bytes - total number of bytes counted

Jump to

Keyboard shortcuts

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