Versions in this module Expand all Collapse all v1 v1.2.1 Mar 11, 2020 v1.2.0 Feb 21, 2020 Changes in this version + const GetBucketMetricsOKBodyStatusERROR + const GetBucketMetricsOKBodyStatusSUCCESS + const GetStackMetricsOKBodyStatusERROR + const GetStackMetricsOKBodyStatusSUCCESS + type Client struct + func (a *Client) GetBucketMetrics(params *GetBucketMetricsParams, authInfo runtime.ClientAuthInfoWriter) (*GetBucketMetricsOK, error) + func (a *Client) GetStackMetrics(params *GetStackMetricsParams, authInfo runtime.ClientAuthInfoWriter) (*GetStackMetricsOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + type ClientService interface + GetBucketMetrics func(params *GetBucketMetricsParams, authInfo runtime.ClientAuthInfoWriter) (*GetBucketMetricsOK, error) + GetStackMetrics func(params *GetStackMetricsParams, authInfo runtime.ClientAuthInfoWriter) (*GetStackMetricsOK, error) + SetTransport func(transport runtime.ClientTransport) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type GetBucketMetricsDefault struct + Payload *GetBucketMetricsDefaultBody + func NewGetBucketMetricsDefault(code int) *GetBucketMetricsDefault + func (o *GetBucketMetricsDefault) Code() int + func (o *GetBucketMetricsDefault) Error() string + func (o *GetBucketMetricsDefault) GetPayload() *GetBucketMetricsDefaultBody + type GetBucketMetricsDefaultBody struct + Code int32 + Message string + func (o *GetBucketMetricsDefaultBody) MarshalBinary() ([]byte, error) + func (o *GetBucketMetricsDefaultBody) UnmarshalBinary(b []byte) error + func (o *GetBucketMetricsDefaultBody) Validate(formats strfmt.Registry) error + type GetBucketMetricsOK struct + Payload *GetBucketMetricsOKBody + func NewGetBucketMetricsOK() *GetBucketMetricsOK + func (o *GetBucketMetricsOK) Error() string + func (o *GetBucketMetricsOK) GetPayload() *GetBucketMetricsOKBody + type GetBucketMetricsOKBody struct + Data *GetBucketMetricsOKBodyData + Error string + ErrorType string + Status *string + Warnings []string + func (o *GetBucketMetricsOKBody) MarshalBinary() ([]byte, error) + func (o *GetBucketMetricsOKBody) UnmarshalBinary(b []byte) error + func (o *GetBucketMetricsOKBody) Validate(formats strfmt.Registry) error + type GetBucketMetricsOKBodyData struct + Matrix *GetBucketMetricsOKBodyDataMatrix + Vector *GetBucketMetricsOKBodyDataVector + func (o *GetBucketMetricsOKBodyData) MarshalBinary() ([]byte, error) + func (o *GetBucketMetricsOKBodyData) UnmarshalBinary(b []byte) error + func (o *GetBucketMetricsOKBodyData) Validate(formats strfmt.Registry) error + type GetBucketMetricsOKBodyDataMatrix struct + Results []*GetBucketMetricsOKBodyDataMatrixResultsItems0 + func (o *GetBucketMetricsOKBodyDataMatrix) MarshalBinary() ([]byte, error) + func (o *GetBucketMetricsOKBodyDataMatrix) UnmarshalBinary(b []byte) error + func (o *GetBucketMetricsOKBodyDataMatrix) Validate(formats strfmt.Registry) error + type GetBucketMetricsOKBodyDataMatrixResultsItems0 struct + Metric map[string]string + Values []*GetBucketMetricsOKBodyDataMatrixResultsItems0ValuesItems0 + func (o *GetBucketMetricsOKBodyDataMatrixResultsItems0) MarshalBinary() ([]byte, error) + func (o *GetBucketMetricsOKBodyDataMatrixResultsItems0) UnmarshalBinary(b []byte) error + func (o *GetBucketMetricsOKBodyDataMatrixResultsItems0) Validate(formats strfmt.Registry) error + type GetBucketMetricsOKBodyDataMatrixResultsItems0ValuesItems0 struct + UnixTime string + Value string + func (o *GetBucketMetricsOKBodyDataMatrixResultsItems0ValuesItems0) MarshalBinary() ([]byte, error) + func (o *GetBucketMetricsOKBodyDataMatrixResultsItems0ValuesItems0) UnmarshalBinary(b []byte) error + func (o *GetBucketMetricsOKBodyDataMatrixResultsItems0ValuesItems0) Validate(formats strfmt.Registry) error + type GetBucketMetricsOKBodyDataVector struct + Results []*GetBucketMetricsOKBodyDataVectorResultsItems0 + func (o *GetBucketMetricsOKBodyDataVector) MarshalBinary() ([]byte, error) + func (o *GetBucketMetricsOKBodyDataVector) UnmarshalBinary(b []byte) error + func (o *GetBucketMetricsOKBodyDataVector) Validate(formats strfmt.Registry) error + type GetBucketMetricsOKBodyDataVectorResultsItems0 struct + Metric map[string]string + Value *GetBucketMetricsOKBodyDataVectorResultsItems0Value + func (o *GetBucketMetricsOKBodyDataVectorResultsItems0) MarshalBinary() ([]byte, error) + func (o *GetBucketMetricsOKBodyDataVectorResultsItems0) UnmarshalBinary(b []byte) error + func (o *GetBucketMetricsOKBodyDataVectorResultsItems0) Validate(formats strfmt.Registry) error + type GetBucketMetricsOKBodyDataVectorResultsItems0Value struct + UnixTime string + Value string + func (o *GetBucketMetricsOKBodyDataVectorResultsItems0Value) MarshalBinary() ([]byte, error) + func (o *GetBucketMetricsOKBodyDataVectorResultsItems0Value) UnmarshalBinary(b []byte) error + func (o *GetBucketMetricsOKBodyDataVectorResultsItems0Value) Validate(formats strfmt.Registry) error + type GetBucketMetricsParams struct + BucketID string + Context context.Context + EndTime *strfmt.DateTime + HTTPClient *http.Client + StackID string + StartTime *strfmt.DateTime + func NewGetBucketMetricsParams() *GetBucketMetricsParams + func NewGetBucketMetricsParamsWithContext(ctx context.Context) *GetBucketMetricsParams + func NewGetBucketMetricsParamsWithHTTPClient(client *http.Client) *GetBucketMetricsParams + func NewGetBucketMetricsParamsWithTimeout(timeout time.Duration) *GetBucketMetricsParams + func (o *GetBucketMetricsParams) SetBucketID(bucketID string) + func (o *GetBucketMetricsParams) SetContext(ctx context.Context) + func (o *GetBucketMetricsParams) SetEndTime(endTime *strfmt.DateTime) + func (o *GetBucketMetricsParams) SetHTTPClient(client *http.Client) + func (o *GetBucketMetricsParams) SetStackID(stackID string) + func (o *GetBucketMetricsParams) SetStartTime(startTime *strfmt.DateTime) + func (o *GetBucketMetricsParams) SetTimeout(timeout time.Duration) + func (o *GetBucketMetricsParams) WithBucketID(bucketID string) *GetBucketMetricsParams + func (o *GetBucketMetricsParams) WithContext(ctx context.Context) *GetBucketMetricsParams + func (o *GetBucketMetricsParams) WithEndTime(endTime *strfmt.DateTime) *GetBucketMetricsParams + func (o *GetBucketMetricsParams) WithHTTPClient(client *http.Client) *GetBucketMetricsParams + func (o *GetBucketMetricsParams) WithStackID(stackID string) *GetBucketMetricsParams + func (o *GetBucketMetricsParams) WithStartTime(startTime *strfmt.DateTime) *GetBucketMetricsParams + func (o *GetBucketMetricsParams) WithTimeout(timeout time.Duration) *GetBucketMetricsParams + func (o *GetBucketMetricsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetBucketMetricsReader struct + func (o *GetBucketMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetStackMetricsDefault struct + Payload *GetStackMetricsDefaultBody + func NewGetStackMetricsDefault(code int) *GetStackMetricsDefault + func (o *GetStackMetricsDefault) Code() int + func (o *GetStackMetricsDefault) Error() string + func (o *GetStackMetricsDefault) GetPayload() *GetStackMetricsDefaultBody + type GetStackMetricsDefaultBody struct + Code int32 + Message string + func (o *GetStackMetricsDefaultBody) MarshalBinary() ([]byte, error) + func (o *GetStackMetricsDefaultBody) UnmarshalBinary(b []byte) error + func (o *GetStackMetricsDefaultBody) Validate(formats strfmt.Registry) error + type GetStackMetricsOK struct + Payload *GetStackMetricsOKBody + func NewGetStackMetricsOK() *GetStackMetricsOK + func (o *GetStackMetricsOK) Error() string + func (o *GetStackMetricsOK) GetPayload() *GetStackMetricsOKBody + type GetStackMetricsOKBody struct + Data *GetStackMetricsOKBodyData + Error string + ErrorType string + Status *string + Warnings []string + func (o *GetStackMetricsOKBody) MarshalBinary() ([]byte, error) + func (o *GetStackMetricsOKBody) UnmarshalBinary(b []byte) error + func (o *GetStackMetricsOKBody) Validate(formats strfmt.Registry) error + type GetStackMetricsOKBodyData struct + Matrix *GetStackMetricsOKBodyDataMatrix + Vector *GetStackMetricsOKBodyDataVector + func (o *GetStackMetricsOKBodyData) MarshalBinary() ([]byte, error) + func (o *GetStackMetricsOKBodyData) UnmarshalBinary(b []byte) error + func (o *GetStackMetricsOKBodyData) Validate(formats strfmt.Registry) error + type GetStackMetricsOKBodyDataMatrix struct + Results []*GetStackMetricsOKBodyDataMatrixResultsItems0 + func (o *GetStackMetricsOKBodyDataMatrix) MarshalBinary() ([]byte, error) + func (o *GetStackMetricsOKBodyDataMatrix) UnmarshalBinary(b []byte) error + func (o *GetStackMetricsOKBodyDataMatrix) Validate(formats strfmt.Registry) error + type GetStackMetricsOKBodyDataMatrixResultsItems0 struct + Metric map[string]string + Values []*GetStackMetricsOKBodyDataMatrixResultsItems0ValuesItems0 + func (o *GetStackMetricsOKBodyDataMatrixResultsItems0) MarshalBinary() ([]byte, error) + func (o *GetStackMetricsOKBodyDataMatrixResultsItems0) UnmarshalBinary(b []byte) error + func (o *GetStackMetricsOKBodyDataMatrixResultsItems0) Validate(formats strfmt.Registry) error + type GetStackMetricsOKBodyDataMatrixResultsItems0ValuesItems0 struct + UnixTime string + Value string + func (o *GetStackMetricsOKBodyDataMatrixResultsItems0ValuesItems0) MarshalBinary() ([]byte, error) + func (o *GetStackMetricsOKBodyDataMatrixResultsItems0ValuesItems0) UnmarshalBinary(b []byte) error + func (o *GetStackMetricsOKBodyDataMatrixResultsItems0ValuesItems0) Validate(formats strfmt.Registry) error + type GetStackMetricsOKBodyDataVector struct + Results []*GetStackMetricsOKBodyDataVectorResultsItems0 + func (o *GetStackMetricsOKBodyDataVector) MarshalBinary() ([]byte, error) + func (o *GetStackMetricsOKBodyDataVector) UnmarshalBinary(b []byte) error + func (o *GetStackMetricsOKBodyDataVector) Validate(formats strfmt.Registry) error + type GetStackMetricsOKBodyDataVectorResultsItems0 struct + Metric map[string]string + Value *GetStackMetricsOKBodyDataVectorResultsItems0Value + func (o *GetStackMetricsOKBodyDataVectorResultsItems0) MarshalBinary() ([]byte, error) + func (o *GetStackMetricsOKBodyDataVectorResultsItems0) UnmarshalBinary(b []byte) error + func (o *GetStackMetricsOKBodyDataVectorResultsItems0) Validate(formats strfmt.Registry) error + type GetStackMetricsOKBodyDataVectorResultsItems0Value struct + UnixTime string + Value string + func (o *GetStackMetricsOKBodyDataVectorResultsItems0Value) MarshalBinary() ([]byte, error) + func (o *GetStackMetricsOKBodyDataVectorResultsItems0Value) UnmarshalBinary(b []byte) error + func (o *GetStackMetricsOKBodyDataVectorResultsItems0Value) Validate(formats strfmt.Registry) error + type GetStackMetricsParams struct + Context context.Context + EndTime *strfmt.DateTime + HTTPClient *http.Client + StackID string + StartTime *strfmt.DateTime + func NewGetStackMetricsParams() *GetStackMetricsParams + func NewGetStackMetricsParamsWithContext(ctx context.Context) *GetStackMetricsParams + func NewGetStackMetricsParamsWithHTTPClient(client *http.Client) *GetStackMetricsParams + func NewGetStackMetricsParamsWithTimeout(timeout time.Duration) *GetStackMetricsParams + func (o *GetStackMetricsParams) SetContext(ctx context.Context) + func (o *GetStackMetricsParams) SetEndTime(endTime *strfmt.DateTime) + func (o *GetStackMetricsParams) SetHTTPClient(client *http.Client) + func (o *GetStackMetricsParams) SetStackID(stackID string) + func (o *GetStackMetricsParams) SetStartTime(startTime *strfmt.DateTime) + func (o *GetStackMetricsParams) SetTimeout(timeout time.Duration) + func (o *GetStackMetricsParams) WithContext(ctx context.Context) *GetStackMetricsParams + func (o *GetStackMetricsParams) WithEndTime(endTime *strfmt.DateTime) *GetStackMetricsParams + func (o *GetStackMetricsParams) WithHTTPClient(client *http.Client) *GetStackMetricsParams + func (o *GetStackMetricsParams) WithStackID(stackID string) *GetStackMetricsParams + func (o *GetStackMetricsParams) WithStartTime(startTime *strfmt.DateTime) *GetStackMetricsParams + func (o *GetStackMetricsParams) WithTimeout(timeout time.Duration) *GetStackMetricsParams + func (o *GetStackMetricsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetStackMetricsReader struct + func (o *GetStackMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)