project_version_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 AssignProjectVersionOfCloudPoolBadRequest

type AssignProjectVersionOfCloudPoolBadRequest struct {
	Payload *models.APIResult
}

AssignProjectVersionOfCloudPoolBadRequest handles this case with default header values.

Bad Request

func NewAssignProjectVersionOfCloudPoolBadRequest

func NewAssignProjectVersionOfCloudPoolBadRequest() *AssignProjectVersionOfCloudPoolBadRequest

NewAssignProjectVersionOfCloudPoolBadRequest creates a AssignProjectVersionOfCloudPoolBadRequest with default headers values

func (*AssignProjectVersionOfCloudPoolBadRequest) Error

func (*AssignProjectVersionOfCloudPoolBadRequest) GetPayload

type AssignProjectVersionOfCloudPoolConflict

type AssignProjectVersionOfCloudPoolConflict struct {
	Payload *models.APIResult
}

AssignProjectVersionOfCloudPoolConflict handles this case with default header values.

Conflict

func NewAssignProjectVersionOfCloudPoolConflict

func NewAssignProjectVersionOfCloudPoolConflict() *AssignProjectVersionOfCloudPoolConflict

NewAssignProjectVersionOfCloudPoolConflict creates a AssignProjectVersionOfCloudPoolConflict with default headers values

func (*AssignProjectVersionOfCloudPoolConflict) Error

func (*AssignProjectVersionOfCloudPoolConflict) GetPayload

type AssignProjectVersionOfCloudPoolForbidden

type AssignProjectVersionOfCloudPoolForbidden struct {
	Payload *models.APIResult
}

AssignProjectVersionOfCloudPoolForbidden handles this case with default header values.

Forbidden

func NewAssignProjectVersionOfCloudPoolForbidden

func NewAssignProjectVersionOfCloudPoolForbidden() *AssignProjectVersionOfCloudPoolForbidden

NewAssignProjectVersionOfCloudPoolForbidden creates a AssignProjectVersionOfCloudPoolForbidden with default headers values

func (*AssignProjectVersionOfCloudPoolForbidden) Error

func (*AssignProjectVersionOfCloudPoolForbidden) GetPayload

type AssignProjectVersionOfCloudPoolInternalServerError

type AssignProjectVersionOfCloudPoolInternalServerError struct {
	Payload *models.APIResult
}

AssignProjectVersionOfCloudPoolInternalServerError handles this case with default header values.

Internal Server Error

func NewAssignProjectVersionOfCloudPoolInternalServerError

func NewAssignProjectVersionOfCloudPoolInternalServerError() *AssignProjectVersionOfCloudPoolInternalServerError

NewAssignProjectVersionOfCloudPoolInternalServerError creates a AssignProjectVersionOfCloudPoolInternalServerError with default headers values

func (*AssignProjectVersionOfCloudPoolInternalServerError) Error

func (*AssignProjectVersionOfCloudPoolInternalServerError) GetPayload

type AssignProjectVersionOfCloudPoolNotFound

type AssignProjectVersionOfCloudPoolNotFound struct {
	Payload *models.APIResult
}

AssignProjectVersionOfCloudPoolNotFound handles this case with default header values.

Not Found

func NewAssignProjectVersionOfCloudPoolNotFound

func NewAssignProjectVersionOfCloudPoolNotFound() *AssignProjectVersionOfCloudPoolNotFound

NewAssignProjectVersionOfCloudPoolNotFound creates a AssignProjectVersionOfCloudPoolNotFound with default headers values

func (*AssignProjectVersionOfCloudPoolNotFound) Error

func (*AssignProjectVersionOfCloudPoolNotFound) GetPayload

type AssignProjectVersionOfCloudPoolOK

type AssignProjectVersionOfCloudPoolOK struct {
	Payload *models.APIResultCloudPoolProjectVersionActionResponse
}

AssignProjectVersionOfCloudPoolOK handles this case with default header values.

OK

func NewAssignProjectVersionOfCloudPoolOK

func NewAssignProjectVersionOfCloudPoolOK() *AssignProjectVersionOfCloudPoolOK

NewAssignProjectVersionOfCloudPoolOK creates a AssignProjectVersionOfCloudPoolOK with default headers values

func (*AssignProjectVersionOfCloudPoolOK) Error

func (*AssignProjectVersionOfCloudPoolOK) GetPayload

type AssignProjectVersionOfCloudPoolParams

type AssignProjectVersionOfCloudPoolParams struct {

	/*ParentID
	  parentId

	*/
	ParentID string
	/*Resource
	  resource

	*/
	Resource *models.CloudPoolProjectVersionAssignRequest

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

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

func NewAssignProjectVersionOfCloudPoolParams

func NewAssignProjectVersionOfCloudPoolParams() *AssignProjectVersionOfCloudPoolParams

NewAssignProjectVersionOfCloudPoolParams creates a new AssignProjectVersionOfCloudPoolParams object with the default values initialized.

func NewAssignProjectVersionOfCloudPoolParamsWithContext

func NewAssignProjectVersionOfCloudPoolParamsWithContext(ctx context.Context) *AssignProjectVersionOfCloudPoolParams

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

func NewAssignProjectVersionOfCloudPoolParamsWithHTTPClient

func NewAssignProjectVersionOfCloudPoolParamsWithHTTPClient(client *http.Client) *AssignProjectVersionOfCloudPoolParams

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

func NewAssignProjectVersionOfCloudPoolParamsWithTimeout

func NewAssignProjectVersionOfCloudPoolParamsWithTimeout(timeout time.Duration) *AssignProjectVersionOfCloudPoolParams

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

func (*AssignProjectVersionOfCloudPoolParams) SetContext

SetContext adds the context to the assign project version of cloud pool params

func (*AssignProjectVersionOfCloudPoolParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the assign project version of cloud pool params

func (*AssignProjectVersionOfCloudPoolParams) SetParentID

func (o *AssignProjectVersionOfCloudPoolParams) SetParentID(parentID string)

SetParentID adds the parentId to the assign project version of cloud pool params

func (*AssignProjectVersionOfCloudPoolParams) SetResource

SetResource adds the resource to the assign project version of cloud pool params

func (*AssignProjectVersionOfCloudPoolParams) SetTimeout

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

SetTimeout adds the timeout to the assign project version of cloud pool params

func (*AssignProjectVersionOfCloudPoolParams) WithContext

WithContext adds the context to the assign project version of cloud pool params

func (*AssignProjectVersionOfCloudPoolParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the assign project version of cloud pool params

func (*AssignProjectVersionOfCloudPoolParams) WithParentID

WithParentID adds the parentID to the assign project version of cloud pool params

func (*AssignProjectVersionOfCloudPoolParams) WithResource

WithResource adds the resource to the assign project version of cloud pool params

func (*AssignProjectVersionOfCloudPoolParams) WithTimeout

WithTimeout adds the timeout to the assign project version of cloud pool params

func (*AssignProjectVersionOfCloudPoolParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AssignProjectVersionOfCloudPoolReader

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

AssignProjectVersionOfCloudPoolReader is a Reader for the AssignProjectVersionOfCloudPool structure.

func (*AssignProjectVersionOfCloudPoolReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AssignProjectVersionOfCloudPoolUnauthorized

type AssignProjectVersionOfCloudPoolUnauthorized struct {
	Payload *models.APIResult
}

AssignProjectVersionOfCloudPoolUnauthorized handles this case with default header values.

Unauthorized

func NewAssignProjectVersionOfCloudPoolUnauthorized

func NewAssignProjectVersionOfCloudPoolUnauthorized() *AssignProjectVersionOfCloudPoolUnauthorized

NewAssignProjectVersionOfCloudPoolUnauthorized creates a AssignProjectVersionOfCloudPoolUnauthorized with default headers values

func (*AssignProjectVersionOfCloudPoolUnauthorized) Error

func (*AssignProjectVersionOfCloudPoolUnauthorized) GetPayload

type Client

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

Client for project version of cloud pool controller API

func (*Client) AssignProjectVersionOfCloudPool

func (a *Client) AssignProjectVersionOfCloudPool(params *AssignProjectVersionOfCloudPoolParams, authInfo runtime.ClientAuthInfoWriter) (*AssignProjectVersionOfCloudPoolOK, error)

AssignProjectVersionOfCloudPool assigns application versions to the cloud pool

func (*Client) ListProjectVersionOfCloudPool

func (a *Client) ListProjectVersionOfCloudPool(params *ListProjectVersionOfCloudPoolParams, authInfo runtime.ClientAuthInfoWriter) (*ListProjectVersionOfCloudPoolOK, error)

ListProjectVersionOfCloudPool lists

func (*Client) ReplaceProjectVersionOfCloudPool

ReplaceProjectVersionOfCloudPool replaces application versions 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 {
	AssignProjectVersionOfCloudPool(params *AssignProjectVersionOfCloudPoolParams, authInfo runtime.ClientAuthInfoWriter) (*AssignProjectVersionOfCloudPoolOK, error)

	ListProjectVersionOfCloudPool(params *ListProjectVersionOfCloudPoolParams, authInfo runtime.ClientAuthInfoWriter) (*ListProjectVersionOfCloudPoolOK, error)

	ReplaceProjectVersionOfCloudPool(params *ReplaceProjectVersionOfCloudPoolParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceProjectVersionOfCloudPoolOK, 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 project version of cloud pool controller API client.

type ListProjectVersionOfCloudPoolBadRequest

type ListProjectVersionOfCloudPoolBadRequest struct {
	Payload *models.APIResult
}

ListProjectVersionOfCloudPoolBadRequest handles this case with default header values.

Bad Request

func NewListProjectVersionOfCloudPoolBadRequest

func NewListProjectVersionOfCloudPoolBadRequest() *ListProjectVersionOfCloudPoolBadRequest

NewListProjectVersionOfCloudPoolBadRequest creates a ListProjectVersionOfCloudPoolBadRequest with default headers values

func (*ListProjectVersionOfCloudPoolBadRequest) Error

func (*ListProjectVersionOfCloudPoolBadRequest) GetPayload

type ListProjectVersionOfCloudPoolConflict

type ListProjectVersionOfCloudPoolConflict struct {
	Payload *models.APIResult
}

ListProjectVersionOfCloudPoolConflict handles this case with default header values.

Conflict

func NewListProjectVersionOfCloudPoolConflict

func NewListProjectVersionOfCloudPoolConflict() *ListProjectVersionOfCloudPoolConflict

NewListProjectVersionOfCloudPoolConflict creates a ListProjectVersionOfCloudPoolConflict with default headers values

func (*ListProjectVersionOfCloudPoolConflict) Error

func (*ListProjectVersionOfCloudPoolConflict) GetPayload

type ListProjectVersionOfCloudPoolForbidden

type ListProjectVersionOfCloudPoolForbidden struct {
	Payload *models.APIResult
}

ListProjectVersionOfCloudPoolForbidden handles this case with default header values.

Forbidden

func NewListProjectVersionOfCloudPoolForbidden

func NewListProjectVersionOfCloudPoolForbidden() *ListProjectVersionOfCloudPoolForbidden

NewListProjectVersionOfCloudPoolForbidden creates a ListProjectVersionOfCloudPoolForbidden with default headers values

func (*ListProjectVersionOfCloudPoolForbidden) Error

func (*ListProjectVersionOfCloudPoolForbidden) GetPayload

type ListProjectVersionOfCloudPoolInternalServerError

type ListProjectVersionOfCloudPoolInternalServerError struct {
	Payload *models.APIResult
}

ListProjectVersionOfCloudPoolInternalServerError handles this case with default header values.

Internal Server Error

func NewListProjectVersionOfCloudPoolInternalServerError

func NewListProjectVersionOfCloudPoolInternalServerError() *ListProjectVersionOfCloudPoolInternalServerError

NewListProjectVersionOfCloudPoolInternalServerError creates a ListProjectVersionOfCloudPoolInternalServerError with default headers values

func (*ListProjectVersionOfCloudPoolInternalServerError) Error

func (*ListProjectVersionOfCloudPoolInternalServerError) GetPayload

type ListProjectVersionOfCloudPoolNotFound

type ListProjectVersionOfCloudPoolNotFound struct {
	Payload *models.APIResult
}

ListProjectVersionOfCloudPoolNotFound handles this case with default header values.

Not Found

func NewListProjectVersionOfCloudPoolNotFound

func NewListProjectVersionOfCloudPoolNotFound() *ListProjectVersionOfCloudPoolNotFound

NewListProjectVersionOfCloudPoolNotFound creates a ListProjectVersionOfCloudPoolNotFound with default headers values

func (*ListProjectVersionOfCloudPoolNotFound) Error

func (*ListProjectVersionOfCloudPoolNotFound) GetPayload

type ListProjectVersionOfCloudPoolOK

type ListProjectVersionOfCloudPoolOK struct {
	Payload *models.APIResultListProjectVersion
}

ListProjectVersionOfCloudPoolOK handles this case with default header values.

OK

func NewListProjectVersionOfCloudPoolOK

func NewListProjectVersionOfCloudPoolOK() *ListProjectVersionOfCloudPoolOK

NewListProjectVersionOfCloudPoolOK creates a ListProjectVersionOfCloudPoolOK with default headers values

func (*ListProjectVersionOfCloudPoolOK) Error

func (*ListProjectVersionOfCloudPoolOK) GetPayload

type ListProjectVersionOfCloudPoolParams

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

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

func NewListProjectVersionOfCloudPoolParams

func NewListProjectVersionOfCloudPoolParams() *ListProjectVersionOfCloudPoolParams

NewListProjectVersionOfCloudPoolParams creates a new ListProjectVersionOfCloudPoolParams object with the default values initialized.

func NewListProjectVersionOfCloudPoolParamsWithContext

func NewListProjectVersionOfCloudPoolParamsWithContext(ctx context.Context) *ListProjectVersionOfCloudPoolParams

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

func NewListProjectVersionOfCloudPoolParamsWithHTTPClient

func NewListProjectVersionOfCloudPoolParamsWithHTTPClient(client *http.Client) *ListProjectVersionOfCloudPoolParams

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

func NewListProjectVersionOfCloudPoolParamsWithTimeout

func NewListProjectVersionOfCloudPoolParamsWithTimeout(timeout time.Duration) *ListProjectVersionOfCloudPoolParams

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

func (*ListProjectVersionOfCloudPoolParams) SetContext

SetContext adds the context to the list project version of cloud pool params

func (*ListProjectVersionOfCloudPoolParams) SetFields

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

SetFields adds the fields to the list project version of cloud pool params

func (*ListProjectVersionOfCloudPoolParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list project version of cloud pool params

func (*ListProjectVersionOfCloudPoolParams) SetLimit

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

SetLimit adds the limit to the list project version of cloud pool params

func (*ListProjectVersionOfCloudPoolParams) SetOrderby

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

SetOrderby adds the orderby to the list project version of cloud pool params

func (*ListProjectVersionOfCloudPoolParams) SetParentID

func (o *ListProjectVersionOfCloudPoolParams) SetParentID(parentID string)

SetParentID adds the parentId to the list project version of cloud pool params

func (*ListProjectVersionOfCloudPoolParams) SetStart

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

SetStart adds the start to the list project version of cloud pool params

func (*ListProjectVersionOfCloudPoolParams) SetTimeout

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

SetTimeout adds the timeout to the list project version of cloud pool params

func (*ListProjectVersionOfCloudPoolParams) WithContext

WithContext adds the context to the list project version of cloud pool params

func (*ListProjectVersionOfCloudPoolParams) WithFields

WithFields adds the fields to the list project version of cloud pool params

func (*ListProjectVersionOfCloudPoolParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list project version of cloud pool params

func (*ListProjectVersionOfCloudPoolParams) WithLimit

WithLimit adds the limit to the list project version of cloud pool params

func (*ListProjectVersionOfCloudPoolParams) WithOrderby

WithOrderby adds the orderby to the list project version of cloud pool params

func (*ListProjectVersionOfCloudPoolParams) WithParentID

WithParentID adds the parentID to the list project version of cloud pool params

func (*ListProjectVersionOfCloudPoolParams) WithStart

WithStart adds the start to the list project version of cloud pool params

func (*ListProjectVersionOfCloudPoolParams) WithTimeout

WithTimeout adds the timeout to the list project version of cloud pool params

func (*ListProjectVersionOfCloudPoolParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListProjectVersionOfCloudPoolReader

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

ListProjectVersionOfCloudPoolReader is a Reader for the ListProjectVersionOfCloudPool structure.

func (*ListProjectVersionOfCloudPoolReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListProjectVersionOfCloudPoolUnauthorized

type ListProjectVersionOfCloudPoolUnauthorized struct {
	Payload *models.APIResult
}

ListProjectVersionOfCloudPoolUnauthorized handles this case with default header values.

Unauthorized

func NewListProjectVersionOfCloudPoolUnauthorized

func NewListProjectVersionOfCloudPoolUnauthorized() *ListProjectVersionOfCloudPoolUnauthorized

NewListProjectVersionOfCloudPoolUnauthorized creates a ListProjectVersionOfCloudPoolUnauthorized with default headers values

func (*ListProjectVersionOfCloudPoolUnauthorized) Error

func (*ListProjectVersionOfCloudPoolUnauthorized) GetPayload

type ReplaceProjectVersionOfCloudPoolBadRequest

type ReplaceProjectVersionOfCloudPoolBadRequest struct {
	Payload *models.APIResult
}

ReplaceProjectVersionOfCloudPoolBadRequest handles this case with default header values.

Bad Request

func NewReplaceProjectVersionOfCloudPoolBadRequest

func NewReplaceProjectVersionOfCloudPoolBadRequest() *ReplaceProjectVersionOfCloudPoolBadRequest

NewReplaceProjectVersionOfCloudPoolBadRequest creates a ReplaceProjectVersionOfCloudPoolBadRequest with default headers values

func (*ReplaceProjectVersionOfCloudPoolBadRequest) Error

func (*ReplaceProjectVersionOfCloudPoolBadRequest) GetPayload

type ReplaceProjectVersionOfCloudPoolConflict

type ReplaceProjectVersionOfCloudPoolConflict struct {
	Payload *models.APIResult
}

ReplaceProjectVersionOfCloudPoolConflict handles this case with default header values.

Conflict

func NewReplaceProjectVersionOfCloudPoolConflict

func NewReplaceProjectVersionOfCloudPoolConflict() *ReplaceProjectVersionOfCloudPoolConflict

NewReplaceProjectVersionOfCloudPoolConflict creates a ReplaceProjectVersionOfCloudPoolConflict with default headers values

func (*ReplaceProjectVersionOfCloudPoolConflict) Error

func (*ReplaceProjectVersionOfCloudPoolConflict) GetPayload

type ReplaceProjectVersionOfCloudPoolForbidden

type ReplaceProjectVersionOfCloudPoolForbidden struct {
	Payload *models.APIResult
}

ReplaceProjectVersionOfCloudPoolForbidden handles this case with default header values.

Forbidden

func NewReplaceProjectVersionOfCloudPoolForbidden

func NewReplaceProjectVersionOfCloudPoolForbidden() *ReplaceProjectVersionOfCloudPoolForbidden

NewReplaceProjectVersionOfCloudPoolForbidden creates a ReplaceProjectVersionOfCloudPoolForbidden with default headers values

func (*ReplaceProjectVersionOfCloudPoolForbidden) Error

func (*ReplaceProjectVersionOfCloudPoolForbidden) GetPayload

type ReplaceProjectVersionOfCloudPoolInternalServerError

type ReplaceProjectVersionOfCloudPoolInternalServerError struct {
	Payload *models.APIResult
}

ReplaceProjectVersionOfCloudPoolInternalServerError handles this case with default header values.

Internal Server Error

func NewReplaceProjectVersionOfCloudPoolInternalServerError

func NewReplaceProjectVersionOfCloudPoolInternalServerError() *ReplaceProjectVersionOfCloudPoolInternalServerError

NewReplaceProjectVersionOfCloudPoolInternalServerError creates a ReplaceProjectVersionOfCloudPoolInternalServerError with default headers values

func (*ReplaceProjectVersionOfCloudPoolInternalServerError) Error

func (*ReplaceProjectVersionOfCloudPoolInternalServerError) GetPayload

type ReplaceProjectVersionOfCloudPoolNotFound

type ReplaceProjectVersionOfCloudPoolNotFound struct {
	Payload *models.APIResult
}

ReplaceProjectVersionOfCloudPoolNotFound handles this case with default header values.

Not Found

func NewReplaceProjectVersionOfCloudPoolNotFound

func NewReplaceProjectVersionOfCloudPoolNotFound() *ReplaceProjectVersionOfCloudPoolNotFound

NewReplaceProjectVersionOfCloudPoolNotFound creates a ReplaceProjectVersionOfCloudPoolNotFound with default headers values

func (*ReplaceProjectVersionOfCloudPoolNotFound) Error

func (*ReplaceProjectVersionOfCloudPoolNotFound) GetPayload

type ReplaceProjectVersionOfCloudPoolOK

type ReplaceProjectVersionOfCloudPoolOK struct {
	Payload *models.APIResultCloudPoolProjectVersionActionResponse
}

ReplaceProjectVersionOfCloudPoolOK handles this case with default header values.

OK

func NewReplaceProjectVersionOfCloudPoolOK

func NewReplaceProjectVersionOfCloudPoolOK() *ReplaceProjectVersionOfCloudPoolOK

NewReplaceProjectVersionOfCloudPoolOK creates a ReplaceProjectVersionOfCloudPoolOK with default headers values

func (*ReplaceProjectVersionOfCloudPoolOK) Error

func (*ReplaceProjectVersionOfCloudPoolOK) GetPayload

type ReplaceProjectVersionOfCloudPoolParams

type ReplaceProjectVersionOfCloudPoolParams struct {

	/*ParentID
	  parentId

	*/
	ParentID string
	/*Resource
	  resource

	*/
	Resource *models.CloudPoolProjectVersionReplaceRequest

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

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

func NewReplaceProjectVersionOfCloudPoolParams

func NewReplaceProjectVersionOfCloudPoolParams() *ReplaceProjectVersionOfCloudPoolParams

NewReplaceProjectVersionOfCloudPoolParams creates a new ReplaceProjectVersionOfCloudPoolParams object with the default values initialized.

func NewReplaceProjectVersionOfCloudPoolParamsWithContext

func NewReplaceProjectVersionOfCloudPoolParamsWithContext(ctx context.Context) *ReplaceProjectVersionOfCloudPoolParams

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

func NewReplaceProjectVersionOfCloudPoolParamsWithHTTPClient

func NewReplaceProjectVersionOfCloudPoolParamsWithHTTPClient(client *http.Client) *ReplaceProjectVersionOfCloudPoolParams

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

func NewReplaceProjectVersionOfCloudPoolParamsWithTimeout

func NewReplaceProjectVersionOfCloudPoolParamsWithTimeout(timeout time.Duration) *ReplaceProjectVersionOfCloudPoolParams

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

func (*ReplaceProjectVersionOfCloudPoolParams) SetContext

SetContext adds the context to the replace project version of cloud pool params

func (*ReplaceProjectVersionOfCloudPoolParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace project version of cloud pool params

func (*ReplaceProjectVersionOfCloudPoolParams) SetParentID

func (o *ReplaceProjectVersionOfCloudPoolParams) SetParentID(parentID string)

SetParentID adds the parentId to the replace project version of cloud pool params

func (*ReplaceProjectVersionOfCloudPoolParams) SetResource

SetResource adds the resource to the replace project version of cloud pool params

func (*ReplaceProjectVersionOfCloudPoolParams) SetTimeout

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

SetTimeout adds the timeout to the replace project version of cloud pool params

func (*ReplaceProjectVersionOfCloudPoolParams) WithContext

WithContext adds the context to the replace project version of cloud pool params

func (*ReplaceProjectVersionOfCloudPoolParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace project version of cloud pool params

func (*ReplaceProjectVersionOfCloudPoolParams) WithParentID

WithParentID adds the parentID to the replace project version of cloud pool params

func (*ReplaceProjectVersionOfCloudPoolParams) WithResource

WithResource adds the resource to the replace project version of cloud pool params

func (*ReplaceProjectVersionOfCloudPoolParams) WithTimeout

WithTimeout adds the timeout to the replace project version of cloud pool params

func (*ReplaceProjectVersionOfCloudPoolParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceProjectVersionOfCloudPoolReader

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

ReplaceProjectVersionOfCloudPoolReader is a Reader for the ReplaceProjectVersionOfCloudPool structure.

func (*ReplaceProjectVersionOfCloudPoolReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceProjectVersionOfCloudPoolUnauthorized

type ReplaceProjectVersionOfCloudPoolUnauthorized struct {
	Payload *models.APIResult
}

ReplaceProjectVersionOfCloudPoolUnauthorized handles this case with default header values.

Unauthorized

func NewReplaceProjectVersionOfCloudPoolUnauthorized

func NewReplaceProjectVersionOfCloudPoolUnauthorized() *ReplaceProjectVersionOfCloudPoolUnauthorized

NewReplaceProjectVersionOfCloudPoolUnauthorized creates a ReplaceProjectVersionOfCloudPoolUnauthorized with default headers values

func (*ReplaceProjectVersionOfCloudPoolUnauthorized) Error

func (*ReplaceProjectVersionOfCloudPoolUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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