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 AssignCloudWorkerOfCloudPoolBadRequest

type AssignCloudWorkerOfCloudPoolBadRequest struct {
	Payload *models.APIResult
}

AssignCloudWorkerOfCloudPoolBadRequest handles this case with default header values.

Bad Request

func NewAssignCloudWorkerOfCloudPoolBadRequest

func NewAssignCloudWorkerOfCloudPoolBadRequest() *AssignCloudWorkerOfCloudPoolBadRequest

NewAssignCloudWorkerOfCloudPoolBadRequest creates a AssignCloudWorkerOfCloudPoolBadRequest with default headers values

func (*AssignCloudWorkerOfCloudPoolBadRequest) Error

func (*AssignCloudWorkerOfCloudPoolBadRequest) GetPayload

type AssignCloudWorkerOfCloudPoolConflict

type AssignCloudWorkerOfCloudPoolConflict struct {
	Payload *models.APIResult
}

AssignCloudWorkerOfCloudPoolConflict handles this case with default header values.

Conflict

func NewAssignCloudWorkerOfCloudPoolConflict

func NewAssignCloudWorkerOfCloudPoolConflict() *AssignCloudWorkerOfCloudPoolConflict

NewAssignCloudWorkerOfCloudPoolConflict creates a AssignCloudWorkerOfCloudPoolConflict with default headers values

func (*AssignCloudWorkerOfCloudPoolConflict) Error

func (*AssignCloudWorkerOfCloudPoolConflict) GetPayload

type AssignCloudWorkerOfCloudPoolForbidden

type AssignCloudWorkerOfCloudPoolForbidden struct {
	Payload *models.APIResult
}

AssignCloudWorkerOfCloudPoolForbidden handles this case with default header values.

Forbidden

func NewAssignCloudWorkerOfCloudPoolForbidden

func NewAssignCloudWorkerOfCloudPoolForbidden() *AssignCloudWorkerOfCloudPoolForbidden

NewAssignCloudWorkerOfCloudPoolForbidden creates a AssignCloudWorkerOfCloudPoolForbidden with default headers values

func (*AssignCloudWorkerOfCloudPoolForbidden) Error

func (*AssignCloudWorkerOfCloudPoolForbidden) GetPayload

type AssignCloudWorkerOfCloudPoolInternalServerError

type AssignCloudWorkerOfCloudPoolInternalServerError struct {
	Payload *models.APIResult
}

AssignCloudWorkerOfCloudPoolInternalServerError handles this case with default header values.

Internal Server Error

func NewAssignCloudWorkerOfCloudPoolInternalServerError

func NewAssignCloudWorkerOfCloudPoolInternalServerError() *AssignCloudWorkerOfCloudPoolInternalServerError

NewAssignCloudWorkerOfCloudPoolInternalServerError creates a AssignCloudWorkerOfCloudPoolInternalServerError with default headers values

func (*AssignCloudWorkerOfCloudPoolInternalServerError) Error

func (*AssignCloudWorkerOfCloudPoolInternalServerError) GetPayload

type AssignCloudWorkerOfCloudPoolNotFound

type AssignCloudWorkerOfCloudPoolNotFound struct {
	Payload *models.APIResult
}

AssignCloudWorkerOfCloudPoolNotFound handles this case with default header values.

Not Found

func NewAssignCloudWorkerOfCloudPoolNotFound

func NewAssignCloudWorkerOfCloudPoolNotFound() *AssignCloudWorkerOfCloudPoolNotFound

NewAssignCloudWorkerOfCloudPoolNotFound creates a AssignCloudWorkerOfCloudPoolNotFound with default headers values

func (*AssignCloudWorkerOfCloudPoolNotFound) Error

func (*AssignCloudWorkerOfCloudPoolNotFound) GetPayload

type AssignCloudWorkerOfCloudPoolOK

type AssignCloudWorkerOfCloudPoolOK struct {
	Payload *models.APIResultCloudPoolWorkerActionResponse
}

AssignCloudWorkerOfCloudPoolOK handles this case with default header values.

OK

func NewAssignCloudWorkerOfCloudPoolOK

func NewAssignCloudWorkerOfCloudPoolOK() *AssignCloudWorkerOfCloudPoolOK

NewAssignCloudWorkerOfCloudPoolOK creates a AssignCloudWorkerOfCloudPoolOK with default headers values

func (*AssignCloudWorkerOfCloudPoolOK) Error

func (*AssignCloudWorkerOfCloudPoolOK) GetPayload

type AssignCloudWorkerOfCloudPoolParams

type AssignCloudWorkerOfCloudPoolParams struct {

	/*ParentID
	  parentId

	*/
	ParentID string
	/*Resource
	  resource

	*/
	Resource *models.CloudPoolWorkerAssignRequest

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

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

func NewAssignCloudWorkerOfCloudPoolParams

func NewAssignCloudWorkerOfCloudPoolParams() *AssignCloudWorkerOfCloudPoolParams

NewAssignCloudWorkerOfCloudPoolParams creates a new AssignCloudWorkerOfCloudPoolParams object with the default values initialized.

func NewAssignCloudWorkerOfCloudPoolParamsWithContext

func NewAssignCloudWorkerOfCloudPoolParamsWithContext(ctx context.Context) *AssignCloudWorkerOfCloudPoolParams

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

func NewAssignCloudWorkerOfCloudPoolParamsWithHTTPClient

func NewAssignCloudWorkerOfCloudPoolParamsWithHTTPClient(client *http.Client) *AssignCloudWorkerOfCloudPoolParams

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

func NewAssignCloudWorkerOfCloudPoolParamsWithTimeout

func NewAssignCloudWorkerOfCloudPoolParamsWithTimeout(timeout time.Duration) *AssignCloudWorkerOfCloudPoolParams

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

func (*AssignCloudWorkerOfCloudPoolParams) SetContext

SetContext adds the context to the assign cloud worker of cloud pool params

func (*AssignCloudWorkerOfCloudPoolParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the assign cloud worker of cloud pool params

func (*AssignCloudWorkerOfCloudPoolParams) SetParentID

func (o *AssignCloudWorkerOfCloudPoolParams) SetParentID(parentID string)

SetParentID adds the parentId to the assign cloud worker of cloud pool params

func (*AssignCloudWorkerOfCloudPoolParams) SetResource

SetResource adds the resource to the assign cloud worker of cloud pool params

func (*AssignCloudWorkerOfCloudPoolParams) SetTimeout

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

SetTimeout adds the timeout to the assign cloud worker of cloud pool params

func (*AssignCloudWorkerOfCloudPoolParams) WithContext

WithContext adds the context to the assign cloud worker of cloud pool params

func (*AssignCloudWorkerOfCloudPoolParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the assign cloud worker of cloud pool params

func (*AssignCloudWorkerOfCloudPoolParams) WithParentID

WithParentID adds the parentID to the assign cloud worker of cloud pool params

func (*AssignCloudWorkerOfCloudPoolParams) WithResource

WithResource adds the resource to the assign cloud worker of cloud pool params

func (*AssignCloudWorkerOfCloudPoolParams) WithTimeout

WithTimeout adds the timeout to the assign cloud worker of cloud pool params

func (*AssignCloudWorkerOfCloudPoolParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AssignCloudWorkerOfCloudPoolReader

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

AssignCloudWorkerOfCloudPoolReader is a Reader for the AssignCloudWorkerOfCloudPool structure.

func (*AssignCloudWorkerOfCloudPoolReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AssignCloudWorkerOfCloudPoolUnauthorized

type AssignCloudWorkerOfCloudPoolUnauthorized struct {
	Payload *models.APIResult
}

AssignCloudWorkerOfCloudPoolUnauthorized handles this case with default header values.

Unauthorized

func NewAssignCloudWorkerOfCloudPoolUnauthorized

func NewAssignCloudWorkerOfCloudPoolUnauthorized() *AssignCloudWorkerOfCloudPoolUnauthorized

NewAssignCloudWorkerOfCloudPoolUnauthorized creates a AssignCloudWorkerOfCloudPoolUnauthorized with default headers values

func (*AssignCloudWorkerOfCloudPoolUnauthorized) Error

func (*AssignCloudWorkerOfCloudPoolUnauthorized) GetPayload

type Client

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

Client for cloud worker of cloud pool controller API

func (*Client) AssignCloudWorkerOfCloudPool

func (a *Client) AssignCloudWorkerOfCloudPool(params *AssignCloudWorkerOfCloudPoolParams, authInfo runtime.ClientAuthInfoWriter) (*AssignCloudWorkerOfCloudPoolOK, error)

AssignCloudWorkerOfCloudPool assigns workers to the cloud pool

func (*Client) DisableCloudWorkerOfCloudPool

func (a *Client) DisableCloudWorkerOfCloudPool(params *DisableCloudWorkerOfCloudPoolParams, authInfo runtime.ClientAuthInfoWriter) (*DisableCloudWorkerOfCloudPoolOK, error)

DisableCloudWorkerOfCloudPool disables workers in the cloud pool

func (*Client) ListCloudWorkerOfCloudPool

func (a *Client) ListCloudWorkerOfCloudPool(params *ListCloudWorkerOfCloudPoolParams, authInfo runtime.ClientAuthInfoWriter) (*ListCloudWorkerOfCloudPoolOK, error)

ListCloudWorkerOfCloudPool lists

func (*Client) ReplaceCloudWorkerOfCloudPool

func (a *Client) ReplaceCloudWorkerOfCloudPool(params *ReplaceCloudWorkerOfCloudPoolParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceCloudWorkerOfCloudPoolOK, error)

ReplaceCloudWorkerOfCloudPool replaces workers in the cloud pool

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	AssignCloudWorkerOfCloudPool(params *AssignCloudWorkerOfCloudPoolParams, authInfo runtime.ClientAuthInfoWriter) (*AssignCloudWorkerOfCloudPoolOK, error)

	DisableCloudWorkerOfCloudPool(params *DisableCloudWorkerOfCloudPoolParams, authInfo runtime.ClientAuthInfoWriter) (*DisableCloudWorkerOfCloudPoolOK, error)

	ListCloudWorkerOfCloudPool(params *ListCloudWorkerOfCloudPoolParams, authInfo runtime.ClientAuthInfoWriter) (*ListCloudWorkerOfCloudPoolOK, error)

	ReplaceCloudWorkerOfCloudPool(params *ReplaceCloudWorkerOfCloudPoolParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceCloudWorkerOfCloudPoolOK, 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 worker of cloud pool controller API client.

type DisableCloudWorkerOfCloudPoolBadRequest

type DisableCloudWorkerOfCloudPoolBadRequest struct {
	Payload *models.APIResult
}

DisableCloudWorkerOfCloudPoolBadRequest handles this case with default header values.

Bad Request

func NewDisableCloudWorkerOfCloudPoolBadRequest

func NewDisableCloudWorkerOfCloudPoolBadRequest() *DisableCloudWorkerOfCloudPoolBadRequest

NewDisableCloudWorkerOfCloudPoolBadRequest creates a DisableCloudWorkerOfCloudPoolBadRequest with default headers values

func (*DisableCloudWorkerOfCloudPoolBadRequest) Error

func (*DisableCloudWorkerOfCloudPoolBadRequest) GetPayload

type DisableCloudWorkerOfCloudPoolConflict

type DisableCloudWorkerOfCloudPoolConflict struct {
	Payload *models.APIResult
}

DisableCloudWorkerOfCloudPoolConflict handles this case with default header values.

Conflict

func NewDisableCloudWorkerOfCloudPoolConflict

func NewDisableCloudWorkerOfCloudPoolConflict() *DisableCloudWorkerOfCloudPoolConflict

NewDisableCloudWorkerOfCloudPoolConflict creates a DisableCloudWorkerOfCloudPoolConflict with default headers values

func (*DisableCloudWorkerOfCloudPoolConflict) Error

func (*DisableCloudWorkerOfCloudPoolConflict) GetPayload

type DisableCloudWorkerOfCloudPoolForbidden

type DisableCloudWorkerOfCloudPoolForbidden struct {
	Payload *models.APIResult
}

DisableCloudWorkerOfCloudPoolForbidden handles this case with default header values.

Forbidden

func NewDisableCloudWorkerOfCloudPoolForbidden

func NewDisableCloudWorkerOfCloudPoolForbidden() *DisableCloudWorkerOfCloudPoolForbidden

NewDisableCloudWorkerOfCloudPoolForbidden creates a DisableCloudWorkerOfCloudPoolForbidden with default headers values

func (*DisableCloudWorkerOfCloudPoolForbidden) Error

func (*DisableCloudWorkerOfCloudPoolForbidden) GetPayload

type DisableCloudWorkerOfCloudPoolInternalServerError

type DisableCloudWorkerOfCloudPoolInternalServerError struct {
	Payload *models.APIResult
}

DisableCloudWorkerOfCloudPoolInternalServerError handles this case with default header values.

Internal Server Error

func NewDisableCloudWorkerOfCloudPoolInternalServerError

func NewDisableCloudWorkerOfCloudPoolInternalServerError() *DisableCloudWorkerOfCloudPoolInternalServerError

NewDisableCloudWorkerOfCloudPoolInternalServerError creates a DisableCloudWorkerOfCloudPoolInternalServerError with default headers values

func (*DisableCloudWorkerOfCloudPoolInternalServerError) Error

func (*DisableCloudWorkerOfCloudPoolInternalServerError) GetPayload

type DisableCloudWorkerOfCloudPoolNotFound

type DisableCloudWorkerOfCloudPoolNotFound struct {
	Payload *models.APIResult
}

DisableCloudWorkerOfCloudPoolNotFound handles this case with default header values.

Not Found

func NewDisableCloudWorkerOfCloudPoolNotFound

func NewDisableCloudWorkerOfCloudPoolNotFound() *DisableCloudWorkerOfCloudPoolNotFound

NewDisableCloudWorkerOfCloudPoolNotFound creates a DisableCloudWorkerOfCloudPoolNotFound with default headers values

func (*DisableCloudWorkerOfCloudPoolNotFound) Error

func (*DisableCloudWorkerOfCloudPoolNotFound) GetPayload

type DisableCloudWorkerOfCloudPoolOK

type DisableCloudWorkerOfCloudPoolOK struct {
	Payload *models.APIResultCloudPoolWorkerActionResponse
}

DisableCloudWorkerOfCloudPoolOK handles this case with default header values.

OK

func NewDisableCloudWorkerOfCloudPoolOK

func NewDisableCloudWorkerOfCloudPoolOK() *DisableCloudWorkerOfCloudPoolOK

NewDisableCloudWorkerOfCloudPoolOK creates a DisableCloudWorkerOfCloudPoolOK with default headers values

func (*DisableCloudWorkerOfCloudPoolOK) Error

func (*DisableCloudWorkerOfCloudPoolOK) GetPayload

type DisableCloudWorkerOfCloudPoolParams

type DisableCloudWorkerOfCloudPoolParams struct {

	/*ParentID
	  parentId

	*/
	ParentID string
	/*Resource
	  resource

	*/
	Resource *models.CloudPoolWorkerDisableRequest

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

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

func NewDisableCloudWorkerOfCloudPoolParams

func NewDisableCloudWorkerOfCloudPoolParams() *DisableCloudWorkerOfCloudPoolParams

NewDisableCloudWorkerOfCloudPoolParams creates a new DisableCloudWorkerOfCloudPoolParams object with the default values initialized.

func NewDisableCloudWorkerOfCloudPoolParamsWithContext

func NewDisableCloudWorkerOfCloudPoolParamsWithContext(ctx context.Context) *DisableCloudWorkerOfCloudPoolParams

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

func NewDisableCloudWorkerOfCloudPoolParamsWithHTTPClient

func NewDisableCloudWorkerOfCloudPoolParamsWithHTTPClient(client *http.Client) *DisableCloudWorkerOfCloudPoolParams

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

func NewDisableCloudWorkerOfCloudPoolParamsWithTimeout

func NewDisableCloudWorkerOfCloudPoolParamsWithTimeout(timeout time.Duration) *DisableCloudWorkerOfCloudPoolParams

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

func (*DisableCloudWorkerOfCloudPoolParams) SetContext

SetContext adds the context to the disable cloud worker of cloud pool params

func (*DisableCloudWorkerOfCloudPoolParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the disable cloud worker of cloud pool params

func (*DisableCloudWorkerOfCloudPoolParams) SetParentID

func (o *DisableCloudWorkerOfCloudPoolParams) SetParentID(parentID string)

SetParentID adds the parentId to the disable cloud worker of cloud pool params

func (*DisableCloudWorkerOfCloudPoolParams) SetResource

SetResource adds the resource to the disable cloud worker of cloud pool params

func (*DisableCloudWorkerOfCloudPoolParams) SetTimeout

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

SetTimeout adds the timeout to the disable cloud worker of cloud pool params

func (*DisableCloudWorkerOfCloudPoolParams) WithContext

WithContext adds the context to the disable cloud worker of cloud pool params

func (*DisableCloudWorkerOfCloudPoolParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the disable cloud worker of cloud pool params

func (*DisableCloudWorkerOfCloudPoolParams) WithParentID

WithParentID adds the parentID to the disable cloud worker of cloud pool params

func (*DisableCloudWorkerOfCloudPoolParams) WithResource

WithResource adds the resource to the disable cloud worker of cloud pool params

func (*DisableCloudWorkerOfCloudPoolParams) WithTimeout

WithTimeout adds the timeout to the disable cloud worker of cloud pool params

func (*DisableCloudWorkerOfCloudPoolParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DisableCloudWorkerOfCloudPoolReader

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

DisableCloudWorkerOfCloudPoolReader is a Reader for the DisableCloudWorkerOfCloudPool structure.

func (*DisableCloudWorkerOfCloudPoolReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DisableCloudWorkerOfCloudPoolUnauthorized

type DisableCloudWorkerOfCloudPoolUnauthorized struct {
	Payload *models.APIResult
}

DisableCloudWorkerOfCloudPoolUnauthorized handles this case with default header values.

Unauthorized

func NewDisableCloudWorkerOfCloudPoolUnauthorized

func NewDisableCloudWorkerOfCloudPoolUnauthorized() *DisableCloudWorkerOfCloudPoolUnauthorized

NewDisableCloudWorkerOfCloudPoolUnauthorized creates a DisableCloudWorkerOfCloudPoolUnauthorized with default headers values

func (*DisableCloudWorkerOfCloudPoolUnauthorized) Error

func (*DisableCloudWorkerOfCloudPoolUnauthorized) GetPayload

type ListCloudWorkerOfCloudPoolBadRequest

type ListCloudWorkerOfCloudPoolBadRequest struct {
	Payload *models.APIResult
}

ListCloudWorkerOfCloudPoolBadRequest handles this case with default header values.

Bad Request

func NewListCloudWorkerOfCloudPoolBadRequest

func NewListCloudWorkerOfCloudPoolBadRequest() *ListCloudWorkerOfCloudPoolBadRequest

NewListCloudWorkerOfCloudPoolBadRequest creates a ListCloudWorkerOfCloudPoolBadRequest with default headers values

func (*ListCloudWorkerOfCloudPoolBadRequest) Error

func (*ListCloudWorkerOfCloudPoolBadRequest) GetPayload

type ListCloudWorkerOfCloudPoolConflict

type ListCloudWorkerOfCloudPoolConflict struct {
	Payload *models.APIResult
}

ListCloudWorkerOfCloudPoolConflict handles this case with default header values.

Conflict

func NewListCloudWorkerOfCloudPoolConflict

func NewListCloudWorkerOfCloudPoolConflict() *ListCloudWorkerOfCloudPoolConflict

NewListCloudWorkerOfCloudPoolConflict creates a ListCloudWorkerOfCloudPoolConflict with default headers values

func (*ListCloudWorkerOfCloudPoolConflict) Error

func (*ListCloudWorkerOfCloudPoolConflict) GetPayload

type ListCloudWorkerOfCloudPoolForbidden

type ListCloudWorkerOfCloudPoolForbidden struct {
	Payload *models.APIResult
}

ListCloudWorkerOfCloudPoolForbidden handles this case with default header values.

Forbidden

func NewListCloudWorkerOfCloudPoolForbidden

func NewListCloudWorkerOfCloudPoolForbidden() *ListCloudWorkerOfCloudPoolForbidden

NewListCloudWorkerOfCloudPoolForbidden creates a ListCloudWorkerOfCloudPoolForbidden with default headers values

func (*ListCloudWorkerOfCloudPoolForbidden) Error

func (*ListCloudWorkerOfCloudPoolForbidden) GetPayload

type ListCloudWorkerOfCloudPoolInternalServerError

type ListCloudWorkerOfCloudPoolInternalServerError struct {
	Payload *models.APIResult
}

ListCloudWorkerOfCloudPoolInternalServerError handles this case with default header values.

Internal Server Error

func NewListCloudWorkerOfCloudPoolInternalServerError

func NewListCloudWorkerOfCloudPoolInternalServerError() *ListCloudWorkerOfCloudPoolInternalServerError

NewListCloudWorkerOfCloudPoolInternalServerError creates a ListCloudWorkerOfCloudPoolInternalServerError with default headers values

func (*ListCloudWorkerOfCloudPoolInternalServerError) Error

func (*ListCloudWorkerOfCloudPoolInternalServerError) GetPayload

type ListCloudWorkerOfCloudPoolNotFound

type ListCloudWorkerOfCloudPoolNotFound struct {
	Payload *models.APIResult
}

ListCloudWorkerOfCloudPoolNotFound handles this case with default header values.

Not Found

func NewListCloudWorkerOfCloudPoolNotFound

func NewListCloudWorkerOfCloudPoolNotFound() *ListCloudWorkerOfCloudPoolNotFound

NewListCloudWorkerOfCloudPoolNotFound creates a ListCloudWorkerOfCloudPoolNotFound with default headers values

func (*ListCloudWorkerOfCloudPoolNotFound) Error

func (*ListCloudWorkerOfCloudPoolNotFound) GetPayload

type ListCloudWorkerOfCloudPoolOK

type ListCloudWorkerOfCloudPoolOK struct {
	Payload *models.APIResultListCloudWorker
}

ListCloudWorkerOfCloudPoolOK handles this case with default header values.

OK

func NewListCloudWorkerOfCloudPoolOK

func NewListCloudWorkerOfCloudPoolOK() *ListCloudWorkerOfCloudPoolOK

NewListCloudWorkerOfCloudPoolOK creates a ListCloudWorkerOfCloudPoolOK with default headers values

func (*ListCloudWorkerOfCloudPoolOK) Error

func (*ListCloudWorkerOfCloudPoolOK) GetPayload

type ListCloudWorkerOfCloudPoolParams

type ListCloudWorkerOfCloudPoolParams 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
}

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

func NewListCloudWorkerOfCloudPoolParams

func NewListCloudWorkerOfCloudPoolParams() *ListCloudWorkerOfCloudPoolParams

NewListCloudWorkerOfCloudPoolParams creates a new ListCloudWorkerOfCloudPoolParams object with the default values initialized.

func NewListCloudWorkerOfCloudPoolParamsWithContext

func NewListCloudWorkerOfCloudPoolParamsWithContext(ctx context.Context) *ListCloudWorkerOfCloudPoolParams

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

func NewListCloudWorkerOfCloudPoolParamsWithHTTPClient

func NewListCloudWorkerOfCloudPoolParamsWithHTTPClient(client *http.Client) *ListCloudWorkerOfCloudPoolParams

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

func NewListCloudWorkerOfCloudPoolParamsWithTimeout

func NewListCloudWorkerOfCloudPoolParamsWithTimeout(timeout time.Duration) *ListCloudWorkerOfCloudPoolParams

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

func (*ListCloudWorkerOfCloudPoolParams) SetContext

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

func (*ListCloudWorkerOfCloudPoolParams) SetFields

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

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

func (*ListCloudWorkerOfCloudPoolParams) SetHTTPClient

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

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

func (*ListCloudWorkerOfCloudPoolParams) SetLimit

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

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

func (*ListCloudWorkerOfCloudPoolParams) SetOrderby

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

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

func (*ListCloudWorkerOfCloudPoolParams) SetParentID

func (o *ListCloudWorkerOfCloudPoolParams) SetParentID(parentID string)

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

func (*ListCloudWorkerOfCloudPoolParams) SetStart

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

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

func (*ListCloudWorkerOfCloudPoolParams) SetTimeout

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

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

func (*ListCloudWorkerOfCloudPoolParams) WithContext

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

func (*ListCloudWorkerOfCloudPoolParams) WithFields

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

func (*ListCloudWorkerOfCloudPoolParams) WithHTTPClient

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

func (*ListCloudWorkerOfCloudPoolParams) WithLimit

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

func (*ListCloudWorkerOfCloudPoolParams) WithOrderby

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

func (*ListCloudWorkerOfCloudPoolParams) WithParentID

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

func (*ListCloudWorkerOfCloudPoolParams) WithStart

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

func (*ListCloudWorkerOfCloudPoolParams) WithTimeout

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

func (*ListCloudWorkerOfCloudPoolParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListCloudWorkerOfCloudPoolReader

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

ListCloudWorkerOfCloudPoolReader is a Reader for the ListCloudWorkerOfCloudPool structure.

func (*ListCloudWorkerOfCloudPoolReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListCloudWorkerOfCloudPoolUnauthorized

type ListCloudWorkerOfCloudPoolUnauthorized struct {
	Payload *models.APIResult
}

ListCloudWorkerOfCloudPoolUnauthorized handles this case with default header values.

Unauthorized

func NewListCloudWorkerOfCloudPoolUnauthorized

func NewListCloudWorkerOfCloudPoolUnauthorized() *ListCloudWorkerOfCloudPoolUnauthorized

NewListCloudWorkerOfCloudPoolUnauthorized creates a ListCloudWorkerOfCloudPoolUnauthorized with default headers values

func (*ListCloudWorkerOfCloudPoolUnauthorized) Error

func (*ListCloudWorkerOfCloudPoolUnauthorized) GetPayload

type ReplaceCloudWorkerOfCloudPoolBadRequest

type ReplaceCloudWorkerOfCloudPoolBadRequest struct {
	Payload *models.APIResult
}

ReplaceCloudWorkerOfCloudPoolBadRequest handles this case with default header values.

Bad Request

func NewReplaceCloudWorkerOfCloudPoolBadRequest

func NewReplaceCloudWorkerOfCloudPoolBadRequest() *ReplaceCloudWorkerOfCloudPoolBadRequest

NewReplaceCloudWorkerOfCloudPoolBadRequest creates a ReplaceCloudWorkerOfCloudPoolBadRequest with default headers values

func (*ReplaceCloudWorkerOfCloudPoolBadRequest) Error

func (*ReplaceCloudWorkerOfCloudPoolBadRequest) GetPayload

type ReplaceCloudWorkerOfCloudPoolConflict

type ReplaceCloudWorkerOfCloudPoolConflict struct {
	Payload *models.APIResult
}

ReplaceCloudWorkerOfCloudPoolConflict handles this case with default header values.

Conflict

func NewReplaceCloudWorkerOfCloudPoolConflict

func NewReplaceCloudWorkerOfCloudPoolConflict() *ReplaceCloudWorkerOfCloudPoolConflict

NewReplaceCloudWorkerOfCloudPoolConflict creates a ReplaceCloudWorkerOfCloudPoolConflict with default headers values

func (*ReplaceCloudWorkerOfCloudPoolConflict) Error

func (*ReplaceCloudWorkerOfCloudPoolConflict) GetPayload

type ReplaceCloudWorkerOfCloudPoolForbidden

type ReplaceCloudWorkerOfCloudPoolForbidden struct {
	Payload *models.APIResult
}

ReplaceCloudWorkerOfCloudPoolForbidden handles this case with default header values.

Forbidden

func NewReplaceCloudWorkerOfCloudPoolForbidden

func NewReplaceCloudWorkerOfCloudPoolForbidden() *ReplaceCloudWorkerOfCloudPoolForbidden

NewReplaceCloudWorkerOfCloudPoolForbidden creates a ReplaceCloudWorkerOfCloudPoolForbidden with default headers values

func (*ReplaceCloudWorkerOfCloudPoolForbidden) Error

func (*ReplaceCloudWorkerOfCloudPoolForbidden) GetPayload

type ReplaceCloudWorkerOfCloudPoolInternalServerError

type ReplaceCloudWorkerOfCloudPoolInternalServerError struct {
	Payload *models.APIResult
}

ReplaceCloudWorkerOfCloudPoolInternalServerError handles this case with default header values.

Internal Server Error

func NewReplaceCloudWorkerOfCloudPoolInternalServerError

func NewReplaceCloudWorkerOfCloudPoolInternalServerError() *ReplaceCloudWorkerOfCloudPoolInternalServerError

NewReplaceCloudWorkerOfCloudPoolInternalServerError creates a ReplaceCloudWorkerOfCloudPoolInternalServerError with default headers values

func (*ReplaceCloudWorkerOfCloudPoolInternalServerError) Error

func (*ReplaceCloudWorkerOfCloudPoolInternalServerError) GetPayload

type ReplaceCloudWorkerOfCloudPoolNotFound

type ReplaceCloudWorkerOfCloudPoolNotFound struct {
	Payload *models.APIResult
}

ReplaceCloudWorkerOfCloudPoolNotFound handles this case with default header values.

Not Found

func NewReplaceCloudWorkerOfCloudPoolNotFound

func NewReplaceCloudWorkerOfCloudPoolNotFound() *ReplaceCloudWorkerOfCloudPoolNotFound

NewReplaceCloudWorkerOfCloudPoolNotFound creates a ReplaceCloudWorkerOfCloudPoolNotFound with default headers values

func (*ReplaceCloudWorkerOfCloudPoolNotFound) Error

func (*ReplaceCloudWorkerOfCloudPoolNotFound) GetPayload

type ReplaceCloudWorkerOfCloudPoolOK

type ReplaceCloudWorkerOfCloudPoolOK struct {
	Payload *models.APIResultCloudPoolWorkerActionResponse
}

ReplaceCloudWorkerOfCloudPoolOK handles this case with default header values.

OK

func NewReplaceCloudWorkerOfCloudPoolOK

func NewReplaceCloudWorkerOfCloudPoolOK() *ReplaceCloudWorkerOfCloudPoolOK

NewReplaceCloudWorkerOfCloudPoolOK creates a ReplaceCloudWorkerOfCloudPoolOK with default headers values

func (*ReplaceCloudWorkerOfCloudPoolOK) Error

func (*ReplaceCloudWorkerOfCloudPoolOK) GetPayload

type ReplaceCloudWorkerOfCloudPoolParams

type ReplaceCloudWorkerOfCloudPoolParams struct {

	/*ParentID
	  parentId

	*/
	ParentID string
	/*Resource
	  resource

	*/
	Resource *models.CloudPoolWorkerReplaceRequest

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

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

func NewReplaceCloudWorkerOfCloudPoolParams

func NewReplaceCloudWorkerOfCloudPoolParams() *ReplaceCloudWorkerOfCloudPoolParams

NewReplaceCloudWorkerOfCloudPoolParams creates a new ReplaceCloudWorkerOfCloudPoolParams object with the default values initialized.

func NewReplaceCloudWorkerOfCloudPoolParamsWithContext

func NewReplaceCloudWorkerOfCloudPoolParamsWithContext(ctx context.Context) *ReplaceCloudWorkerOfCloudPoolParams

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

func NewReplaceCloudWorkerOfCloudPoolParamsWithHTTPClient

func NewReplaceCloudWorkerOfCloudPoolParamsWithHTTPClient(client *http.Client) *ReplaceCloudWorkerOfCloudPoolParams

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

func NewReplaceCloudWorkerOfCloudPoolParamsWithTimeout

func NewReplaceCloudWorkerOfCloudPoolParamsWithTimeout(timeout time.Duration) *ReplaceCloudWorkerOfCloudPoolParams

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

func (*ReplaceCloudWorkerOfCloudPoolParams) SetContext

SetContext adds the context to the replace cloud worker of cloud pool params

func (*ReplaceCloudWorkerOfCloudPoolParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace cloud worker of cloud pool params

func (*ReplaceCloudWorkerOfCloudPoolParams) SetParentID

func (o *ReplaceCloudWorkerOfCloudPoolParams) SetParentID(parentID string)

SetParentID adds the parentId to the replace cloud worker of cloud pool params

func (*ReplaceCloudWorkerOfCloudPoolParams) SetResource

SetResource adds the resource to the replace cloud worker of cloud pool params

func (*ReplaceCloudWorkerOfCloudPoolParams) SetTimeout

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

SetTimeout adds the timeout to the replace cloud worker of cloud pool params

func (*ReplaceCloudWorkerOfCloudPoolParams) WithContext

WithContext adds the context to the replace cloud worker of cloud pool params

func (*ReplaceCloudWorkerOfCloudPoolParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace cloud worker of cloud pool params

func (*ReplaceCloudWorkerOfCloudPoolParams) WithParentID

WithParentID adds the parentID to the replace cloud worker of cloud pool params

func (*ReplaceCloudWorkerOfCloudPoolParams) WithResource

WithResource adds the resource to the replace cloud worker of cloud pool params

func (*ReplaceCloudWorkerOfCloudPoolParams) WithTimeout

WithTimeout adds the timeout to the replace cloud worker of cloud pool params

func (*ReplaceCloudWorkerOfCloudPoolParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceCloudWorkerOfCloudPoolReader

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

ReplaceCloudWorkerOfCloudPoolReader is a Reader for the ReplaceCloudWorkerOfCloudPool structure.

func (*ReplaceCloudWorkerOfCloudPoolReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceCloudWorkerOfCloudPoolUnauthorized

type ReplaceCloudWorkerOfCloudPoolUnauthorized struct {
	Payload *models.APIResult
}

ReplaceCloudWorkerOfCloudPoolUnauthorized handles this case with default header values.

Unauthorized

func NewReplaceCloudWorkerOfCloudPoolUnauthorized

func NewReplaceCloudWorkerOfCloudPoolUnauthorized() *ReplaceCloudWorkerOfCloudPoolUnauthorized

NewReplaceCloudWorkerOfCloudPoolUnauthorized creates a ReplaceCloudWorkerOfCloudPoolUnauthorized with default headers values

func (*ReplaceCloudWorkerOfCloudPoolUnauthorized) Error

func (*ReplaceCloudWorkerOfCloudPoolUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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