apioptions

package
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2024 License: MPL-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 APIOptions

type APIOptions struct {
	AvailabilityZones []string `json:"availability_zones"`
	Flavors           []string `json:"flavors"`
}

type APIOptionsResp

type APIOptionsResp struct {
	APIOptions APIOptions `json:"dc_api_options"`
}

type GetResult

type GetResult struct {
	// contains filtered or unexported fields
}

func Get

func Get(client *gophercloud.ServiceClient) (r GetResult)

func (GetResult) Extract

func (r GetResult) Extract() (*APIOptions, error)

type OptsBuilder

type OptsBuilder interface {
	Map() (map[string]interface{}, error)
}

Jump to

Keyboard shortcuts

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