Versions in this module Expand all Collapse all v1 v1.0.21 Mar 14, 2020 Changes in this version + func List(client *gophercloud.ServiceClient, scalingPolicyId string, ...) pagination.Pager + func ListURL(c *gophercloud.ServiceClient, scalingPolicyId string) string + type JobRecord struct + Code string + JobName string + JobStatus string + Message string + RecordTime string + RecordType string + Request string + Response string + type ListOpts struct + EndTime string + ExecuteType string + Limit int + LogId string + ScalingResourceId string + ScalingResourceType string + StartNumber int + StartTime string + func (opts ListOpts) ToListQuery() (string, error) + type ListOptsBuilder interface + ToListQuery func() (string, error) + type ListResponse struct + Limit int + ScalingPolicyExecuteLog []ScalingPolicyExecuteLog + StartNumber int + TotalNumber int + func ExtractPolicyLogs(r pagination.Page) (ListResponse, error) + type ListResult struct + func (r ListResult) Extract() (*ListResponse, error) + type PolicyLogPage struct + func (r PolicyLogPage) IsEmpty() (bool, error) + func (r PolicyLogPage) LastStartNumber() (string, error) + type ScalingPolicyExecuteLog struct + DesireValue string + ExecuteTime string + ExecuteType string + FailedReason string + ID string + JobRecords []JobRecord + LimitValue string + MetaData map[string]interface{} + OldValue string + ScalingPolicyId string + ScalingResourceId string + ScalingResourceType string + Status string + TenantId string + Type string