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 ListRuleTypes(c *gophercloud.ServiceClient) (result pagination.Pager) + type Driver struct + Name string + SupportedParameters []SupportedParameter + type GetResult struct + func GetRuleType(c *gophercloud.ServiceClient, name string) (r GetResult) + func (r GetResult) Extract() (*RuleType, error) + type ListRuleTypesPage struct + func (r ListRuleTypesPage) IsEmpty() (bool, error) + type RuleType struct + Drivers []Driver + Type string + func ExtractRuleTypes(r pagination.Page) ([]RuleType, error) + type SupportedParameter struct + ParameterName string + ParameterType string + ParameterValues interface{}