glance

package
v0.3.10-0-alpha.2 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2022 License: Apache-2.0, Apache-2.0 Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ImageListOptions

type ImageListOptions struct {
	options.BaseListOptions

	IsPublic                 string   `help:"filter images public or not(True, False or None)" choices:"true|false"`
	IsStandard               string   `help:"filter images standard or non-standard" choices:"true|false"`
	Protected                string   `help:"filter images by protected" choices:"true|false"`
	IsUefi                   bool     `help:"list uefi image"`
	Format                   []string `help:"Disk formats"`
	SubFormats               []string `help:"Sub formats"`
	Name                     string   `help:"Name filter"`
	OsType                   []string `help:"Type of OS filter e.g. 'Windows, Linux, Freebsd, Android, macOS, VMWare'"`
	OsTypePreciseMatch       bool     `help:"OS precise match"`
	Distribution             []string `help:"Distribution filter, e.g. 'CentOS, Ubuntu, Debian, Windows'"`
	DistributionPreciseMatch bool     `help:"Distribution precise match"`
}

func (*ImageListOptions) Params

func (o *ImageListOptions) Params() (jsonutils.JSONObject, error)

type ImageStatusStatisticsOptions

type ImageStatusStatisticsOptions struct {
	ImageListOptions
	options.StatusStatisticsOptions
}

Jump to

Keyboard shortcuts

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