Versions in this module Expand all Collapse all v0 v0.16.0 Dec 31, 2020 Changes in this version + func List(c *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type Amphora struct + CachedZone string + CertBusy bool + CertExpiration time.Time + ComputeID string + CreatedAt time.Time + HAIP string + HAPortID string + ID string + ImageID string + LBNetworkIP string + LoadbalancerID string + Role string + Status string + UpdatedAt time.Time + VRRPID int + VRRPIP string + VRRPInterface string + VRRPPortID string + VRRPPriority int + func ExtractAmphorae(r pagination.Page) ([]Amphora, error) + func (a *Amphora) UnmarshalJSON(b []byte) error + type AmphoraPage struct + func (r AmphoraPage) IsEmpty() (bool, error) + func (r AmphoraPage) NextPageURL() (string, error) + type FailoverResult struct + func Failover(c *gophercloud.ServiceClient, id string) (r FailoverResult) + type GetResult struct + func Get(c *gophercloud.ServiceClient, id string) (r GetResult) + func (r GetResult) Extract() (*Amphora, error) + type ListOpts struct + HAPortID string + ImageID string + Limit int + LoadbalancerID string + Marker string + Role string + SortDir string + SortKey string + Status string + VRRPPortID string + func (opts ListOpts) ToAmphoraListQuery() (string, error) + type ListOptsBuilder interface + ToAmphoraListQuery func() (string, error)