metrics

package
v2.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2024 License: ISC Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for metrics API

func (*Client) GetClusterMetrics

func (a *Client) GetClusterMetrics(params *GetClusterMetricsParams, opts ...ClientOption) (*GetClusterMetricsOK, error)

GetClusterMetrics get cluster metrics API

func (*Client) GetDiskMetrics

func (a *Client) GetDiskMetrics(params *GetDiskMetricsParams, opts ...ClientOption) (*GetDiskMetricsOK, error)

GetDiskMetrics get disk metrics API

func (*Client) GetHostMetrics

func (a *Client) GetHostMetrics(params *GetHostMetricsParams, opts ...ClientOption) (*GetHostMetricsOK, error)

GetHostMetrics get host metrics API

func (*Client) GetHostNetworkMetrics

func (a *Client) GetHostNetworkMetrics(params *GetHostNetworkMetricsParams, opts ...ClientOption) (*GetHostNetworkMetricsOK, error)

GetHostNetworkMetrics get host network metrics API

func (*Client) GetHostServicekMetrics

func (a *Client) GetHostServicekMetrics(params *GetHostServicekMetricsParams, opts ...ClientOption) (*GetHostServicekMetricsOK, error)

GetHostServicekMetrics get host servicek metrics API

func (*Client) GetLunMetrics

func (a *Client) GetLunMetrics(params *GetLunMetricsParams, opts ...ClientOption) (*GetLunMetricsOK, error)

GetLunMetrics get lun metrics API

func (*Client) GetNvmfNamespaceMetrics

func (a *Client) GetNvmfNamespaceMetrics(params *GetNvmfNamespaceMetricsParams, opts ...ClientOption) (*GetNvmfNamespaceMetricsOK, error)

GetNvmfNamespaceMetrics get nvmf namespace metrics API

func (*Client) GetSCVMMetrics

func (a *Client) GetSCVMMetrics(params *GetSCVMMetricsParams, opts ...ClientOption) (*GetSCVMMetricsOK, error)

GetSCVMMetrics get s c VM metrics API

func (*Client) GetSCVMServicekMetrics

func (a *Client) GetSCVMServicekMetrics(params *GetSCVMServicekMetricsParams, opts ...ClientOption) (*GetSCVMServicekMetricsOK, error)

GetSCVMServicekMetrics get s c VM servicek metrics API

func (*Client) GetScvmDiskMetrics

func (a *Client) GetScvmDiskMetrics(params *GetScvmDiskMetricsParams, opts ...ClientOption) (*GetScvmDiskMetricsOK, error)

GetScvmDiskMetrics get scvm disk metrics API

func (*Client) GetScvmNetworkMetrics

func (a *Client) GetScvmNetworkMetrics(params *GetScvmNetworkMetricsParams, opts ...ClientOption) (*GetScvmNetworkMetricsOK, error)

GetScvmNetworkMetrics get scvm network metrics API

func (*Client) GetTopNVMVolumeMetrics

func (a *Client) GetTopNVMVolumeMetrics(params *GetTopNVMVolumeMetricsParams, opts ...ClientOption) (*GetTopNVMVolumeMetricsOK, error)

GetTopNVMVolumeMetrics get top n Vm volume metrics API

func (*Client) GetVMMetrics

func (a *Client) GetVMMetrics(params *GetVMMetricsParams, opts ...ClientOption) (*GetVMMetricsOK, error)

GetVMMetrics get Vm metrics API

func (*Client) GetVMNetWorkMetrics

func (a *Client) GetVMNetWorkMetrics(params *GetVMNetWorkMetricsParams, opts ...ClientOption) (*GetVMNetWorkMetricsOK, error)

GetVMNetWorkMetrics get Vm net work metrics API

func (*Client) GetVMVolumeMetrics

func (a *Client) GetVMVolumeMetrics(params *GetVMVolumeMetricsParams, opts ...ClientOption) (*GetVMVolumeMetricsOK, error)

GetVMVolumeMetrics get Vm volume metrics API

func (*Client) GetWitnessMetrics

func (a *Client) GetWitnessMetrics(params *GetWitnessMetricsParams, opts ...ClientOption) (*GetWitnessMetricsOK, error)

GetWitnessMetrics get witness metrics API

func (*Client) GetZoneMetrics

func (a *Client) GetZoneMetrics(params *GetZoneMetricsParams, opts ...ClientOption) (*GetZoneMetricsOK, error)

GetZoneMetrics get zone metrics API

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetClusterMetrics(params *GetClusterMetricsParams, opts ...ClientOption) (*GetClusterMetricsOK, error)

	GetDiskMetrics(params *GetDiskMetricsParams, opts ...ClientOption) (*GetDiskMetricsOK, error)

	GetHostMetrics(params *GetHostMetricsParams, opts ...ClientOption) (*GetHostMetricsOK, error)

	GetHostNetworkMetrics(params *GetHostNetworkMetricsParams, opts ...ClientOption) (*GetHostNetworkMetricsOK, error)

	GetHostServicekMetrics(params *GetHostServicekMetricsParams, opts ...ClientOption) (*GetHostServicekMetricsOK, error)

	GetLunMetrics(params *GetLunMetricsParams, opts ...ClientOption) (*GetLunMetricsOK, error)

	GetNvmfNamespaceMetrics(params *GetNvmfNamespaceMetricsParams, opts ...ClientOption) (*GetNvmfNamespaceMetricsOK, error)

	GetSCVMMetrics(params *GetSCVMMetricsParams, opts ...ClientOption) (*GetSCVMMetricsOK, error)

	GetSCVMServicekMetrics(params *GetSCVMServicekMetricsParams, opts ...ClientOption) (*GetSCVMServicekMetricsOK, error)

	GetScvmDiskMetrics(params *GetScvmDiskMetricsParams, opts ...ClientOption) (*GetScvmDiskMetricsOK, error)

	GetScvmNetworkMetrics(params *GetScvmNetworkMetricsParams, opts ...ClientOption) (*GetScvmNetworkMetricsOK, error)

	GetTopNVMVolumeMetrics(params *GetTopNVMVolumeMetricsParams, opts ...ClientOption) (*GetTopNVMVolumeMetricsOK, error)

	GetVMMetrics(params *GetVMMetricsParams, opts ...ClientOption) (*GetVMMetricsOK, error)

	GetVMNetWorkMetrics(params *GetVMNetWorkMetricsParams, opts ...ClientOption) (*GetVMNetWorkMetricsOK, error)

	GetVMVolumeMetrics(params *GetVMVolumeMetricsParams, opts ...ClientOption) (*GetVMVolumeMetricsOK, error)

	GetWitnessMetrics(params *GetWitnessMetricsParams, opts ...ClientOption) (*GetWitnessMetricsOK, error)

	GetZoneMetrics(params *GetZoneMetricsParams, opts ...ClientOption) (*GetZoneMetricsOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new metrics API client.

type GetClusterMetricsBadRequest

type GetClusterMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetClusterMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetClusterMetricsBadRequest

func NewGetClusterMetricsBadRequest() *GetClusterMetricsBadRequest

NewGetClusterMetricsBadRequest creates a GetClusterMetricsBadRequest with default headers values

func (*GetClusterMetricsBadRequest) Error

func (*GetClusterMetricsBadRequest) GetPayload

func (o *GetClusterMetricsBadRequest) GetPayload() *models.ErrorBody

type GetClusterMetricsInternalServerError

type GetClusterMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetClusterMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetClusterMetricsInternalServerError

func NewGetClusterMetricsInternalServerError() *GetClusterMetricsInternalServerError

NewGetClusterMetricsInternalServerError creates a GetClusterMetricsInternalServerError with default headers values

func (*GetClusterMetricsInternalServerError) Error

func (*GetClusterMetricsInternalServerError) GetPayload

type GetClusterMetricsNotFound

type GetClusterMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetClusterMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetClusterMetricsNotFound

func NewGetClusterMetricsNotFound() *GetClusterMetricsNotFound

NewGetClusterMetricsNotFound creates a GetClusterMetricsNotFound with default headers values

func (*GetClusterMetricsNotFound) Error

func (o *GetClusterMetricsNotFound) Error() string

func (*GetClusterMetricsNotFound) GetPayload

func (o *GetClusterMetricsNotFound) GetPayload() *models.ErrorBody

type GetClusterMetricsOK

type GetClusterMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetClusterMetricsOK describes a response with status code 200, with default header values.

GetClusterMetricsOK get cluster metrics o k

func NewGetClusterMetricsOK

func NewGetClusterMetricsOK() *GetClusterMetricsOK

NewGetClusterMetricsOK creates a GetClusterMetricsOK with default headers values

func (*GetClusterMetricsOK) Error

func (o *GetClusterMetricsOK) Error() string

func (*GetClusterMetricsOK) GetPayload

func (o *GetClusterMetricsOK) GetPayload() []*models.WithTaskMetric

type GetClusterMetricsParams

type GetClusterMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetClusterMetricInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetClusterMetricsParams contains all the parameters to send to the API endpoint

for the get cluster metrics operation.

Typically these are written to a http.Request.

func NewGetClusterMetricsParams

func NewGetClusterMetricsParams() *GetClusterMetricsParams

NewGetClusterMetricsParams creates a new GetClusterMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetClusterMetricsParamsWithContext

func NewGetClusterMetricsParamsWithContext(ctx context.Context) *GetClusterMetricsParams

NewGetClusterMetricsParamsWithContext creates a new GetClusterMetricsParams object with the ability to set a context for a request.

func NewGetClusterMetricsParamsWithHTTPClient

func NewGetClusterMetricsParamsWithHTTPClient(client *http.Client) *GetClusterMetricsParams

NewGetClusterMetricsParamsWithHTTPClient creates a new GetClusterMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetClusterMetricsParamsWithTimeout

func NewGetClusterMetricsParamsWithTimeout(timeout time.Duration) *GetClusterMetricsParams

NewGetClusterMetricsParamsWithTimeout creates a new GetClusterMetricsParams object with the ability to set a timeout on a request.

func (*GetClusterMetricsParams) SetContext

func (o *GetClusterMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get cluster metrics params

func (*GetClusterMetricsParams) SetDefaults

func (o *GetClusterMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get cluster metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetClusterMetricsParams) SetHTTPClient

func (o *GetClusterMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get cluster metrics params

func (*GetClusterMetricsParams) SetRequestBody

func (o *GetClusterMetricsParams) SetRequestBody(requestBody *models.GetClusterMetricInput)

SetRequestBody adds the requestBody to the get cluster metrics params

func (*GetClusterMetricsParams) SetTimeout

func (o *GetClusterMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get cluster metrics params

func (*GetClusterMetricsParams) WithContext

WithContext adds the context to the get cluster metrics params

func (*GetClusterMetricsParams) WithDefaults

WithDefaults hydrates default values in the get cluster metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetClusterMetricsParams) WithHTTPClient

func (o *GetClusterMetricsParams) WithHTTPClient(client *http.Client) *GetClusterMetricsParams

WithHTTPClient adds the HTTPClient to the get cluster metrics params

func (*GetClusterMetricsParams) WithRequestBody

WithRequestBody adds the requestBody to the get cluster metrics params

func (*GetClusterMetricsParams) WithTimeout

WithTimeout adds the timeout to the get cluster metrics params

func (*GetClusterMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetClusterMetricsReader

type GetClusterMetricsReader struct {
	// contains filtered or unexported fields
}

GetClusterMetricsReader is a Reader for the GetClusterMetrics structure.

func (*GetClusterMetricsReader) ReadResponse

func (o *GetClusterMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetDiskMetricsBadRequest

type GetDiskMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetDiskMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetDiskMetricsBadRequest

func NewGetDiskMetricsBadRequest() *GetDiskMetricsBadRequest

NewGetDiskMetricsBadRequest creates a GetDiskMetricsBadRequest with default headers values

func (*GetDiskMetricsBadRequest) Error

func (o *GetDiskMetricsBadRequest) Error() string

func (*GetDiskMetricsBadRequest) GetPayload

func (o *GetDiskMetricsBadRequest) GetPayload() *models.ErrorBody

type GetDiskMetricsInternalServerError

type GetDiskMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetDiskMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetDiskMetricsInternalServerError

func NewGetDiskMetricsInternalServerError() *GetDiskMetricsInternalServerError

NewGetDiskMetricsInternalServerError creates a GetDiskMetricsInternalServerError with default headers values

func (*GetDiskMetricsInternalServerError) Error

func (*GetDiskMetricsInternalServerError) GetPayload

type GetDiskMetricsNotFound

type GetDiskMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetDiskMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetDiskMetricsNotFound

func NewGetDiskMetricsNotFound() *GetDiskMetricsNotFound

NewGetDiskMetricsNotFound creates a GetDiskMetricsNotFound with default headers values

func (*GetDiskMetricsNotFound) Error

func (o *GetDiskMetricsNotFound) Error() string

func (*GetDiskMetricsNotFound) GetPayload

func (o *GetDiskMetricsNotFound) GetPayload() *models.ErrorBody

type GetDiskMetricsOK

type GetDiskMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetDiskMetricsOK describes a response with status code 200, with default header values.

GetDiskMetricsOK get disk metrics o k

func NewGetDiskMetricsOK

func NewGetDiskMetricsOK() *GetDiskMetricsOK

NewGetDiskMetricsOK creates a GetDiskMetricsOK with default headers values

func (*GetDiskMetricsOK) Error

func (o *GetDiskMetricsOK) Error() string

func (*GetDiskMetricsOK) GetPayload

func (o *GetDiskMetricsOK) GetPayload() []*models.WithTaskMetric

type GetDiskMetricsParams

type GetDiskMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetDiskMetricInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetDiskMetricsParams contains all the parameters to send to the API endpoint

for the get disk metrics operation.

Typically these are written to a http.Request.

func NewGetDiskMetricsParams

func NewGetDiskMetricsParams() *GetDiskMetricsParams

NewGetDiskMetricsParams creates a new GetDiskMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetDiskMetricsParamsWithContext

func NewGetDiskMetricsParamsWithContext(ctx context.Context) *GetDiskMetricsParams

NewGetDiskMetricsParamsWithContext creates a new GetDiskMetricsParams object with the ability to set a context for a request.

func NewGetDiskMetricsParamsWithHTTPClient

func NewGetDiskMetricsParamsWithHTTPClient(client *http.Client) *GetDiskMetricsParams

NewGetDiskMetricsParamsWithHTTPClient creates a new GetDiskMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetDiskMetricsParamsWithTimeout

func NewGetDiskMetricsParamsWithTimeout(timeout time.Duration) *GetDiskMetricsParams

NewGetDiskMetricsParamsWithTimeout creates a new GetDiskMetricsParams object with the ability to set a timeout on a request.

func (*GetDiskMetricsParams) SetContext

func (o *GetDiskMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get disk metrics params

func (*GetDiskMetricsParams) SetDefaults

func (o *GetDiskMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get disk metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetDiskMetricsParams) SetHTTPClient

func (o *GetDiskMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get disk metrics params

func (*GetDiskMetricsParams) SetRequestBody

func (o *GetDiskMetricsParams) SetRequestBody(requestBody *models.GetDiskMetricInput)

SetRequestBody adds the requestBody to the get disk metrics params

func (*GetDiskMetricsParams) SetTimeout

func (o *GetDiskMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get disk metrics params

func (*GetDiskMetricsParams) WithContext

WithContext adds the context to the get disk metrics params

func (*GetDiskMetricsParams) WithDefaults

func (o *GetDiskMetricsParams) WithDefaults() *GetDiskMetricsParams

WithDefaults hydrates default values in the get disk metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetDiskMetricsParams) WithHTTPClient

func (o *GetDiskMetricsParams) WithHTTPClient(client *http.Client) *GetDiskMetricsParams

WithHTTPClient adds the HTTPClient to the get disk metrics params

func (*GetDiskMetricsParams) WithRequestBody

func (o *GetDiskMetricsParams) WithRequestBody(requestBody *models.GetDiskMetricInput) *GetDiskMetricsParams

WithRequestBody adds the requestBody to the get disk metrics params

func (*GetDiskMetricsParams) WithTimeout

func (o *GetDiskMetricsParams) WithTimeout(timeout time.Duration) *GetDiskMetricsParams

WithTimeout adds the timeout to the get disk metrics params

func (*GetDiskMetricsParams) WriteToRequest

func (o *GetDiskMetricsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetDiskMetricsReader

type GetDiskMetricsReader struct {
	// contains filtered or unexported fields
}

GetDiskMetricsReader is a Reader for the GetDiskMetrics structure.

func (*GetDiskMetricsReader) ReadResponse

func (o *GetDiskMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetHostMetricsBadRequest

type GetHostMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetHostMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetHostMetricsBadRequest

func NewGetHostMetricsBadRequest() *GetHostMetricsBadRequest

NewGetHostMetricsBadRequest creates a GetHostMetricsBadRequest with default headers values

func (*GetHostMetricsBadRequest) Error

func (o *GetHostMetricsBadRequest) Error() string

func (*GetHostMetricsBadRequest) GetPayload

func (o *GetHostMetricsBadRequest) GetPayload() *models.ErrorBody

type GetHostMetricsInternalServerError

type GetHostMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetHostMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetHostMetricsInternalServerError

func NewGetHostMetricsInternalServerError() *GetHostMetricsInternalServerError

NewGetHostMetricsInternalServerError creates a GetHostMetricsInternalServerError with default headers values

func (*GetHostMetricsInternalServerError) Error

func (*GetHostMetricsInternalServerError) GetPayload

type GetHostMetricsNotFound

type GetHostMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetHostMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetHostMetricsNotFound

func NewGetHostMetricsNotFound() *GetHostMetricsNotFound

NewGetHostMetricsNotFound creates a GetHostMetricsNotFound with default headers values

func (*GetHostMetricsNotFound) Error

func (o *GetHostMetricsNotFound) Error() string

func (*GetHostMetricsNotFound) GetPayload

func (o *GetHostMetricsNotFound) GetPayload() *models.ErrorBody

type GetHostMetricsOK

type GetHostMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetHostMetricsOK describes a response with status code 200, with default header values.

GetHostMetricsOK get host metrics o k

func NewGetHostMetricsOK

func NewGetHostMetricsOK() *GetHostMetricsOK

NewGetHostMetricsOK creates a GetHostMetricsOK with default headers values

func (*GetHostMetricsOK) Error

func (o *GetHostMetricsOK) Error() string

func (*GetHostMetricsOK) GetPayload

func (o *GetHostMetricsOK) GetPayload() []*models.WithTaskMetric

type GetHostMetricsParams

type GetHostMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetHostMetricInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetHostMetricsParams contains all the parameters to send to the API endpoint

for the get host metrics operation.

Typically these are written to a http.Request.

func NewGetHostMetricsParams

func NewGetHostMetricsParams() *GetHostMetricsParams

NewGetHostMetricsParams creates a new GetHostMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetHostMetricsParamsWithContext

func NewGetHostMetricsParamsWithContext(ctx context.Context) *GetHostMetricsParams

NewGetHostMetricsParamsWithContext creates a new GetHostMetricsParams object with the ability to set a context for a request.

func NewGetHostMetricsParamsWithHTTPClient

func NewGetHostMetricsParamsWithHTTPClient(client *http.Client) *GetHostMetricsParams

NewGetHostMetricsParamsWithHTTPClient creates a new GetHostMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetHostMetricsParamsWithTimeout

func NewGetHostMetricsParamsWithTimeout(timeout time.Duration) *GetHostMetricsParams

NewGetHostMetricsParamsWithTimeout creates a new GetHostMetricsParams object with the ability to set a timeout on a request.

func (*GetHostMetricsParams) SetContext

func (o *GetHostMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get host metrics params

func (*GetHostMetricsParams) SetDefaults

func (o *GetHostMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get host metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostMetricsParams) SetHTTPClient

func (o *GetHostMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get host metrics params

func (*GetHostMetricsParams) SetRequestBody

func (o *GetHostMetricsParams) SetRequestBody(requestBody *models.GetHostMetricInput)

SetRequestBody adds the requestBody to the get host metrics params

func (*GetHostMetricsParams) SetTimeout

func (o *GetHostMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get host metrics params

func (*GetHostMetricsParams) WithContext

WithContext adds the context to the get host metrics params

func (*GetHostMetricsParams) WithDefaults

func (o *GetHostMetricsParams) WithDefaults() *GetHostMetricsParams

WithDefaults hydrates default values in the get host metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostMetricsParams) WithHTTPClient

func (o *GetHostMetricsParams) WithHTTPClient(client *http.Client) *GetHostMetricsParams

WithHTTPClient adds the HTTPClient to the get host metrics params

func (*GetHostMetricsParams) WithRequestBody

func (o *GetHostMetricsParams) WithRequestBody(requestBody *models.GetHostMetricInput) *GetHostMetricsParams

WithRequestBody adds the requestBody to the get host metrics params

func (*GetHostMetricsParams) WithTimeout

func (o *GetHostMetricsParams) WithTimeout(timeout time.Duration) *GetHostMetricsParams

WithTimeout adds the timeout to the get host metrics params

func (*GetHostMetricsParams) WriteToRequest

func (o *GetHostMetricsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetHostMetricsReader

type GetHostMetricsReader struct {
	// contains filtered or unexported fields
}

GetHostMetricsReader is a Reader for the GetHostMetrics structure.

func (*GetHostMetricsReader) ReadResponse

func (o *GetHostMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetHostNetworkMetricsBadRequest

type GetHostNetworkMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetHostNetworkMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetHostNetworkMetricsBadRequest

func NewGetHostNetworkMetricsBadRequest() *GetHostNetworkMetricsBadRequest

NewGetHostNetworkMetricsBadRequest creates a GetHostNetworkMetricsBadRequest with default headers values

func (*GetHostNetworkMetricsBadRequest) Error

func (*GetHostNetworkMetricsBadRequest) GetPayload

type GetHostNetworkMetricsInternalServerError

type GetHostNetworkMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetHostNetworkMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetHostNetworkMetricsInternalServerError

func NewGetHostNetworkMetricsInternalServerError() *GetHostNetworkMetricsInternalServerError

NewGetHostNetworkMetricsInternalServerError creates a GetHostNetworkMetricsInternalServerError with default headers values

func (*GetHostNetworkMetricsInternalServerError) Error

func (*GetHostNetworkMetricsInternalServerError) GetPayload

type GetHostNetworkMetricsNotFound

type GetHostNetworkMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetHostNetworkMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetHostNetworkMetricsNotFound

func NewGetHostNetworkMetricsNotFound() *GetHostNetworkMetricsNotFound

NewGetHostNetworkMetricsNotFound creates a GetHostNetworkMetricsNotFound with default headers values

func (*GetHostNetworkMetricsNotFound) Error

func (*GetHostNetworkMetricsNotFound) GetPayload

type GetHostNetworkMetricsOK

type GetHostNetworkMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetHostNetworkMetricsOK describes a response with status code 200, with default header values.

GetHostNetworkMetricsOK get host network metrics o k

func NewGetHostNetworkMetricsOK

func NewGetHostNetworkMetricsOK() *GetHostNetworkMetricsOK

NewGetHostNetworkMetricsOK creates a GetHostNetworkMetricsOK with default headers values

func (*GetHostNetworkMetricsOK) Error

func (o *GetHostNetworkMetricsOK) Error() string

func (*GetHostNetworkMetricsOK) GetPayload

func (o *GetHostNetworkMetricsOK) GetPayload() []*models.WithTaskMetric

type GetHostNetworkMetricsParams

type GetHostNetworkMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetHostNetworkMetricInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetHostNetworkMetricsParams contains all the parameters to send to the API endpoint

for the get host network metrics operation.

Typically these are written to a http.Request.

func NewGetHostNetworkMetricsParams

func NewGetHostNetworkMetricsParams() *GetHostNetworkMetricsParams

NewGetHostNetworkMetricsParams creates a new GetHostNetworkMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetHostNetworkMetricsParamsWithContext

func NewGetHostNetworkMetricsParamsWithContext(ctx context.Context) *GetHostNetworkMetricsParams

NewGetHostNetworkMetricsParamsWithContext creates a new GetHostNetworkMetricsParams object with the ability to set a context for a request.

func NewGetHostNetworkMetricsParamsWithHTTPClient

func NewGetHostNetworkMetricsParamsWithHTTPClient(client *http.Client) *GetHostNetworkMetricsParams

NewGetHostNetworkMetricsParamsWithHTTPClient creates a new GetHostNetworkMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetHostNetworkMetricsParamsWithTimeout

func NewGetHostNetworkMetricsParamsWithTimeout(timeout time.Duration) *GetHostNetworkMetricsParams

NewGetHostNetworkMetricsParamsWithTimeout creates a new GetHostNetworkMetricsParams object with the ability to set a timeout on a request.

func (*GetHostNetworkMetricsParams) SetContext

func (o *GetHostNetworkMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get host network metrics params

func (*GetHostNetworkMetricsParams) SetDefaults

func (o *GetHostNetworkMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get host network metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostNetworkMetricsParams) SetHTTPClient

func (o *GetHostNetworkMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get host network metrics params

func (*GetHostNetworkMetricsParams) SetRequestBody

func (o *GetHostNetworkMetricsParams) SetRequestBody(requestBody *models.GetHostNetworkMetricInput)

SetRequestBody adds the requestBody to the get host network metrics params

func (*GetHostNetworkMetricsParams) SetTimeout

func (o *GetHostNetworkMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get host network metrics params

func (*GetHostNetworkMetricsParams) WithContext

WithContext adds the context to the get host network metrics params

func (*GetHostNetworkMetricsParams) WithDefaults

WithDefaults hydrates default values in the get host network metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostNetworkMetricsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get host network metrics params

func (*GetHostNetworkMetricsParams) WithRequestBody

WithRequestBody adds the requestBody to the get host network metrics params

func (*GetHostNetworkMetricsParams) WithTimeout

WithTimeout adds the timeout to the get host network metrics params

func (*GetHostNetworkMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHostNetworkMetricsReader

type GetHostNetworkMetricsReader struct {
	// contains filtered or unexported fields
}

GetHostNetworkMetricsReader is a Reader for the GetHostNetworkMetrics structure.

func (*GetHostNetworkMetricsReader) ReadResponse

func (o *GetHostNetworkMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetHostServicekMetricsBadRequest

type GetHostServicekMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetHostServicekMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetHostServicekMetricsBadRequest

func NewGetHostServicekMetricsBadRequest() *GetHostServicekMetricsBadRequest

NewGetHostServicekMetricsBadRequest creates a GetHostServicekMetricsBadRequest with default headers values

func (*GetHostServicekMetricsBadRequest) Error

func (*GetHostServicekMetricsBadRequest) GetPayload

type GetHostServicekMetricsInternalServerError

type GetHostServicekMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetHostServicekMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetHostServicekMetricsInternalServerError

func NewGetHostServicekMetricsInternalServerError() *GetHostServicekMetricsInternalServerError

NewGetHostServicekMetricsInternalServerError creates a GetHostServicekMetricsInternalServerError with default headers values

func (*GetHostServicekMetricsInternalServerError) Error

func (*GetHostServicekMetricsInternalServerError) GetPayload

type GetHostServicekMetricsNotFound

type GetHostServicekMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetHostServicekMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetHostServicekMetricsNotFound

func NewGetHostServicekMetricsNotFound() *GetHostServicekMetricsNotFound

NewGetHostServicekMetricsNotFound creates a GetHostServicekMetricsNotFound with default headers values

func (*GetHostServicekMetricsNotFound) Error

func (*GetHostServicekMetricsNotFound) GetPayload

type GetHostServicekMetricsOK

type GetHostServicekMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetHostServicekMetricsOK describes a response with status code 200, with default header values.

GetHostServicekMetricsOK get host servicek metrics o k

func NewGetHostServicekMetricsOK

func NewGetHostServicekMetricsOK() *GetHostServicekMetricsOK

NewGetHostServicekMetricsOK creates a GetHostServicekMetricsOK with default headers values

func (*GetHostServicekMetricsOK) Error

func (o *GetHostServicekMetricsOK) Error() string

func (*GetHostServicekMetricsOK) GetPayload

func (o *GetHostServicekMetricsOK) GetPayload() []*models.WithTaskMetric

type GetHostServicekMetricsParams

type GetHostServicekMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetHostServiceMetricInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetHostServicekMetricsParams contains all the parameters to send to the API endpoint

for the get host servicek metrics operation.

Typically these are written to a http.Request.

func NewGetHostServicekMetricsParams

func NewGetHostServicekMetricsParams() *GetHostServicekMetricsParams

NewGetHostServicekMetricsParams creates a new GetHostServicekMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetHostServicekMetricsParamsWithContext

func NewGetHostServicekMetricsParamsWithContext(ctx context.Context) *GetHostServicekMetricsParams

NewGetHostServicekMetricsParamsWithContext creates a new GetHostServicekMetricsParams object with the ability to set a context for a request.

func NewGetHostServicekMetricsParamsWithHTTPClient

func NewGetHostServicekMetricsParamsWithHTTPClient(client *http.Client) *GetHostServicekMetricsParams

NewGetHostServicekMetricsParamsWithHTTPClient creates a new GetHostServicekMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetHostServicekMetricsParamsWithTimeout

func NewGetHostServicekMetricsParamsWithTimeout(timeout time.Duration) *GetHostServicekMetricsParams

NewGetHostServicekMetricsParamsWithTimeout creates a new GetHostServicekMetricsParams object with the ability to set a timeout on a request.

func (*GetHostServicekMetricsParams) SetContext

func (o *GetHostServicekMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get host servicek metrics params

func (*GetHostServicekMetricsParams) SetDefaults

func (o *GetHostServicekMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get host servicek metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostServicekMetricsParams) SetHTTPClient

func (o *GetHostServicekMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get host servicek metrics params

func (*GetHostServicekMetricsParams) SetRequestBody

func (o *GetHostServicekMetricsParams) SetRequestBody(requestBody *models.GetHostServiceMetricInput)

SetRequestBody adds the requestBody to the get host servicek metrics params

func (*GetHostServicekMetricsParams) SetTimeout

func (o *GetHostServicekMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get host servicek metrics params

func (*GetHostServicekMetricsParams) WithContext

WithContext adds the context to the get host servicek metrics params

func (*GetHostServicekMetricsParams) WithDefaults

WithDefaults hydrates default values in the get host servicek metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetHostServicekMetricsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get host servicek metrics params

func (*GetHostServicekMetricsParams) WithRequestBody

WithRequestBody adds the requestBody to the get host servicek metrics params

func (*GetHostServicekMetricsParams) WithTimeout

WithTimeout adds the timeout to the get host servicek metrics params

func (*GetHostServicekMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetHostServicekMetricsReader

type GetHostServicekMetricsReader struct {
	// contains filtered or unexported fields
}

GetHostServicekMetricsReader is a Reader for the GetHostServicekMetrics structure.

func (*GetHostServicekMetricsReader) ReadResponse

func (o *GetHostServicekMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetLunMetricsBadRequest

type GetLunMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetLunMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetLunMetricsBadRequest

func NewGetLunMetricsBadRequest() *GetLunMetricsBadRequest

NewGetLunMetricsBadRequest creates a GetLunMetricsBadRequest with default headers values

func (*GetLunMetricsBadRequest) Error

func (o *GetLunMetricsBadRequest) Error() string

func (*GetLunMetricsBadRequest) GetPayload

func (o *GetLunMetricsBadRequest) GetPayload() *models.ErrorBody

type GetLunMetricsInternalServerError

type GetLunMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetLunMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetLunMetricsInternalServerError

func NewGetLunMetricsInternalServerError() *GetLunMetricsInternalServerError

NewGetLunMetricsInternalServerError creates a GetLunMetricsInternalServerError with default headers values

func (*GetLunMetricsInternalServerError) Error

func (*GetLunMetricsInternalServerError) GetPayload

type GetLunMetricsNotFound

type GetLunMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetLunMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetLunMetricsNotFound

func NewGetLunMetricsNotFound() *GetLunMetricsNotFound

NewGetLunMetricsNotFound creates a GetLunMetricsNotFound with default headers values

func (*GetLunMetricsNotFound) Error

func (o *GetLunMetricsNotFound) Error() string

func (*GetLunMetricsNotFound) GetPayload

func (o *GetLunMetricsNotFound) GetPayload() *models.ErrorBody

type GetLunMetricsOK

type GetLunMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetLunMetricsOK describes a response with status code 200, with default header values.

GetLunMetricsOK get lun metrics o k

func NewGetLunMetricsOK

func NewGetLunMetricsOK() *GetLunMetricsOK

NewGetLunMetricsOK creates a GetLunMetricsOK with default headers values

func (*GetLunMetricsOK) Error

func (o *GetLunMetricsOK) Error() string

func (*GetLunMetricsOK) GetPayload

func (o *GetLunMetricsOK) GetPayload() []*models.WithTaskMetric

type GetLunMetricsParams

type GetLunMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetLunMetricInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetLunMetricsParams contains all the parameters to send to the API endpoint

for the get lun metrics operation.

Typically these are written to a http.Request.

func NewGetLunMetricsParams

func NewGetLunMetricsParams() *GetLunMetricsParams

NewGetLunMetricsParams creates a new GetLunMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetLunMetricsParamsWithContext

func NewGetLunMetricsParamsWithContext(ctx context.Context) *GetLunMetricsParams

NewGetLunMetricsParamsWithContext creates a new GetLunMetricsParams object with the ability to set a context for a request.

func NewGetLunMetricsParamsWithHTTPClient

func NewGetLunMetricsParamsWithHTTPClient(client *http.Client) *GetLunMetricsParams

NewGetLunMetricsParamsWithHTTPClient creates a new GetLunMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetLunMetricsParamsWithTimeout

func NewGetLunMetricsParamsWithTimeout(timeout time.Duration) *GetLunMetricsParams

NewGetLunMetricsParamsWithTimeout creates a new GetLunMetricsParams object with the ability to set a timeout on a request.

func (*GetLunMetricsParams) SetContext

func (o *GetLunMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get lun metrics params

func (*GetLunMetricsParams) SetDefaults

func (o *GetLunMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get lun metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetLunMetricsParams) SetHTTPClient

func (o *GetLunMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get lun metrics params

func (*GetLunMetricsParams) SetRequestBody

func (o *GetLunMetricsParams) SetRequestBody(requestBody *models.GetLunMetricInput)

SetRequestBody adds the requestBody to the get lun metrics params

func (*GetLunMetricsParams) SetTimeout

func (o *GetLunMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get lun metrics params

func (*GetLunMetricsParams) WithContext

WithContext adds the context to the get lun metrics params

func (*GetLunMetricsParams) WithDefaults

func (o *GetLunMetricsParams) WithDefaults() *GetLunMetricsParams

WithDefaults hydrates default values in the get lun metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetLunMetricsParams) WithHTTPClient

func (o *GetLunMetricsParams) WithHTTPClient(client *http.Client) *GetLunMetricsParams

WithHTTPClient adds the HTTPClient to the get lun metrics params

func (*GetLunMetricsParams) WithRequestBody

func (o *GetLunMetricsParams) WithRequestBody(requestBody *models.GetLunMetricInput) *GetLunMetricsParams

WithRequestBody adds the requestBody to the get lun metrics params

func (*GetLunMetricsParams) WithTimeout

func (o *GetLunMetricsParams) WithTimeout(timeout time.Duration) *GetLunMetricsParams

WithTimeout adds the timeout to the get lun metrics params

func (*GetLunMetricsParams) WriteToRequest

func (o *GetLunMetricsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetLunMetricsReader

type GetLunMetricsReader struct {
	// contains filtered or unexported fields
}

GetLunMetricsReader is a Reader for the GetLunMetrics structure.

func (*GetLunMetricsReader) ReadResponse

func (o *GetLunMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNvmfNamespaceMetricsBadRequest

type GetNvmfNamespaceMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetNvmfNamespaceMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetNvmfNamespaceMetricsBadRequest

func NewGetNvmfNamespaceMetricsBadRequest() *GetNvmfNamespaceMetricsBadRequest

NewGetNvmfNamespaceMetricsBadRequest creates a GetNvmfNamespaceMetricsBadRequest with default headers values

func (*GetNvmfNamespaceMetricsBadRequest) Error

func (*GetNvmfNamespaceMetricsBadRequest) GetPayload

type GetNvmfNamespaceMetricsInternalServerError

type GetNvmfNamespaceMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetNvmfNamespaceMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetNvmfNamespaceMetricsInternalServerError

func NewGetNvmfNamespaceMetricsInternalServerError() *GetNvmfNamespaceMetricsInternalServerError

NewGetNvmfNamespaceMetricsInternalServerError creates a GetNvmfNamespaceMetricsInternalServerError with default headers values

func (*GetNvmfNamespaceMetricsInternalServerError) Error

func (*GetNvmfNamespaceMetricsInternalServerError) GetPayload

type GetNvmfNamespaceMetricsNotFound

type GetNvmfNamespaceMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetNvmfNamespaceMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetNvmfNamespaceMetricsNotFound

func NewGetNvmfNamespaceMetricsNotFound() *GetNvmfNamespaceMetricsNotFound

NewGetNvmfNamespaceMetricsNotFound creates a GetNvmfNamespaceMetricsNotFound with default headers values

func (*GetNvmfNamespaceMetricsNotFound) Error

func (*GetNvmfNamespaceMetricsNotFound) GetPayload

type GetNvmfNamespaceMetricsOK

type GetNvmfNamespaceMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetNvmfNamespaceMetricsOK describes a response with status code 200, with default header values.

GetNvmfNamespaceMetricsOK get nvmf namespace metrics o k

func NewGetNvmfNamespaceMetricsOK

func NewGetNvmfNamespaceMetricsOK() *GetNvmfNamespaceMetricsOK

NewGetNvmfNamespaceMetricsOK creates a GetNvmfNamespaceMetricsOK with default headers values

func (*GetNvmfNamespaceMetricsOK) Error

func (o *GetNvmfNamespaceMetricsOK) Error() string

func (*GetNvmfNamespaceMetricsOK) GetPayload

func (o *GetNvmfNamespaceMetricsOK) GetPayload() []*models.WithTaskMetric

type GetNvmfNamespaceMetricsParams

type GetNvmfNamespaceMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetNvmfNamespaceMetricInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNvmfNamespaceMetricsParams contains all the parameters to send to the API endpoint

for the get nvmf namespace metrics operation.

Typically these are written to a http.Request.

func NewGetNvmfNamespaceMetricsParams

func NewGetNvmfNamespaceMetricsParams() *GetNvmfNamespaceMetricsParams

NewGetNvmfNamespaceMetricsParams creates a new GetNvmfNamespaceMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetNvmfNamespaceMetricsParamsWithContext

func NewGetNvmfNamespaceMetricsParamsWithContext(ctx context.Context) *GetNvmfNamespaceMetricsParams

NewGetNvmfNamespaceMetricsParamsWithContext creates a new GetNvmfNamespaceMetricsParams object with the ability to set a context for a request.

func NewGetNvmfNamespaceMetricsParamsWithHTTPClient

func NewGetNvmfNamespaceMetricsParamsWithHTTPClient(client *http.Client) *GetNvmfNamespaceMetricsParams

NewGetNvmfNamespaceMetricsParamsWithHTTPClient creates a new GetNvmfNamespaceMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetNvmfNamespaceMetricsParamsWithTimeout

func NewGetNvmfNamespaceMetricsParamsWithTimeout(timeout time.Duration) *GetNvmfNamespaceMetricsParams

NewGetNvmfNamespaceMetricsParamsWithTimeout creates a new GetNvmfNamespaceMetricsParams object with the ability to set a timeout on a request.

func (*GetNvmfNamespaceMetricsParams) SetContext

func (o *GetNvmfNamespaceMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get nvmf namespace metrics params

func (*GetNvmfNamespaceMetricsParams) SetDefaults

func (o *GetNvmfNamespaceMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get nvmf namespace metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetNvmfNamespaceMetricsParams) SetHTTPClient

func (o *GetNvmfNamespaceMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get nvmf namespace metrics params

func (*GetNvmfNamespaceMetricsParams) SetRequestBody

func (o *GetNvmfNamespaceMetricsParams) SetRequestBody(requestBody *models.GetNvmfNamespaceMetricInput)

SetRequestBody adds the requestBody to the get nvmf namespace metrics params

func (*GetNvmfNamespaceMetricsParams) SetTimeout

func (o *GetNvmfNamespaceMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get nvmf namespace metrics params

func (*GetNvmfNamespaceMetricsParams) WithContext

WithContext adds the context to the get nvmf namespace metrics params

func (*GetNvmfNamespaceMetricsParams) WithDefaults

WithDefaults hydrates default values in the get nvmf namespace metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetNvmfNamespaceMetricsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get nvmf namespace metrics params

func (*GetNvmfNamespaceMetricsParams) WithRequestBody

WithRequestBody adds the requestBody to the get nvmf namespace metrics params

func (*GetNvmfNamespaceMetricsParams) WithTimeout

WithTimeout adds the timeout to the get nvmf namespace metrics params

func (*GetNvmfNamespaceMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNvmfNamespaceMetricsReader

type GetNvmfNamespaceMetricsReader struct {
	// contains filtered or unexported fields
}

GetNvmfNamespaceMetricsReader is a Reader for the GetNvmfNamespaceMetrics structure.

func (*GetNvmfNamespaceMetricsReader) ReadResponse

func (o *GetNvmfNamespaceMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetSCVMMetricsBadRequest

type GetSCVMMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetSCVMMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetSCVMMetricsBadRequest

func NewGetSCVMMetricsBadRequest() *GetSCVMMetricsBadRequest

NewGetSCVMMetricsBadRequest creates a GetSCVMMetricsBadRequest with default headers values

func (*GetSCVMMetricsBadRequest) Error

func (o *GetSCVMMetricsBadRequest) Error() string

func (*GetSCVMMetricsBadRequest) GetPayload

func (o *GetSCVMMetricsBadRequest) GetPayload() *models.ErrorBody

type GetSCVMMetricsInternalServerError

type GetSCVMMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetSCVMMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetSCVMMetricsInternalServerError

func NewGetSCVMMetricsInternalServerError() *GetSCVMMetricsInternalServerError

NewGetSCVMMetricsInternalServerError creates a GetSCVMMetricsInternalServerError with default headers values

func (*GetSCVMMetricsInternalServerError) Error

func (*GetSCVMMetricsInternalServerError) GetPayload

type GetSCVMMetricsNotFound

type GetSCVMMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetSCVMMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetSCVMMetricsNotFound

func NewGetSCVMMetricsNotFound() *GetSCVMMetricsNotFound

NewGetSCVMMetricsNotFound creates a GetSCVMMetricsNotFound with default headers values

func (*GetSCVMMetricsNotFound) Error

func (o *GetSCVMMetricsNotFound) Error() string

func (*GetSCVMMetricsNotFound) GetPayload

func (o *GetSCVMMetricsNotFound) GetPayload() *models.ErrorBody

type GetSCVMMetricsOK

type GetSCVMMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetSCVMMetricsOK describes a response with status code 200, with default header values.

GetSCVMMetricsOK get s c Vm metrics o k

func NewGetSCVMMetricsOK

func NewGetSCVMMetricsOK() *GetSCVMMetricsOK

NewGetSCVMMetricsOK creates a GetSCVMMetricsOK with default headers values

func (*GetSCVMMetricsOK) Error

func (o *GetSCVMMetricsOK) Error() string

func (*GetSCVMMetricsOK) GetPayload

func (o *GetSCVMMetricsOK) GetPayload() []*models.WithTaskMetric

type GetSCVMMetricsParams

type GetSCVMMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetScvmMetricInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSCVMMetricsParams contains all the parameters to send to the API endpoint

for the get s c VM metrics operation.

Typically these are written to a http.Request.

func NewGetSCVMMetricsParams

func NewGetSCVMMetricsParams() *GetSCVMMetricsParams

NewGetSCVMMetricsParams creates a new GetSCVMMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSCVMMetricsParamsWithContext

func NewGetSCVMMetricsParamsWithContext(ctx context.Context) *GetSCVMMetricsParams

NewGetSCVMMetricsParamsWithContext creates a new GetSCVMMetricsParams object with the ability to set a context for a request.

func NewGetSCVMMetricsParamsWithHTTPClient

func NewGetSCVMMetricsParamsWithHTTPClient(client *http.Client) *GetSCVMMetricsParams

NewGetSCVMMetricsParamsWithHTTPClient creates a new GetSCVMMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetSCVMMetricsParamsWithTimeout

func NewGetSCVMMetricsParamsWithTimeout(timeout time.Duration) *GetSCVMMetricsParams

NewGetSCVMMetricsParamsWithTimeout creates a new GetSCVMMetricsParams object with the ability to set a timeout on a request.

func (*GetSCVMMetricsParams) SetContext

func (o *GetSCVMMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get s c VM metrics params

func (*GetSCVMMetricsParams) SetDefaults

func (o *GetSCVMMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get s c VM metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetSCVMMetricsParams) SetHTTPClient

func (o *GetSCVMMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get s c VM metrics params

func (*GetSCVMMetricsParams) SetRequestBody

func (o *GetSCVMMetricsParams) SetRequestBody(requestBody *models.GetScvmMetricInput)

SetRequestBody adds the requestBody to the get s c VM metrics params

func (*GetSCVMMetricsParams) SetTimeout

func (o *GetSCVMMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get s c VM metrics params

func (*GetSCVMMetricsParams) WithContext

WithContext adds the context to the get s c VM metrics params

func (*GetSCVMMetricsParams) WithDefaults

func (o *GetSCVMMetricsParams) WithDefaults() *GetSCVMMetricsParams

WithDefaults hydrates default values in the get s c VM metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetSCVMMetricsParams) WithHTTPClient

func (o *GetSCVMMetricsParams) WithHTTPClient(client *http.Client) *GetSCVMMetricsParams

WithHTTPClient adds the HTTPClient to the get s c VM metrics params

func (*GetSCVMMetricsParams) WithRequestBody

func (o *GetSCVMMetricsParams) WithRequestBody(requestBody *models.GetScvmMetricInput) *GetSCVMMetricsParams

WithRequestBody adds the requestBody to the get s c VM metrics params

func (*GetSCVMMetricsParams) WithTimeout

func (o *GetSCVMMetricsParams) WithTimeout(timeout time.Duration) *GetSCVMMetricsParams

WithTimeout adds the timeout to the get s c VM metrics params

func (*GetSCVMMetricsParams) WriteToRequest

func (o *GetSCVMMetricsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetSCVMMetricsReader

type GetSCVMMetricsReader struct {
	// contains filtered or unexported fields
}

GetSCVMMetricsReader is a Reader for the GetSCVMMetrics structure.

func (*GetSCVMMetricsReader) ReadResponse

func (o *GetSCVMMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetSCVMServicekMetricsBadRequest

type GetSCVMServicekMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetSCVMServicekMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetSCVMServicekMetricsBadRequest

func NewGetSCVMServicekMetricsBadRequest() *GetSCVMServicekMetricsBadRequest

NewGetSCVMServicekMetricsBadRequest creates a GetSCVMServicekMetricsBadRequest with default headers values

func (*GetSCVMServicekMetricsBadRequest) Error

func (*GetSCVMServicekMetricsBadRequest) GetPayload

type GetSCVMServicekMetricsInternalServerError

type GetSCVMServicekMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetSCVMServicekMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetSCVMServicekMetricsInternalServerError

func NewGetSCVMServicekMetricsInternalServerError() *GetSCVMServicekMetricsInternalServerError

NewGetSCVMServicekMetricsInternalServerError creates a GetSCVMServicekMetricsInternalServerError with default headers values

func (*GetSCVMServicekMetricsInternalServerError) Error

func (*GetSCVMServicekMetricsInternalServerError) GetPayload

type GetSCVMServicekMetricsNotFound

type GetSCVMServicekMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetSCVMServicekMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetSCVMServicekMetricsNotFound

func NewGetSCVMServicekMetricsNotFound() *GetSCVMServicekMetricsNotFound

NewGetSCVMServicekMetricsNotFound creates a GetSCVMServicekMetricsNotFound with default headers values

func (*GetSCVMServicekMetricsNotFound) Error

func (*GetSCVMServicekMetricsNotFound) GetPayload

type GetSCVMServicekMetricsOK

type GetSCVMServicekMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetSCVMServicekMetricsOK describes a response with status code 200, with default header values.

GetSCVMServicekMetricsOK get s c Vm servicek metrics o k

func NewGetSCVMServicekMetricsOK

func NewGetSCVMServicekMetricsOK() *GetSCVMServicekMetricsOK

NewGetSCVMServicekMetricsOK creates a GetSCVMServicekMetricsOK with default headers values

func (*GetSCVMServicekMetricsOK) Error

func (o *GetSCVMServicekMetricsOK) Error() string

func (*GetSCVMServicekMetricsOK) GetPayload

func (o *GetSCVMServicekMetricsOK) GetPayload() []*models.WithTaskMetric

type GetSCVMServicekMetricsParams

type GetSCVMServicekMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetScvmServiceMetricInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetSCVMServicekMetricsParams contains all the parameters to send to the API endpoint

for the get s c VM servicek metrics operation.

Typically these are written to a http.Request.

func NewGetSCVMServicekMetricsParams

func NewGetSCVMServicekMetricsParams() *GetSCVMServicekMetricsParams

NewGetSCVMServicekMetricsParams creates a new GetSCVMServicekMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetSCVMServicekMetricsParamsWithContext

func NewGetSCVMServicekMetricsParamsWithContext(ctx context.Context) *GetSCVMServicekMetricsParams

NewGetSCVMServicekMetricsParamsWithContext creates a new GetSCVMServicekMetricsParams object with the ability to set a context for a request.

func NewGetSCVMServicekMetricsParamsWithHTTPClient

func NewGetSCVMServicekMetricsParamsWithHTTPClient(client *http.Client) *GetSCVMServicekMetricsParams

NewGetSCVMServicekMetricsParamsWithHTTPClient creates a new GetSCVMServicekMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetSCVMServicekMetricsParamsWithTimeout

func NewGetSCVMServicekMetricsParamsWithTimeout(timeout time.Duration) *GetSCVMServicekMetricsParams

NewGetSCVMServicekMetricsParamsWithTimeout creates a new GetSCVMServicekMetricsParams object with the ability to set a timeout on a request.

func (*GetSCVMServicekMetricsParams) SetContext

func (o *GetSCVMServicekMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get s c VM servicek metrics params

func (*GetSCVMServicekMetricsParams) SetDefaults

func (o *GetSCVMServicekMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get s c VM servicek metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetSCVMServicekMetricsParams) SetHTTPClient

func (o *GetSCVMServicekMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get s c VM servicek metrics params

func (*GetSCVMServicekMetricsParams) SetRequestBody

func (o *GetSCVMServicekMetricsParams) SetRequestBody(requestBody *models.GetScvmServiceMetricInput)

SetRequestBody adds the requestBody to the get s c VM servicek metrics params

func (*GetSCVMServicekMetricsParams) SetTimeout

func (o *GetSCVMServicekMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get s c VM servicek metrics params

func (*GetSCVMServicekMetricsParams) WithContext

WithContext adds the context to the get s c VM servicek metrics params

func (*GetSCVMServicekMetricsParams) WithDefaults

WithDefaults hydrates default values in the get s c VM servicek metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetSCVMServicekMetricsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get s c VM servicek metrics params

func (*GetSCVMServicekMetricsParams) WithRequestBody

WithRequestBody adds the requestBody to the get s c VM servicek metrics params

func (*GetSCVMServicekMetricsParams) WithTimeout

WithTimeout adds the timeout to the get s c VM servicek metrics params

func (*GetSCVMServicekMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSCVMServicekMetricsReader

type GetSCVMServicekMetricsReader struct {
	// contains filtered or unexported fields
}

GetSCVMServicekMetricsReader is a Reader for the GetSCVMServicekMetrics structure.

func (*GetSCVMServicekMetricsReader) ReadResponse

func (o *GetSCVMServicekMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetScvmDiskMetricsBadRequest

type GetScvmDiskMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetScvmDiskMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetScvmDiskMetricsBadRequest

func NewGetScvmDiskMetricsBadRequest() *GetScvmDiskMetricsBadRequest

NewGetScvmDiskMetricsBadRequest creates a GetScvmDiskMetricsBadRequest with default headers values

func (*GetScvmDiskMetricsBadRequest) Error

func (*GetScvmDiskMetricsBadRequest) GetPayload

type GetScvmDiskMetricsInternalServerError

type GetScvmDiskMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetScvmDiskMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetScvmDiskMetricsInternalServerError

func NewGetScvmDiskMetricsInternalServerError() *GetScvmDiskMetricsInternalServerError

NewGetScvmDiskMetricsInternalServerError creates a GetScvmDiskMetricsInternalServerError with default headers values

func (*GetScvmDiskMetricsInternalServerError) Error

func (*GetScvmDiskMetricsInternalServerError) GetPayload

type GetScvmDiskMetricsNotFound

type GetScvmDiskMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetScvmDiskMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetScvmDiskMetricsNotFound

func NewGetScvmDiskMetricsNotFound() *GetScvmDiskMetricsNotFound

NewGetScvmDiskMetricsNotFound creates a GetScvmDiskMetricsNotFound with default headers values

func (*GetScvmDiskMetricsNotFound) Error

func (*GetScvmDiskMetricsNotFound) GetPayload

func (o *GetScvmDiskMetricsNotFound) GetPayload() *models.ErrorBody

type GetScvmDiskMetricsOK

type GetScvmDiskMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetScvmDiskMetricsOK describes a response with status code 200, with default header values.

GetScvmDiskMetricsOK get scvm disk metrics o k

func NewGetScvmDiskMetricsOK

func NewGetScvmDiskMetricsOK() *GetScvmDiskMetricsOK

NewGetScvmDiskMetricsOK creates a GetScvmDiskMetricsOK with default headers values

func (*GetScvmDiskMetricsOK) Error

func (o *GetScvmDiskMetricsOK) Error() string

func (*GetScvmDiskMetricsOK) GetPayload

func (o *GetScvmDiskMetricsOK) GetPayload() []*models.WithTaskMetric

type GetScvmDiskMetricsParams

type GetScvmDiskMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetSCVMDiskMetricInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetScvmDiskMetricsParams contains all the parameters to send to the API endpoint

for the get scvm disk metrics operation.

Typically these are written to a http.Request.

func NewGetScvmDiskMetricsParams

func NewGetScvmDiskMetricsParams() *GetScvmDiskMetricsParams

NewGetScvmDiskMetricsParams creates a new GetScvmDiskMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetScvmDiskMetricsParamsWithContext

func NewGetScvmDiskMetricsParamsWithContext(ctx context.Context) *GetScvmDiskMetricsParams

NewGetScvmDiskMetricsParamsWithContext creates a new GetScvmDiskMetricsParams object with the ability to set a context for a request.

func NewGetScvmDiskMetricsParamsWithHTTPClient

func NewGetScvmDiskMetricsParamsWithHTTPClient(client *http.Client) *GetScvmDiskMetricsParams

NewGetScvmDiskMetricsParamsWithHTTPClient creates a new GetScvmDiskMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetScvmDiskMetricsParamsWithTimeout

func NewGetScvmDiskMetricsParamsWithTimeout(timeout time.Duration) *GetScvmDiskMetricsParams

NewGetScvmDiskMetricsParamsWithTimeout creates a new GetScvmDiskMetricsParams object with the ability to set a timeout on a request.

func (*GetScvmDiskMetricsParams) SetContext

func (o *GetScvmDiskMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get scvm disk metrics params

func (*GetScvmDiskMetricsParams) SetDefaults

func (o *GetScvmDiskMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get scvm disk metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetScvmDiskMetricsParams) SetHTTPClient

func (o *GetScvmDiskMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get scvm disk metrics params

func (*GetScvmDiskMetricsParams) SetRequestBody

func (o *GetScvmDiskMetricsParams) SetRequestBody(requestBody *models.GetSCVMDiskMetricInput)

SetRequestBody adds the requestBody to the get scvm disk metrics params

func (*GetScvmDiskMetricsParams) SetTimeout

func (o *GetScvmDiskMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get scvm disk metrics params

func (*GetScvmDiskMetricsParams) WithContext

WithContext adds the context to the get scvm disk metrics params

func (*GetScvmDiskMetricsParams) WithDefaults

WithDefaults hydrates default values in the get scvm disk metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetScvmDiskMetricsParams) WithHTTPClient

func (o *GetScvmDiskMetricsParams) WithHTTPClient(client *http.Client) *GetScvmDiskMetricsParams

WithHTTPClient adds the HTTPClient to the get scvm disk metrics params

func (*GetScvmDiskMetricsParams) WithRequestBody

WithRequestBody adds the requestBody to the get scvm disk metrics params

func (*GetScvmDiskMetricsParams) WithTimeout

WithTimeout adds the timeout to the get scvm disk metrics params

func (*GetScvmDiskMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetScvmDiskMetricsReader

type GetScvmDiskMetricsReader struct {
	// contains filtered or unexported fields
}

GetScvmDiskMetricsReader is a Reader for the GetScvmDiskMetrics structure.

func (*GetScvmDiskMetricsReader) ReadResponse

func (o *GetScvmDiskMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetScvmNetworkMetricsBadRequest

type GetScvmNetworkMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetScvmNetworkMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetScvmNetworkMetricsBadRequest

func NewGetScvmNetworkMetricsBadRequest() *GetScvmNetworkMetricsBadRequest

NewGetScvmNetworkMetricsBadRequest creates a GetScvmNetworkMetricsBadRequest with default headers values

func (*GetScvmNetworkMetricsBadRequest) Error

func (*GetScvmNetworkMetricsBadRequest) GetPayload

type GetScvmNetworkMetricsInternalServerError

type GetScvmNetworkMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetScvmNetworkMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetScvmNetworkMetricsInternalServerError

func NewGetScvmNetworkMetricsInternalServerError() *GetScvmNetworkMetricsInternalServerError

NewGetScvmNetworkMetricsInternalServerError creates a GetScvmNetworkMetricsInternalServerError with default headers values

func (*GetScvmNetworkMetricsInternalServerError) Error

func (*GetScvmNetworkMetricsInternalServerError) GetPayload

type GetScvmNetworkMetricsNotFound

type GetScvmNetworkMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetScvmNetworkMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetScvmNetworkMetricsNotFound

func NewGetScvmNetworkMetricsNotFound() *GetScvmNetworkMetricsNotFound

NewGetScvmNetworkMetricsNotFound creates a GetScvmNetworkMetricsNotFound with default headers values

func (*GetScvmNetworkMetricsNotFound) Error

func (*GetScvmNetworkMetricsNotFound) GetPayload

type GetScvmNetworkMetricsOK

type GetScvmNetworkMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetScvmNetworkMetricsOK describes a response with status code 200, with default header values.

GetScvmNetworkMetricsOK get scvm network metrics o k

func NewGetScvmNetworkMetricsOK

func NewGetScvmNetworkMetricsOK() *GetScvmNetworkMetricsOK

NewGetScvmNetworkMetricsOK creates a GetScvmNetworkMetricsOK with default headers values

func (*GetScvmNetworkMetricsOK) Error

func (o *GetScvmNetworkMetricsOK) Error() string

func (*GetScvmNetworkMetricsOK) GetPayload

func (o *GetScvmNetworkMetricsOK) GetPayload() []*models.WithTaskMetric

type GetScvmNetworkMetricsParams

type GetScvmNetworkMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetScvmNetworkInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetScvmNetworkMetricsParams contains all the parameters to send to the API endpoint

for the get scvm network metrics operation.

Typically these are written to a http.Request.

func NewGetScvmNetworkMetricsParams

func NewGetScvmNetworkMetricsParams() *GetScvmNetworkMetricsParams

NewGetScvmNetworkMetricsParams creates a new GetScvmNetworkMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetScvmNetworkMetricsParamsWithContext

func NewGetScvmNetworkMetricsParamsWithContext(ctx context.Context) *GetScvmNetworkMetricsParams

NewGetScvmNetworkMetricsParamsWithContext creates a new GetScvmNetworkMetricsParams object with the ability to set a context for a request.

func NewGetScvmNetworkMetricsParamsWithHTTPClient

func NewGetScvmNetworkMetricsParamsWithHTTPClient(client *http.Client) *GetScvmNetworkMetricsParams

NewGetScvmNetworkMetricsParamsWithHTTPClient creates a new GetScvmNetworkMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetScvmNetworkMetricsParamsWithTimeout

func NewGetScvmNetworkMetricsParamsWithTimeout(timeout time.Duration) *GetScvmNetworkMetricsParams

NewGetScvmNetworkMetricsParamsWithTimeout creates a new GetScvmNetworkMetricsParams object with the ability to set a timeout on a request.

func (*GetScvmNetworkMetricsParams) SetContext

func (o *GetScvmNetworkMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get scvm network metrics params

func (*GetScvmNetworkMetricsParams) SetDefaults

func (o *GetScvmNetworkMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get scvm network metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetScvmNetworkMetricsParams) SetHTTPClient

func (o *GetScvmNetworkMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get scvm network metrics params

func (*GetScvmNetworkMetricsParams) SetRequestBody

func (o *GetScvmNetworkMetricsParams) SetRequestBody(requestBody *models.GetScvmNetworkInput)

SetRequestBody adds the requestBody to the get scvm network metrics params

func (*GetScvmNetworkMetricsParams) SetTimeout

func (o *GetScvmNetworkMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get scvm network metrics params

func (*GetScvmNetworkMetricsParams) WithContext

WithContext adds the context to the get scvm network metrics params

func (*GetScvmNetworkMetricsParams) WithDefaults

WithDefaults hydrates default values in the get scvm network metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetScvmNetworkMetricsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get scvm network metrics params

func (*GetScvmNetworkMetricsParams) WithRequestBody

WithRequestBody adds the requestBody to the get scvm network metrics params

func (*GetScvmNetworkMetricsParams) WithTimeout

WithTimeout adds the timeout to the get scvm network metrics params

func (*GetScvmNetworkMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetScvmNetworkMetricsReader

type GetScvmNetworkMetricsReader struct {
	// contains filtered or unexported fields
}

GetScvmNetworkMetricsReader is a Reader for the GetScvmNetworkMetrics structure.

func (*GetScvmNetworkMetricsReader) ReadResponse

func (o *GetScvmNetworkMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetTopNVMVolumeMetricsBadRequest

type GetTopNVMVolumeMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetTopNVMVolumeMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetTopNVMVolumeMetricsBadRequest

func NewGetTopNVMVolumeMetricsBadRequest() *GetTopNVMVolumeMetricsBadRequest

NewGetTopNVMVolumeMetricsBadRequest creates a GetTopNVMVolumeMetricsBadRequest with default headers values

func (*GetTopNVMVolumeMetricsBadRequest) Error

func (*GetTopNVMVolumeMetricsBadRequest) GetPayload

type GetTopNVMVolumeMetricsInternalServerError

type GetTopNVMVolumeMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetTopNVMVolumeMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetTopNVMVolumeMetricsInternalServerError

func NewGetTopNVMVolumeMetricsInternalServerError() *GetTopNVMVolumeMetricsInternalServerError

NewGetTopNVMVolumeMetricsInternalServerError creates a GetTopNVMVolumeMetricsInternalServerError with default headers values

func (*GetTopNVMVolumeMetricsInternalServerError) Error

func (*GetTopNVMVolumeMetricsInternalServerError) GetPayload

type GetTopNVMVolumeMetricsNotFound

type GetTopNVMVolumeMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetTopNVMVolumeMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetTopNVMVolumeMetricsNotFound

func NewGetTopNVMVolumeMetricsNotFound() *GetTopNVMVolumeMetricsNotFound

NewGetTopNVMVolumeMetricsNotFound creates a GetTopNVMVolumeMetricsNotFound with default headers values

func (*GetTopNVMVolumeMetricsNotFound) Error

func (*GetTopNVMVolumeMetricsNotFound) GetPayload

type GetTopNVMVolumeMetricsOK

type GetTopNVMVolumeMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetTopNVMVolumeMetricsOK describes a response with status code 200, with default header values.

GetTopNVMVolumeMetricsOK get top n Vm volume metrics o k

func NewGetTopNVMVolumeMetricsOK

func NewGetTopNVMVolumeMetricsOK() *GetTopNVMVolumeMetricsOK

NewGetTopNVMVolumeMetricsOK creates a GetTopNVMVolumeMetricsOK with default headers values

func (*GetTopNVMVolumeMetricsOK) Error

func (o *GetTopNVMVolumeMetricsOK) Error() string

func (*GetTopNVMVolumeMetricsOK) GetPayload

func (o *GetTopNVMVolumeMetricsOK) GetPayload() []*models.WithTaskMetric

type GetTopNVMVolumeMetricsParams

type GetTopNVMVolumeMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetTopNMetricInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetTopNVMVolumeMetricsParams contains all the parameters to send to the API endpoint

for the get top n Vm volume metrics operation.

Typically these are written to a http.Request.

func NewGetTopNVMVolumeMetricsParams

func NewGetTopNVMVolumeMetricsParams() *GetTopNVMVolumeMetricsParams

NewGetTopNVMVolumeMetricsParams creates a new GetTopNVMVolumeMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetTopNVMVolumeMetricsParamsWithContext

func NewGetTopNVMVolumeMetricsParamsWithContext(ctx context.Context) *GetTopNVMVolumeMetricsParams

NewGetTopNVMVolumeMetricsParamsWithContext creates a new GetTopNVMVolumeMetricsParams object with the ability to set a context for a request.

func NewGetTopNVMVolumeMetricsParamsWithHTTPClient

func NewGetTopNVMVolumeMetricsParamsWithHTTPClient(client *http.Client) *GetTopNVMVolumeMetricsParams

NewGetTopNVMVolumeMetricsParamsWithHTTPClient creates a new GetTopNVMVolumeMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetTopNVMVolumeMetricsParamsWithTimeout

func NewGetTopNVMVolumeMetricsParamsWithTimeout(timeout time.Duration) *GetTopNVMVolumeMetricsParams

NewGetTopNVMVolumeMetricsParamsWithTimeout creates a new GetTopNVMVolumeMetricsParams object with the ability to set a timeout on a request.

func (*GetTopNVMVolumeMetricsParams) SetContext

func (o *GetTopNVMVolumeMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get top n Vm volume metrics params

func (*GetTopNVMVolumeMetricsParams) SetDefaults

func (o *GetTopNVMVolumeMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get top n Vm volume metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetTopNVMVolumeMetricsParams) SetHTTPClient

func (o *GetTopNVMVolumeMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get top n Vm volume metrics params

func (*GetTopNVMVolumeMetricsParams) SetRequestBody

func (o *GetTopNVMVolumeMetricsParams) SetRequestBody(requestBody *models.GetTopNMetricInput)

SetRequestBody adds the requestBody to the get top n Vm volume metrics params

func (*GetTopNVMVolumeMetricsParams) SetTimeout

func (o *GetTopNVMVolumeMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get top n Vm volume metrics params

func (*GetTopNVMVolumeMetricsParams) WithContext

WithContext adds the context to the get top n Vm volume metrics params

func (*GetTopNVMVolumeMetricsParams) WithDefaults

WithDefaults hydrates default values in the get top n Vm volume metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetTopNVMVolumeMetricsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get top n Vm volume metrics params

func (*GetTopNVMVolumeMetricsParams) WithRequestBody

WithRequestBody adds the requestBody to the get top n Vm volume metrics params

func (*GetTopNVMVolumeMetricsParams) WithTimeout

WithTimeout adds the timeout to the get top n Vm volume metrics params

func (*GetTopNVMVolumeMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetTopNVMVolumeMetricsReader

type GetTopNVMVolumeMetricsReader struct {
	// contains filtered or unexported fields
}

GetTopNVMVolumeMetricsReader is a Reader for the GetTopNVMVolumeMetrics structure.

func (*GetTopNVMVolumeMetricsReader) ReadResponse

func (o *GetTopNVMVolumeMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetVMMetricsBadRequest

type GetVMMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetVMMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetVMMetricsBadRequest

func NewGetVMMetricsBadRequest() *GetVMMetricsBadRequest

NewGetVMMetricsBadRequest creates a GetVMMetricsBadRequest with default headers values

func (*GetVMMetricsBadRequest) Error

func (o *GetVMMetricsBadRequest) Error() string

func (*GetVMMetricsBadRequest) GetPayload

func (o *GetVMMetricsBadRequest) GetPayload() *models.ErrorBody

type GetVMMetricsInternalServerError

type GetVMMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetVMMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetVMMetricsInternalServerError

func NewGetVMMetricsInternalServerError() *GetVMMetricsInternalServerError

NewGetVMMetricsInternalServerError creates a GetVMMetricsInternalServerError with default headers values

func (*GetVMMetricsInternalServerError) Error

func (*GetVMMetricsInternalServerError) GetPayload

type GetVMMetricsNotFound

type GetVMMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetVMMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetVMMetricsNotFound

func NewGetVMMetricsNotFound() *GetVMMetricsNotFound

NewGetVMMetricsNotFound creates a GetVMMetricsNotFound with default headers values

func (*GetVMMetricsNotFound) Error

func (o *GetVMMetricsNotFound) Error() string

func (*GetVMMetricsNotFound) GetPayload

func (o *GetVMMetricsNotFound) GetPayload() *models.ErrorBody

type GetVMMetricsOK

type GetVMMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetVMMetricsOK describes a response with status code 200, with default header values.

GetVMMetricsOK get Vm metrics o k

func NewGetVMMetricsOK

func NewGetVMMetricsOK() *GetVMMetricsOK

NewGetVMMetricsOK creates a GetVMMetricsOK with default headers values

func (*GetVMMetricsOK) Error

func (o *GetVMMetricsOK) Error() string

func (*GetVMMetricsOK) GetPayload

func (o *GetVMMetricsOK) GetPayload() []*models.WithTaskMetric

type GetVMMetricsParams

type GetVMMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetVMMetricInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetVMMetricsParams contains all the parameters to send to the API endpoint

for the get Vm metrics operation.

Typically these are written to a http.Request.

func NewGetVMMetricsParams

func NewGetVMMetricsParams() *GetVMMetricsParams

NewGetVMMetricsParams creates a new GetVMMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetVMMetricsParamsWithContext

func NewGetVMMetricsParamsWithContext(ctx context.Context) *GetVMMetricsParams

NewGetVMMetricsParamsWithContext creates a new GetVMMetricsParams object with the ability to set a context for a request.

func NewGetVMMetricsParamsWithHTTPClient

func NewGetVMMetricsParamsWithHTTPClient(client *http.Client) *GetVMMetricsParams

NewGetVMMetricsParamsWithHTTPClient creates a new GetVMMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetVMMetricsParamsWithTimeout

func NewGetVMMetricsParamsWithTimeout(timeout time.Duration) *GetVMMetricsParams

NewGetVMMetricsParamsWithTimeout creates a new GetVMMetricsParams object with the ability to set a timeout on a request.

func (*GetVMMetricsParams) SetContext

func (o *GetVMMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get Vm metrics params

func (*GetVMMetricsParams) SetDefaults

func (o *GetVMMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get Vm metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetVMMetricsParams) SetHTTPClient

func (o *GetVMMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get Vm metrics params

func (*GetVMMetricsParams) SetRequestBody

func (o *GetVMMetricsParams) SetRequestBody(requestBody *models.GetVMMetricInput)

SetRequestBody adds the requestBody to the get Vm metrics params

func (*GetVMMetricsParams) SetTimeout

func (o *GetVMMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get Vm metrics params

func (*GetVMMetricsParams) WithContext

WithContext adds the context to the get Vm metrics params

func (*GetVMMetricsParams) WithDefaults

func (o *GetVMMetricsParams) WithDefaults() *GetVMMetricsParams

WithDefaults hydrates default values in the get Vm metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetVMMetricsParams) WithHTTPClient

func (o *GetVMMetricsParams) WithHTTPClient(client *http.Client) *GetVMMetricsParams

WithHTTPClient adds the HTTPClient to the get Vm metrics params

func (*GetVMMetricsParams) WithRequestBody

func (o *GetVMMetricsParams) WithRequestBody(requestBody *models.GetVMMetricInput) *GetVMMetricsParams

WithRequestBody adds the requestBody to the get Vm metrics params

func (*GetVMMetricsParams) WithTimeout

func (o *GetVMMetricsParams) WithTimeout(timeout time.Duration) *GetVMMetricsParams

WithTimeout adds the timeout to the get Vm metrics params

func (*GetVMMetricsParams) WriteToRequest

func (o *GetVMMetricsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetVMMetricsReader

type GetVMMetricsReader struct {
	// contains filtered or unexported fields
}

GetVMMetricsReader is a Reader for the GetVMMetrics structure.

func (*GetVMMetricsReader) ReadResponse

func (o *GetVMMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetVMNetWorkMetricsBadRequest

type GetVMNetWorkMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetVMNetWorkMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetVMNetWorkMetricsBadRequest

func NewGetVMNetWorkMetricsBadRequest() *GetVMNetWorkMetricsBadRequest

NewGetVMNetWorkMetricsBadRequest creates a GetVMNetWorkMetricsBadRequest with default headers values

func (*GetVMNetWorkMetricsBadRequest) Error

func (*GetVMNetWorkMetricsBadRequest) GetPayload

type GetVMNetWorkMetricsInternalServerError

type GetVMNetWorkMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetVMNetWorkMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetVMNetWorkMetricsInternalServerError

func NewGetVMNetWorkMetricsInternalServerError() *GetVMNetWorkMetricsInternalServerError

NewGetVMNetWorkMetricsInternalServerError creates a GetVMNetWorkMetricsInternalServerError with default headers values

func (*GetVMNetWorkMetricsInternalServerError) Error

func (*GetVMNetWorkMetricsInternalServerError) GetPayload

type GetVMNetWorkMetricsNotFound

type GetVMNetWorkMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetVMNetWorkMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetVMNetWorkMetricsNotFound

func NewGetVMNetWorkMetricsNotFound() *GetVMNetWorkMetricsNotFound

NewGetVMNetWorkMetricsNotFound creates a GetVMNetWorkMetricsNotFound with default headers values

func (*GetVMNetWorkMetricsNotFound) Error

func (*GetVMNetWorkMetricsNotFound) GetPayload

func (o *GetVMNetWorkMetricsNotFound) GetPayload() *models.ErrorBody

type GetVMNetWorkMetricsOK

type GetVMNetWorkMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetVMNetWorkMetricsOK describes a response with status code 200, with default header values.

GetVMNetWorkMetricsOK get Vm net work metrics o k

func NewGetVMNetWorkMetricsOK

func NewGetVMNetWorkMetricsOK() *GetVMNetWorkMetricsOK

NewGetVMNetWorkMetricsOK creates a GetVMNetWorkMetricsOK with default headers values

func (*GetVMNetWorkMetricsOK) Error

func (o *GetVMNetWorkMetricsOK) Error() string

func (*GetVMNetWorkMetricsOK) GetPayload

func (o *GetVMNetWorkMetricsOK) GetPayload() []*models.WithTaskMetric

type GetVMNetWorkMetricsParams

type GetVMNetWorkMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetVMNetWorkMetricInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetVMNetWorkMetricsParams contains all the parameters to send to the API endpoint

for the get Vm net work metrics operation.

Typically these are written to a http.Request.

func NewGetVMNetWorkMetricsParams

func NewGetVMNetWorkMetricsParams() *GetVMNetWorkMetricsParams

NewGetVMNetWorkMetricsParams creates a new GetVMNetWorkMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetVMNetWorkMetricsParamsWithContext

func NewGetVMNetWorkMetricsParamsWithContext(ctx context.Context) *GetVMNetWorkMetricsParams

NewGetVMNetWorkMetricsParamsWithContext creates a new GetVMNetWorkMetricsParams object with the ability to set a context for a request.

func NewGetVMNetWorkMetricsParamsWithHTTPClient

func NewGetVMNetWorkMetricsParamsWithHTTPClient(client *http.Client) *GetVMNetWorkMetricsParams

NewGetVMNetWorkMetricsParamsWithHTTPClient creates a new GetVMNetWorkMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetVMNetWorkMetricsParamsWithTimeout

func NewGetVMNetWorkMetricsParamsWithTimeout(timeout time.Duration) *GetVMNetWorkMetricsParams

NewGetVMNetWorkMetricsParamsWithTimeout creates a new GetVMNetWorkMetricsParams object with the ability to set a timeout on a request.

func (*GetVMNetWorkMetricsParams) SetContext

func (o *GetVMNetWorkMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get Vm net work metrics params

func (*GetVMNetWorkMetricsParams) SetDefaults

func (o *GetVMNetWorkMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get Vm net work metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetVMNetWorkMetricsParams) SetHTTPClient

func (o *GetVMNetWorkMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get Vm net work metrics params

func (*GetVMNetWorkMetricsParams) SetRequestBody

func (o *GetVMNetWorkMetricsParams) SetRequestBody(requestBody *models.GetVMNetWorkMetricInput)

SetRequestBody adds the requestBody to the get Vm net work metrics params

func (*GetVMNetWorkMetricsParams) SetTimeout

func (o *GetVMNetWorkMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get Vm net work metrics params

func (*GetVMNetWorkMetricsParams) WithContext

WithContext adds the context to the get Vm net work metrics params

func (*GetVMNetWorkMetricsParams) WithDefaults

WithDefaults hydrates default values in the get Vm net work metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetVMNetWorkMetricsParams) WithHTTPClient

func (o *GetVMNetWorkMetricsParams) WithHTTPClient(client *http.Client) *GetVMNetWorkMetricsParams

WithHTTPClient adds the HTTPClient to the get Vm net work metrics params

func (*GetVMNetWorkMetricsParams) WithRequestBody

WithRequestBody adds the requestBody to the get Vm net work metrics params

func (*GetVMNetWorkMetricsParams) WithTimeout

WithTimeout adds the timeout to the get Vm net work metrics params

func (*GetVMNetWorkMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVMNetWorkMetricsReader

type GetVMNetWorkMetricsReader struct {
	// contains filtered or unexported fields
}

GetVMNetWorkMetricsReader is a Reader for the GetVMNetWorkMetrics structure.

func (*GetVMNetWorkMetricsReader) ReadResponse

func (o *GetVMNetWorkMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetVMVolumeMetricsBadRequest

type GetVMVolumeMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetVMVolumeMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetVMVolumeMetricsBadRequest

func NewGetVMVolumeMetricsBadRequest() *GetVMVolumeMetricsBadRequest

NewGetVMVolumeMetricsBadRequest creates a GetVMVolumeMetricsBadRequest with default headers values

func (*GetVMVolumeMetricsBadRequest) Error

func (*GetVMVolumeMetricsBadRequest) GetPayload

type GetVMVolumeMetricsInternalServerError

type GetVMVolumeMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetVMVolumeMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetVMVolumeMetricsInternalServerError

func NewGetVMVolumeMetricsInternalServerError() *GetVMVolumeMetricsInternalServerError

NewGetVMVolumeMetricsInternalServerError creates a GetVMVolumeMetricsInternalServerError with default headers values

func (*GetVMVolumeMetricsInternalServerError) Error

func (*GetVMVolumeMetricsInternalServerError) GetPayload

type GetVMVolumeMetricsNotFound

type GetVMVolumeMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetVMVolumeMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetVMVolumeMetricsNotFound

func NewGetVMVolumeMetricsNotFound() *GetVMVolumeMetricsNotFound

NewGetVMVolumeMetricsNotFound creates a GetVMVolumeMetricsNotFound with default headers values

func (*GetVMVolumeMetricsNotFound) Error

func (*GetVMVolumeMetricsNotFound) GetPayload

func (o *GetVMVolumeMetricsNotFound) GetPayload() *models.ErrorBody

type GetVMVolumeMetricsOK

type GetVMVolumeMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetVMVolumeMetricsOK describes a response with status code 200, with default header values.

GetVMVolumeMetricsOK get Vm volume metrics o k

func NewGetVMVolumeMetricsOK

func NewGetVMVolumeMetricsOK() *GetVMVolumeMetricsOK

NewGetVMVolumeMetricsOK creates a GetVMVolumeMetricsOK with default headers values

func (*GetVMVolumeMetricsOK) Error

func (o *GetVMVolumeMetricsOK) Error() string

func (*GetVMVolumeMetricsOK) GetPayload

func (o *GetVMVolumeMetricsOK) GetPayload() []*models.WithTaskMetric

type GetVMVolumeMetricsParams

type GetVMVolumeMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetVMVolumeMetricInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetVMVolumeMetricsParams contains all the parameters to send to the API endpoint

for the get Vm volume metrics operation.

Typically these are written to a http.Request.

func NewGetVMVolumeMetricsParams

func NewGetVMVolumeMetricsParams() *GetVMVolumeMetricsParams

NewGetVMVolumeMetricsParams creates a new GetVMVolumeMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetVMVolumeMetricsParamsWithContext

func NewGetVMVolumeMetricsParamsWithContext(ctx context.Context) *GetVMVolumeMetricsParams

NewGetVMVolumeMetricsParamsWithContext creates a new GetVMVolumeMetricsParams object with the ability to set a context for a request.

func NewGetVMVolumeMetricsParamsWithHTTPClient

func NewGetVMVolumeMetricsParamsWithHTTPClient(client *http.Client) *GetVMVolumeMetricsParams

NewGetVMVolumeMetricsParamsWithHTTPClient creates a new GetVMVolumeMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetVMVolumeMetricsParamsWithTimeout

func NewGetVMVolumeMetricsParamsWithTimeout(timeout time.Duration) *GetVMVolumeMetricsParams

NewGetVMVolumeMetricsParamsWithTimeout creates a new GetVMVolumeMetricsParams object with the ability to set a timeout on a request.

func (*GetVMVolumeMetricsParams) SetContext

func (o *GetVMVolumeMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get Vm volume metrics params

func (*GetVMVolumeMetricsParams) SetDefaults

func (o *GetVMVolumeMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get Vm volume metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetVMVolumeMetricsParams) SetHTTPClient

func (o *GetVMVolumeMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get Vm volume metrics params

func (*GetVMVolumeMetricsParams) SetRequestBody

func (o *GetVMVolumeMetricsParams) SetRequestBody(requestBody *models.GetVMVolumeMetricInput)

SetRequestBody adds the requestBody to the get Vm volume metrics params

func (*GetVMVolumeMetricsParams) SetTimeout

func (o *GetVMVolumeMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get Vm volume metrics params

func (*GetVMVolumeMetricsParams) WithContext

WithContext adds the context to the get Vm volume metrics params

func (*GetVMVolumeMetricsParams) WithDefaults

WithDefaults hydrates default values in the get Vm volume metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetVMVolumeMetricsParams) WithHTTPClient

func (o *GetVMVolumeMetricsParams) WithHTTPClient(client *http.Client) *GetVMVolumeMetricsParams

WithHTTPClient adds the HTTPClient to the get Vm volume metrics params

func (*GetVMVolumeMetricsParams) WithRequestBody

WithRequestBody adds the requestBody to the get Vm volume metrics params

func (*GetVMVolumeMetricsParams) WithTimeout

WithTimeout adds the timeout to the get Vm volume metrics params

func (*GetVMVolumeMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVMVolumeMetricsReader

type GetVMVolumeMetricsReader struct {
	// contains filtered or unexported fields
}

GetVMVolumeMetricsReader is a Reader for the GetVMVolumeMetrics structure.

func (*GetVMVolumeMetricsReader) ReadResponse

func (o *GetVMVolumeMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetWitnessMetricsBadRequest

type GetWitnessMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetWitnessMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetWitnessMetricsBadRequest

func NewGetWitnessMetricsBadRequest() *GetWitnessMetricsBadRequest

NewGetWitnessMetricsBadRequest creates a GetWitnessMetricsBadRequest with default headers values

func (*GetWitnessMetricsBadRequest) Error

func (*GetWitnessMetricsBadRequest) GetPayload

func (o *GetWitnessMetricsBadRequest) GetPayload() *models.ErrorBody

type GetWitnessMetricsInternalServerError

type GetWitnessMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetWitnessMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetWitnessMetricsInternalServerError

func NewGetWitnessMetricsInternalServerError() *GetWitnessMetricsInternalServerError

NewGetWitnessMetricsInternalServerError creates a GetWitnessMetricsInternalServerError with default headers values

func (*GetWitnessMetricsInternalServerError) Error

func (*GetWitnessMetricsInternalServerError) GetPayload

type GetWitnessMetricsNotFound

type GetWitnessMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetWitnessMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetWitnessMetricsNotFound

func NewGetWitnessMetricsNotFound() *GetWitnessMetricsNotFound

NewGetWitnessMetricsNotFound creates a GetWitnessMetricsNotFound with default headers values

func (*GetWitnessMetricsNotFound) Error

func (o *GetWitnessMetricsNotFound) Error() string

func (*GetWitnessMetricsNotFound) GetPayload

func (o *GetWitnessMetricsNotFound) GetPayload() *models.ErrorBody

type GetWitnessMetricsOK

type GetWitnessMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetWitnessMetricsOK describes a response with status code 200, with default header values.

GetWitnessMetricsOK get witness metrics o k

func NewGetWitnessMetricsOK

func NewGetWitnessMetricsOK() *GetWitnessMetricsOK

NewGetWitnessMetricsOK creates a GetWitnessMetricsOK with default headers values

func (*GetWitnessMetricsOK) Error

func (o *GetWitnessMetricsOK) Error() string

func (*GetWitnessMetricsOK) GetPayload

func (o *GetWitnessMetricsOK) GetPayload() []*models.WithTaskMetric

type GetWitnessMetricsParams

type GetWitnessMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetWitnessMetricInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetWitnessMetricsParams contains all the parameters to send to the API endpoint

for the get witness metrics operation.

Typically these are written to a http.Request.

func NewGetWitnessMetricsParams

func NewGetWitnessMetricsParams() *GetWitnessMetricsParams

NewGetWitnessMetricsParams creates a new GetWitnessMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetWitnessMetricsParamsWithContext

func NewGetWitnessMetricsParamsWithContext(ctx context.Context) *GetWitnessMetricsParams

NewGetWitnessMetricsParamsWithContext creates a new GetWitnessMetricsParams object with the ability to set a context for a request.

func NewGetWitnessMetricsParamsWithHTTPClient

func NewGetWitnessMetricsParamsWithHTTPClient(client *http.Client) *GetWitnessMetricsParams

NewGetWitnessMetricsParamsWithHTTPClient creates a new GetWitnessMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetWitnessMetricsParamsWithTimeout

func NewGetWitnessMetricsParamsWithTimeout(timeout time.Duration) *GetWitnessMetricsParams

NewGetWitnessMetricsParamsWithTimeout creates a new GetWitnessMetricsParams object with the ability to set a timeout on a request.

func (*GetWitnessMetricsParams) SetContext

func (o *GetWitnessMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get witness metrics params

func (*GetWitnessMetricsParams) SetDefaults

func (o *GetWitnessMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get witness metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetWitnessMetricsParams) SetHTTPClient

func (o *GetWitnessMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get witness metrics params

func (*GetWitnessMetricsParams) SetRequestBody

func (o *GetWitnessMetricsParams) SetRequestBody(requestBody *models.GetWitnessMetricInput)

SetRequestBody adds the requestBody to the get witness metrics params

func (*GetWitnessMetricsParams) SetTimeout

func (o *GetWitnessMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get witness metrics params

func (*GetWitnessMetricsParams) WithContext

WithContext adds the context to the get witness metrics params

func (*GetWitnessMetricsParams) WithDefaults

WithDefaults hydrates default values in the get witness metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetWitnessMetricsParams) WithHTTPClient

func (o *GetWitnessMetricsParams) WithHTTPClient(client *http.Client) *GetWitnessMetricsParams

WithHTTPClient adds the HTTPClient to the get witness metrics params

func (*GetWitnessMetricsParams) WithRequestBody

WithRequestBody adds the requestBody to the get witness metrics params

func (*GetWitnessMetricsParams) WithTimeout

WithTimeout adds the timeout to the get witness metrics params

func (*GetWitnessMetricsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetWitnessMetricsReader

type GetWitnessMetricsReader struct {
	// contains filtered or unexported fields
}

GetWitnessMetricsReader is a Reader for the GetWitnessMetrics structure.

func (*GetWitnessMetricsReader) ReadResponse

func (o *GetWitnessMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetZoneMetricsBadRequest

type GetZoneMetricsBadRequest struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetZoneMetricsBadRequest describes a response with status code 400, with default header values.

Bad request

func NewGetZoneMetricsBadRequest

func NewGetZoneMetricsBadRequest() *GetZoneMetricsBadRequest

NewGetZoneMetricsBadRequest creates a GetZoneMetricsBadRequest with default headers values

func (*GetZoneMetricsBadRequest) Error

func (o *GetZoneMetricsBadRequest) Error() string

func (*GetZoneMetricsBadRequest) GetPayload

func (o *GetZoneMetricsBadRequest) GetPayload() *models.ErrorBody

type GetZoneMetricsInternalServerError

type GetZoneMetricsInternalServerError struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetZoneMetricsInternalServerError describes a response with status code 500, with default header values.

Server error

func NewGetZoneMetricsInternalServerError

func NewGetZoneMetricsInternalServerError() *GetZoneMetricsInternalServerError

NewGetZoneMetricsInternalServerError creates a GetZoneMetricsInternalServerError with default headers values

func (*GetZoneMetricsInternalServerError) Error

func (*GetZoneMetricsInternalServerError) GetPayload

type GetZoneMetricsNotFound

type GetZoneMetricsNotFound struct {
	XTowerRequestID string

	Payload *models.ErrorBody
}
GetZoneMetricsNotFound describes a response with status code 404, with default header values.

Not found

func NewGetZoneMetricsNotFound

func NewGetZoneMetricsNotFound() *GetZoneMetricsNotFound

NewGetZoneMetricsNotFound creates a GetZoneMetricsNotFound with default headers values

func (*GetZoneMetricsNotFound) Error

func (o *GetZoneMetricsNotFound) Error() string

func (*GetZoneMetricsNotFound) GetPayload

func (o *GetZoneMetricsNotFound) GetPayload() *models.ErrorBody

type GetZoneMetricsOK

type GetZoneMetricsOK struct {
	XTowerRequestID string

	Payload []*models.WithTaskMetric
}
GetZoneMetricsOK describes a response with status code 200, with default header values.

GetZoneMetricsOK get zone metrics o k

func NewGetZoneMetricsOK

func NewGetZoneMetricsOK() *GetZoneMetricsOK

NewGetZoneMetricsOK creates a GetZoneMetricsOK with default headers values

func (*GetZoneMetricsOK) Error

func (o *GetZoneMetricsOK) Error() string

func (*GetZoneMetricsOK) GetPayload

func (o *GetZoneMetricsOK) GetPayload() []*models.WithTaskMetric

type GetZoneMetricsParams

type GetZoneMetricsParams struct {

	// RequestBody.
	RequestBody *models.GetZoneMetricInput

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetZoneMetricsParams contains all the parameters to send to the API endpoint

for the get zone metrics operation.

Typically these are written to a http.Request.

func NewGetZoneMetricsParams

func NewGetZoneMetricsParams() *GetZoneMetricsParams

NewGetZoneMetricsParams creates a new GetZoneMetricsParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetZoneMetricsParamsWithContext

func NewGetZoneMetricsParamsWithContext(ctx context.Context) *GetZoneMetricsParams

NewGetZoneMetricsParamsWithContext creates a new GetZoneMetricsParams object with the ability to set a context for a request.

func NewGetZoneMetricsParamsWithHTTPClient

func NewGetZoneMetricsParamsWithHTTPClient(client *http.Client) *GetZoneMetricsParams

NewGetZoneMetricsParamsWithHTTPClient creates a new GetZoneMetricsParams object with the ability to set a custom HTTPClient for a request.

func NewGetZoneMetricsParamsWithTimeout

func NewGetZoneMetricsParamsWithTimeout(timeout time.Duration) *GetZoneMetricsParams

NewGetZoneMetricsParamsWithTimeout creates a new GetZoneMetricsParams object with the ability to set a timeout on a request.

func (*GetZoneMetricsParams) SetContext

func (o *GetZoneMetricsParams) SetContext(ctx context.Context)

SetContext adds the context to the get zone metrics params

func (*GetZoneMetricsParams) SetDefaults

func (o *GetZoneMetricsParams) SetDefaults()

SetDefaults hydrates default values in the get zone metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetZoneMetricsParams) SetHTTPClient

func (o *GetZoneMetricsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get zone metrics params

func (*GetZoneMetricsParams) SetRequestBody

func (o *GetZoneMetricsParams) SetRequestBody(requestBody *models.GetZoneMetricInput)

SetRequestBody adds the requestBody to the get zone metrics params

func (*GetZoneMetricsParams) SetTimeout

func (o *GetZoneMetricsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get zone metrics params

func (*GetZoneMetricsParams) WithContext

WithContext adds the context to the get zone metrics params

func (*GetZoneMetricsParams) WithDefaults

func (o *GetZoneMetricsParams) WithDefaults() *GetZoneMetricsParams

WithDefaults hydrates default values in the get zone metrics params (not the query body).

All values with no default are reset to their zero value.

func (*GetZoneMetricsParams) WithHTTPClient

func (o *GetZoneMetricsParams) WithHTTPClient(client *http.Client) *GetZoneMetricsParams

WithHTTPClient adds the HTTPClient to the get zone metrics params

func (*GetZoneMetricsParams) WithRequestBody

func (o *GetZoneMetricsParams) WithRequestBody(requestBody *models.GetZoneMetricInput) *GetZoneMetricsParams

WithRequestBody adds the requestBody to the get zone metrics params

func (*GetZoneMetricsParams) WithTimeout

func (o *GetZoneMetricsParams) WithTimeout(timeout time.Duration) *GetZoneMetricsParams

WithTimeout adds the timeout to the get zone metrics params

func (*GetZoneMetricsParams) WriteToRequest

func (o *GetZoneMetricsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetZoneMetricsReader

type GetZoneMetricsReader struct {
	// contains filtered or unexported fields
}

GetZoneMetricsReader is a Reader for the GetZoneMetrics structure.

func (*GetZoneMetricsReader) ReadResponse

func (o *GetZoneMetricsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL