Versions in this module Expand all Collapse all v1 v1.5.0-1 Jun 24, 2023 v1.2.1 Mar 20, 2023 Changes in this version + func ExtractDriversInto(r pagination.Page, v interface{}) error + func ListDrivers(client *gophercloud.ServiceClient, opts ListDriversOptsBuilder) pagination.Pager + type DiskProperties map[string]interface + type Driver struct + DefaultBiosInterface string + DefaultBootInterface string + DefaultConsoleInterface string + DefaultDeployInterface 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 + EnabledInspectInterfaces []string + EnabledManagementInterfaces []string + EnabledNetworkInterfaces []string + EnabledPowerInterfaces []string + EnabledRaidInterfaces []string + EnabledRescueInterfaces []string + EnabledStorageInterfaces []string + EnabledVendorInterfaces []string + Hosts []string + Links []interface{} + Name string + Properties []interface{} + 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]interface + type GetDiskPropertiesResult struct + func GetDriverDiskProperties(client *gophercloud.ServiceClient, driverName string) (r GetDiskPropertiesResult) + func (r GetDiskPropertiesResult) Extract() (*DiskProperties, error) + type GetDriverResult struct + func GetDriverDetails(client *gophercloud.ServiceClient, driverName string) (r GetDriverResult) + func (r GetDriverResult) Extract() (*Driver, error) + func (r GetDriverResult) ExtractInto(v interface{}) error + type GetPropertiesResult struct + func GetDriverProperties(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)