internal_operations_shared_processor_pools

package
v1.10.0-beta1 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2024 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 internal operations shared processor pools API

func (*Client) InternalV1OperationsSharedprocessorpoolsDelete

InternalV1OperationsSharedprocessorpoolsDelete deletes a shared processor pool c r n

func (*Client) InternalV1OperationsSharedprocessorpoolsPost

InternalV1OperationsSharedprocessorpoolsPost creates a c r n for a shared processor pool

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption may be used to customize the behavior of Client methods.

type ClientService

type ClientService interface {
	InternalV1OperationsSharedprocessorpoolsDelete(params *InternalV1OperationsSharedprocessorpoolsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InternalV1OperationsSharedprocessorpoolsDeleteNoContent, error)

	InternalV1OperationsSharedprocessorpoolsPost(params *InternalV1OperationsSharedprocessorpoolsPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InternalV1OperationsSharedprocessorpoolsPostCreated, 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 internal operations shared processor pools API client.

func NewClientWithBasicAuth

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new internal operations shared processor pools API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new internal operations shared processor pools API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type InternalV1OperationsSharedprocessorpoolsDeleteBadRequest

type InternalV1OperationsSharedprocessorpoolsDeleteBadRequest struct {
	Payload *models.Error
}

InternalV1OperationsSharedprocessorpoolsDeleteBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewInternalV1OperationsSharedprocessorpoolsDeleteBadRequest

func NewInternalV1OperationsSharedprocessorpoolsDeleteBadRequest() *InternalV1OperationsSharedprocessorpoolsDeleteBadRequest

NewInternalV1OperationsSharedprocessorpoolsDeleteBadRequest creates a InternalV1OperationsSharedprocessorpoolsDeleteBadRequest with default headers values

func (*InternalV1OperationsSharedprocessorpoolsDeleteBadRequest) Code

Code gets the status code for the internal v1 operations sharedprocessorpools delete bad request response

func (*InternalV1OperationsSharedprocessorpoolsDeleteBadRequest) Error

func (*InternalV1OperationsSharedprocessorpoolsDeleteBadRequest) GetPayload

func (*InternalV1OperationsSharedprocessorpoolsDeleteBadRequest) IsClientError

IsClientError returns true when this internal v1 operations sharedprocessorpools delete bad request response has a 4xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteBadRequest) IsCode

IsCode returns true when this internal v1 operations sharedprocessorpools delete bad request response a status code equal to that given

func (*InternalV1OperationsSharedprocessorpoolsDeleteBadRequest) IsRedirect

IsRedirect returns true when this internal v1 operations sharedprocessorpools delete bad request response has a 3xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteBadRequest) IsServerError

IsServerError returns true when this internal v1 operations sharedprocessorpools delete bad request response has a 5xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteBadRequest) IsSuccess

IsSuccess returns true when this internal v1 operations sharedprocessorpools delete bad request response has a 2xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteBadRequest) String

type InternalV1OperationsSharedprocessorpoolsDeleteForbidden

type InternalV1OperationsSharedprocessorpoolsDeleteForbidden struct {
	Payload *models.Error
}

InternalV1OperationsSharedprocessorpoolsDeleteForbidden describes a response with status code 403, with default header values.

Forbidden

func NewInternalV1OperationsSharedprocessorpoolsDeleteForbidden

func NewInternalV1OperationsSharedprocessorpoolsDeleteForbidden() *InternalV1OperationsSharedprocessorpoolsDeleteForbidden

NewInternalV1OperationsSharedprocessorpoolsDeleteForbidden creates a InternalV1OperationsSharedprocessorpoolsDeleteForbidden with default headers values

func (*InternalV1OperationsSharedprocessorpoolsDeleteForbidden) Code

Code gets the status code for the internal v1 operations sharedprocessorpools delete forbidden response

func (*InternalV1OperationsSharedprocessorpoolsDeleteForbidden) Error

func (*InternalV1OperationsSharedprocessorpoolsDeleteForbidden) GetPayload

func (*InternalV1OperationsSharedprocessorpoolsDeleteForbidden) IsClientError

IsClientError returns true when this internal v1 operations sharedprocessorpools delete forbidden response has a 4xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteForbidden) IsCode

IsCode returns true when this internal v1 operations sharedprocessorpools delete forbidden response a status code equal to that given

func (*InternalV1OperationsSharedprocessorpoolsDeleteForbidden) IsRedirect

IsRedirect returns true when this internal v1 operations sharedprocessorpools delete forbidden response has a 3xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteForbidden) IsServerError

IsServerError returns true when this internal v1 operations sharedprocessorpools delete forbidden response has a 5xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteForbidden) IsSuccess

IsSuccess returns true when this internal v1 operations sharedprocessorpools delete forbidden response has a 2xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteForbidden) String

type InternalV1OperationsSharedprocessorpoolsDeleteGone

type InternalV1OperationsSharedprocessorpoolsDeleteGone struct {
	Payload *models.Error
}

InternalV1OperationsSharedprocessorpoolsDeleteGone describes a response with status code 410, with default header values.

Gone

func NewInternalV1OperationsSharedprocessorpoolsDeleteGone

func NewInternalV1OperationsSharedprocessorpoolsDeleteGone() *InternalV1OperationsSharedprocessorpoolsDeleteGone

NewInternalV1OperationsSharedprocessorpoolsDeleteGone creates a InternalV1OperationsSharedprocessorpoolsDeleteGone with default headers values

func (*InternalV1OperationsSharedprocessorpoolsDeleteGone) Code

Code gets the status code for the internal v1 operations sharedprocessorpools delete gone response

func (*InternalV1OperationsSharedprocessorpoolsDeleteGone) Error

func (*InternalV1OperationsSharedprocessorpoolsDeleteGone) GetPayload

func (*InternalV1OperationsSharedprocessorpoolsDeleteGone) IsClientError

IsClientError returns true when this internal v1 operations sharedprocessorpools delete gone response has a 4xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteGone) IsCode

IsCode returns true when this internal v1 operations sharedprocessorpools delete gone response a status code equal to that given

func (*InternalV1OperationsSharedprocessorpoolsDeleteGone) IsRedirect

IsRedirect returns true when this internal v1 operations sharedprocessorpools delete gone response has a 3xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteGone) IsServerError

IsServerError returns true when this internal v1 operations sharedprocessorpools delete gone response has a 5xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteGone) IsSuccess

IsSuccess returns true when this internal v1 operations sharedprocessorpools delete gone response has a 2xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteGone) String

type InternalV1OperationsSharedprocessorpoolsDeleteInternalServerError

type InternalV1OperationsSharedprocessorpoolsDeleteInternalServerError struct {
	Payload *models.Error
}

InternalV1OperationsSharedprocessorpoolsDeleteInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewInternalV1OperationsSharedprocessorpoolsDeleteInternalServerError

func NewInternalV1OperationsSharedprocessorpoolsDeleteInternalServerError() *InternalV1OperationsSharedprocessorpoolsDeleteInternalServerError

NewInternalV1OperationsSharedprocessorpoolsDeleteInternalServerError creates a InternalV1OperationsSharedprocessorpoolsDeleteInternalServerError with default headers values

func (*InternalV1OperationsSharedprocessorpoolsDeleteInternalServerError) Code

Code gets the status code for the internal v1 operations sharedprocessorpools delete internal server error response

func (*InternalV1OperationsSharedprocessorpoolsDeleteInternalServerError) Error

func (*InternalV1OperationsSharedprocessorpoolsDeleteInternalServerError) GetPayload

func (*InternalV1OperationsSharedprocessorpoolsDeleteInternalServerError) IsClientError

IsClientError returns true when this internal v1 operations sharedprocessorpools delete internal server error response has a 4xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteInternalServerError) IsCode

IsCode returns true when this internal v1 operations sharedprocessorpools delete internal server error response a status code equal to that given

func (*InternalV1OperationsSharedprocessorpoolsDeleteInternalServerError) IsRedirect

IsRedirect returns true when this internal v1 operations sharedprocessorpools delete internal server error response has a 3xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteInternalServerError) IsServerError

IsServerError returns true when this internal v1 operations sharedprocessorpools delete internal server error response has a 5xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteInternalServerError) IsSuccess

IsSuccess returns true when this internal v1 operations sharedprocessorpools delete internal server error response has a 2xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteInternalServerError) String

type InternalV1OperationsSharedprocessorpoolsDeleteNoContent

type InternalV1OperationsSharedprocessorpoolsDeleteNoContent struct {
}

InternalV1OperationsSharedprocessorpoolsDeleteNoContent describes a response with status code 204, with default header values.

Deleted

func NewInternalV1OperationsSharedprocessorpoolsDeleteNoContent

func NewInternalV1OperationsSharedprocessorpoolsDeleteNoContent() *InternalV1OperationsSharedprocessorpoolsDeleteNoContent

NewInternalV1OperationsSharedprocessorpoolsDeleteNoContent creates a InternalV1OperationsSharedprocessorpoolsDeleteNoContent with default headers values

func (*InternalV1OperationsSharedprocessorpoolsDeleteNoContent) Code

Code gets the status code for the internal v1 operations sharedprocessorpools delete no content response

func (*InternalV1OperationsSharedprocessorpoolsDeleteNoContent) Error

func (*InternalV1OperationsSharedprocessorpoolsDeleteNoContent) IsClientError

IsClientError returns true when this internal v1 operations sharedprocessorpools delete no content response has a 4xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteNoContent) IsCode

IsCode returns true when this internal v1 operations sharedprocessorpools delete no content response a status code equal to that given

func (*InternalV1OperationsSharedprocessorpoolsDeleteNoContent) IsRedirect

IsRedirect returns true when this internal v1 operations sharedprocessorpools delete no content response has a 3xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteNoContent) IsServerError

IsServerError returns true when this internal v1 operations sharedprocessorpools delete no content response has a 5xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteNoContent) IsSuccess

IsSuccess returns true when this internal v1 operations sharedprocessorpools delete no content response has a 2xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteNoContent) String

type InternalV1OperationsSharedprocessorpoolsDeleteNotFound

type InternalV1OperationsSharedprocessorpoolsDeleteNotFound struct {
	Payload *models.Error
}

InternalV1OperationsSharedprocessorpoolsDeleteNotFound describes a response with status code 404, with default header values.

Not Found

func NewInternalV1OperationsSharedprocessorpoolsDeleteNotFound

func NewInternalV1OperationsSharedprocessorpoolsDeleteNotFound() *InternalV1OperationsSharedprocessorpoolsDeleteNotFound

NewInternalV1OperationsSharedprocessorpoolsDeleteNotFound creates a InternalV1OperationsSharedprocessorpoolsDeleteNotFound with default headers values

func (*InternalV1OperationsSharedprocessorpoolsDeleteNotFound) Code

Code gets the status code for the internal v1 operations sharedprocessorpools delete not found response

func (*InternalV1OperationsSharedprocessorpoolsDeleteNotFound) Error

func (*InternalV1OperationsSharedprocessorpoolsDeleteNotFound) GetPayload

func (*InternalV1OperationsSharedprocessorpoolsDeleteNotFound) IsClientError

IsClientError returns true when this internal v1 operations sharedprocessorpools delete not found response has a 4xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteNotFound) IsCode

IsCode returns true when this internal v1 operations sharedprocessorpools delete not found response a status code equal to that given

func (*InternalV1OperationsSharedprocessorpoolsDeleteNotFound) IsRedirect

IsRedirect returns true when this internal v1 operations sharedprocessorpools delete not found response has a 3xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteNotFound) IsServerError

IsServerError returns true when this internal v1 operations sharedprocessorpools delete not found response has a 5xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteNotFound) IsSuccess

IsSuccess returns true when this internal v1 operations sharedprocessorpools delete not found response has a 2xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteNotFound) String

type InternalV1OperationsSharedprocessorpoolsDeleteParams

type InternalV1OperationsSharedprocessorpoolsDeleteParams struct {

	/* ResourceCrn.

	   Encoded resource CRN, "/" to be encoded into "%2F", example 'crn:v1:staging:public:power-iaas:satloc_dal_clp2joc20ppo19876n50:a%2Fc7e6bd2517ad44eabbd61fcc25cf68d5:79bffc73-0035-4e7b-b34a-15da38927424:network:d8d51d44-053b-4df3-90b6-31fbe72ba600'
	*/
	ResourceCrn string

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

InternalV1OperationsSharedprocessorpoolsDeleteParams contains all the parameters to send to the API endpoint

for the internal v1 operations sharedprocessorpools delete operation.

Typically these are written to a http.Request.

func NewInternalV1OperationsSharedprocessorpoolsDeleteParams

func NewInternalV1OperationsSharedprocessorpoolsDeleteParams() *InternalV1OperationsSharedprocessorpoolsDeleteParams

NewInternalV1OperationsSharedprocessorpoolsDeleteParams creates a new InternalV1OperationsSharedprocessorpoolsDeleteParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewInternalV1OperationsSharedprocessorpoolsDeleteParamsWithContext

func NewInternalV1OperationsSharedprocessorpoolsDeleteParamsWithContext(ctx context.Context) *InternalV1OperationsSharedprocessorpoolsDeleteParams

NewInternalV1OperationsSharedprocessorpoolsDeleteParamsWithContext creates a new InternalV1OperationsSharedprocessorpoolsDeleteParams object with the ability to set a context for a request.

func NewInternalV1OperationsSharedprocessorpoolsDeleteParamsWithHTTPClient

func NewInternalV1OperationsSharedprocessorpoolsDeleteParamsWithHTTPClient(client *http.Client) *InternalV1OperationsSharedprocessorpoolsDeleteParams

NewInternalV1OperationsSharedprocessorpoolsDeleteParamsWithHTTPClient creates a new InternalV1OperationsSharedprocessorpoolsDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewInternalV1OperationsSharedprocessorpoolsDeleteParamsWithTimeout

func NewInternalV1OperationsSharedprocessorpoolsDeleteParamsWithTimeout(timeout time.Duration) *InternalV1OperationsSharedprocessorpoolsDeleteParams

NewInternalV1OperationsSharedprocessorpoolsDeleteParamsWithTimeout creates a new InternalV1OperationsSharedprocessorpoolsDeleteParams object with the ability to set a timeout on a request.

func (*InternalV1OperationsSharedprocessorpoolsDeleteParams) SetContext

SetContext adds the context to the internal v1 operations sharedprocessorpools delete params

func (*InternalV1OperationsSharedprocessorpoolsDeleteParams) SetDefaults

SetDefaults hydrates default values in the internal v1 operations sharedprocessorpools delete params (not the query body).

All values with no default are reset to their zero value.

func (*InternalV1OperationsSharedprocessorpoolsDeleteParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the internal v1 operations sharedprocessorpools delete params

func (*InternalV1OperationsSharedprocessorpoolsDeleteParams) SetResourceCrn

func (o *InternalV1OperationsSharedprocessorpoolsDeleteParams) SetResourceCrn(resourceCrn string)

SetResourceCrn adds the resourceCrn to the internal v1 operations sharedprocessorpools delete params

func (*InternalV1OperationsSharedprocessorpoolsDeleteParams) SetTimeout

SetTimeout adds the timeout to the internal v1 operations sharedprocessorpools delete params

func (*InternalV1OperationsSharedprocessorpoolsDeleteParams) WithContext

WithContext adds the context to the internal v1 operations sharedprocessorpools delete params

func (*InternalV1OperationsSharedprocessorpoolsDeleteParams) WithDefaults

WithDefaults hydrates default values in the internal v1 operations sharedprocessorpools delete params (not the query body).

All values with no default are reset to their zero value.

func (*InternalV1OperationsSharedprocessorpoolsDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the internal v1 operations sharedprocessorpools delete params

func (*InternalV1OperationsSharedprocessorpoolsDeleteParams) WithResourceCrn

WithResourceCrn adds the resourceCrn to the internal v1 operations sharedprocessorpools delete params

func (*InternalV1OperationsSharedprocessorpoolsDeleteParams) WithTimeout

WithTimeout adds the timeout to the internal v1 operations sharedprocessorpools delete params

func (*InternalV1OperationsSharedprocessorpoolsDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InternalV1OperationsSharedprocessorpoolsDeleteReader

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

InternalV1OperationsSharedprocessorpoolsDeleteReader is a Reader for the InternalV1OperationsSharedprocessorpoolsDelete structure.

func (*InternalV1OperationsSharedprocessorpoolsDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests

type InternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests struct {
	Payload *models.Error
}

InternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewInternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests

func NewInternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests() *InternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests

NewInternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests creates a InternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests with default headers values

func (*InternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests) Code

Code gets the status code for the internal v1 operations sharedprocessorpools delete too many requests response

func (*InternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests) Error

func (*InternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests) GetPayload

func (*InternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests) IsClientError

IsClientError returns true when this internal v1 operations sharedprocessorpools delete too many requests response has a 4xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests) IsCode

IsCode returns true when this internal v1 operations sharedprocessorpools delete too many requests response a status code equal to that given

func (*InternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests) IsRedirect

IsRedirect returns true when this internal v1 operations sharedprocessorpools delete too many requests response has a 3xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests) IsServerError

IsServerError returns true when this internal v1 operations sharedprocessorpools delete too many requests response has a 5xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests) IsSuccess

IsSuccess returns true when this internal v1 operations sharedprocessorpools delete too many requests response has a 2xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteTooManyRequests) String

type InternalV1OperationsSharedprocessorpoolsDeleteUnauthorized

type InternalV1OperationsSharedprocessorpoolsDeleteUnauthorized struct {
	Payload *models.Error
}

InternalV1OperationsSharedprocessorpoolsDeleteUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewInternalV1OperationsSharedprocessorpoolsDeleteUnauthorized

func NewInternalV1OperationsSharedprocessorpoolsDeleteUnauthorized() *InternalV1OperationsSharedprocessorpoolsDeleteUnauthorized

NewInternalV1OperationsSharedprocessorpoolsDeleteUnauthorized creates a InternalV1OperationsSharedprocessorpoolsDeleteUnauthorized with default headers values

func (*InternalV1OperationsSharedprocessorpoolsDeleteUnauthorized) Code

Code gets the status code for the internal v1 operations sharedprocessorpools delete unauthorized response

func (*InternalV1OperationsSharedprocessorpoolsDeleteUnauthorized) Error

func (*InternalV1OperationsSharedprocessorpoolsDeleteUnauthorized) GetPayload

func (*InternalV1OperationsSharedprocessorpoolsDeleteUnauthorized) IsClientError

IsClientError returns true when this internal v1 operations sharedprocessorpools delete unauthorized response has a 4xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteUnauthorized) IsCode

IsCode returns true when this internal v1 operations sharedprocessorpools delete unauthorized response a status code equal to that given

func (*InternalV1OperationsSharedprocessorpoolsDeleteUnauthorized) IsRedirect

IsRedirect returns true when this internal v1 operations sharedprocessorpools delete unauthorized response has a 3xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteUnauthorized) IsServerError

IsServerError returns true when this internal v1 operations sharedprocessorpools delete unauthorized response has a 5xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteUnauthorized) IsSuccess

IsSuccess returns true when this internal v1 operations sharedprocessorpools delete unauthorized response has a 2xx status code

func (*InternalV1OperationsSharedprocessorpoolsDeleteUnauthorized) String

type InternalV1OperationsSharedprocessorpoolsPostBadRequest

type InternalV1OperationsSharedprocessorpoolsPostBadRequest struct {
	Payload *models.Error
}

InternalV1OperationsSharedprocessorpoolsPostBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewInternalV1OperationsSharedprocessorpoolsPostBadRequest

func NewInternalV1OperationsSharedprocessorpoolsPostBadRequest() *InternalV1OperationsSharedprocessorpoolsPostBadRequest

NewInternalV1OperationsSharedprocessorpoolsPostBadRequest creates a InternalV1OperationsSharedprocessorpoolsPostBadRequest with default headers values

func (*InternalV1OperationsSharedprocessorpoolsPostBadRequest) Code

Code gets the status code for the internal v1 operations sharedprocessorpools post bad request response

func (*InternalV1OperationsSharedprocessorpoolsPostBadRequest) Error

func (*InternalV1OperationsSharedprocessorpoolsPostBadRequest) GetPayload

func (*InternalV1OperationsSharedprocessorpoolsPostBadRequest) IsClientError

IsClientError returns true when this internal v1 operations sharedprocessorpools post bad request response has a 4xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostBadRequest) IsCode

IsCode returns true when this internal v1 operations sharedprocessorpools post bad request response a status code equal to that given

func (*InternalV1OperationsSharedprocessorpoolsPostBadRequest) IsRedirect

IsRedirect returns true when this internal v1 operations sharedprocessorpools post bad request response has a 3xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostBadRequest) IsServerError

IsServerError returns true when this internal v1 operations sharedprocessorpools post bad request response has a 5xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostBadRequest) IsSuccess

IsSuccess returns true when this internal v1 operations sharedprocessorpools post bad request response has a 2xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostBadRequest) String

type InternalV1OperationsSharedprocessorpoolsPostCreated

type InternalV1OperationsSharedprocessorpoolsPostCreated struct {
	Payload *models.InternalOperationsResponse
}

InternalV1OperationsSharedprocessorpoolsPostCreated describes a response with status code 201, with default header values.

Created

func NewInternalV1OperationsSharedprocessorpoolsPostCreated

func NewInternalV1OperationsSharedprocessorpoolsPostCreated() *InternalV1OperationsSharedprocessorpoolsPostCreated

NewInternalV1OperationsSharedprocessorpoolsPostCreated creates a InternalV1OperationsSharedprocessorpoolsPostCreated with default headers values

func (*InternalV1OperationsSharedprocessorpoolsPostCreated) Code

Code gets the status code for the internal v1 operations sharedprocessorpools post created response

func (*InternalV1OperationsSharedprocessorpoolsPostCreated) Error

func (*InternalV1OperationsSharedprocessorpoolsPostCreated) GetPayload

func (*InternalV1OperationsSharedprocessorpoolsPostCreated) IsClientError

IsClientError returns true when this internal v1 operations sharedprocessorpools post created response has a 4xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostCreated) IsCode

IsCode returns true when this internal v1 operations sharedprocessorpools post created response a status code equal to that given

func (*InternalV1OperationsSharedprocessorpoolsPostCreated) IsRedirect

IsRedirect returns true when this internal v1 operations sharedprocessorpools post created response has a 3xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostCreated) IsServerError

IsServerError returns true when this internal v1 operations sharedprocessorpools post created response has a 5xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostCreated) IsSuccess

IsSuccess returns true when this internal v1 operations sharedprocessorpools post created response has a 2xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostCreated) String

type InternalV1OperationsSharedprocessorpoolsPostForbidden

type InternalV1OperationsSharedprocessorpoolsPostForbidden struct {
	Payload *models.Error
}

InternalV1OperationsSharedprocessorpoolsPostForbidden describes a response with status code 403, with default header values.

Forbidden

func NewInternalV1OperationsSharedprocessorpoolsPostForbidden

func NewInternalV1OperationsSharedprocessorpoolsPostForbidden() *InternalV1OperationsSharedprocessorpoolsPostForbidden

NewInternalV1OperationsSharedprocessorpoolsPostForbidden creates a InternalV1OperationsSharedprocessorpoolsPostForbidden with default headers values

func (*InternalV1OperationsSharedprocessorpoolsPostForbidden) Code

Code gets the status code for the internal v1 operations sharedprocessorpools post forbidden response

func (*InternalV1OperationsSharedprocessorpoolsPostForbidden) Error

func (*InternalV1OperationsSharedprocessorpoolsPostForbidden) GetPayload

func (*InternalV1OperationsSharedprocessorpoolsPostForbidden) IsClientError

IsClientError returns true when this internal v1 operations sharedprocessorpools post forbidden response has a 4xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostForbidden) IsCode

IsCode returns true when this internal v1 operations sharedprocessorpools post forbidden response a status code equal to that given

func (*InternalV1OperationsSharedprocessorpoolsPostForbidden) IsRedirect

IsRedirect returns true when this internal v1 operations sharedprocessorpools post forbidden response has a 3xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostForbidden) IsServerError

IsServerError returns true when this internal v1 operations sharedprocessorpools post forbidden response has a 5xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostForbidden) IsSuccess

IsSuccess returns true when this internal v1 operations sharedprocessorpools post forbidden response has a 2xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostForbidden) String

type InternalV1OperationsSharedprocessorpoolsPostInternalServerError

type InternalV1OperationsSharedprocessorpoolsPostInternalServerError struct {
	Payload *models.Error
}

InternalV1OperationsSharedprocessorpoolsPostInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewInternalV1OperationsSharedprocessorpoolsPostInternalServerError

func NewInternalV1OperationsSharedprocessorpoolsPostInternalServerError() *InternalV1OperationsSharedprocessorpoolsPostInternalServerError

NewInternalV1OperationsSharedprocessorpoolsPostInternalServerError creates a InternalV1OperationsSharedprocessorpoolsPostInternalServerError with default headers values

func (*InternalV1OperationsSharedprocessorpoolsPostInternalServerError) Code

Code gets the status code for the internal v1 operations sharedprocessorpools post internal server error response

func (*InternalV1OperationsSharedprocessorpoolsPostInternalServerError) Error

func (*InternalV1OperationsSharedprocessorpoolsPostInternalServerError) GetPayload

func (*InternalV1OperationsSharedprocessorpoolsPostInternalServerError) IsClientError

IsClientError returns true when this internal v1 operations sharedprocessorpools post internal server error response has a 4xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostInternalServerError) IsCode

IsCode returns true when this internal v1 operations sharedprocessorpools post internal server error response a status code equal to that given

func (*InternalV1OperationsSharedprocessorpoolsPostInternalServerError) IsRedirect

IsRedirect returns true when this internal v1 operations sharedprocessorpools post internal server error response has a 3xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostInternalServerError) IsServerError

IsServerError returns true when this internal v1 operations sharedprocessorpools post internal server error response has a 5xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostInternalServerError) IsSuccess

IsSuccess returns true when this internal v1 operations sharedprocessorpools post internal server error response has a 2xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostInternalServerError) String

type InternalV1OperationsSharedprocessorpoolsPostParams

type InternalV1OperationsSharedprocessorpoolsPostParams struct {

	/* Body.

	   Parameters for creating a Shared Processor Pool CRN
	*/
	Body *models.InternalOperationsRequest

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

InternalV1OperationsSharedprocessorpoolsPostParams contains all the parameters to send to the API endpoint

for the internal v1 operations sharedprocessorpools post operation.

Typically these are written to a http.Request.

func NewInternalV1OperationsSharedprocessorpoolsPostParams

func NewInternalV1OperationsSharedprocessorpoolsPostParams() *InternalV1OperationsSharedprocessorpoolsPostParams

NewInternalV1OperationsSharedprocessorpoolsPostParams creates a new InternalV1OperationsSharedprocessorpoolsPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewInternalV1OperationsSharedprocessorpoolsPostParamsWithContext

func NewInternalV1OperationsSharedprocessorpoolsPostParamsWithContext(ctx context.Context) *InternalV1OperationsSharedprocessorpoolsPostParams

NewInternalV1OperationsSharedprocessorpoolsPostParamsWithContext creates a new InternalV1OperationsSharedprocessorpoolsPostParams object with the ability to set a context for a request.

func NewInternalV1OperationsSharedprocessorpoolsPostParamsWithHTTPClient

func NewInternalV1OperationsSharedprocessorpoolsPostParamsWithHTTPClient(client *http.Client) *InternalV1OperationsSharedprocessorpoolsPostParams

NewInternalV1OperationsSharedprocessorpoolsPostParamsWithHTTPClient creates a new InternalV1OperationsSharedprocessorpoolsPostParams object with the ability to set a custom HTTPClient for a request.

func NewInternalV1OperationsSharedprocessorpoolsPostParamsWithTimeout

func NewInternalV1OperationsSharedprocessorpoolsPostParamsWithTimeout(timeout time.Duration) *InternalV1OperationsSharedprocessorpoolsPostParams

NewInternalV1OperationsSharedprocessorpoolsPostParamsWithTimeout creates a new InternalV1OperationsSharedprocessorpoolsPostParams object with the ability to set a timeout on a request.

func (*InternalV1OperationsSharedprocessorpoolsPostParams) SetBody

SetBody adds the body to the internal v1 operations sharedprocessorpools post params

func (*InternalV1OperationsSharedprocessorpoolsPostParams) SetContext

SetContext adds the context to the internal v1 operations sharedprocessorpools post params

func (*InternalV1OperationsSharedprocessorpoolsPostParams) SetDefaults

SetDefaults hydrates default values in the internal v1 operations sharedprocessorpools post params (not the query body).

All values with no default are reset to their zero value.

func (*InternalV1OperationsSharedprocessorpoolsPostParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the internal v1 operations sharedprocessorpools post params

func (*InternalV1OperationsSharedprocessorpoolsPostParams) SetTimeout

SetTimeout adds the timeout to the internal v1 operations sharedprocessorpools post params

func (*InternalV1OperationsSharedprocessorpoolsPostParams) WithBody

WithBody adds the body to the internal v1 operations sharedprocessorpools post params

func (*InternalV1OperationsSharedprocessorpoolsPostParams) WithContext

WithContext adds the context to the internal v1 operations sharedprocessorpools post params

func (*InternalV1OperationsSharedprocessorpoolsPostParams) WithDefaults

WithDefaults hydrates default values in the internal v1 operations sharedprocessorpools post params (not the query body).

All values with no default are reset to their zero value.

func (*InternalV1OperationsSharedprocessorpoolsPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the internal v1 operations sharedprocessorpools post params

func (*InternalV1OperationsSharedprocessorpoolsPostParams) WithTimeout

WithTimeout adds the timeout to the internal v1 operations sharedprocessorpools post params

func (*InternalV1OperationsSharedprocessorpoolsPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InternalV1OperationsSharedprocessorpoolsPostReader

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

InternalV1OperationsSharedprocessorpoolsPostReader is a Reader for the InternalV1OperationsSharedprocessorpoolsPost structure.

func (*InternalV1OperationsSharedprocessorpoolsPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InternalV1OperationsSharedprocessorpoolsPostTooManyRequests

type InternalV1OperationsSharedprocessorpoolsPostTooManyRequests struct {
	Payload *models.Error
}

InternalV1OperationsSharedprocessorpoolsPostTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewInternalV1OperationsSharedprocessorpoolsPostTooManyRequests

func NewInternalV1OperationsSharedprocessorpoolsPostTooManyRequests() *InternalV1OperationsSharedprocessorpoolsPostTooManyRequests

NewInternalV1OperationsSharedprocessorpoolsPostTooManyRequests creates a InternalV1OperationsSharedprocessorpoolsPostTooManyRequests with default headers values

func (*InternalV1OperationsSharedprocessorpoolsPostTooManyRequests) Code

Code gets the status code for the internal v1 operations sharedprocessorpools post too many requests response

func (*InternalV1OperationsSharedprocessorpoolsPostTooManyRequests) Error

func (*InternalV1OperationsSharedprocessorpoolsPostTooManyRequests) GetPayload

func (*InternalV1OperationsSharedprocessorpoolsPostTooManyRequests) IsClientError

IsClientError returns true when this internal v1 operations sharedprocessorpools post too many requests response has a 4xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostTooManyRequests) IsCode

IsCode returns true when this internal v1 operations sharedprocessorpools post too many requests response a status code equal to that given

func (*InternalV1OperationsSharedprocessorpoolsPostTooManyRequests) IsRedirect

IsRedirect returns true when this internal v1 operations sharedprocessorpools post too many requests response has a 3xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostTooManyRequests) IsServerError

IsServerError returns true when this internal v1 operations sharedprocessorpools post too many requests response has a 5xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostTooManyRequests) IsSuccess

IsSuccess returns true when this internal v1 operations sharedprocessorpools post too many requests response has a 2xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostTooManyRequests) String

type InternalV1OperationsSharedprocessorpoolsPostUnauthorized

type InternalV1OperationsSharedprocessorpoolsPostUnauthorized struct {
	Payload *models.Error
}

InternalV1OperationsSharedprocessorpoolsPostUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewInternalV1OperationsSharedprocessorpoolsPostUnauthorized

func NewInternalV1OperationsSharedprocessorpoolsPostUnauthorized() *InternalV1OperationsSharedprocessorpoolsPostUnauthorized

NewInternalV1OperationsSharedprocessorpoolsPostUnauthorized creates a InternalV1OperationsSharedprocessorpoolsPostUnauthorized with default headers values

func (*InternalV1OperationsSharedprocessorpoolsPostUnauthorized) Code

Code gets the status code for the internal v1 operations sharedprocessorpools post unauthorized response

func (*InternalV1OperationsSharedprocessorpoolsPostUnauthorized) Error

func (*InternalV1OperationsSharedprocessorpoolsPostUnauthorized) GetPayload

func (*InternalV1OperationsSharedprocessorpoolsPostUnauthorized) IsClientError

IsClientError returns true when this internal v1 operations sharedprocessorpools post unauthorized response has a 4xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostUnauthorized) IsCode

IsCode returns true when this internal v1 operations sharedprocessorpools post unauthorized response a status code equal to that given

func (*InternalV1OperationsSharedprocessorpoolsPostUnauthorized) IsRedirect

IsRedirect returns true when this internal v1 operations sharedprocessorpools post unauthorized response has a 3xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostUnauthorized) IsServerError

IsServerError returns true when this internal v1 operations sharedprocessorpools post unauthorized response has a 5xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostUnauthorized) IsSuccess

IsSuccess returns true when this internal v1 operations sharedprocessorpools post unauthorized response has a 2xx status code

func (*InternalV1OperationsSharedprocessorpoolsPostUnauthorized) String

Jump to

Keyboard shortcuts

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