Versions in this module Expand all Collapse all v0 v0.0.1 Jan 19, 2019 Changes in this version + func List(c *gophercloud.ServiceClient, opts ListOpts) pagination.Pager + type CreateOpts struct + AdminStateUp *bool + Delay int + ExpectedCodes string + HTTPMethod string + MaxRetries int + TenantID string + Timeout int + Type MonitorType + URLPath string + func (opts CreateOpts) ToLBMonitorCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToLBMonitorCreateMap func() (map[string]interface{}, error) + type CreateResult struct + func Create(c *gophercloud.ServiceClient, opts CreateOptsBuilder) (r CreateResult) + func (r CreateResult) Extract() (*Monitor, 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() (*Monitor, error) + type ListOpts struct + AdminStateUp *bool + Delay int + ExpectedCodes string + HTTPMethod string + ID string + Limit int + Marker string + MaxRetries int + SortDir string + SortKey string + Status string + TenantID string + Timeout int + Type string + URLPath string + type Monitor struct + AdminStateUp bool + Delay int + ExpectedCodes string + HTTPMethod string + ID string + MaxRetries int + Name string + Status string + TenantID string + Timeout int + Type string + URLPath string + func ExtractMonitors(r pagination.Page) ([]Monitor, error) + type MonitorPage struct + func (r MonitorPage) IsEmpty() (bool, error) + func (r MonitorPage) NextPageURL() (string, error) + type MonitorType string + const TypeHTTP + const TypeHTTPS + const TypePING + const TypeTCP + type UpdateOpts struct + AdminStateUp *bool + Delay int + ExpectedCodes string + HTTPMethod string + MaxRetries int + Timeout int + URLPath string + func (opts UpdateOpts) ToLBMonitorUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToLBMonitorUpdateMap func() (map[string]interface{}, error) + type UpdateResult struct + func Update(c *gophercloud.ServiceClient, id string, opts UpdateOptsBuilder) (r UpdateResult) + func (r UpdateResult) Extract() (*Monitor, error)