Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + func List(c *gophercloud.ServiceClient, opts ListOpts) pagination.Pager + type CreateOpts struct + Address string + PoolID string + ProtocolPort int + TenantID string + type CreateResult struct + func Create(c *gophercloud.ServiceClient, opts CreateOpts) CreateResult + func (r CreateResult) Extract() (*Member, 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() (*Member, error) + type ListOpts struct + Address string + AdminStateUp *bool + ID string + Limit int + Marker string + PoolID string + ProtocolPort int + SortDir string + SortKey string + Status string + TenantID string + Weight int + type Member struct + Address string + AdminStateUp bool + ID string + PoolID string + ProtocolPort int + Status string + TenantID string + Weight int + func ExtractMembers(page pagination.Page) ([]Member, error) + type MemberPage struct + func (p MemberPage) IsEmpty() (bool, error) + func (p MemberPage) NextPageURL() (string, error) + type UpdateOpts struct + AdminStateUp bool + type UpdateResult struct + func Update(c *gophercloud.ServiceClient, id string, opts UpdateOpts) UpdateResult + func (r UpdateResult) Extract() (*Member, error)