unassigned_cloud_worker_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 unassigned cloud worker of cloud pool controller API

func (*Client) ListUnassignedCloudWorkerOfCloudPool

ListUnassignedCloudWorkerOfCloudPool lists

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListUnassignedCloudWorkerOfCloudPool(params *ListUnassignedCloudWorkerOfCloudPoolParams, authInfo runtime.ClientAuthInfoWriter) (*ListUnassignedCloudWorkerOfCloudPoolOK, 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 unassigned cloud worker of cloud pool controller API client.

type ListUnassignedCloudWorkerOfCloudPoolBadRequest

type ListUnassignedCloudWorkerOfCloudPoolBadRequest struct {
	Payload *models.APIResult
}

ListUnassignedCloudWorkerOfCloudPoolBadRequest handles this case with default header values.

Bad Request

func NewListUnassignedCloudWorkerOfCloudPoolBadRequest

func NewListUnassignedCloudWorkerOfCloudPoolBadRequest() *ListUnassignedCloudWorkerOfCloudPoolBadRequest

NewListUnassignedCloudWorkerOfCloudPoolBadRequest creates a ListUnassignedCloudWorkerOfCloudPoolBadRequest with default headers values

func (*ListUnassignedCloudWorkerOfCloudPoolBadRequest) Error

func (*ListUnassignedCloudWorkerOfCloudPoolBadRequest) GetPayload

type ListUnassignedCloudWorkerOfCloudPoolConflict

type ListUnassignedCloudWorkerOfCloudPoolConflict struct {
	Payload *models.APIResult
}

ListUnassignedCloudWorkerOfCloudPoolConflict handles this case with default header values.

Conflict

func NewListUnassignedCloudWorkerOfCloudPoolConflict

func NewListUnassignedCloudWorkerOfCloudPoolConflict() *ListUnassignedCloudWorkerOfCloudPoolConflict

NewListUnassignedCloudWorkerOfCloudPoolConflict creates a ListUnassignedCloudWorkerOfCloudPoolConflict with default headers values

func (*ListUnassignedCloudWorkerOfCloudPoolConflict) Error

func (*ListUnassignedCloudWorkerOfCloudPoolConflict) GetPayload

type ListUnassignedCloudWorkerOfCloudPoolForbidden

type ListUnassignedCloudWorkerOfCloudPoolForbidden struct {
	Payload *models.APIResult
}

ListUnassignedCloudWorkerOfCloudPoolForbidden handles this case with default header values.

Forbidden

func NewListUnassignedCloudWorkerOfCloudPoolForbidden

func NewListUnassignedCloudWorkerOfCloudPoolForbidden() *ListUnassignedCloudWorkerOfCloudPoolForbidden

NewListUnassignedCloudWorkerOfCloudPoolForbidden creates a ListUnassignedCloudWorkerOfCloudPoolForbidden with default headers values

func (*ListUnassignedCloudWorkerOfCloudPoolForbidden) Error

func (*ListUnassignedCloudWorkerOfCloudPoolForbidden) GetPayload

type ListUnassignedCloudWorkerOfCloudPoolInternalServerError

type ListUnassignedCloudWorkerOfCloudPoolInternalServerError struct {
	Payload *models.APIResult
}

ListUnassignedCloudWorkerOfCloudPoolInternalServerError handles this case with default header values.

Internal Server Error

func NewListUnassignedCloudWorkerOfCloudPoolInternalServerError

func NewListUnassignedCloudWorkerOfCloudPoolInternalServerError() *ListUnassignedCloudWorkerOfCloudPoolInternalServerError

NewListUnassignedCloudWorkerOfCloudPoolInternalServerError creates a ListUnassignedCloudWorkerOfCloudPoolInternalServerError with default headers values

func (*ListUnassignedCloudWorkerOfCloudPoolInternalServerError) Error

func (*ListUnassignedCloudWorkerOfCloudPoolInternalServerError) GetPayload

type ListUnassignedCloudWorkerOfCloudPoolNotFound

type ListUnassignedCloudWorkerOfCloudPoolNotFound struct {
	Payload *models.APIResult
}

ListUnassignedCloudWorkerOfCloudPoolNotFound handles this case with default header values.

Not Found

func NewListUnassignedCloudWorkerOfCloudPoolNotFound

func NewListUnassignedCloudWorkerOfCloudPoolNotFound() *ListUnassignedCloudWorkerOfCloudPoolNotFound

NewListUnassignedCloudWorkerOfCloudPoolNotFound creates a ListUnassignedCloudWorkerOfCloudPoolNotFound with default headers values

func (*ListUnassignedCloudWorkerOfCloudPoolNotFound) Error

func (*ListUnassignedCloudWorkerOfCloudPoolNotFound) GetPayload

type ListUnassignedCloudWorkerOfCloudPoolOK

type ListUnassignedCloudWorkerOfCloudPoolOK struct {
	Payload *models.APIResultListCloudWorker
}

ListUnassignedCloudWorkerOfCloudPoolOK handles this case with default header values.

OK

func NewListUnassignedCloudWorkerOfCloudPoolOK

func NewListUnassignedCloudWorkerOfCloudPoolOK() *ListUnassignedCloudWorkerOfCloudPoolOK

NewListUnassignedCloudWorkerOfCloudPoolOK creates a ListUnassignedCloudWorkerOfCloudPoolOK with default headers values

func (*ListUnassignedCloudWorkerOfCloudPoolOK) Error

func (*ListUnassignedCloudWorkerOfCloudPoolOK) GetPayload

type ListUnassignedCloudWorkerOfCloudPoolParams

type ListUnassignedCloudWorkerOfCloudPoolParams 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
	/*Start
	  A start offset in object listing

	*/
	Start *int32

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

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

func NewListUnassignedCloudWorkerOfCloudPoolParams

func NewListUnassignedCloudWorkerOfCloudPoolParams() *ListUnassignedCloudWorkerOfCloudPoolParams

NewListUnassignedCloudWorkerOfCloudPoolParams creates a new ListUnassignedCloudWorkerOfCloudPoolParams object with the default values initialized.

func NewListUnassignedCloudWorkerOfCloudPoolParamsWithContext

func NewListUnassignedCloudWorkerOfCloudPoolParamsWithContext(ctx context.Context) *ListUnassignedCloudWorkerOfCloudPoolParams

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

func NewListUnassignedCloudWorkerOfCloudPoolParamsWithHTTPClient

func NewListUnassignedCloudWorkerOfCloudPoolParamsWithHTTPClient(client *http.Client) *ListUnassignedCloudWorkerOfCloudPoolParams

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

func NewListUnassignedCloudWorkerOfCloudPoolParamsWithTimeout

func NewListUnassignedCloudWorkerOfCloudPoolParamsWithTimeout(timeout time.Duration) *ListUnassignedCloudWorkerOfCloudPoolParams

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

func (*ListUnassignedCloudWorkerOfCloudPoolParams) SetContext

SetContext adds the context to the list unassigned cloud worker of cloud pool params

func (*ListUnassignedCloudWorkerOfCloudPoolParams) SetFields

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

SetFields adds the fields to the list unassigned cloud worker of cloud pool params

func (*ListUnassignedCloudWorkerOfCloudPoolParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list unassigned cloud worker of cloud pool params

func (*ListUnassignedCloudWorkerOfCloudPoolParams) SetLimit

SetLimit adds the limit to the list unassigned cloud worker of cloud pool params

func (*ListUnassignedCloudWorkerOfCloudPoolParams) SetOrderby

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

SetOrderby adds the orderby to the list unassigned cloud worker of cloud pool params

func (*ListUnassignedCloudWorkerOfCloudPoolParams) SetStart

SetStart adds the start to the list unassigned cloud worker of cloud pool params

func (*ListUnassignedCloudWorkerOfCloudPoolParams) SetTimeout

SetTimeout adds the timeout to the list unassigned cloud worker of cloud pool params

func (*ListUnassignedCloudWorkerOfCloudPoolParams) WithContext

WithContext adds the context to the list unassigned cloud worker of cloud pool params

func (*ListUnassignedCloudWorkerOfCloudPoolParams) WithFields

WithFields adds the fields to the list unassigned cloud worker of cloud pool params

func (*ListUnassignedCloudWorkerOfCloudPoolParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list unassigned cloud worker of cloud pool params

func (*ListUnassignedCloudWorkerOfCloudPoolParams) WithLimit

WithLimit adds the limit to the list unassigned cloud worker of cloud pool params

func (*ListUnassignedCloudWorkerOfCloudPoolParams) WithOrderby

WithOrderby adds the orderby to the list unassigned cloud worker of cloud pool params

func (*ListUnassignedCloudWorkerOfCloudPoolParams) WithStart

WithStart adds the start to the list unassigned cloud worker of cloud pool params

func (*ListUnassignedCloudWorkerOfCloudPoolParams) WithTimeout

WithTimeout adds the timeout to the list unassigned cloud worker of cloud pool params

func (*ListUnassignedCloudWorkerOfCloudPoolParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListUnassignedCloudWorkerOfCloudPoolReader

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

ListUnassignedCloudWorkerOfCloudPoolReader is a Reader for the ListUnassignedCloudWorkerOfCloudPool structure.

func (*ListUnassignedCloudWorkerOfCloudPoolReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListUnassignedCloudWorkerOfCloudPoolUnauthorized

type ListUnassignedCloudWorkerOfCloudPoolUnauthorized struct {
	Payload *models.APIResult
}

ListUnassignedCloudWorkerOfCloudPoolUnauthorized handles this case with default header values.

Unauthorized

func NewListUnassignedCloudWorkerOfCloudPoolUnauthorized

func NewListUnassignedCloudWorkerOfCloudPoolUnauthorized() *ListUnassignedCloudWorkerOfCloudPoolUnauthorized

NewListUnassignedCloudWorkerOfCloudPoolUnauthorized creates a ListUnassignedCloudWorkerOfCloudPoolUnauthorized with default headers values

func (*ListUnassignedCloudWorkerOfCloudPoolUnauthorized) Error

func (*ListUnassignedCloudWorkerOfCloudPoolUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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