Versions in this module Expand all Collapse all v1 v1.0.0 Dec 28, 2021 Changes in this version + const LBMethodLeastConnections + const LBMethodRoundRobin + const ProtocolHTTP + const ProtocolHTTPS + const ProtocolTCP + func List(c *gophercloud.ServiceClient, opts ListOpts) pagination.Pager + type AssociateResult struct + func AssociateMonitor(c *gophercloud.ServiceClient, poolID, monitorID string) (r AssociateResult) + func DisassociateMonitor(c *gophercloud.ServiceClient, poolID, monitorID string) (r AssociateResult) + func (r AssociateResult) Extract() (*Pool, error) + type CreateOpts struct + LBMethod LBMethod + Name string + Protocol LBProtocol + Provider string + SubnetID string + TenantID string + func (opts CreateOpts) ToLBPoolCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToLBPoolCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(c *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*Pool, error) + type DeleteResult struct + func Delete(c *gophercloud.ServiceClient, id string) (r DeleteResult) + type GetResult struct + func Get(c *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*Pool, error) + type LBMethod string + type LBProtocol string + type ListOpts struct + AdminStateUp *bool + ID string + LBMethod string + Limit int + Marker string + Name string + Protocol string + SortDir string + SortKey string + Status string + SubnetID string + TenantID string + VIPID string + type Pool struct + AdminStateUp bool + Description string + ID string + LBMethod string + MemberIDs []string + MonitorIDs []string + Name string + Protocol string + Provider string + Status string + SubnetID string + TenantID string + VIPID string + func ExtractPools(r pagination.Page) ([]Pool, error) + type PoolPage struct + func (r PoolPage) IsEmpty() (bool, error) + func (r PoolPage) NextPageURL() (string, error) + type UpdateOpts struct + LBMethod LBMethod + Name *string + func (opts UpdateOpts) ToLBPoolUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToLBPoolUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(c *gophercloud.ServiceClient, id string, opts UpdateOptsBuilder) (r UpdateResult) + func (r UpdateResult) Extract() (*Pool, error) Other modules containing this package github.com/pierreprinetti/gophercloud/v2 github.com/pierreprinetti/gophercloud/v3