Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOpenStackCollector ¶
func NewOpenStackCollector(volumeLimit float64) *openStackCollector
Types ¶
type AbsoluteComputeLimits ¶
type AbsoluteComputeLimits struct {
MaxTotalCores int `json:"maxTotalCores"`
MaxTotalInstances int `json:"maxTotalInstances"`
MaxTotalRAMSize int `json:"maxTotalRAMSize"`
TotalCoresUsed int `json:"totalCoresUsed"`
TotalInstancesUsed int `json:"totalInstancesUsed"`
TotalRAMUsed int `json:"totalRAMUsed"`
}
type AbsoluteVolumeLimits ¶
Click to show internal directories.
Click to hide internal directories.