Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 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) AssociateResult + func DisassociateMonitor(c *gophercloud.ServiceClient, poolID, monitorID string) AssociateResult + func (r AssociateResult) Extract() (*Pool, error) + type CreateOpts struct + LBMethod string + Name string + Protocol string + SubnetID string + TenantID string + type CreateResult struct + func Create(c *gophercloud.ServiceClient, opts CreateOpts) CreateResult + func (r CreateResult) Extract() (*Pool, error) + type DeleteResult struct + func Delete(c *gophercloud.ServiceClient, id string) DeleteResult + type GetResult struct + func Get(c *gophercloud.ServiceClient, id string) GetResult + func (r GetResult) Extract() (*Pool, error) + 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(page pagination.Page) ([]Pool, error) + type PoolPage struct + func (p PoolPage) IsEmpty() (bool, error) + func (p PoolPage) NextPageURL() (string, error) + type UpdateOpts struct + LBMethod string + Name string + type UpdateResult struct + func Update(c *gophercloud.ServiceClient, id string, opts UpdateOpts) UpdateResult + func (r UpdateResult) Extract() (*Pool, error)