Versions in this module Expand all Collapse all v1 v1.0.21 Mar 12, 2020 v1.0.12 Apr 7, 2019 Changes in this version + const TypeHTTP + const TypeHTTPS + const TypePING + const TypeTCP + const TypeUDP + func List(c *gophercloud.ServiceClient, opts ListOptsBuilder) pagination.Pager + type CreateOpts struct + AdminStateUp *bool + Delay int + DomainName string + ExpectedCodes string + HTTPMethod string + MaxRetries int + MonitorPort int + Name string + PoolID string + TenantID string + Timeout int + Type string + URLPath string + func (opts CreateOpts) ToMonitorCreateMap() (map[string]interface{}, error) + type CreateOptsBuilder interface + ToMonitorCreateMap 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 + DomainName string + ExpectedCodes string + HTTPMethod string + ID string + Limit int + Marker string + MaxRetries int + MonitorPort int + Name string + PageReverse *bool + TenantID string + Timeout int + Type string + URLPath string + func (opts ListOpts) ToMonitorListQuery() (string, error) + type ListOptsBuilder interface + ToMonitorListQuery func() (string, error) + type Monitor struct + AdminStateUp bool + Delay int + DomainName *string + ExpectedCodes string + HTTPMethod string + ID string + MaxRetries int + MonitorPort *int + Name string + Pools []PoolID + 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 PoolID struct + ID string + type UpdateOpts struct + AdminStateUp *bool + Delay int + DomainName *string + ExpectedCodes string + HTTPMethod string + MaxRetries int + MonitorPort *int + Name string + Timeout int + URLPath string + func (opts UpdateOpts) ToMonitorUpdateMap() (map[string]interface{}, error) + type UpdateOptsBuilder interface + ToMonitorUpdateMap 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)