cloud_job_of_cloud_pool_controller

package
v0.0.0-...-7b3e9a7 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 11 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 cloud job of cloud pool controller API

func (*Client) ListCloudJobOfCloudPool

func (a *Client) ListCloudJobOfCloudPool(params *ListCloudJobOfCloudPoolParams, authInfo runtime.ClientAuthInfoWriter) (*ListCloudJobOfCloudPoolOK, error)

ListCloudJobOfCloudPool lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListCloudJobOfCloudPool(params *ListCloudJobOfCloudPoolParams, authInfo runtime.ClientAuthInfoWriter) (*ListCloudJobOfCloudPoolOK, 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 cloud job of cloud pool controller API client.

type ListCloudJobOfCloudPoolBadRequest

type ListCloudJobOfCloudPoolBadRequest struct {
	Payload *models.APIResult
}

ListCloudJobOfCloudPoolBadRequest handles this case with default header values.

Bad Request

func NewListCloudJobOfCloudPoolBadRequest

func NewListCloudJobOfCloudPoolBadRequest() *ListCloudJobOfCloudPoolBadRequest

NewListCloudJobOfCloudPoolBadRequest creates a ListCloudJobOfCloudPoolBadRequest with default headers values

func (*ListCloudJobOfCloudPoolBadRequest) Error

func (*ListCloudJobOfCloudPoolBadRequest) GetPayload

type ListCloudJobOfCloudPoolConflict

type ListCloudJobOfCloudPoolConflict struct {
	Payload *models.APIResult
}

ListCloudJobOfCloudPoolConflict handles this case with default header values.

Conflict

func NewListCloudJobOfCloudPoolConflict

func NewListCloudJobOfCloudPoolConflict() *ListCloudJobOfCloudPoolConflict

NewListCloudJobOfCloudPoolConflict creates a ListCloudJobOfCloudPoolConflict with default headers values

func (*ListCloudJobOfCloudPoolConflict) Error

func (*ListCloudJobOfCloudPoolConflict) GetPayload

type ListCloudJobOfCloudPoolForbidden

type ListCloudJobOfCloudPoolForbidden struct {
	Payload *models.APIResult
}

ListCloudJobOfCloudPoolForbidden handles this case with default header values.

Forbidden

func NewListCloudJobOfCloudPoolForbidden

func NewListCloudJobOfCloudPoolForbidden() *ListCloudJobOfCloudPoolForbidden

NewListCloudJobOfCloudPoolForbidden creates a ListCloudJobOfCloudPoolForbidden with default headers values

func (*ListCloudJobOfCloudPoolForbidden) Error

func (*ListCloudJobOfCloudPoolForbidden) GetPayload

type ListCloudJobOfCloudPoolInternalServerError

type ListCloudJobOfCloudPoolInternalServerError struct {
	Payload *models.APIResult
}

ListCloudJobOfCloudPoolInternalServerError handles this case with default header values.

Internal Server Error

func NewListCloudJobOfCloudPoolInternalServerError

func NewListCloudJobOfCloudPoolInternalServerError() *ListCloudJobOfCloudPoolInternalServerError

NewListCloudJobOfCloudPoolInternalServerError creates a ListCloudJobOfCloudPoolInternalServerError with default headers values

func (*ListCloudJobOfCloudPoolInternalServerError) Error

func (*ListCloudJobOfCloudPoolInternalServerError) GetPayload

type ListCloudJobOfCloudPoolNotFound

type ListCloudJobOfCloudPoolNotFound struct {
	Payload *models.APIResult
}

ListCloudJobOfCloudPoolNotFound handles this case with default header values.

Not Found

func NewListCloudJobOfCloudPoolNotFound

func NewListCloudJobOfCloudPoolNotFound() *ListCloudJobOfCloudPoolNotFound

NewListCloudJobOfCloudPoolNotFound creates a ListCloudJobOfCloudPoolNotFound with default headers values

func (*ListCloudJobOfCloudPoolNotFound) Error

func (*ListCloudJobOfCloudPoolNotFound) GetPayload

type ListCloudJobOfCloudPoolOK

type ListCloudJobOfCloudPoolOK struct {
	Payload *models.APIResultListCloudJob
}

ListCloudJobOfCloudPoolOK handles this case with default header values.

OK

func NewListCloudJobOfCloudPoolOK

func NewListCloudJobOfCloudPoolOK() *ListCloudJobOfCloudPoolOK

NewListCloudJobOfCloudPoolOK creates a ListCloudJobOfCloudPoolOK with default headers values

func (*ListCloudJobOfCloudPoolOK) Error

func (o *ListCloudJobOfCloudPoolOK) Error() string

func (*ListCloudJobOfCloudPoolOK) GetPayload

type ListCloudJobOfCloudPoolParams

type ListCloudJobOfCloudPoolParams struct {

	/*Fields
	  Output fields

	*/
	Fields *string
	/*Limit
	  A maximum number of returned objects in listing, if '-1' or '0' no limit is applied

	*/
	Limit *int32
	/*Orderby
	  Fields to order by

	*/
	Orderby *string
	/*ParentID
	  parentId

	*/
	ParentID string
	/*Start
	  A start offset in object listing

	*/
	Start *int32

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

ListCloudJobOfCloudPoolParams contains all the parameters to send to the API endpoint for the list cloud job of cloud pool operation typically these are written to a http.Request

func NewListCloudJobOfCloudPoolParams

func NewListCloudJobOfCloudPoolParams() *ListCloudJobOfCloudPoolParams

NewListCloudJobOfCloudPoolParams creates a new ListCloudJobOfCloudPoolParams object with the default values initialized.

func NewListCloudJobOfCloudPoolParamsWithContext

func NewListCloudJobOfCloudPoolParamsWithContext(ctx context.Context) *ListCloudJobOfCloudPoolParams

NewListCloudJobOfCloudPoolParamsWithContext creates a new ListCloudJobOfCloudPoolParams object with the default values initialized, and the ability to set a context for a request

func NewListCloudJobOfCloudPoolParamsWithHTTPClient

func NewListCloudJobOfCloudPoolParamsWithHTTPClient(client *http.Client) *ListCloudJobOfCloudPoolParams

NewListCloudJobOfCloudPoolParamsWithHTTPClient creates a new ListCloudJobOfCloudPoolParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListCloudJobOfCloudPoolParamsWithTimeout

func NewListCloudJobOfCloudPoolParamsWithTimeout(timeout time.Duration) *ListCloudJobOfCloudPoolParams

NewListCloudJobOfCloudPoolParamsWithTimeout creates a new ListCloudJobOfCloudPoolParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListCloudJobOfCloudPoolParams) SetContext

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

SetContext adds the context to the list cloud job of cloud pool params

func (*ListCloudJobOfCloudPoolParams) SetFields

func (o *ListCloudJobOfCloudPoolParams) SetFields(fields *string)

SetFields adds the fields to the list cloud job of cloud pool params

func (*ListCloudJobOfCloudPoolParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list cloud job of cloud pool params

func (*ListCloudJobOfCloudPoolParams) SetLimit

func (o *ListCloudJobOfCloudPoolParams) SetLimit(limit *int32)

SetLimit adds the limit to the list cloud job of cloud pool params

func (*ListCloudJobOfCloudPoolParams) SetOrderby

func (o *ListCloudJobOfCloudPoolParams) SetOrderby(orderby *string)

SetOrderby adds the orderby to the list cloud job of cloud pool params

func (*ListCloudJobOfCloudPoolParams) SetParentID

func (o *ListCloudJobOfCloudPoolParams) SetParentID(parentID string)

SetParentID adds the parentId to the list cloud job of cloud pool params

func (*ListCloudJobOfCloudPoolParams) SetStart

func (o *ListCloudJobOfCloudPoolParams) SetStart(start *int32)

SetStart adds the start to the list cloud job of cloud pool params

func (*ListCloudJobOfCloudPoolParams) SetTimeout

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

SetTimeout adds the timeout to the list cloud job of cloud pool params

func (*ListCloudJobOfCloudPoolParams) WithContext

WithContext adds the context to the list cloud job of cloud pool params

func (*ListCloudJobOfCloudPoolParams) WithFields

WithFields adds the fields to the list cloud job of cloud pool params

func (*ListCloudJobOfCloudPoolParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list cloud job of cloud pool params

func (*ListCloudJobOfCloudPoolParams) WithLimit

WithLimit adds the limit to the list cloud job of cloud pool params

func (*ListCloudJobOfCloudPoolParams) WithOrderby

WithOrderby adds the orderby to the list cloud job of cloud pool params

func (*ListCloudJobOfCloudPoolParams) WithParentID

WithParentID adds the parentID to the list cloud job of cloud pool params

func (*ListCloudJobOfCloudPoolParams) WithStart

WithStart adds the start to the list cloud job of cloud pool params

func (*ListCloudJobOfCloudPoolParams) WithTimeout

WithTimeout adds the timeout to the list cloud job of cloud pool params

func (*ListCloudJobOfCloudPoolParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListCloudJobOfCloudPoolReader

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

ListCloudJobOfCloudPoolReader is a Reader for the ListCloudJobOfCloudPool structure.

func (*ListCloudJobOfCloudPoolReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListCloudJobOfCloudPoolUnauthorized

type ListCloudJobOfCloudPoolUnauthorized struct {
	Payload *models.APIResult
}

ListCloudJobOfCloudPoolUnauthorized handles this case with default header values.

Unauthorized

func NewListCloudJobOfCloudPoolUnauthorized

func NewListCloudJobOfCloudPoolUnauthorized() *ListCloudJobOfCloudPoolUnauthorized

NewListCloudJobOfCloudPoolUnauthorized creates a ListCloudJobOfCloudPoolUnauthorized with default headers values

func (*ListCloudJobOfCloudPoolUnauthorized) Error

func (*ListCloudJobOfCloudPoolUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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