Versions in this module Expand all Collapse all v2 v2.2.1 Sep 25, 2024 Changes in this version + func ExtractDriversInto(r pagination.Page, v any) error + func ListDrivers(client *gophercloud.ServiceClient, opts ListDriversOptsBuilder) pagination.Pager + type DiskProperties map[string]any + type Driver struct + DefaultBiosInterface string + DefaultBootInterface string + DefaultConsoleInterface string + DefaultDeployInterface string + DefaultFirmwareInterface string + DefaultInspectInterface string + DefaultManagementInterface string + DefaultNetworkInterface string + DefaultPowerInterface string + DefaultRaidInterface string + DefaultRescueInterface string + DefaultStorageInterface string + DefaultVendorInterface string + EnabledBiosInterfaces []string + EnabledBootInterfaces []string + EnabledConsoleInterface []string + EnabledDeployInterfaces []string + EnabledFirmwareInterfaces []string + EnabledInspectInterfaces []string + EnabledManagementInterfaces []string + EnabledNetworkInterfaces []string + EnabledPowerInterfaces []string + EnabledRaidInterfaces []string + EnabledRescueInterfaces []string + EnabledStorageInterfaces []string + EnabledVendorInterfaces []string + Hosts []string + Links []any + Name string + Properties []any + Type string + func ExtractDrivers(r pagination.Page) ([]Driver, error) + type DriverPage struct + func (r DriverPage) IsEmpty() (bool, error) + func (r DriverPage) NextPageURL() (string, error) + type DriverProperties map[string]any + type GetDiskPropertiesResult struct + func GetDriverDiskProperties(ctx context.Context, client *gophercloud.ServiceClient, driverName string) (r GetDiskPropertiesResult) + func (r GetDiskPropertiesResult) Extract() (*DiskProperties, error) + type GetDriverResult struct + func GetDriverDetails(ctx context.Context, client *gophercloud.ServiceClient, driverName string) (r GetDriverResult) + func (r GetDriverResult) Extract() (*Driver, error) + func (r GetDriverResult) ExtractInto(v any) error + type GetPropertiesResult struct + func GetDriverProperties(ctx context.Context, client *gophercloud.ServiceClient, driverName string) (r GetPropertiesResult) + func (r GetPropertiesResult) Extract() (*DriverProperties, error) + type ListDriversOpts struct + Detail bool + Type string + func (opts ListDriversOpts) ToListDriversOptsQuery() (string, error) + type ListDriversOptsBuilder interface + ToListDriversOptsQuery func() (string, error)