cloud_pool_mapping_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 pool mapping controller API

func (*Client) MapByVersionIDCloudPoolMapping

func (a *Client) MapByVersionIDCloudPoolMapping(params *MapByVersionIDCloudPoolMappingParams, authInfo runtime.ClientAuthInfoWriter) (*MapByVersionIDCloudPoolMappingOK, error)

MapByVersionIDCloudPoolMapping maps by version Id

func (*Client) MapByVersionIdsCloudPoolMapping

func (a *Client) MapByVersionIdsCloudPoolMapping(params *MapByVersionIdsCloudPoolMappingParams, authInfo runtime.ClientAuthInfoWriter) (*MapByVersionIdsCloudPoolMappingOK, error)

MapByVersionIdsCloudPoolMapping maps by version ids

func (*Client) MapByVersionNameCloudPoolMapping

MapByVersionNameCloudPoolMapping maps by version name

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	MapByVersionIDCloudPoolMapping(params *MapByVersionIDCloudPoolMappingParams, authInfo runtime.ClientAuthInfoWriter) (*MapByVersionIDCloudPoolMappingOK, error)

	MapByVersionIdsCloudPoolMapping(params *MapByVersionIdsCloudPoolMappingParams, authInfo runtime.ClientAuthInfoWriter) (*MapByVersionIdsCloudPoolMappingOK, error)

	MapByVersionNameCloudPoolMapping(params *MapByVersionNameCloudPoolMappingParams, authInfo runtime.ClientAuthInfoWriter) (*MapByVersionNameCloudPoolMappingOK, 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 pool mapping controller API client.

type MapByVersionIDCloudPoolMappingBadRequest

type MapByVersionIDCloudPoolMappingBadRequest struct {
	Payload *models.APIResult
}

MapByVersionIDCloudPoolMappingBadRequest handles this case with default header values.

Bad Request

func NewMapByVersionIDCloudPoolMappingBadRequest

func NewMapByVersionIDCloudPoolMappingBadRequest() *MapByVersionIDCloudPoolMappingBadRequest

NewMapByVersionIDCloudPoolMappingBadRequest creates a MapByVersionIDCloudPoolMappingBadRequest with default headers values

func (*MapByVersionIDCloudPoolMappingBadRequest) Error

func (*MapByVersionIDCloudPoolMappingBadRequest) GetPayload

type MapByVersionIDCloudPoolMappingConflict

type MapByVersionIDCloudPoolMappingConflict struct {
	Payload *models.APIResult
}

MapByVersionIDCloudPoolMappingConflict handles this case with default header values.

Conflict

func NewMapByVersionIDCloudPoolMappingConflict

func NewMapByVersionIDCloudPoolMappingConflict() *MapByVersionIDCloudPoolMappingConflict

NewMapByVersionIDCloudPoolMappingConflict creates a MapByVersionIDCloudPoolMappingConflict with default headers values

func (*MapByVersionIDCloudPoolMappingConflict) Error

func (*MapByVersionIDCloudPoolMappingConflict) GetPayload

type MapByVersionIDCloudPoolMappingForbidden

type MapByVersionIDCloudPoolMappingForbidden struct {
	Payload *models.APIResult
}

MapByVersionIDCloudPoolMappingForbidden handles this case with default header values.

Forbidden

func NewMapByVersionIDCloudPoolMappingForbidden

func NewMapByVersionIDCloudPoolMappingForbidden() *MapByVersionIDCloudPoolMappingForbidden

NewMapByVersionIDCloudPoolMappingForbidden creates a MapByVersionIDCloudPoolMappingForbidden with default headers values

func (*MapByVersionIDCloudPoolMappingForbidden) Error

func (*MapByVersionIDCloudPoolMappingForbidden) GetPayload

type MapByVersionIDCloudPoolMappingInternalServerError

type MapByVersionIDCloudPoolMappingInternalServerError struct {
	Payload *models.APIResult
}

MapByVersionIDCloudPoolMappingInternalServerError handles this case with default header values.

Internal Server Error

func NewMapByVersionIDCloudPoolMappingInternalServerError

func NewMapByVersionIDCloudPoolMappingInternalServerError() *MapByVersionIDCloudPoolMappingInternalServerError

NewMapByVersionIDCloudPoolMappingInternalServerError creates a MapByVersionIDCloudPoolMappingInternalServerError with default headers values

func (*MapByVersionIDCloudPoolMappingInternalServerError) Error

func (*MapByVersionIDCloudPoolMappingInternalServerError) GetPayload

type MapByVersionIDCloudPoolMappingNotFound

type MapByVersionIDCloudPoolMappingNotFound struct {
	Payload *models.APIResult
}

MapByVersionIDCloudPoolMappingNotFound handles this case with default header values.

Not Found

func NewMapByVersionIDCloudPoolMappingNotFound

func NewMapByVersionIDCloudPoolMappingNotFound() *MapByVersionIDCloudPoolMappingNotFound

NewMapByVersionIDCloudPoolMappingNotFound creates a MapByVersionIDCloudPoolMappingNotFound with default headers values

func (*MapByVersionIDCloudPoolMappingNotFound) Error

func (*MapByVersionIDCloudPoolMappingNotFound) GetPayload

type MapByVersionIDCloudPoolMappingOK

type MapByVersionIDCloudPoolMappingOK struct {
	Payload *models.APIResultCloudPoolMapping
}

MapByVersionIDCloudPoolMappingOK handles this case with default header values.

OK

func NewMapByVersionIDCloudPoolMappingOK

func NewMapByVersionIDCloudPoolMappingOK() *MapByVersionIDCloudPoolMappingOK

NewMapByVersionIDCloudPoolMappingOK creates a MapByVersionIDCloudPoolMappingOK with default headers values

func (*MapByVersionIDCloudPoolMappingOK) Error

func (*MapByVersionIDCloudPoolMappingOK) GetPayload

type MapByVersionIDCloudPoolMappingParams

type MapByVersionIDCloudPoolMappingParams struct {

	/*ProjectVersionID
	  projectVersionId

	*/
	ProjectVersionID int64

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

MapByVersionIDCloudPoolMappingParams contains all the parameters to send to the API endpoint for the map by version Id cloud pool mapping operation typically these are written to a http.Request

func NewMapByVersionIDCloudPoolMappingParams

func NewMapByVersionIDCloudPoolMappingParams() *MapByVersionIDCloudPoolMappingParams

NewMapByVersionIDCloudPoolMappingParams creates a new MapByVersionIDCloudPoolMappingParams object with the default values initialized.

func NewMapByVersionIDCloudPoolMappingParamsWithContext

func NewMapByVersionIDCloudPoolMappingParamsWithContext(ctx context.Context) *MapByVersionIDCloudPoolMappingParams

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

func NewMapByVersionIDCloudPoolMappingParamsWithHTTPClient

func NewMapByVersionIDCloudPoolMappingParamsWithHTTPClient(client *http.Client) *MapByVersionIDCloudPoolMappingParams

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

func NewMapByVersionIDCloudPoolMappingParamsWithTimeout

func NewMapByVersionIDCloudPoolMappingParamsWithTimeout(timeout time.Duration) *MapByVersionIDCloudPoolMappingParams

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

func (*MapByVersionIDCloudPoolMappingParams) SetContext

SetContext adds the context to the map by version Id cloud pool mapping params

func (*MapByVersionIDCloudPoolMappingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the map by version Id cloud pool mapping params

func (*MapByVersionIDCloudPoolMappingParams) SetProjectVersionID

func (o *MapByVersionIDCloudPoolMappingParams) SetProjectVersionID(projectVersionID int64)

SetProjectVersionID adds the projectVersionId to the map by version Id cloud pool mapping params

func (*MapByVersionIDCloudPoolMappingParams) SetTimeout

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

SetTimeout adds the timeout to the map by version Id cloud pool mapping params

func (*MapByVersionIDCloudPoolMappingParams) WithContext

WithContext adds the context to the map by version Id cloud pool mapping params

func (*MapByVersionIDCloudPoolMappingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the map by version Id cloud pool mapping params

func (*MapByVersionIDCloudPoolMappingParams) WithProjectVersionID

func (o *MapByVersionIDCloudPoolMappingParams) WithProjectVersionID(projectVersionID int64) *MapByVersionIDCloudPoolMappingParams

WithProjectVersionID adds the projectVersionID to the map by version Id cloud pool mapping params

func (*MapByVersionIDCloudPoolMappingParams) WithTimeout

WithTimeout adds the timeout to the map by version Id cloud pool mapping params

func (*MapByVersionIDCloudPoolMappingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MapByVersionIDCloudPoolMappingReader

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

MapByVersionIDCloudPoolMappingReader is a Reader for the MapByVersionIDCloudPoolMapping structure.

func (*MapByVersionIDCloudPoolMappingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MapByVersionIDCloudPoolMappingUnauthorized

type MapByVersionIDCloudPoolMappingUnauthorized struct {
	Payload *models.APIResult
}

MapByVersionIDCloudPoolMappingUnauthorized handles this case with default header values.

Unauthorized

func NewMapByVersionIDCloudPoolMappingUnauthorized

func NewMapByVersionIDCloudPoolMappingUnauthorized() *MapByVersionIDCloudPoolMappingUnauthorized

NewMapByVersionIDCloudPoolMappingUnauthorized creates a MapByVersionIDCloudPoolMappingUnauthorized with default headers values

func (*MapByVersionIDCloudPoolMappingUnauthorized) Error

func (*MapByVersionIDCloudPoolMappingUnauthorized) GetPayload

type MapByVersionIdsCloudPoolMappingBadRequest

type MapByVersionIdsCloudPoolMappingBadRequest struct {
	Payload *models.APIResult
}

MapByVersionIdsCloudPoolMappingBadRequest handles this case with default header values.

Bad Request

func NewMapByVersionIdsCloudPoolMappingBadRequest

func NewMapByVersionIdsCloudPoolMappingBadRequest() *MapByVersionIdsCloudPoolMappingBadRequest

NewMapByVersionIdsCloudPoolMappingBadRequest creates a MapByVersionIdsCloudPoolMappingBadRequest with default headers values

func (*MapByVersionIdsCloudPoolMappingBadRequest) Error

func (*MapByVersionIdsCloudPoolMappingBadRequest) GetPayload

type MapByVersionIdsCloudPoolMappingConflict

type MapByVersionIdsCloudPoolMappingConflict struct {
	Payload *models.APIResult
}

MapByVersionIdsCloudPoolMappingConflict handles this case with default header values.

Conflict

func NewMapByVersionIdsCloudPoolMappingConflict

func NewMapByVersionIdsCloudPoolMappingConflict() *MapByVersionIdsCloudPoolMappingConflict

NewMapByVersionIdsCloudPoolMappingConflict creates a MapByVersionIdsCloudPoolMappingConflict with default headers values

func (*MapByVersionIdsCloudPoolMappingConflict) Error

func (*MapByVersionIdsCloudPoolMappingConflict) GetPayload

type MapByVersionIdsCloudPoolMappingForbidden

type MapByVersionIdsCloudPoolMappingForbidden struct {
	Payload *models.APIResult
}

MapByVersionIdsCloudPoolMappingForbidden handles this case with default header values.

Forbidden

func NewMapByVersionIdsCloudPoolMappingForbidden

func NewMapByVersionIdsCloudPoolMappingForbidden() *MapByVersionIdsCloudPoolMappingForbidden

NewMapByVersionIdsCloudPoolMappingForbidden creates a MapByVersionIdsCloudPoolMappingForbidden with default headers values

func (*MapByVersionIdsCloudPoolMappingForbidden) Error

func (*MapByVersionIdsCloudPoolMappingForbidden) GetPayload

type MapByVersionIdsCloudPoolMappingInternalServerError

type MapByVersionIdsCloudPoolMappingInternalServerError struct {
	Payload *models.APIResult
}

MapByVersionIdsCloudPoolMappingInternalServerError handles this case with default header values.

Internal Server Error

func NewMapByVersionIdsCloudPoolMappingInternalServerError

func NewMapByVersionIdsCloudPoolMappingInternalServerError() *MapByVersionIdsCloudPoolMappingInternalServerError

NewMapByVersionIdsCloudPoolMappingInternalServerError creates a MapByVersionIdsCloudPoolMappingInternalServerError with default headers values

func (*MapByVersionIdsCloudPoolMappingInternalServerError) Error

func (*MapByVersionIdsCloudPoolMappingInternalServerError) GetPayload

type MapByVersionIdsCloudPoolMappingNotFound

type MapByVersionIdsCloudPoolMappingNotFound struct {
	Payload *models.APIResult
}

MapByVersionIdsCloudPoolMappingNotFound handles this case with default header values.

Not Found

func NewMapByVersionIdsCloudPoolMappingNotFound

func NewMapByVersionIdsCloudPoolMappingNotFound() *MapByVersionIdsCloudPoolMappingNotFound

NewMapByVersionIdsCloudPoolMappingNotFound creates a MapByVersionIdsCloudPoolMappingNotFound with default headers values

func (*MapByVersionIdsCloudPoolMappingNotFound) Error

func (*MapByVersionIdsCloudPoolMappingNotFound) GetPayload

type MapByVersionIdsCloudPoolMappingOK

type MapByVersionIdsCloudPoolMappingOK struct {
	Payload *models.APIResultListCloudPoolMapping
}

MapByVersionIdsCloudPoolMappingOK handles this case with default header values.

OK

func NewMapByVersionIdsCloudPoolMappingOK

func NewMapByVersionIdsCloudPoolMappingOK() *MapByVersionIdsCloudPoolMappingOK

NewMapByVersionIdsCloudPoolMappingOK creates a MapByVersionIdsCloudPoolMappingOK with default headers values

func (*MapByVersionIdsCloudPoolMappingOK) Error

func (*MapByVersionIdsCloudPoolMappingOK) GetPayload

type MapByVersionIdsCloudPoolMappingParams

type MapByVersionIdsCloudPoolMappingParams struct {

	/*ProjectVersionIds
	  projectVersionIds

	*/
	ProjectVersionIds []int64

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

MapByVersionIdsCloudPoolMappingParams contains all the parameters to send to the API endpoint for the map by version ids cloud pool mapping operation typically these are written to a http.Request

func NewMapByVersionIdsCloudPoolMappingParams

func NewMapByVersionIdsCloudPoolMappingParams() *MapByVersionIdsCloudPoolMappingParams

NewMapByVersionIdsCloudPoolMappingParams creates a new MapByVersionIdsCloudPoolMappingParams object with the default values initialized.

func NewMapByVersionIdsCloudPoolMappingParamsWithContext

func NewMapByVersionIdsCloudPoolMappingParamsWithContext(ctx context.Context) *MapByVersionIdsCloudPoolMappingParams

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

func NewMapByVersionIdsCloudPoolMappingParamsWithHTTPClient

func NewMapByVersionIdsCloudPoolMappingParamsWithHTTPClient(client *http.Client) *MapByVersionIdsCloudPoolMappingParams

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

func NewMapByVersionIdsCloudPoolMappingParamsWithTimeout

func NewMapByVersionIdsCloudPoolMappingParamsWithTimeout(timeout time.Duration) *MapByVersionIdsCloudPoolMappingParams

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

func (*MapByVersionIdsCloudPoolMappingParams) SetContext

SetContext adds the context to the map by version ids cloud pool mapping params

func (*MapByVersionIdsCloudPoolMappingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the map by version ids cloud pool mapping params

func (*MapByVersionIdsCloudPoolMappingParams) SetProjectVersionIds

func (o *MapByVersionIdsCloudPoolMappingParams) SetProjectVersionIds(projectVersionIds []int64)

SetProjectVersionIds adds the projectVersionIds to the map by version ids cloud pool mapping params

func (*MapByVersionIdsCloudPoolMappingParams) SetTimeout

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

SetTimeout adds the timeout to the map by version ids cloud pool mapping params

func (*MapByVersionIdsCloudPoolMappingParams) WithContext

WithContext adds the context to the map by version ids cloud pool mapping params

func (*MapByVersionIdsCloudPoolMappingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the map by version ids cloud pool mapping params

func (*MapByVersionIdsCloudPoolMappingParams) WithProjectVersionIds

func (o *MapByVersionIdsCloudPoolMappingParams) WithProjectVersionIds(projectVersionIds []int64) *MapByVersionIdsCloudPoolMappingParams

WithProjectVersionIds adds the projectVersionIds to the map by version ids cloud pool mapping params

func (*MapByVersionIdsCloudPoolMappingParams) WithTimeout

WithTimeout adds the timeout to the map by version ids cloud pool mapping params

func (*MapByVersionIdsCloudPoolMappingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MapByVersionIdsCloudPoolMappingReader

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

MapByVersionIdsCloudPoolMappingReader is a Reader for the MapByVersionIdsCloudPoolMapping structure.

func (*MapByVersionIdsCloudPoolMappingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MapByVersionIdsCloudPoolMappingUnauthorized

type MapByVersionIdsCloudPoolMappingUnauthorized struct {
	Payload *models.APIResult
}

MapByVersionIdsCloudPoolMappingUnauthorized handles this case with default header values.

Unauthorized

func NewMapByVersionIdsCloudPoolMappingUnauthorized

func NewMapByVersionIdsCloudPoolMappingUnauthorized() *MapByVersionIdsCloudPoolMappingUnauthorized

NewMapByVersionIdsCloudPoolMappingUnauthorized creates a MapByVersionIdsCloudPoolMappingUnauthorized with default headers values

func (*MapByVersionIdsCloudPoolMappingUnauthorized) Error

func (*MapByVersionIdsCloudPoolMappingUnauthorized) GetPayload

type MapByVersionNameCloudPoolMappingBadRequest

type MapByVersionNameCloudPoolMappingBadRequest struct {
	Payload *models.APIResult
}

MapByVersionNameCloudPoolMappingBadRequest handles this case with default header values.

Bad Request

func NewMapByVersionNameCloudPoolMappingBadRequest

func NewMapByVersionNameCloudPoolMappingBadRequest() *MapByVersionNameCloudPoolMappingBadRequest

NewMapByVersionNameCloudPoolMappingBadRequest creates a MapByVersionNameCloudPoolMappingBadRequest with default headers values

func (*MapByVersionNameCloudPoolMappingBadRequest) Error

func (*MapByVersionNameCloudPoolMappingBadRequest) GetPayload

type MapByVersionNameCloudPoolMappingConflict

type MapByVersionNameCloudPoolMappingConflict struct {
	Payload *models.APIResult
}

MapByVersionNameCloudPoolMappingConflict handles this case with default header values.

Conflict

func NewMapByVersionNameCloudPoolMappingConflict

func NewMapByVersionNameCloudPoolMappingConflict() *MapByVersionNameCloudPoolMappingConflict

NewMapByVersionNameCloudPoolMappingConflict creates a MapByVersionNameCloudPoolMappingConflict with default headers values

func (*MapByVersionNameCloudPoolMappingConflict) Error

func (*MapByVersionNameCloudPoolMappingConflict) GetPayload

type MapByVersionNameCloudPoolMappingForbidden

type MapByVersionNameCloudPoolMappingForbidden struct {
	Payload *models.APIResult
}

MapByVersionNameCloudPoolMappingForbidden handles this case with default header values.

Forbidden

func NewMapByVersionNameCloudPoolMappingForbidden

func NewMapByVersionNameCloudPoolMappingForbidden() *MapByVersionNameCloudPoolMappingForbidden

NewMapByVersionNameCloudPoolMappingForbidden creates a MapByVersionNameCloudPoolMappingForbidden with default headers values

func (*MapByVersionNameCloudPoolMappingForbidden) Error

func (*MapByVersionNameCloudPoolMappingForbidden) GetPayload

type MapByVersionNameCloudPoolMappingInternalServerError

type MapByVersionNameCloudPoolMappingInternalServerError struct {
	Payload *models.APIResult
}

MapByVersionNameCloudPoolMappingInternalServerError handles this case with default header values.

Internal Server Error

func NewMapByVersionNameCloudPoolMappingInternalServerError

func NewMapByVersionNameCloudPoolMappingInternalServerError() *MapByVersionNameCloudPoolMappingInternalServerError

NewMapByVersionNameCloudPoolMappingInternalServerError creates a MapByVersionNameCloudPoolMappingInternalServerError with default headers values

func (*MapByVersionNameCloudPoolMappingInternalServerError) Error

func (*MapByVersionNameCloudPoolMappingInternalServerError) GetPayload

type MapByVersionNameCloudPoolMappingNotFound

type MapByVersionNameCloudPoolMappingNotFound struct {
	Payload *models.APIResult
}

MapByVersionNameCloudPoolMappingNotFound handles this case with default header values.

Not Found

func NewMapByVersionNameCloudPoolMappingNotFound

func NewMapByVersionNameCloudPoolMappingNotFound() *MapByVersionNameCloudPoolMappingNotFound

NewMapByVersionNameCloudPoolMappingNotFound creates a MapByVersionNameCloudPoolMappingNotFound with default headers values

func (*MapByVersionNameCloudPoolMappingNotFound) Error

func (*MapByVersionNameCloudPoolMappingNotFound) GetPayload

type MapByVersionNameCloudPoolMappingOK

type MapByVersionNameCloudPoolMappingOK struct {
	Payload *models.APIResultCloudPoolMapping
}

MapByVersionNameCloudPoolMappingOK handles this case with default header values.

OK

func NewMapByVersionNameCloudPoolMappingOK

func NewMapByVersionNameCloudPoolMappingOK() *MapByVersionNameCloudPoolMappingOK

NewMapByVersionNameCloudPoolMappingOK creates a MapByVersionNameCloudPoolMappingOK with default headers values

func (*MapByVersionNameCloudPoolMappingOK) Error

func (*MapByVersionNameCloudPoolMappingOK) GetPayload

type MapByVersionNameCloudPoolMappingParams

type MapByVersionNameCloudPoolMappingParams struct {

	/*ProjectName
	  projectName

	*/
	ProjectName string
	/*ProjectVersionName
	  projectVersionName

	*/
	ProjectVersionName string

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

MapByVersionNameCloudPoolMappingParams contains all the parameters to send to the API endpoint for the map by version name cloud pool mapping operation typically these are written to a http.Request

func NewMapByVersionNameCloudPoolMappingParams

func NewMapByVersionNameCloudPoolMappingParams() *MapByVersionNameCloudPoolMappingParams

NewMapByVersionNameCloudPoolMappingParams creates a new MapByVersionNameCloudPoolMappingParams object with the default values initialized.

func NewMapByVersionNameCloudPoolMappingParamsWithContext

func NewMapByVersionNameCloudPoolMappingParamsWithContext(ctx context.Context) *MapByVersionNameCloudPoolMappingParams

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

func NewMapByVersionNameCloudPoolMappingParamsWithHTTPClient

func NewMapByVersionNameCloudPoolMappingParamsWithHTTPClient(client *http.Client) *MapByVersionNameCloudPoolMappingParams

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

func NewMapByVersionNameCloudPoolMappingParamsWithTimeout

func NewMapByVersionNameCloudPoolMappingParamsWithTimeout(timeout time.Duration) *MapByVersionNameCloudPoolMappingParams

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

func (*MapByVersionNameCloudPoolMappingParams) SetContext

SetContext adds the context to the map by version name cloud pool mapping params

func (*MapByVersionNameCloudPoolMappingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the map by version name cloud pool mapping params

func (*MapByVersionNameCloudPoolMappingParams) SetProjectName

func (o *MapByVersionNameCloudPoolMappingParams) SetProjectName(projectName string)

SetProjectName adds the projectName to the map by version name cloud pool mapping params

func (*MapByVersionNameCloudPoolMappingParams) SetProjectVersionName

func (o *MapByVersionNameCloudPoolMappingParams) SetProjectVersionName(projectVersionName string)

SetProjectVersionName adds the projectVersionName to the map by version name cloud pool mapping params

func (*MapByVersionNameCloudPoolMappingParams) SetTimeout

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

SetTimeout adds the timeout to the map by version name cloud pool mapping params

func (*MapByVersionNameCloudPoolMappingParams) WithContext

WithContext adds the context to the map by version name cloud pool mapping params

func (*MapByVersionNameCloudPoolMappingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the map by version name cloud pool mapping params

func (*MapByVersionNameCloudPoolMappingParams) WithProjectName

WithProjectName adds the projectName to the map by version name cloud pool mapping params

func (*MapByVersionNameCloudPoolMappingParams) WithProjectVersionName

func (o *MapByVersionNameCloudPoolMappingParams) WithProjectVersionName(projectVersionName string) *MapByVersionNameCloudPoolMappingParams

WithProjectVersionName adds the projectVersionName to the map by version name cloud pool mapping params

func (*MapByVersionNameCloudPoolMappingParams) WithTimeout

WithTimeout adds the timeout to the map by version name cloud pool mapping params

func (*MapByVersionNameCloudPoolMappingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type MapByVersionNameCloudPoolMappingReader

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

MapByVersionNameCloudPoolMappingReader is a Reader for the MapByVersionNameCloudPoolMapping structure.

func (*MapByVersionNameCloudPoolMappingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type MapByVersionNameCloudPoolMappingUnauthorized

type MapByVersionNameCloudPoolMappingUnauthorized struct {
	Payload *models.APIResult
}

MapByVersionNameCloudPoolMappingUnauthorized handles this case with default header values.

Unauthorized

func NewMapByVersionNameCloudPoolMappingUnauthorized

func NewMapByVersionNameCloudPoolMappingUnauthorized() *MapByVersionNameCloudPoolMappingUnauthorized

NewMapByVersionNameCloudPoolMappingUnauthorized creates a MapByVersionNameCloudPoolMappingUnauthorized with default headers values

func (*MapByVersionNameCloudPoolMappingUnauthorized) Error

func (*MapByVersionNameCloudPoolMappingUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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