Versions in this module Expand all Collapse all v1 v1.0.0 Oct 28, 2014 Changes in this version + const TypeHTTP + const TypeHTTPS + const TypePING + const TypeTCP + 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 string + URLPath string + type CreateResult struct + func Create(c *gophercloud.ServiceClient, opts CreateOpts) CreateResult + func (r CreateResult) Extract() (*Monitor, 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() (*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 + Status string + TenantID string + Timeout int + Type string + URLPath string + func ExtractMonitors(page pagination.Page) ([]Monitor, error) + type MonitorPage struct + func (p MonitorPage) IsEmpty() (bool, error) + func (p MonitorPage) NextPageURL() (string, error) + type UpdateOpts struct + AdminStateUp *bool + Delay int + ExpectedCodes string + HTTPMethod string + MaxRetries int + Timeout int + URLPath string + type UpdateResult struct + func Update(c *gophercloud.ServiceClient, id string, opts UpdateOpts) UpdateResult + func (r UpdateResult) Extract() (*Monitor, error)