admin_tenant_overall_allocation

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 AdminTenantOverallAllocationGetUsingGETBadRequest

type AdminTenantOverallAllocationGetUsingGETBadRequest struct {
}
AdminTenantOverallAllocationGetUsingGETBadRequest describes a response with status code 400, with default header values.

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

func NewAdminTenantOverallAllocationGetUsingGETBadRequest

func NewAdminTenantOverallAllocationGetUsingGETBadRequest() *AdminTenantOverallAllocationGetUsingGETBadRequest

NewAdminTenantOverallAllocationGetUsingGETBadRequest creates a AdminTenantOverallAllocationGetUsingGETBadRequest with default headers values

func (*AdminTenantOverallAllocationGetUsingGETBadRequest) Error

type AdminTenantOverallAllocationGetUsingGETOK

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

OK

func NewAdminTenantOverallAllocationGetUsingGETOK

func NewAdminTenantOverallAllocationGetUsingGETOK() *AdminTenantOverallAllocationGetUsingGETOK

NewAdminTenantOverallAllocationGetUsingGETOK creates a AdminTenantOverallAllocationGetUsingGETOK with default headers values

func (*AdminTenantOverallAllocationGetUsingGETOK) Error

func (*AdminTenantOverallAllocationGetUsingGETOK) GetPayload

type AdminTenantOverallAllocationGetUsingGETParams

type AdminTenantOverallAllocationGetUsingGETParams struct {

	/* TenantID.

	   tenantId
	*/
	TenantID string

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

AdminTenantOverallAllocationGetUsingGETParams contains all the parameters to send to the API endpoint

for the admin tenant overall allocation get using g e t operation.

Typically these are written to a http.Request.

func NewAdminTenantOverallAllocationGetUsingGETParams

func NewAdminTenantOverallAllocationGetUsingGETParams() *AdminTenantOverallAllocationGetUsingGETParams

NewAdminTenantOverallAllocationGetUsingGETParams creates a new AdminTenantOverallAllocationGetUsingGETParams 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 NewAdminTenantOverallAllocationGetUsingGETParamsWithContext

func NewAdminTenantOverallAllocationGetUsingGETParamsWithContext(ctx context.Context) *AdminTenantOverallAllocationGetUsingGETParams

NewAdminTenantOverallAllocationGetUsingGETParamsWithContext creates a new AdminTenantOverallAllocationGetUsingGETParams object with the ability to set a context for a request.

func NewAdminTenantOverallAllocationGetUsingGETParamsWithHTTPClient

func NewAdminTenantOverallAllocationGetUsingGETParamsWithHTTPClient(client *http.Client) *AdminTenantOverallAllocationGetUsingGETParams

NewAdminTenantOverallAllocationGetUsingGETParamsWithHTTPClient creates a new AdminTenantOverallAllocationGetUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewAdminTenantOverallAllocationGetUsingGETParamsWithTimeout

func NewAdminTenantOverallAllocationGetUsingGETParamsWithTimeout(timeout time.Duration) *AdminTenantOverallAllocationGetUsingGETParams

NewAdminTenantOverallAllocationGetUsingGETParamsWithTimeout creates a new AdminTenantOverallAllocationGetUsingGETParams object with the ability to set a timeout on a request.

func (*AdminTenantOverallAllocationGetUsingGETParams) SetContext

SetContext adds the context to the admin tenant overall allocation get using g e t params

func (*AdminTenantOverallAllocationGetUsingGETParams) SetDefaults added in v1.2.4

SetDefaults hydrates default values in the admin tenant overall allocation get using g e t params (not the query body).

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

func (*AdminTenantOverallAllocationGetUsingGETParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin tenant overall allocation get using g e t params

func (*AdminTenantOverallAllocationGetUsingGETParams) SetTenantID

func (o *AdminTenantOverallAllocationGetUsingGETParams) SetTenantID(tenantID string)

SetTenantID adds the tenantId to the admin tenant overall allocation get using g e t params

func (*AdminTenantOverallAllocationGetUsingGETParams) SetTimeout

SetTimeout adds the timeout to the admin tenant overall allocation get using g e t params

func (*AdminTenantOverallAllocationGetUsingGETParams) WithContext

WithContext adds the context to the admin tenant overall allocation get using g e t params

func (*AdminTenantOverallAllocationGetUsingGETParams) WithDefaults added in v1.2.4

WithDefaults hydrates default values in the admin tenant overall allocation get using g e t params (not the query body).

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

func (*AdminTenantOverallAllocationGetUsingGETParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin tenant overall allocation get using g e t params

func (*AdminTenantOverallAllocationGetUsingGETParams) WithTenantID

WithTenantID adds the tenantID to the admin tenant overall allocation get using g e t params

func (*AdminTenantOverallAllocationGetUsingGETParams) WithTimeout

WithTimeout adds the timeout to the admin tenant overall allocation get using g e t params

func (*AdminTenantOverallAllocationGetUsingGETParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminTenantOverallAllocationGetUsingGETReader

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

AdminTenantOverallAllocationGetUsingGETReader is a Reader for the AdminTenantOverallAllocationGetUsingGET structure.

func (*AdminTenantOverallAllocationGetUsingGETReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for admin tenant overall allocation API

func (*Client) AdminTenantOverallAllocationGetUsingGET

func (a *Client) AdminTenantOverallAllocationGetUsingGET(params *AdminTenantOverallAllocationGetUsingGETParams, opts ...ClientOption) (*AdminTenantOverallAllocationGetUsingGETOK, error)

AdminTenantOverallAllocationGetUsingGET gets

Get tenant overall allocation report

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption added in v1.2.4

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	AdminTenantOverallAllocationGetUsingGET(params *AdminTenantOverallAllocationGetUsingGETParams, opts ...ClientOption) (*AdminTenantOverallAllocationGetUsingGETOK, 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 admin tenant overall allocation API client.

Jump to

Keyboard shortcuts

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