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 }
Click to show internal directories.
Click to hide internal directories.