Documentation
¶
Index ¶
- type Client
- type ClientService
- type VirtualMachineOverallReportGetUsingGETBadRequest
- type VirtualMachineOverallReportGetUsingGETNotFound
- type VirtualMachineOverallReportGetUsingGETOK
- type VirtualMachineOverallReportGetUsingGETParams
- func NewVirtualMachineOverallReportGetUsingGETParams() *VirtualMachineOverallReportGetUsingGETParams
- func NewVirtualMachineOverallReportGetUsingGETParamsWithContext(ctx context.Context) *VirtualMachineOverallReportGetUsingGETParams
- func NewVirtualMachineOverallReportGetUsingGETParamsWithHTTPClient(client *http.Client) *VirtualMachineOverallReportGetUsingGETParams
- func NewVirtualMachineOverallReportGetUsingGETParamsWithTimeout(timeout time.Duration) *VirtualMachineOverallReportGetUsingGETParams
- func (o *VirtualMachineOverallReportGetUsingGETParams) SetContext(ctx context.Context)
- func (o *VirtualMachineOverallReportGetUsingGETParams) SetEndDate(endDate strfmt.DateTime)
- func (o *VirtualMachineOverallReportGetUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *VirtualMachineOverallReportGetUsingGETParams) SetStartDate(startDate strfmt.DateTime)
- func (o *VirtualMachineOverallReportGetUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *VirtualMachineOverallReportGetUsingGETParams) WithContext(ctx context.Context) *VirtualMachineOverallReportGetUsingGETParams
- func (o *VirtualMachineOverallReportGetUsingGETParams) WithEndDate(endDate strfmt.DateTime) *VirtualMachineOverallReportGetUsingGETParams
- func (o *VirtualMachineOverallReportGetUsingGETParams) WithHTTPClient(client *http.Client) *VirtualMachineOverallReportGetUsingGETParams
- func (o *VirtualMachineOverallReportGetUsingGETParams) WithStartDate(startDate strfmt.DateTime) *VirtualMachineOverallReportGetUsingGETParams
- func (o *VirtualMachineOverallReportGetUsingGETParams) WithTimeout(timeout time.Duration) *VirtualMachineOverallReportGetUsingGETParams
- func (o *VirtualMachineOverallReportGetUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type VirtualMachineOverallReportGetUsingGETReader
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) (*VirtualMachineOverallReportGetUsingGETOK, error)
VirtualMachineOverallReportGetUsingGET lists
Get virtual machine overall report
type ClientService ¶
type ClientService interface { VirtualMachineOverallReportGetUsingGET(params *VirtualMachineOverallReportGetUsingGETParams) (*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 handles this case 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 (o *VirtualMachineOverallReportGetUsingGETBadRequest) Error() string
func (*VirtualMachineOverallReportGetUsingGETBadRequest) GetPayload ¶ added in v1.2.0
func (o *VirtualMachineOverallReportGetUsingGETBadRequest) GetPayload() *models.ProxyResponseMessage
type VirtualMachineOverallReportGetUsingGETNotFound ¶
type VirtualMachineOverallReportGetUsingGETNotFound struct { }
VirtualMachineOverallReportGetUsingGETNotFound handles this case with default header values.
Entity not found.
func NewVirtualMachineOverallReportGetUsingGETNotFound ¶
func NewVirtualMachineOverallReportGetUsingGETNotFound() *VirtualMachineOverallReportGetUsingGETNotFound
NewVirtualMachineOverallReportGetUsingGETNotFound creates a VirtualMachineOverallReportGetUsingGETNotFound with default headers values
func (*VirtualMachineOverallReportGetUsingGETNotFound) Error ¶
func (o *VirtualMachineOverallReportGetUsingGETNotFound) Error() string
type VirtualMachineOverallReportGetUsingGETOK ¶
type VirtualMachineOverallReportGetUsingGETOK struct {
Payload *models.VirtualMachineSummaryReportGetResponse
}
VirtualMachineOverallReportGetUsingGETOK handles this case with default header values.
OK
func NewVirtualMachineOverallReportGetUsingGETOK ¶
func NewVirtualMachineOverallReportGetUsingGETOK() *VirtualMachineOverallReportGetUsingGETOK
NewVirtualMachineOverallReportGetUsingGETOK creates a VirtualMachineOverallReportGetUsingGETOK with default headers values
func (*VirtualMachineOverallReportGetUsingGETOK) Error ¶
func (o *VirtualMachineOverallReportGetUsingGETOK) Error() string
func (*VirtualMachineOverallReportGetUsingGETOK) GetPayload ¶
func (o *VirtualMachineOverallReportGetUsingGETOK) GetPayload() *models.VirtualMachineSummaryReportGetResponse
type VirtualMachineOverallReportGetUsingGETParams ¶
type VirtualMachineOverallReportGetUsingGETParams struct { /*EndDate endDate */ EndDate strfmt.DateTime /*StartDate startDate */ 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 values initialized.
func NewVirtualMachineOverallReportGetUsingGETParamsWithContext ¶
func NewVirtualMachineOverallReportGetUsingGETParamsWithContext(ctx context.Context) *VirtualMachineOverallReportGetUsingGETParams
NewVirtualMachineOverallReportGetUsingGETParamsWithContext creates a new VirtualMachineOverallReportGetUsingGETParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and the ability to set a timeout on a request
func (*VirtualMachineOverallReportGetUsingGETParams) SetContext ¶
func (o *VirtualMachineOverallReportGetUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the virtual machine overall report get using g e t params
func (*VirtualMachineOverallReportGetUsingGETParams) SetEndDate ¶
func (o *VirtualMachineOverallReportGetUsingGETParams) SetEndDate(endDate strfmt.DateTime)
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 ¶
func (o *VirtualMachineOverallReportGetUsingGETParams) SetStartDate(startDate strfmt.DateTime)
SetStartDate adds the startDate to the virtual machine overall report get using g e t params
func (*VirtualMachineOverallReportGetUsingGETParams) SetTimeout ¶
func (o *VirtualMachineOverallReportGetUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the virtual machine overall report get using g e t params
func (*VirtualMachineOverallReportGetUsingGETParams) WithContext ¶
func (o *VirtualMachineOverallReportGetUsingGETParams) WithContext(ctx context.Context) *VirtualMachineOverallReportGetUsingGETParams
WithContext adds the context to the virtual machine overall report get using g e t params
func (*VirtualMachineOverallReportGetUsingGETParams) WithEndDate ¶
func (o *VirtualMachineOverallReportGetUsingGETParams) WithEndDate(endDate strfmt.DateTime) *VirtualMachineOverallReportGetUsingGETParams
WithEndDate adds the endDate to the virtual machine overall report get using g e t params
func (*VirtualMachineOverallReportGetUsingGETParams) WithHTTPClient ¶
func (o *VirtualMachineOverallReportGetUsingGETParams) WithHTTPClient(client *http.Client) *VirtualMachineOverallReportGetUsingGETParams
WithHTTPClient adds the HTTPClient to the virtual machine overall report get using g e t params
func (*VirtualMachineOverallReportGetUsingGETParams) WithStartDate ¶
func (o *VirtualMachineOverallReportGetUsingGETParams) WithStartDate(startDate strfmt.DateTime) *VirtualMachineOverallReportGetUsingGETParams
WithStartDate adds the startDate to the virtual machine overall report get using g e t params
func (*VirtualMachineOverallReportGetUsingGETParams) WithTimeout ¶
func (o *VirtualMachineOverallReportGetUsingGETParams) WithTimeout(timeout time.Duration) *VirtualMachineOverallReportGetUsingGETParams
WithTimeout adds the timeout to the virtual machine overall report get using g e t params
func (*VirtualMachineOverallReportGetUsingGETParams) WriteToRequest ¶
func (o *VirtualMachineOverallReportGetUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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.