virtual_machine_performance_reports

package
v1.2.4 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2022 License: Apache-2.0 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 virtual machine performance reports API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) VirtualMachineOverallReportGetUsingGET

func (a *Client) VirtualMachineOverallReportGetUsingGET(params *VirtualMachineOverallReportGetUsingGETParams, opts ...ClientOption) (*VirtualMachineOverallReportGetUsingGETOK, error)

VirtualMachineOverallReportGetUsingGET lists

Get virtual machine overall report

type ClientOption added in v1.2.4

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	VirtualMachineOverallReportGetUsingGET(params *VirtualMachineOverallReportGetUsingGETParams, opts ...ClientOption) (*VirtualMachineOverallReportGetUsingGETOK, 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 virtual machine performance reports API client.

type VirtualMachineOverallReportGetUsingGETBadRequest

type VirtualMachineOverallReportGetUsingGETBadRequest struct {
	Payload *models.ProxyResponseMessage
}
VirtualMachineOverallReportGetUsingGETBadRequest describes a response with status code 400, with default header values.

Bad request, error occurred. For more details see log messages.

func NewVirtualMachineOverallReportGetUsingGETBadRequest

func NewVirtualMachineOverallReportGetUsingGETBadRequest() *VirtualMachineOverallReportGetUsingGETBadRequest

NewVirtualMachineOverallReportGetUsingGETBadRequest creates a VirtualMachineOverallReportGetUsingGETBadRequest with default headers values

func (*VirtualMachineOverallReportGetUsingGETBadRequest) Error

func (*VirtualMachineOverallReportGetUsingGETBadRequest) GetPayload added in v1.2.0

type VirtualMachineOverallReportGetUsingGETNotFound

type VirtualMachineOverallReportGetUsingGETNotFound struct {
}
VirtualMachineOverallReportGetUsingGETNotFound describes a response with status code 404, with default header values.

Entity not found.

func NewVirtualMachineOverallReportGetUsingGETNotFound

func NewVirtualMachineOverallReportGetUsingGETNotFound() *VirtualMachineOverallReportGetUsingGETNotFound

NewVirtualMachineOverallReportGetUsingGETNotFound creates a VirtualMachineOverallReportGetUsingGETNotFound with default headers values

func (*VirtualMachineOverallReportGetUsingGETNotFound) Error

type VirtualMachineOverallReportGetUsingGETOK

type VirtualMachineOverallReportGetUsingGETOK struct {
	Payload *models.VirtualMachineSummaryReportGetResponse
}
VirtualMachineOverallReportGetUsingGETOK describes a response with status code 200, with default header values.

OK

func NewVirtualMachineOverallReportGetUsingGETOK

func NewVirtualMachineOverallReportGetUsingGETOK() *VirtualMachineOverallReportGetUsingGETOK

NewVirtualMachineOverallReportGetUsingGETOK creates a VirtualMachineOverallReportGetUsingGETOK with default headers values

func (*VirtualMachineOverallReportGetUsingGETOK) Error

func (*VirtualMachineOverallReportGetUsingGETOK) GetPayload

type VirtualMachineOverallReportGetUsingGETParams

type VirtualMachineOverallReportGetUsingGETParams struct {

	/* EndDate.

	   endDate

	   Format: date-time
	*/
	EndDate strfmt.DateTime

	/* StartDate.

	   startDate

	   Format: date-time
	*/
	StartDate strfmt.DateTime

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

VirtualMachineOverallReportGetUsingGETParams contains all the parameters to send to the API endpoint

for the virtual machine overall report get using g e t operation.

Typically these are written to a http.Request.

func NewVirtualMachineOverallReportGetUsingGETParams

func NewVirtualMachineOverallReportGetUsingGETParams() *VirtualMachineOverallReportGetUsingGETParams

NewVirtualMachineOverallReportGetUsingGETParams creates a new VirtualMachineOverallReportGetUsingGETParams 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 NewVirtualMachineOverallReportGetUsingGETParamsWithContext

func NewVirtualMachineOverallReportGetUsingGETParamsWithContext(ctx context.Context) *VirtualMachineOverallReportGetUsingGETParams

NewVirtualMachineOverallReportGetUsingGETParamsWithContext creates a new VirtualMachineOverallReportGetUsingGETParams object with the ability to set a context for a request.

func NewVirtualMachineOverallReportGetUsingGETParamsWithHTTPClient

func NewVirtualMachineOverallReportGetUsingGETParamsWithHTTPClient(client *http.Client) *VirtualMachineOverallReportGetUsingGETParams

NewVirtualMachineOverallReportGetUsingGETParamsWithHTTPClient creates a new VirtualMachineOverallReportGetUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewVirtualMachineOverallReportGetUsingGETParamsWithTimeout

func NewVirtualMachineOverallReportGetUsingGETParamsWithTimeout(timeout time.Duration) *VirtualMachineOverallReportGetUsingGETParams

NewVirtualMachineOverallReportGetUsingGETParamsWithTimeout creates a new VirtualMachineOverallReportGetUsingGETParams object with the ability to set a timeout on a request.

func (*VirtualMachineOverallReportGetUsingGETParams) SetContext

SetContext adds the context to the virtual machine overall report get using g e t params

func (*VirtualMachineOverallReportGetUsingGETParams) SetDefaults added in v1.2.4

SetDefaults hydrates default values in the virtual machine overall report get using g e t params (not the query body).

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

func (*VirtualMachineOverallReportGetUsingGETParams) SetEndDate

SetEndDate adds the endDate to the virtual machine overall report get using g e t params

func (*VirtualMachineOverallReportGetUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the virtual machine overall report get using g e t params

func (*VirtualMachineOverallReportGetUsingGETParams) SetStartDate

SetStartDate adds the startDate to the virtual machine overall report get using g e t params

func (*VirtualMachineOverallReportGetUsingGETParams) SetTimeout

SetTimeout adds the timeout to the virtual machine overall report get using g e t params

func (*VirtualMachineOverallReportGetUsingGETParams) WithContext

WithContext adds the context to the virtual machine overall report get using g e t params

func (*VirtualMachineOverallReportGetUsingGETParams) WithDefaults added in v1.2.4

WithDefaults hydrates default values in the virtual machine overall report get using g e t params (not the query body).

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

func (*VirtualMachineOverallReportGetUsingGETParams) WithEndDate

WithEndDate adds the endDate to the virtual machine overall report get using g e t params

func (*VirtualMachineOverallReportGetUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the virtual machine overall report get using g e t params

func (*VirtualMachineOverallReportGetUsingGETParams) WithStartDate

WithStartDate adds the startDate to the virtual machine overall report get using g e t params

func (*VirtualMachineOverallReportGetUsingGETParams) WithTimeout

WithTimeout adds the timeout to the virtual machine overall report get using g e t params

func (*VirtualMachineOverallReportGetUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type VirtualMachineOverallReportGetUsingGETReader

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

VirtualMachineOverallReportGetUsingGETReader is a Reader for the VirtualMachineOverallReportGetUsingGET structure.

func (*VirtualMachineOverallReportGetUsingGETReader) ReadResponse

func (o *VirtualMachineOverallReportGetUsingGETReader) 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