spec

package
v0.9.6 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Flavors

type Flavors struct {
	EngineName       string            `json:"engine_name"`
	EngineVersion    string            `json:"engine_version"`
	Vcpus            string            `json:"vcpus"`
	Ram              string            `json:"ram"`
	SpecCode         string            `json:"spec_code"`
	AvailabilityZone []string          `json:"availability_zone"`
	AzStatus         map[string]string `json:"az_status"`
}

type GetVersionsResponse

type GetVersionsResponse struct {
	Versions []string `json:"versions"`
}

func GetVersions

func GetVersions(client *golangsdk.ServiceClient, datastoreName string) (*GetVersionsResponse, error)

type ListFlavorsOpts

type ListFlavorsOpts struct {
	EngineName string `q:"engine_name"`
	Offset     *int   `q:"offset"`
	Limit      *int   `q:"limit"`
}

type ListFlavorsResponse

type ListFlavorsResponse struct {
	TotalCount int       `json:"total_count"`
	Flavors    []Flavors `json:"flavors"`
}

Jump to

Keyboard shortcuts

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