p_cloud_cloud_connections

package
v1.8.0-beta10 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2024 License: Apache-2.0 Imports: 11 Imported by: 1

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 p cloud cloud connections API

func (*Client) PcloudCloudconnectionsDelete

PcloudCloudconnectionsDelete deletes a cloud connection

func (*Client) PcloudCloudconnectionsGet

func (a *Client) PcloudCloudconnectionsGet(params *PcloudCloudconnectionsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudCloudconnectionsGetOK, error)

PcloudCloudconnectionsGet gets a cloud connection s state information

func (*Client) PcloudCloudconnectionsGetall

func (a *Client) PcloudCloudconnectionsGetall(params *PcloudCloudconnectionsGetallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudCloudconnectionsGetallOK, error)

PcloudCloudconnectionsGetall gets all cloud connections in this cloud instance

func (*Client) PcloudCloudconnectionsNetworksDelete

PcloudCloudconnectionsNetworksDelete detaches a network from a cloud connection

func (*Client) PcloudCloudconnectionsNetworksPut

PcloudCloudconnectionsNetworksPut attaches a network to the cloud connection

func (*Client) PcloudCloudconnectionsPost

PcloudCloudconnectionsPost creates a new cloud connection

func (*Client) PcloudCloudconnectionsPut

PcloudCloudconnectionsPut updates a cloud connection

func (*Client) PcloudCloudconnectionsVirtualprivatecloudsGetall

PcloudCloudconnectionsVirtualprivatecloudsGetall gets all virtual private cloud connections in this cloud instance

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption added in v1.1.0

type ClientOption func(*runtime.ClientOperation)

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

type ClientService added in v1.1.0

type ClientService interface {
	PcloudCloudconnectionsDelete(params *PcloudCloudconnectionsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudCloudconnectionsDeleteOK, *PcloudCloudconnectionsDeleteAccepted, error)

	PcloudCloudconnectionsGet(params *PcloudCloudconnectionsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudCloudconnectionsGetOK, error)

	PcloudCloudconnectionsGetall(params *PcloudCloudconnectionsGetallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudCloudconnectionsGetallOK, error)

	PcloudCloudconnectionsNetworksDelete(params *PcloudCloudconnectionsNetworksDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudCloudconnectionsNetworksDeleteOK, *PcloudCloudconnectionsNetworksDeleteAccepted, error)

	PcloudCloudconnectionsNetworksPut(params *PcloudCloudconnectionsNetworksPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudCloudconnectionsNetworksPutOK, *PcloudCloudconnectionsNetworksPutAccepted, error)

	PcloudCloudconnectionsPost(params *PcloudCloudconnectionsPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudCloudconnectionsPostOK, *PcloudCloudconnectionsPostCreated, *PcloudCloudconnectionsPostAccepted, error)

	PcloudCloudconnectionsPut(params *PcloudCloudconnectionsPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudCloudconnectionsPutOK, *PcloudCloudconnectionsPutAccepted, error)

	PcloudCloudconnectionsVirtualprivatecloudsGetall(params *PcloudCloudconnectionsVirtualprivatecloudsGetallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudCloudconnectionsVirtualprivatecloudsGetallOK, 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 p cloud cloud connections API client.

func NewClientWithBasicAuth added in v1.7.0

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

New creates a new p cloud cloud connections 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 added in v1.7.0

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

New creates a new p cloud cloud connections 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 PcloudCloudconnectionsDeleteAccepted added in v1.0.54

type PcloudCloudconnectionsDeleteAccepted struct {
	Payload *models.JobReference
}

PcloudCloudconnectionsDeleteAccepted describes a response with status code 202, with default header values.

Accepted

func NewPcloudCloudconnectionsDeleteAccepted added in v1.0.54

func NewPcloudCloudconnectionsDeleteAccepted() *PcloudCloudconnectionsDeleteAccepted

NewPcloudCloudconnectionsDeleteAccepted creates a PcloudCloudconnectionsDeleteAccepted with default headers values

func (*PcloudCloudconnectionsDeleteAccepted) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections delete accepted response

func (*PcloudCloudconnectionsDeleteAccepted) Error added in v1.0.54

func (*PcloudCloudconnectionsDeleteAccepted) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsDeleteAccepted) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsDeleteAccepted) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections delete accepted response has a 4xx status code

func (*PcloudCloudconnectionsDeleteAccepted) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections delete accepted response a status code equal to that given

func (*PcloudCloudconnectionsDeleteAccepted) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections delete accepted response has a 3xx status code

func (*PcloudCloudconnectionsDeleteAccepted) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsDeleteAccepted) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections delete accepted response has a 5xx status code

func (*PcloudCloudconnectionsDeleteAccepted) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections delete accepted response has a 2xx status code

func (*PcloudCloudconnectionsDeleteAccepted) String added in v1.2.2

type PcloudCloudconnectionsDeleteBadRequest

type PcloudCloudconnectionsDeleteBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudCloudconnectionsDeleteBadRequest

func NewPcloudCloudconnectionsDeleteBadRequest() *PcloudCloudconnectionsDeleteBadRequest

NewPcloudCloudconnectionsDeleteBadRequest creates a PcloudCloudconnectionsDeleteBadRequest with default headers values

func (*PcloudCloudconnectionsDeleteBadRequest) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections delete bad request response

func (*PcloudCloudconnectionsDeleteBadRequest) Error

func (*PcloudCloudconnectionsDeleteBadRequest) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsDeleteBadRequest) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsDeleteBadRequest) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections delete bad request response has a 4xx status code

func (*PcloudCloudconnectionsDeleteBadRequest) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections delete bad request response a status code equal to that given

func (*PcloudCloudconnectionsDeleteBadRequest) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections delete bad request response has a 3xx status code

func (*PcloudCloudconnectionsDeleteBadRequest) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsDeleteBadRequest) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections delete bad request response has a 5xx status code

func (*PcloudCloudconnectionsDeleteBadRequest) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections delete bad request response has a 2xx status code

func (*PcloudCloudconnectionsDeleteBadRequest) String added in v1.2.2

type PcloudCloudconnectionsDeleteForbidden added in v1.4.2

type PcloudCloudconnectionsDeleteForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudCloudconnectionsDeleteForbidden added in v1.4.2

func NewPcloudCloudconnectionsDeleteForbidden() *PcloudCloudconnectionsDeleteForbidden

NewPcloudCloudconnectionsDeleteForbidden creates a PcloudCloudconnectionsDeleteForbidden with default headers values

func (*PcloudCloudconnectionsDeleteForbidden) Code added in v1.4.2

Code gets the status code for the pcloud cloudconnections delete forbidden response

func (*PcloudCloudconnectionsDeleteForbidden) Error added in v1.4.2

func (*PcloudCloudconnectionsDeleteForbidden) GetPayload added in v1.4.2

func (*PcloudCloudconnectionsDeleteForbidden) IsClientError added in v1.4.2

func (o *PcloudCloudconnectionsDeleteForbidden) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections delete forbidden response has a 4xx status code

func (*PcloudCloudconnectionsDeleteForbidden) IsCode added in v1.4.2

IsCode returns true when this pcloud cloudconnections delete forbidden response a status code equal to that given

func (*PcloudCloudconnectionsDeleteForbidden) IsRedirect added in v1.4.2

IsRedirect returns true when this pcloud cloudconnections delete forbidden response has a 3xx status code

func (*PcloudCloudconnectionsDeleteForbidden) IsServerError added in v1.4.2

func (o *PcloudCloudconnectionsDeleteForbidden) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections delete forbidden response has a 5xx status code

func (*PcloudCloudconnectionsDeleteForbidden) IsSuccess added in v1.4.2

IsSuccess returns true when this pcloud cloudconnections delete forbidden response has a 2xx status code

func (*PcloudCloudconnectionsDeleteForbidden) String added in v1.4.2

type PcloudCloudconnectionsDeleteGone

type PcloudCloudconnectionsDeleteGone struct {
	Payload *models.Error
}

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

Gone

func NewPcloudCloudconnectionsDeleteGone

func NewPcloudCloudconnectionsDeleteGone() *PcloudCloudconnectionsDeleteGone

NewPcloudCloudconnectionsDeleteGone creates a PcloudCloudconnectionsDeleteGone with default headers values

func (*PcloudCloudconnectionsDeleteGone) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections delete gone response

func (*PcloudCloudconnectionsDeleteGone) Error

func (*PcloudCloudconnectionsDeleteGone) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsDeleteGone) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsDeleteGone) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections delete gone response has a 4xx status code

func (*PcloudCloudconnectionsDeleteGone) IsCode added in v1.2.2

func (o *PcloudCloudconnectionsDeleteGone) IsCode(code int) bool

IsCode returns true when this pcloud cloudconnections delete gone response a status code equal to that given

func (*PcloudCloudconnectionsDeleteGone) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsDeleteGone) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections delete gone response has a 3xx status code

func (*PcloudCloudconnectionsDeleteGone) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsDeleteGone) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections delete gone response has a 5xx status code

func (*PcloudCloudconnectionsDeleteGone) IsSuccess added in v1.2.2

func (o *PcloudCloudconnectionsDeleteGone) IsSuccess() bool

IsSuccess returns true when this pcloud cloudconnections delete gone response has a 2xx status code

func (*PcloudCloudconnectionsDeleteGone) String added in v1.2.2

type PcloudCloudconnectionsDeleteInternalServerError

type PcloudCloudconnectionsDeleteInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudCloudconnectionsDeleteInternalServerError

func NewPcloudCloudconnectionsDeleteInternalServerError() *PcloudCloudconnectionsDeleteInternalServerError

NewPcloudCloudconnectionsDeleteInternalServerError creates a PcloudCloudconnectionsDeleteInternalServerError with default headers values

func (*PcloudCloudconnectionsDeleteInternalServerError) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections delete internal server error response

func (*PcloudCloudconnectionsDeleteInternalServerError) Error

func (*PcloudCloudconnectionsDeleteInternalServerError) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsDeleteInternalServerError) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections delete internal server error response has a 4xx status code

func (*PcloudCloudconnectionsDeleteInternalServerError) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections delete internal server error response a status code equal to that given

func (*PcloudCloudconnectionsDeleteInternalServerError) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections delete internal server error response has a 3xx status code

func (*PcloudCloudconnectionsDeleteInternalServerError) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections delete internal server error response has a 5xx status code

func (*PcloudCloudconnectionsDeleteInternalServerError) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections delete internal server error response has a 2xx status code

func (*PcloudCloudconnectionsDeleteInternalServerError) String added in v1.2.2

type PcloudCloudconnectionsDeleteNotFound added in v1.1.10

type PcloudCloudconnectionsDeleteNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudCloudconnectionsDeleteNotFound added in v1.1.10

func NewPcloudCloudconnectionsDeleteNotFound() *PcloudCloudconnectionsDeleteNotFound

NewPcloudCloudconnectionsDeleteNotFound creates a PcloudCloudconnectionsDeleteNotFound with default headers values

func (*PcloudCloudconnectionsDeleteNotFound) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections delete not found response

func (*PcloudCloudconnectionsDeleteNotFound) Error added in v1.1.10

func (*PcloudCloudconnectionsDeleteNotFound) GetPayload added in v1.1.10

func (*PcloudCloudconnectionsDeleteNotFound) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsDeleteNotFound) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections delete not found response has a 4xx status code

func (*PcloudCloudconnectionsDeleteNotFound) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections delete not found response a status code equal to that given

func (*PcloudCloudconnectionsDeleteNotFound) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections delete not found response has a 3xx status code

func (*PcloudCloudconnectionsDeleteNotFound) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsDeleteNotFound) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections delete not found response has a 5xx status code

func (*PcloudCloudconnectionsDeleteNotFound) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections delete not found response has a 2xx status code

func (*PcloudCloudconnectionsDeleteNotFound) String added in v1.2.2

type PcloudCloudconnectionsDeleteOK

type PcloudCloudconnectionsDeleteOK struct {
	Payload models.Object
}

PcloudCloudconnectionsDeleteOK describes a response with status code 200, with default header values.

OK

func NewPcloudCloudconnectionsDeleteOK

func NewPcloudCloudconnectionsDeleteOK() *PcloudCloudconnectionsDeleteOK

NewPcloudCloudconnectionsDeleteOK creates a PcloudCloudconnectionsDeleteOK with default headers values

func (*PcloudCloudconnectionsDeleteOK) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections delete o k response

func (*PcloudCloudconnectionsDeleteOK) Error

func (*PcloudCloudconnectionsDeleteOK) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsDeleteOK) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsDeleteOK) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections delete o k response has a 4xx status code

func (*PcloudCloudconnectionsDeleteOK) IsCode added in v1.2.2

func (o *PcloudCloudconnectionsDeleteOK) IsCode(code int) bool

IsCode returns true when this pcloud cloudconnections delete o k response a status code equal to that given

func (*PcloudCloudconnectionsDeleteOK) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsDeleteOK) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections delete o k response has a 3xx status code

func (*PcloudCloudconnectionsDeleteOK) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsDeleteOK) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections delete o k response has a 5xx status code

func (*PcloudCloudconnectionsDeleteOK) IsSuccess added in v1.2.2

func (o *PcloudCloudconnectionsDeleteOK) IsSuccess() bool

IsSuccess returns true when this pcloud cloudconnections delete o k response has a 2xx status code

func (*PcloudCloudconnectionsDeleteOK) String added in v1.2.2

type PcloudCloudconnectionsDeleteParams

type PcloudCloudconnectionsDeleteParams struct {

	/* CloudConnectionID.

	   Cloud Connection ID
	*/
	CloudConnectionID string

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

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

PcloudCloudconnectionsDeleteParams contains all the parameters to send to the API endpoint

for the pcloud cloudconnections delete operation.

Typically these are written to a http.Request.

func NewPcloudCloudconnectionsDeleteParams

func NewPcloudCloudconnectionsDeleteParams() *PcloudCloudconnectionsDeleteParams

NewPcloudCloudconnectionsDeleteParams creates a new PcloudCloudconnectionsDeleteParams 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 NewPcloudCloudconnectionsDeleteParamsWithContext

func NewPcloudCloudconnectionsDeleteParamsWithContext(ctx context.Context) *PcloudCloudconnectionsDeleteParams

NewPcloudCloudconnectionsDeleteParamsWithContext creates a new PcloudCloudconnectionsDeleteParams object with the ability to set a context for a request.

func NewPcloudCloudconnectionsDeleteParamsWithHTTPClient

func NewPcloudCloudconnectionsDeleteParamsWithHTTPClient(client *http.Client) *PcloudCloudconnectionsDeleteParams

NewPcloudCloudconnectionsDeleteParamsWithHTTPClient creates a new PcloudCloudconnectionsDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudCloudconnectionsDeleteParamsWithTimeout

func NewPcloudCloudconnectionsDeleteParamsWithTimeout(timeout time.Duration) *PcloudCloudconnectionsDeleteParams

NewPcloudCloudconnectionsDeleteParamsWithTimeout creates a new PcloudCloudconnectionsDeleteParams object with the ability to set a timeout on a request.

func (*PcloudCloudconnectionsDeleteParams) SetCloudConnectionID

func (o *PcloudCloudconnectionsDeleteParams) SetCloudConnectionID(cloudConnectionID string)

SetCloudConnectionID adds the cloudConnectionId to the pcloud cloudconnections delete params

func (*PcloudCloudconnectionsDeleteParams) SetCloudInstanceID

func (o *PcloudCloudconnectionsDeleteParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud cloudconnections delete params

func (*PcloudCloudconnectionsDeleteParams) SetContext

SetContext adds the context to the pcloud cloudconnections delete params

func (*PcloudCloudconnectionsDeleteParams) SetDefaults added in v1.1.0

func (o *PcloudCloudconnectionsDeleteParams) SetDefaults()

SetDefaults hydrates default values in the pcloud cloudconnections delete params (not the query body).

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

func (*PcloudCloudconnectionsDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud cloudconnections delete params

func (*PcloudCloudconnectionsDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud cloudconnections delete params

func (*PcloudCloudconnectionsDeleteParams) WithCloudConnectionID

func (o *PcloudCloudconnectionsDeleteParams) WithCloudConnectionID(cloudConnectionID string) *PcloudCloudconnectionsDeleteParams

WithCloudConnectionID adds the cloudConnectionID to the pcloud cloudconnections delete params

func (*PcloudCloudconnectionsDeleteParams) WithCloudInstanceID

func (o *PcloudCloudconnectionsDeleteParams) WithCloudInstanceID(cloudInstanceID string) *PcloudCloudconnectionsDeleteParams

WithCloudInstanceID adds the cloudInstanceID to the pcloud cloudconnections delete params

func (*PcloudCloudconnectionsDeleteParams) WithContext

WithContext adds the context to the pcloud cloudconnections delete params

func (*PcloudCloudconnectionsDeleteParams) WithDefaults added in v1.1.0

WithDefaults hydrates default values in the pcloud cloudconnections delete params (not the query body).

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

func (*PcloudCloudconnectionsDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud cloudconnections delete params

func (*PcloudCloudconnectionsDeleteParams) WithTimeout

WithTimeout adds the timeout to the pcloud cloudconnections delete params

func (*PcloudCloudconnectionsDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudCloudconnectionsDeleteReader

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

PcloudCloudconnectionsDeleteReader is a Reader for the PcloudCloudconnectionsDelete structure.

func (*PcloudCloudconnectionsDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudCloudconnectionsDeleteRequestTimeout added in v1.1.10

type PcloudCloudconnectionsDeleteRequestTimeout struct {
	Payload *models.Error
}

PcloudCloudconnectionsDeleteRequestTimeout describes a response with status code 408, with default header values.

Request Timeout

func NewPcloudCloudconnectionsDeleteRequestTimeout added in v1.1.10

func NewPcloudCloudconnectionsDeleteRequestTimeout() *PcloudCloudconnectionsDeleteRequestTimeout

NewPcloudCloudconnectionsDeleteRequestTimeout creates a PcloudCloudconnectionsDeleteRequestTimeout with default headers values

func (*PcloudCloudconnectionsDeleteRequestTimeout) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections delete request timeout response

func (*PcloudCloudconnectionsDeleteRequestTimeout) Error added in v1.1.10

func (*PcloudCloudconnectionsDeleteRequestTimeout) GetPayload added in v1.1.10

func (*PcloudCloudconnectionsDeleteRequestTimeout) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections delete request timeout response has a 4xx status code

func (*PcloudCloudconnectionsDeleteRequestTimeout) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections delete request timeout response a status code equal to that given

func (*PcloudCloudconnectionsDeleteRequestTimeout) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections delete request timeout response has a 3xx status code

func (*PcloudCloudconnectionsDeleteRequestTimeout) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections delete request timeout response has a 5xx status code

func (*PcloudCloudconnectionsDeleteRequestTimeout) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections delete request timeout response has a 2xx status code

func (*PcloudCloudconnectionsDeleteRequestTimeout) String added in v1.2.2

type PcloudCloudconnectionsDeleteUnauthorized added in v1.0.59

type PcloudCloudconnectionsDeleteUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudCloudconnectionsDeleteUnauthorized added in v1.0.59

func NewPcloudCloudconnectionsDeleteUnauthorized() *PcloudCloudconnectionsDeleteUnauthorized

NewPcloudCloudconnectionsDeleteUnauthorized creates a PcloudCloudconnectionsDeleteUnauthorized with default headers values

func (*PcloudCloudconnectionsDeleteUnauthorized) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections delete unauthorized response

func (*PcloudCloudconnectionsDeleteUnauthorized) Error added in v1.0.59

func (*PcloudCloudconnectionsDeleteUnauthorized) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsDeleteUnauthorized) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections delete unauthorized response has a 4xx status code

func (*PcloudCloudconnectionsDeleteUnauthorized) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections delete unauthorized response a status code equal to that given

func (*PcloudCloudconnectionsDeleteUnauthorized) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections delete unauthorized response has a 3xx status code

func (*PcloudCloudconnectionsDeleteUnauthorized) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections delete unauthorized response has a 5xx status code

func (*PcloudCloudconnectionsDeleteUnauthorized) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections delete unauthorized response has a 2xx status code

func (*PcloudCloudconnectionsDeleteUnauthorized) String added in v1.2.2

type PcloudCloudconnectionsGetBadRequest

type PcloudCloudconnectionsGetBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudCloudconnectionsGetBadRequest

func NewPcloudCloudconnectionsGetBadRequest() *PcloudCloudconnectionsGetBadRequest

NewPcloudCloudconnectionsGetBadRequest creates a PcloudCloudconnectionsGetBadRequest with default headers values

func (*PcloudCloudconnectionsGetBadRequest) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections get bad request response

func (*PcloudCloudconnectionsGetBadRequest) Error

func (*PcloudCloudconnectionsGetBadRequest) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsGetBadRequest) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsGetBadRequest) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections get bad request response has a 4xx status code

func (*PcloudCloudconnectionsGetBadRequest) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections get bad request response a status code equal to that given

func (*PcloudCloudconnectionsGetBadRequest) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsGetBadRequest) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections get bad request response has a 3xx status code

func (*PcloudCloudconnectionsGetBadRequest) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsGetBadRequest) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections get bad request response has a 5xx status code

func (*PcloudCloudconnectionsGetBadRequest) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections get bad request response has a 2xx status code

func (*PcloudCloudconnectionsGetBadRequest) String added in v1.2.2

type PcloudCloudconnectionsGetForbidden added in v1.4.2

type PcloudCloudconnectionsGetForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudCloudconnectionsGetForbidden added in v1.4.2

func NewPcloudCloudconnectionsGetForbidden() *PcloudCloudconnectionsGetForbidden

NewPcloudCloudconnectionsGetForbidden creates a PcloudCloudconnectionsGetForbidden with default headers values

func (*PcloudCloudconnectionsGetForbidden) Code added in v1.4.2

Code gets the status code for the pcloud cloudconnections get forbidden response

func (*PcloudCloudconnectionsGetForbidden) Error added in v1.4.2

func (*PcloudCloudconnectionsGetForbidden) GetPayload added in v1.4.2

func (*PcloudCloudconnectionsGetForbidden) IsClientError added in v1.4.2

func (o *PcloudCloudconnectionsGetForbidden) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections get forbidden response has a 4xx status code

func (*PcloudCloudconnectionsGetForbidden) IsCode added in v1.4.2

IsCode returns true when this pcloud cloudconnections get forbidden response a status code equal to that given

func (*PcloudCloudconnectionsGetForbidden) IsRedirect added in v1.4.2

func (o *PcloudCloudconnectionsGetForbidden) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections get forbidden response has a 3xx status code

func (*PcloudCloudconnectionsGetForbidden) IsServerError added in v1.4.2

func (o *PcloudCloudconnectionsGetForbidden) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections get forbidden response has a 5xx status code

func (*PcloudCloudconnectionsGetForbidden) IsSuccess added in v1.4.2

IsSuccess returns true when this pcloud cloudconnections get forbidden response has a 2xx status code

func (*PcloudCloudconnectionsGetForbidden) String added in v1.4.2

type PcloudCloudconnectionsGetInternalServerError

type PcloudCloudconnectionsGetInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudCloudconnectionsGetInternalServerError

func NewPcloudCloudconnectionsGetInternalServerError() *PcloudCloudconnectionsGetInternalServerError

NewPcloudCloudconnectionsGetInternalServerError creates a PcloudCloudconnectionsGetInternalServerError with default headers values

func (*PcloudCloudconnectionsGetInternalServerError) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections get internal server error response

func (*PcloudCloudconnectionsGetInternalServerError) Error

func (*PcloudCloudconnectionsGetInternalServerError) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsGetInternalServerError) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections get internal server error response has a 4xx status code

func (*PcloudCloudconnectionsGetInternalServerError) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections get internal server error response a status code equal to that given

func (*PcloudCloudconnectionsGetInternalServerError) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections get internal server error response has a 3xx status code

func (*PcloudCloudconnectionsGetInternalServerError) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections get internal server error response has a 5xx status code

func (*PcloudCloudconnectionsGetInternalServerError) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections get internal server error response has a 2xx status code

func (*PcloudCloudconnectionsGetInternalServerError) String added in v1.2.2

type PcloudCloudconnectionsGetNotFound

type PcloudCloudconnectionsGetNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudCloudconnectionsGetNotFound

func NewPcloudCloudconnectionsGetNotFound() *PcloudCloudconnectionsGetNotFound

NewPcloudCloudconnectionsGetNotFound creates a PcloudCloudconnectionsGetNotFound with default headers values

func (*PcloudCloudconnectionsGetNotFound) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections get not found response

func (*PcloudCloudconnectionsGetNotFound) Error

func (*PcloudCloudconnectionsGetNotFound) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsGetNotFound) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsGetNotFound) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections get not found response has a 4xx status code

func (*PcloudCloudconnectionsGetNotFound) IsCode added in v1.2.2

func (o *PcloudCloudconnectionsGetNotFound) IsCode(code int) bool

IsCode returns true when this pcloud cloudconnections get not found response a status code equal to that given

func (*PcloudCloudconnectionsGetNotFound) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsGetNotFound) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections get not found response has a 3xx status code

func (*PcloudCloudconnectionsGetNotFound) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsGetNotFound) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections get not found response has a 5xx status code

func (*PcloudCloudconnectionsGetNotFound) IsSuccess added in v1.2.2

func (o *PcloudCloudconnectionsGetNotFound) IsSuccess() bool

IsSuccess returns true when this pcloud cloudconnections get not found response has a 2xx status code

func (*PcloudCloudconnectionsGetNotFound) String added in v1.2.2

type PcloudCloudconnectionsGetOK

type PcloudCloudconnectionsGetOK struct {
	Payload *models.CloudConnection
}

PcloudCloudconnectionsGetOK describes a response with status code 200, with default header values.

OK

func NewPcloudCloudconnectionsGetOK

func NewPcloudCloudconnectionsGetOK() *PcloudCloudconnectionsGetOK

NewPcloudCloudconnectionsGetOK creates a PcloudCloudconnectionsGetOK with default headers values

func (*PcloudCloudconnectionsGetOK) Code added in v1.2.4

func (o *PcloudCloudconnectionsGetOK) Code() int

Code gets the status code for the pcloud cloudconnections get o k response

func (*PcloudCloudconnectionsGetOK) Error

func (*PcloudCloudconnectionsGetOK) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsGetOK) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsGetOK) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections get o k response has a 4xx status code

func (*PcloudCloudconnectionsGetOK) IsCode added in v1.2.2

func (o *PcloudCloudconnectionsGetOK) IsCode(code int) bool

IsCode returns true when this pcloud cloudconnections get o k response a status code equal to that given

func (*PcloudCloudconnectionsGetOK) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsGetOK) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections get o k response has a 3xx status code

func (*PcloudCloudconnectionsGetOK) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsGetOK) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections get o k response has a 5xx status code

func (*PcloudCloudconnectionsGetOK) IsSuccess added in v1.2.2

func (o *PcloudCloudconnectionsGetOK) IsSuccess() bool

IsSuccess returns true when this pcloud cloudconnections get o k response has a 2xx status code

func (*PcloudCloudconnectionsGetOK) String added in v1.2.2

func (o *PcloudCloudconnectionsGetOK) String() string

type PcloudCloudconnectionsGetParams

type PcloudCloudconnectionsGetParams struct {

	/* CloudConnectionID.

	   Cloud Connection ID
	*/
	CloudConnectionID string

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

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

PcloudCloudconnectionsGetParams contains all the parameters to send to the API endpoint

for the pcloud cloudconnections get operation.

Typically these are written to a http.Request.

func NewPcloudCloudconnectionsGetParams

func NewPcloudCloudconnectionsGetParams() *PcloudCloudconnectionsGetParams

NewPcloudCloudconnectionsGetParams creates a new PcloudCloudconnectionsGetParams 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 NewPcloudCloudconnectionsGetParamsWithContext

func NewPcloudCloudconnectionsGetParamsWithContext(ctx context.Context) *PcloudCloudconnectionsGetParams

NewPcloudCloudconnectionsGetParamsWithContext creates a new PcloudCloudconnectionsGetParams object with the ability to set a context for a request.

func NewPcloudCloudconnectionsGetParamsWithHTTPClient

func NewPcloudCloudconnectionsGetParamsWithHTTPClient(client *http.Client) *PcloudCloudconnectionsGetParams

NewPcloudCloudconnectionsGetParamsWithHTTPClient creates a new PcloudCloudconnectionsGetParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudCloudconnectionsGetParamsWithTimeout

func NewPcloudCloudconnectionsGetParamsWithTimeout(timeout time.Duration) *PcloudCloudconnectionsGetParams

NewPcloudCloudconnectionsGetParamsWithTimeout creates a new PcloudCloudconnectionsGetParams object with the ability to set a timeout on a request.

func (*PcloudCloudconnectionsGetParams) SetCloudConnectionID

func (o *PcloudCloudconnectionsGetParams) SetCloudConnectionID(cloudConnectionID string)

SetCloudConnectionID adds the cloudConnectionId to the pcloud cloudconnections get params

func (*PcloudCloudconnectionsGetParams) SetCloudInstanceID

func (o *PcloudCloudconnectionsGetParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud cloudconnections get params

func (*PcloudCloudconnectionsGetParams) SetContext

func (o *PcloudCloudconnectionsGetParams) SetContext(ctx context.Context)

SetContext adds the context to the pcloud cloudconnections get params

func (*PcloudCloudconnectionsGetParams) SetDefaults added in v1.1.0

func (o *PcloudCloudconnectionsGetParams) SetDefaults()

SetDefaults hydrates default values in the pcloud cloudconnections get params (not the query body).

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

func (*PcloudCloudconnectionsGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud cloudconnections get params

func (*PcloudCloudconnectionsGetParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud cloudconnections get params

func (*PcloudCloudconnectionsGetParams) WithCloudConnectionID

func (o *PcloudCloudconnectionsGetParams) WithCloudConnectionID(cloudConnectionID string) *PcloudCloudconnectionsGetParams

WithCloudConnectionID adds the cloudConnectionID to the pcloud cloudconnections get params

func (*PcloudCloudconnectionsGetParams) WithCloudInstanceID

func (o *PcloudCloudconnectionsGetParams) WithCloudInstanceID(cloudInstanceID string) *PcloudCloudconnectionsGetParams

WithCloudInstanceID adds the cloudInstanceID to the pcloud cloudconnections get params

func (*PcloudCloudconnectionsGetParams) WithContext

WithContext adds the context to the pcloud cloudconnections get params

func (*PcloudCloudconnectionsGetParams) WithDefaults added in v1.1.0

WithDefaults hydrates default values in the pcloud cloudconnections get params (not the query body).

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

func (*PcloudCloudconnectionsGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud cloudconnections get params

func (*PcloudCloudconnectionsGetParams) WithTimeout

WithTimeout adds the timeout to the pcloud cloudconnections get params

func (*PcloudCloudconnectionsGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudCloudconnectionsGetReader

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

PcloudCloudconnectionsGetReader is a Reader for the PcloudCloudconnectionsGet structure.

func (*PcloudCloudconnectionsGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudCloudconnectionsGetRequestTimeout added in v1.1.10

type PcloudCloudconnectionsGetRequestTimeout struct {
	Payload *models.Error
}

PcloudCloudconnectionsGetRequestTimeout describes a response with status code 408, with default header values.

Request Timeout

func NewPcloudCloudconnectionsGetRequestTimeout added in v1.1.10

func NewPcloudCloudconnectionsGetRequestTimeout() *PcloudCloudconnectionsGetRequestTimeout

NewPcloudCloudconnectionsGetRequestTimeout creates a PcloudCloudconnectionsGetRequestTimeout with default headers values

func (*PcloudCloudconnectionsGetRequestTimeout) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections get request timeout response

func (*PcloudCloudconnectionsGetRequestTimeout) Error added in v1.1.10

func (*PcloudCloudconnectionsGetRequestTimeout) GetPayload added in v1.1.10

func (*PcloudCloudconnectionsGetRequestTimeout) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsGetRequestTimeout) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections get request timeout response has a 4xx status code

func (*PcloudCloudconnectionsGetRequestTimeout) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections get request timeout response a status code equal to that given

func (*PcloudCloudconnectionsGetRequestTimeout) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections get request timeout response has a 3xx status code

func (*PcloudCloudconnectionsGetRequestTimeout) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsGetRequestTimeout) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections get request timeout response has a 5xx status code

func (*PcloudCloudconnectionsGetRequestTimeout) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections get request timeout response has a 2xx status code

func (*PcloudCloudconnectionsGetRequestTimeout) String added in v1.2.2

type PcloudCloudconnectionsGetUnauthorized added in v1.0.59

type PcloudCloudconnectionsGetUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudCloudconnectionsGetUnauthorized added in v1.0.59

func NewPcloudCloudconnectionsGetUnauthorized() *PcloudCloudconnectionsGetUnauthorized

NewPcloudCloudconnectionsGetUnauthorized creates a PcloudCloudconnectionsGetUnauthorized with default headers values

func (*PcloudCloudconnectionsGetUnauthorized) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections get unauthorized response

func (*PcloudCloudconnectionsGetUnauthorized) Error added in v1.0.59

func (*PcloudCloudconnectionsGetUnauthorized) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsGetUnauthorized) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsGetUnauthorized) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections get unauthorized response has a 4xx status code

func (*PcloudCloudconnectionsGetUnauthorized) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections get unauthorized response a status code equal to that given

func (*PcloudCloudconnectionsGetUnauthorized) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections get unauthorized response has a 3xx status code

func (*PcloudCloudconnectionsGetUnauthorized) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsGetUnauthorized) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections get unauthorized response has a 5xx status code

func (*PcloudCloudconnectionsGetUnauthorized) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections get unauthorized response has a 2xx status code

func (*PcloudCloudconnectionsGetUnauthorized) String added in v1.2.2

type PcloudCloudconnectionsGetallBadRequest

type PcloudCloudconnectionsGetallBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudCloudconnectionsGetallBadRequest

func NewPcloudCloudconnectionsGetallBadRequest() *PcloudCloudconnectionsGetallBadRequest

NewPcloudCloudconnectionsGetallBadRequest creates a PcloudCloudconnectionsGetallBadRequest with default headers values

func (*PcloudCloudconnectionsGetallBadRequest) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections getall bad request response

func (*PcloudCloudconnectionsGetallBadRequest) Error

func (*PcloudCloudconnectionsGetallBadRequest) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsGetallBadRequest) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsGetallBadRequest) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections getall bad request response has a 4xx status code

func (*PcloudCloudconnectionsGetallBadRequest) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections getall bad request response a status code equal to that given

func (*PcloudCloudconnectionsGetallBadRequest) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections getall bad request response has a 3xx status code

func (*PcloudCloudconnectionsGetallBadRequest) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsGetallBadRequest) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections getall bad request response has a 5xx status code

func (*PcloudCloudconnectionsGetallBadRequest) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections getall bad request response has a 2xx status code

func (*PcloudCloudconnectionsGetallBadRequest) String added in v1.2.2

type PcloudCloudconnectionsGetallForbidden added in v1.2.2

type PcloudCloudconnectionsGetallForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudCloudconnectionsGetallForbidden added in v1.2.2

func NewPcloudCloudconnectionsGetallForbidden() *PcloudCloudconnectionsGetallForbidden

NewPcloudCloudconnectionsGetallForbidden creates a PcloudCloudconnectionsGetallForbidden with default headers values

func (*PcloudCloudconnectionsGetallForbidden) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections getall forbidden response

func (*PcloudCloudconnectionsGetallForbidden) Error added in v1.2.2

func (*PcloudCloudconnectionsGetallForbidden) GetPayload added in v1.2.2

func (*PcloudCloudconnectionsGetallForbidden) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsGetallForbidden) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections getall forbidden response has a 4xx status code

func (*PcloudCloudconnectionsGetallForbidden) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections getall forbidden response a status code equal to that given

func (*PcloudCloudconnectionsGetallForbidden) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections getall forbidden response has a 3xx status code

func (*PcloudCloudconnectionsGetallForbidden) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsGetallForbidden) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections getall forbidden response has a 5xx status code

func (*PcloudCloudconnectionsGetallForbidden) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections getall forbidden response has a 2xx status code

func (*PcloudCloudconnectionsGetallForbidden) String added in v1.2.2

type PcloudCloudconnectionsGetallInternalServerError

type PcloudCloudconnectionsGetallInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudCloudconnectionsGetallInternalServerError

func NewPcloudCloudconnectionsGetallInternalServerError() *PcloudCloudconnectionsGetallInternalServerError

NewPcloudCloudconnectionsGetallInternalServerError creates a PcloudCloudconnectionsGetallInternalServerError with default headers values

func (*PcloudCloudconnectionsGetallInternalServerError) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections getall internal server error response

func (*PcloudCloudconnectionsGetallInternalServerError) Error

func (*PcloudCloudconnectionsGetallInternalServerError) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsGetallInternalServerError) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections getall internal server error response has a 4xx status code

func (*PcloudCloudconnectionsGetallInternalServerError) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections getall internal server error response a status code equal to that given

func (*PcloudCloudconnectionsGetallInternalServerError) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections getall internal server error response has a 3xx status code

func (*PcloudCloudconnectionsGetallInternalServerError) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections getall internal server error response has a 5xx status code

func (*PcloudCloudconnectionsGetallInternalServerError) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections getall internal server error response has a 2xx status code

func (*PcloudCloudconnectionsGetallInternalServerError) String added in v1.2.2

type PcloudCloudconnectionsGetallNotFound added in v1.4.2

type PcloudCloudconnectionsGetallNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudCloudconnectionsGetallNotFound added in v1.4.2

func NewPcloudCloudconnectionsGetallNotFound() *PcloudCloudconnectionsGetallNotFound

NewPcloudCloudconnectionsGetallNotFound creates a PcloudCloudconnectionsGetallNotFound with default headers values

func (*PcloudCloudconnectionsGetallNotFound) Code added in v1.4.2

Code gets the status code for the pcloud cloudconnections getall not found response

func (*PcloudCloudconnectionsGetallNotFound) Error added in v1.4.2

func (*PcloudCloudconnectionsGetallNotFound) GetPayload added in v1.4.2

func (*PcloudCloudconnectionsGetallNotFound) IsClientError added in v1.4.2

func (o *PcloudCloudconnectionsGetallNotFound) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections getall not found response has a 4xx status code

func (*PcloudCloudconnectionsGetallNotFound) IsCode added in v1.4.2

IsCode returns true when this pcloud cloudconnections getall not found response a status code equal to that given

func (*PcloudCloudconnectionsGetallNotFound) IsRedirect added in v1.4.2

IsRedirect returns true when this pcloud cloudconnections getall not found response has a 3xx status code

func (*PcloudCloudconnectionsGetallNotFound) IsServerError added in v1.4.2

func (o *PcloudCloudconnectionsGetallNotFound) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections getall not found response has a 5xx status code

func (*PcloudCloudconnectionsGetallNotFound) IsSuccess added in v1.4.2

IsSuccess returns true when this pcloud cloudconnections getall not found response has a 2xx status code

func (*PcloudCloudconnectionsGetallNotFound) String added in v1.4.2

type PcloudCloudconnectionsGetallOK

type PcloudCloudconnectionsGetallOK struct {
	Payload *models.CloudConnections
}

PcloudCloudconnectionsGetallOK describes a response with status code 200, with default header values.

OK

func NewPcloudCloudconnectionsGetallOK

func NewPcloudCloudconnectionsGetallOK() *PcloudCloudconnectionsGetallOK

NewPcloudCloudconnectionsGetallOK creates a PcloudCloudconnectionsGetallOK with default headers values

func (*PcloudCloudconnectionsGetallOK) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections getall o k response

func (*PcloudCloudconnectionsGetallOK) Error

func (*PcloudCloudconnectionsGetallOK) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsGetallOK) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsGetallOK) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections getall o k response has a 4xx status code

func (*PcloudCloudconnectionsGetallOK) IsCode added in v1.2.2

func (o *PcloudCloudconnectionsGetallOK) IsCode(code int) bool

IsCode returns true when this pcloud cloudconnections getall o k response a status code equal to that given

func (*PcloudCloudconnectionsGetallOK) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsGetallOK) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections getall o k response has a 3xx status code

func (*PcloudCloudconnectionsGetallOK) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsGetallOK) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections getall o k response has a 5xx status code

func (*PcloudCloudconnectionsGetallOK) IsSuccess added in v1.2.2

func (o *PcloudCloudconnectionsGetallOK) IsSuccess() bool

IsSuccess returns true when this pcloud cloudconnections getall o k response has a 2xx status code

func (*PcloudCloudconnectionsGetallOK) String added in v1.2.2

type PcloudCloudconnectionsGetallParams

type PcloudCloudconnectionsGetallParams struct {

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

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

PcloudCloudconnectionsGetallParams contains all the parameters to send to the API endpoint

for the pcloud cloudconnections getall operation.

Typically these are written to a http.Request.

func NewPcloudCloudconnectionsGetallParams

func NewPcloudCloudconnectionsGetallParams() *PcloudCloudconnectionsGetallParams

NewPcloudCloudconnectionsGetallParams creates a new PcloudCloudconnectionsGetallParams 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 NewPcloudCloudconnectionsGetallParamsWithContext

func NewPcloudCloudconnectionsGetallParamsWithContext(ctx context.Context) *PcloudCloudconnectionsGetallParams

NewPcloudCloudconnectionsGetallParamsWithContext creates a new PcloudCloudconnectionsGetallParams object with the ability to set a context for a request.

func NewPcloudCloudconnectionsGetallParamsWithHTTPClient

func NewPcloudCloudconnectionsGetallParamsWithHTTPClient(client *http.Client) *PcloudCloudconnectionsGetallParams

NewPcloudCloudconnectionsGetallParamsWithHTTPClient creates a new PcloudCloudconnectionsGetallParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudCloudconnectionsGetallParamsWithTimeout

func NewPcloudCloudconnectionsGetallParamsWithTimeout(timeout time.Duration) *PcloudCloudconnectionsGetallParams

NewPcloudCloudconnectionsGetallParamsWithTimeout creates a new PcloudCloudconnectionsGetallParams object with the ability to set a timeout on a request.

func (*PcloudCloudconnectionsGetallParams) SetCloudInstanceID

func (o *PcloudCloudconnectionsGetallParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud cloudconnections getall params

func (*PcloudCloudconnectionsGetallParams) SetContext

SetContext adds the context to the pcloud cloudconnections getall params

func (*PcloudCloudconnectionsGetallParams) SetDefaults added in v1.1.0

func (o *PcloudCloudconnectionsGetallParams) SetDefaults()

SetDefaults hydrates default values in the pcloud cloudconnections getall params (not the query body).

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

func (*PcloudCloudconnectionsGetallParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud cloudconnections getall params

func (*PcloudCloudconnectionsGetallParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud cloudconnections getall params

func (*PcloudCloudconnectionsGetallParams) WithCloudInstanceID

func (o *PcloudCloudconnectionsGetallParams) WithCloudInstanceID(cloudInstanceID string) *PcloudCloudconnectionsGetallParams

WithCloudInstanceID adds the cloudInstanceID to the pcloud cloudconnections getall params

func (*PcloudCloudconnectionsGetallParams) WithContext

WithContext adds the context to the pcloud cloudconnections getall params

func (*PcloudCloudconnectionsGetallParams) WithDefaults added in v1.1.0

WithDefaults hydrates default values in the pcloud cloudconnections getall params (not the query body).

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

func (*PcloudCloudconnectionsGetallParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud cloudconnections getall params

func (*PcloudCloudconnectionsGetallParams) WithTimeout

WithTimeout adds the timeout to the pcloud cloudconnections getall params

func (*PcloudCloudconnectionsGetallParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudCloudconnectionsGetallReader

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

PcloudCloudconnectionsGetallReader is a Reader for the PcloudCloudconnectionsGetall structure.

func (*PcloudCloudconnectionsGetallReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudCloudconnectionsGetallRequestTimeout added in v1.0.75

type PcloudCloudconnectionsGetallRequestTimeout struct {
	Payload *models.Error
}

PcloudCloudconnectionsGetallRequestTimeout describes a response with status code 408, with default header values.

Request Timeout

func NewPcloudCloudconnectionsGetallRequestTimeout added in v1.0.75

func NewPcloudCloudconnectionsGetallRequestTimeout() *PcloudCloudconnectionsGetallRequestTimeout

NewPcloudCloudconnectionsGetallRequestTimeout creates a PcloudCloudconnectionsGetallRequestTimeout with default headers values

func (*PcloudCloudconnectionsGetallRequestTimeout) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections getall request timeout response

func (*PcloudCloudconnectionsGetallRequestTimeout) Error added in v1.0.75

func (*PcloudCloudconnectionsGetallRequestTimeout) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsGetallRequestTimeout) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections getall request timeout response has a 4xx status code

func (*PcloudCloudconnectionsGetallRequestTimeout) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections getall request timeout response a status code equal to that given

func (*PcloudCloudconnectionsGetallRequestTimeout) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections getall request timeout response has a 3xx status code

func (*PcloudCloudconnectionsGetallRequestTimeout) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections getall request timeout response has a 5xx status code

func (*PcloudCloudconnectionsGetallRequestTimeout) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections getall request timeout response has a 2xx status code

func (*PcloudCloudconnectionsGetallRequestTimeout) String added in v1.2.2

type PcloudCloudconnectionsGetallUnauthorized added in v1.0.59

type PcloudCloudconnectionsGetallUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudCloudconnectionsGetallUnauthorized added in v1.0.59

func NewPcloudCloudconnectionsGetallUnauthorized() *PcloudCloudconnectionsGetallUnauthorized

NewPcloudCloudconnectionsGetallUnauthorized creates a PcloudCloudconnectionsGetallUnauthorized with default headers values

func (*PcloudCloudconnectionsGetallUnauthorized) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections getall unauthorized response

func (*PcloudCloudconnectionsGetallUnauthorized) Error added in v1.0.59

func (*PcloudCloudconnectionsGetallUnauthorized) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsGetallUnauthorized) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections getall unauthorized response has a 4xx status code

func (*PcloudCloudconnectionsGetallUnauthorized) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections getall unauthorized response a status code equal to that given

func (*PcloudCloudconnectionsGetallUnauthorized) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections getall unauthorized response has a 3xx status code

func (*PcloudCloudconnectionsGetallUnauthorized) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections getall unauthorized response has a 5xx status code

func (*PcloudCloudconnectionsGetallUnauthorized) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections getall unauthorized response has a 2xx status code

func (*PcloudCloudconnectionsGetallUnauthorized) String added in v1.2.2

type PcloudCloudconnectionsNetworksDeleteAccepted added in v1.0.56

type PcloudCloudconnectionsNetworksDeleteAccepted struct {
	Payload *models.JobReference
}

PcloudCloudconnectionsNetworksDeleteAccepted describes a response with status code 202, with default header values.

Accepted

func NewPcloudCloudconnectionsNetworksDeleteAccepted added in v1.0.56

func NewPcloudCloudconnectionsNetworksDeleteAccepted() *PcloudCloudconnectionsNetworksDeleteAccepted

NewPcloudCloudconnectionsNetworksDeleteAccepted creates a PcloudCloudconnectionsNetworksDeleteAccepted with default headers values

func (*PcloudCloudconnectionsNetworksDeleteAccepted) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections networks delete accepted response

func (*PcloudCloudconnectionsNetworksDeleteAccepted) Error added in v1.0.56

func (*PcloudCloudconnectionsNetworksDeleteAccepted) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsNetworksDeleteAccepted) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections networks delete accepted response has a 4xx status code

func (*PcloudCloudconnectionsNetworksDeleteAccepted) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections networks delete accepted response a status code equal to that given

func (*PcloudCloudconnectionsNetworksDeleteAccepted) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections networks delete accepted response has a 3xx status code

func (*PcloudCloudconnectionsNetworksDeleteAccepted) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections networks delete accepted response has a 5xx status code

func (*PcloudCloudconnectionsNetworksDeleteAccepted) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections networks delete accepted response has a 2xx status code

func (*PcloudCloudconnectionsNetworksDeleteAccepted) String added in v1.2.2

type PcloudCloudconnectionsNetworksDeleteBadRequest

type PcloudCloudconnectionsNetworksDeleteBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudCloudconnectionsNetworksDeleteBadRequest

func NewPcloudCloudconnectionsNetworksDeleteBadRequest() *PcloudCloudconnectionsNetworksDeleteBadRequest

NewPcloudCloudconnectionsNetworksDeleteBadRequest creates a PcloudCloudconnectionsNetworksDeleteBadRequest with default headers values

func (*PcloudCloudconnectionsNetworksDeleteBadRequest) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections networks delete bad request response

func (*PcloudCloudconnectionsNetworksDeleteBadRequest) Error

func (*PcloudCloudconnectionsNetworksDeleteBadRequest) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsNetworksDeleteBadRequest) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections networks delete bad request response has a 4xx status code

func (*PcloudCloudconnectionsNetworksDeleteBadRequest) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections networks delete bad request response a status code equal to that given

func (*PcloudCloudconnectionsNetworksDeleteBadRequest) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections networks delete bad request response has a 3xx status code

func (*PcloudCloudconnectionsNetworksDeleteBadRequest) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections networks delete bad request response has a 5xx status code

func (*PcloudCloudconnectionsNetworksDeleteBadRequest) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections networks delete bad request response has a 2xx status code

func (*PcloudCloudconnectionsNetworksDeleteBadRequest) String added in v1.2.2

type PcloudCloudconnectionsNetworksDeleteForbidden added in v1.4.2

type PcloudCloudconnectionsNetworksDeleteForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudCloudconnectionsNetworksDeleteForbidden added in v1.4.2

func NewPcloudCloudconnectionsNetworksDeleteForbidden() *PcloudCloudconnectionsNetworksDeleteForbidden

NewPcloudCloudconnectionsNetworksDeleteForbidden creates a PcloudCloudconnectionsNetworksDeleteForbidden with default headers values

func (*PcloudCloudconnectionsNetworksDeleteForbidden) Code added in v1.4.2

Code gets the status code for the pcloud cloudconnections networks delete forbidden response

func (*PcloudCloudconnectionsNetworksDeleteForbidden) Error added in v1.4.2

func (*PcloudCloudconnectionsNetworksDeleteForbidden) GetPayload added in v1.4.2

func (*PcloudCloudconnectionsNetworksDeleteForbidden) IsClientError added in v1.4.2

IsClientError returns true when this pcloud cloudconnections networks delete forbidden response has a 4xx status code

func (*PcloudCloudconnectionsNetworksDeleteForbidden) IsCode added in v1.4.2

IsCode returns true when this pcloud cloudconnections networks delete forbidden response a status code equal to that given

func (*PcloudCloudconnectionsNetworksDeleteForbidden) IsRedirect added in v1.4.2

IsRedirect returns true when this pcloud cloudconnections networks delete forbidden response has a 3xx status code

func (*PcloudCloudconnectionsNetworksDeleteForbidden) IsServerError added in v1.4.2

IsServerError returns true when this pcloud cloudconnections networks delete forbidden response has a 5xx status code

func (*PcloudCloudconnectionsNetworksDeleteForbidden) IsSuccess added in v1.4.2

IsSuccess returns true when this pcloud cloudconnections networks delete forbidden response has a 2xx status code

func (*PcloudCloudconnectionsNetworksDeleteForbidden) String added in v1.4.2

type PcloudCloudconnectionsNetworksDeleteGone

type PcloudCloudconnectionsNetworksDeleteGone struct {
	Payload *models.Error
}

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

Gone

func NewPcloudCloudconnectionsNetworksDeleteGone

func NewPcloudCloudconnectionsNetworksDeleteGone() *PcloudCloudconnectionsNetworksDeleteGone

NewPcloudCloudconnectionsNetworksDeleteGone creates a PcloudCloudconnectionsNetworksDeleteGone with default headers values

func (*PcloudCloudconnectionsNetworksDeleteGone) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections networks delete gone response

func (*PcloudCloudconnectionsNetworksDeleteGone) Error

func (*PcloudCloudconnectionsNetworksDeleteGone) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsNetworksDeleteGone) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections networks delete gone response has a 4xx status code

func (*PcloudCloudconnectionsNetworksDeleteGone) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections networks delete gone response a status code equal to that given

func (*PcloudCloudconnectionsNetworksDeleteGone) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections networks delete gone response has a 3xx status code

func (*PcloudCloudconnectionsNetworksDeleteGone) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections networks delete gone response has a 5xx status code

func (*PcloudCloudconnectionsNetworksDeleteGone) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections networks delete gone response has a 2xx status code

func (*PcloudCloudconnectionsNetworksDeleteGone) String added in v1.2.2

type PcloudCloudconnectionsNetworksDeleteInternalServerError

type PcloudCloudconnectionsNetworksDeleteInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudCloudconnectionsNetworksDeleteInternalServerError

func NewPcloudCloudconnectionsNetworksDeleteInternalServerError() *PcloudCloudconnectionsNetworksDeleteInternalServerError

NewPcloudCloudconnectionsNetworksDeleteInternalServerError creates a PcloudCloudconnectionsNetworksDeleteInternalServerError with default headers values

func (*PcloudCloudconnectionsNetworksDeleteInternalServerError) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections networks delete internal server error response

func (*PcloudCloudconnectionsNetworksDeleteInternalServerError) Error

func (*PcloudCloudconnectionsNetworksDeleteInternalServerError) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsNetworksDeleteInternalServerError) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections networks delete internal server error response has a 4xx status code

func (*PcloudCloudconnectionsNetworksDeleteInternalServerError) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections networks delete internal server error response a status code equal to that given

func (*PcloudCloudconnectionsNetworksDeleteInternalServerError) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections networks delete internal server error response has a 3xx status code

func (*PcloudCloudconnectionsNetworksDeleteInternalServerError) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections networks delete internal server error response has a 5xx status code

func (*PcloudCloudconnectionsNetworksDeleteInternalServerError) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections networks delete internal server error response has a 2xx status code

func (*PcloudCloudconnectionsNetworksDeleteInternalServerError) String added in v1.2.2

type PcloudCloudconnectionsNetworksDeleteNotFound added in v1.1.10

type PcloudCloudconnectionsNetworksDeleteNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudCloudconnectionsNetworksDeleteNotFound added in v1.1.10

func NewPcloudCloudconnectionsNetworksDeleteNotFound() *PcloudCloudconnectionsNetworksDeleteNotFound

NewPcloudCloudconnectionsNetworksDeleteNotFound creates a PcloudCloudconnectionsNetworksDeleteNotFound with default headers values

func (*PcloudCloudconnectionsNetworksDeleteNotFound) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections networks delete not found response

func (*PcloudCloudconnectionsNetworksDeleteNotFound) Error added in v1.1.10

func (*PcloudCloudconnectionsNetworksDeleteNotFound) GetPayload added in v1.1.10

func (*PcloudCloudconnectionsNetworksDeleteNotFound) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections networks delete not found response has a 4xx status code

func (*PcloudCloudconnectionsNetworksDeleteNotFound) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections networks delete not found response a status code equal to that given

func (*PcloudCloudconnectionsNetworksDeleteNotFound) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections networks delete not found response has a 3xx status code

func (*PcloudCloudconnectionsNetworksDeleteNotFound) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections networks delete not found response has a 5xx status code

func (*PcloudCloudconnectionsNetworksDeleteNotFound) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections networks delete not found response has a 2xx status code

func (*PcloudCloudconnectionsNetworksDeleteNotFound) String added in v1.2.2

type PcloudCloudconnectionsNetworksDeleteOK

type PcloudCloudconnectionsNetworksDeleteOK struct {
	Payload models.Object
}

PcloudCloudconnectionsNetworksDeleteOK describes a response with status code 200, with default header values.

OK

func NewPcloudCloudconnectionsNetworksDeleteOK

func NewPcloudCloudconnectionsNetworksDeleteOK() *PcloudCloudconnectionsNetworksDeleteOK

NewPcloudCloudconnectionsNetworksDeleteOK creates a PcloudCloudconnectionsNetworksDeleteOK with default headers values

func (*PcloudCloudconnectionsNetworksDeleteOK) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections networks delete o k response

func (*PcloudCloudconnectionsNetworksDeleteOK) Error

func (*PcloudCloudconnectionsNetworksDeleteOK) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsNetworksDeleteOK) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsNetworksDeleteOK) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections networks delete o k response has a 4xx status code

func (*PcloudCloudconnectionsNetworksDeleteOK) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections networks delete o k response a status code equal to that given

func (*PcloudCloudconnectionsNetworksDeleteOK) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections networks delete o k response has a 3xx status code

func (*PcloudCloudconnectionsNetworksDeleteOK) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsNetworksDeleteOK) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections networks delete o k response has a 5xx status code

func (*PcloudCloudconnectionsNetworksDeleteOK) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections networks delete o k response has a 2xx status code

func (*PcloudCloudconnectionsNetworksDeleteOK) String added in v1.2.2

type PcloudCloudconnectionsNetworksDeleteParams

type PcloudCloudconnectionsNetworksDeleteParams struct {

	/* CloudConnectionID.

	   Cloud Connection ID
	*/
	CloudConnectionID string

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

	/* NetworkID.

	   Network ID
	*/
	NetworkID string

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

PcloudCloudconnectionsNetworksDeleteParams contains all the parameters to send to the API endpoint

for the pcloud cloudconnections networks delete operation.

Typically these are written to a http.Request.

func NewPcloudCloudconnectionsNetworksDeleteParams

func NewPcloudCloudconnectionsNetworksDeleteParams() *PcloudCloudconnectionsNetworksDeleteParams

NewPcloudCloudconnectionsNetworksDeleteParams creates a new PcloudCloudconnectionsNetworksDeleteParams 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 NewPcloudCloudconnectionsNetworksDeleteParamsWithContext

func NewPcloudCloudconnectionsNetworksDeleteParamsWithContext(ctx context.Context) *PcloudCloudconnectionsNetworksDeleteParams

NewPcloudCloudconnectionsNetworksDeleteParamsWithContext creates a new PcloudCloudconnectionsNetworksDeleteParams object with the ability to set a context for a request.

func NewPcloudCloudconnectionsNetworksDeleteParamsWithHTTPClient

func NewPcloudCloudconnectionsNetworksDeleteParamsWithHTTPClient(client *http.Client) *PcloudCloudconnectionsNetworksDeleteParams

NewPcloudCloudconnectionsNetworksDeleteParamsWithHTTPClient creates a new PcloudCloudconnectionsNetworksDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudCloudconnectionsNetworksDeleteParamsWithTimeout

func NewPcloudCloudconnectionsNetworksDeleteParamsWithTimeout(timeout time.Duration) *PcloudCloudconnectionsNetworksDeleteParams

NewPcloudCloudconnectionsNetworksDeleteParamsWithTimeout creates a new PcloudCloudconnectionsNetworksDeleteParams object with the ability to set a timeout on a request.

func (*PcloudCloudconnectionsNetworksDeleteParams) SetCloudConnectionID

func (o *PcloudCloudconnectionsNetworksDeleteParams) SetCloudConnectionID(cloudConnectionID string)

SetCloudConnectionID adds the cloudConnectionId to the pcloud cloudconnections networks delete params

func (*PcloudCloudconnectionsNetworksDeleteParams) SetCloudInstanceID

func (o *PcloudCloudconnectionsNetworksDeleteParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud cloudconnections networks delete params

func (*PcloudCloudconnectionsNetworksDeleteParams) SetContext

SetContext adds the context to the pcloud cloudconnections networks delete params

func (*PcloudCloudconnectionsNetworksDeleteParams) SetDefaults added in v1.1.0

SetDefaults hydrates default values in the pcloud cloudconnections networks delete params (not the query body).

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

func (*PcloudCloudconnectionsNetworksDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud cloudconnections networks delete params

func (*PcloudCloudconnectionsNetworksDeleteParams) SetNetworkID

func (o *PcloudCloudconnectionsNetworksDeleteParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the pcloud cloudconnections networks delete params

func (*PcloudCloudconnectionsNetworksDeleteParams) SetTimeout

SetTimeout adds the timeout to the pcloud cloudconnections networks delete params

func (*PcloudCloudconnectionsNetworksDeleteParams) WithCloudConnectionID

WithCloudConnectionID adds the cloudConnectionID to the pcloud cloudconnections networks delete params

func (*PcloudCloudconnectionsNetworksDeleteParams) WithCloudInstanceID

WithCloudInstanceID adds the cloudInstanceID to the pcloud cloudconnections networks delete params

func (*PcloudCloudconnectionsNetworksDeleteParams) WithContext

WithContext adds the context to the pcloud cloudconnections networks delete params

func (*PcloudCloudconnectionsNetworksDeleteParams) WithDefaults added in v1.1.0

WithDefaults hydrates default values in the pcloud cloudconnections networks delete params (not the query body).

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

func (*PcloudCloudconnectionsNetworksDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud cloudconnections networks delete params

func (*PcloudCloudconnectionsNetworksDeleteParams) WithNetworkID

WithNetworkID adds the networkID to the pcloud cloudconnections networks delete params

func (*PcloudCloudconnectionsNetworksDeleteParams) WithTimeout

WithTimeout adds the timeout to the pcloud cloudconnections networks delete params

func (*PcloudCloudconnectionsNetworksDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudCloudconnectionsNetworksDeleteReader

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

PcloudCloudconnectionsNetworksDeleteReader is a Reader for the PcloudCloudconnectionsNetworksDelete structure.

func (*PcloudCloudconnectionsNetworksDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudCloudconnectionsNetworksDeleteRequestTimeout added in v1.1.10

type PcloudCloudconnectionsNetworksDeleteRequestTimeout struct {
	Payload *models.Error
}

PcloudCloudconnectionsNetworksDeleteRequestTimeout describes a response with status code 408, with default header values.

Request Timeout

func NewPcloudCloudconnectionsNetworksDeleteRequestTimeout added in v1.1.10

func NewPcloudCloudconnectionsNetworksDeleteRequestTimeout() *PcloudCloudconnectionsNetworksDeleteRequestTimeout

NewPcloudCloudconnectionsNetworksDeleteRequestTimeout creates a PcloudCloudconnectionsNetworksDeleteRequestTimeout with default headers values

func (*PcloudCloudconnectionsNetworksDeleteRequestTimeout) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections networks delete request timeout response

func (*PcloudCloudconnectionsNetworksDeleteRequestTimeout) Error added in v1.1.10

func (*PcloudCloudconnectionsNetworksDeleteRequestTimeout) GetPayload added in v1.1.10

func (*PcloudCloudconnectionsNetworksDeleteRequestTimeout) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections networks delete request timeout response has a 4xx status code

func (*PcloudCloudconnectionsNetworksDeleteRequestTimeout) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections networks delete request timeout response a status code equal to that given

func (*PcloudCloudconnectionsNetworksDeleteRequestTimeout) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections networks delete request timeout response has a 3xx status code

func (*PcloudCloudconnectionsNetworksDeleteRequestTimeout) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections networks delete request timeout response has a 5xx status code

func (*PcloudCloudconnectionsNetworksDeleteRequestTimeout) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections networks delete request timeout response has a 2xx status code

func (*PcloudCloudconnectionsNetworksDeleteRequestTimeout) String added in v1.2.2

type PcloudCloudconnectionsNetworksDeleteUnauthorized added in v1.0.59

type PcloudCloudconnectionsNetworksDeleteUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudCloudconnectionsNetworksDeleteUnauthorized added in v1.0.59

func NewPcloudCloudconnectionsNetworksDeleteUnauthorized() *PcloudCloudconnectionsNetworksDeleteUnauthorized

NewPcloudCloudconnectionsNetworksDeleteUnauthorized creates a PcloudCloudconnectionsNetworksDeleteUnauthorized with default headers values

func (*PcloudCloudconnectionsNetworksDeleteUnauthorized) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections networks delete unauthorized response

func (*PcloudCloudconnectionsNetworksDeleteUnauthorized) Error added in v1.0.59

func (*PcloudCloudconnectionsNetworksDeleteUnauthorized) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsNetworksDeleteUnauthorized) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections networks delete unauthorized response has a 4xx status code

func (*PcloudCloudconnectionsNetworksDeleteUnauthorized) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections networks delete unauthorized response a status code equal to that given

func (*PcloudCloudconnectionsNetworksDeleteUnauthorized) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections networks delete unauthorized response has a 3xx status code

func (*PcloudCloudconnectionsNetworksDeleteUnauthorized) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections networks delete unauthorized response has a 5xx status code

func (*PcloudCloudconnectionsNetworksDeleteUnauthorized) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections networks delete unauthorized response has a 2xx status code

func (*PcloudCloudconnectionsNetworksDeleteUnauthorized) String added in v1.2.2

type PcloudCloudconnectionsNetworksPutAccepted added in v1.0.56

type PcloudCloudconnectionsNetworksPutAccepted struct {
	Payload *models.JobReference
}

PcloudCloudconnectionsNetworksPutAccepted describes a response with status code 202, with default header values.

Accepted

func NewPcloudCloudconnectionsNetworksPutAccepted added in v1.0.56

func NewPcloudCloudconnectionsNetworksPutAccepted() *PcloudCloudconnectionsNetworksPutAccepted

NewPcloudCloudconnectionsNetworksPutAccepted creates a PcloudCloudconnectionsNetworksPutAccepted with default headers values

func (*PcloudCloudconnectionsNetworksPutAccepted) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections networks put accepted response

func (*PcloudCloudconnectionsNetworksPutAccepted) Error added in v1.0.56

func (*PcloudCloudconnectionsNetworksPutAccepted) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsNetworksPutAccepted) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections networks put accepted response has a 4xx status code

func (*PcloudCloudconnectionsNetworksPutAccepted) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections networks put accepted response a status code equal to that given

func (*PcloudCloudconnectionsNetworksPutAccepted) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections networks put accepted response has a 3xx status code

func (*PcloudCloudconnectionsNetworksPutAccepted) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections networks put accepted response has a 5xx status code

func (*PcloudCloudconnectionsNetworksPutAccepted) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections networks put accepted response has a 2xx status code

func (*PcloudCloudconnectionsNetworksPutAccepted) String added in v1.2.2

type PcloudCloudconnectionsNetworksPutBadRequest

type PcloudCloudconnectionsNetworksPutBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudCloudconnectionsNetworksPutBadRequest

func NewPcloudCloudconnectionsNetworksPutBadRequest() *PcloudCloudconnectionsNetworksPutBadRequest

NewPcloudCloudconnectionsNetworksPutBadRequest creates a PcloudCloudconnectionsNetworksPutBadRequest with default headers values

func (*PcloudCloudconnectionsNetworksPutBadRequest) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections networks put bad request response

func (*PcloudCloudconnectionsNetworksPutBadRequest) Error

func (*PcloudCloudconnectionsNetworksPutBadRequest) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsNetworksPutBadRequest) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections networks put bad request response has a 4xx status code

func (*PcloudCloudconnectionsNetworksPutBadRequest) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections networks put bad request response a status code equal to that given

func (*PcloudCloudconnectionsNetworksPutBadRequest) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections networks put bad request response has a 3xx status code

func (*PcloudCloudconnectionsNetworksPutBadRequest) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections networks put bad request response has a 5xx status code

func (*PcloudCloudconnectionsNetworksPutBadRequest) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections networks put bad request response has a 2xx status code

func (*PcloudCloudconnectionsNetworksPutBadRequest) String added in v1.2.2

type PcloudCloudconnectionsNetworksPutForbidden added in v1.4.2

type PcloudCloudconnectionsNetworksPutForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudCloudconnectionsNetworksPutForbidden added in v1.4.2

func NewPcloudCloudconnectionsNetworksPutForbidden() *PcloudCloudconnectionsNetworksPutForbidden

NewPcloudCloudconnectionsNetworksPutForbidden creates a PcloudCloudconnectionsNetworksPutForbidden with default headers values

func (*PcloudCloudconnectionsNetworksPutForbidden) Code added in v1.4.2

Code gets the status code for the pcloud cloudconnections networks put forbidden response

func (*PcloudCloudconnectionsNetworksPutForbidden) Error added in v1.4.2

func (*PcloudCloudconnectionsNetworksPutForbidden) GetPayload added in v1.4.2

func (*PcloudCloudconnectionsNetworksPutForbidden) IsClientError added in v1.4.2

IsClientError returns true when this pcloud cloudconnections networks put forbidden response has a 4xx status code

func (*PcloudCloudconnectionsNetworksPutForbidden) IsCode added in v1.4.2

IsCode returns true when this pcloud cloudconnections networks put forbidden response a status code equal to that given

func (*PcloudCloudconnectionsNetworksPutForbidden) IsRedirect added in v1.4.2

IsRedirect returns true when this pcloud cloudconnections networks put forbidden response has a 3xx status code

func (*PcloudCloudconnectionsNetworksPutForbidden) IsServerError added in v1.4.2

IsServerError returns true when this pcloud cloudconnections networks put forbidden response has a 5xx status code

func (*PcloudCloudconnectionsNetworksPutForbidden) IsSuccess added in v1.4.2

IsSuccess returns true when this pcloud cloudconnections networks put forbidden response has a 2xx status code

func (*PcloudCloudconnectionsNetworksPutForbidden) String added in v1.4.2

type PcloudCloudconnectionsNetworksPutInternalServerError

type PcloudCloudconnectionsNetworksPutInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudCloudconnectionsNetworksPutInternalServerError

func NewPcloudCloudconnectionsNetworksPutInternalServerError() *PcloudCloudconnectionsNetworksPutInternalServerError

NewPcloudCloudconnectionsNetworksPutInternalServerError creates a PcloudCloudconnectionsNetworksPutInternalServerError with default headers values

func (*PcloudCloudconnectionsNetworksPutInternalServerError) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections networks put internal server error response

func (*PcloudCloudconnectionsNetworksPutInternalServerError) Error

func (*PcloudCloudconnectionsNetworksPutInternalServerError) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsNetworksPutInternalServerError) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections networks put internal server error response has a 4xx status code

func (*PcloudCloudconnectionsNetworksPutInternalServerError) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections networks put internal server error response a status code equal to that given

func (*PcloudCloudconnectionsNetworksPutInternalServerError) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections networks put internal server error response has a 3xx status code

func (*PcloudCloudconnectionsNetworksPutInternalServerError) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections networks put internal server error response has a 5xx status code

func (*PcloudCloudconnectionsNetworksPutInternalServerError) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections networks put internal server error response has a 2xx status code

func (*PcloudCloudconnectionsNetworksPutInternalServerError) String added in v1.2.2

type PcloudCloudconnectionsNetworksPutNotFound added in v1.1.10

type PcloudCloudconnectionsNetworksPutNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudCloudconnectionsNetworksPutNotFound added in v1.1.10

func NewPcloudCloudconnectionsNetworksPutNotFound() *PcloudCloudconnectionsNetworksPutNotFound

NewPcloudCloudconnectionsNetworksPutNotFound creates a PcloudCloudconnectionsNetworksPutNotFound with default headers values

func (*PcloudCloudconnectionsNetworksPutNotFound) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections networks put not found response

func (*PcloudCloudconnectionsNetworksPutNotFound) Error added in v1.1.10

func (*PcloudCloudconnectionsNetworksPutNotFound) GetPayload added in v1.1.10

func (*PcloudCloudconnectionsNetworksPutNotFound) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections networks put not found response has a 4xx status code

func (*PcloudCloudconnectionsNetworksPutNotFound) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections networks put not found response a status code equal to that given

func (*PcloudCloudconnectionsNetworksPutNotFound) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections networks put not found response has a 3xx status code

func (*PcloudCloudconnectionsNetworksPutNotFound) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections networks put not found response has a 5xx status code

func (*PcloudCloudconnectionsNetworksPutNotFound) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections networks put not found response has a 2xx status code

func (*PcloudCloudconnectionsNetworksPutNotFound) String added in v1.2.2

type PcloudCloudconnectionsNetworksPutOK

type PcloudCloudconnectionsNetworksPutOK struct {
	Payload models.Object
}

PcloudCloudconnectionsNetworksPutOK describes a response with status code 200, with default header values.

OK

func NewPcloudCloudconnectionsNetworksPutOK

func NewPcloudCloudconnectionsNetworksPutOK() *PcloudCloudconnectionsNetworksPutOK

NewPcloudCloudconnectionsNetworksPutOK creates a PcloudCloudconnectionsNetworksPutOK with default headers values

func (*PcloudCloudconnectionsNetworksPutOK) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections networks put o k response

func (*PcloudCloudconnectionsNetworksPutOK) Error

func (*PcloudCloudconnectionsNetworksPutOK) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsNetworksPutOK) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsNetworksPutOK) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections networks put o k response has a 4xx status code

func (*PcloudCloudconnectionsNetworksPutOK) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections networks put o k response a status code equal to that given

func (*PcloudCloudconnectionsNetworksPutOK) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsNetworksPutOK) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections networks put o k response has a 3xx status code

func (*PcloudCloudconnectionsNetworksPutOK) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsNetworksPutOK) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections networks put o k response has a 5xx status code

func (*PcloudCloudconnectionsNetworksPutOK) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections networks put o k response has a 2xx status code

func (*PcloudCloudconnectionsNetworksPutOK) String added in v1.2.2

type PcloudCloudconnectionsNetworksPutParams

type PcloudCloudconnectionsNetworksPutParams struct {

	/* CloudConnectionID.

	   Cloud Connection ID
	*/
	CloudConnectionID string

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

	/* NetworkID.

	   Network ID
	*/
	NetworkID string

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

PcloudCloudconnectionsNetworksPutParams contains all the parameters to send to the API endpoint

for the pcloud cloudconnections networks put operation.

Typically these are written to a http.Request.

func NewPcloudCloudconnectionsNetworksPutParams

func NewPcloudCloudconnectionsNetworksPutParams() *PcloudCloudconnectionsNetworksPutParams

NewPcloudCloudconnectionsNetworksPutParams creates a new PcloudCloudconnectionsNetworksPutParams 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 NewPcloudCloudconnectionsNetworksPutParamsWithContext

func NewPcloudCloudconnectionsNetworksPutParamsWithContext(ctx context.Context) *PcloudCloudconnectionsNetworksPutParams

NewPcloudCloudconnectionsNetworksPutParamsWithContext creates a new PcloudCloudconnectionsNetworksPutParams object with the ability to set a context for a request.

func NewPcloudCloudconnectionsNetworksPutParamsWithHTTPClient

func NewPcloudCloudconnectionsNetworksPutParamsWithHTTPClient(client *http.Client) *PcloudCloudconnectionsNetworksPutParams

NewPcloudCloudconnectionsNetworksPutParamsWithHTTPClient creates a new PcloudCloudconnectionsNetworksPutParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudCloudconnectionsNetworksPutParamsWithTimeout

func NewPcloudCloudconnectionsNetworksPutParamsWithTimeout(timeout time.Duration) *PcloudCloudconnectionsNetworksPutParams

NewPcloudCloudconnectionsNetworksPutParamsWithTimeout creates a new PcloudCloudconnectionsNetworksPutParams object with the ability to set a timeout on a request.

func (*PcloudCloudconnectionsNetworksPutParams) SetCloudConnectionID

func (o *PcloudCloudconnectionsNetworksPutParams) SetCloudConnectionID(cloudConnectionID string)

SetCloudConnectionID adds the cloudConnectionId to the pcloud cloudconnections networks put params

func (*PcloudCloudconnectionsNetworksPutParams) SetCloudInstanceID

func (o *PcloudCloudconnectionsNetworksPutParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud cloudconnections networks put params

func (*PcloudCloudconnectionsNetworksPutParams) SetContext

SetContext adds the context to the pcloud cloudconnections networks put params

func (*PcloudCloudconnectionsNetworksPutParams) SetDefaults added in v1.1.0

func (o *PcloudCloudconnectionsNetworksPutParams) SetDefaults()

SetDefaults hydrates default values in the pcloud cloudconnections networks put params (not the query body).

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

func (*PcloudCloudconnectionsNetworksPutParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud cloudconnections networks put params

func (*PcloudCloudconnectionsNetworksPutParams) SetNetworkID

func (o *PcloudCloudconnectionsNetworksPutParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the pcloud cloudconnections networks put params

func (*PcloudCloudconnectionsNetworksPutParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud cloudconnections networks put params

func (*PcloudCloudconnectionsNetworksPutParams) WithCloudConnectionID

func (o *PcloudCloudconnectionsNetworksPutParams) WithCloudConnectionID(cloudConnectionID string) *PcloudCloudconnectionsNetworksPutParams

WithCloudConnectionID adds the cloudConnectionID to the pcloud cloudconnections networks put params

func (*PcloudCloudconnectionsNetworksPutParams) WithCloudInstanceID

WithCloudInstanceID adds the cloudInstanceID to the pcloud cloudconnections networks put params

func (*PcloudCloudconnectionsNetworksPutParams) WithContext

WithContext adds the context to the pcloud cloudconnections networks put params

func (*PcloudCloudconnectionsNetworksPutParams) WithDefaults added in v1.1.0

WithDefaults hydrates default values in the pcloud cloudconnections networks put params (not the query body).

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

func (*PcloudCloudconnectionsNetworksPutParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud cloudconnections networks put params

func (*PcloudCloudconnectionsNetworksPutParams) WithNetworkID

WithNetworkID adds the networkID to the pcloud cloudconnections networks put params

func (*PcloudCloudconnectionsNetworksPutParams) WithTimeout

WithTimeout adds the timeout to the pcloud cloudconnections networks put params

func (*PcloudCloudconnectionsNetworksPutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudCloudconnectionsNetworksPutReader

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

PcloudCloudconnectionsNetworksPutReader is a Reader for the PcloudCloudconnectionsNetworksPut structure.

func (*PcloudCloudconnectionsNetworksPutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudCloudconnectionsNetworksPutRequestTimeout added in v1.1.10

type PcloudCloudconnectionsNetworksPutRequestTimeout struct {
	Payload *models.Error
}

PcloudCloudconnectionsNetworksPutRequestTimeout describes a response with status code 408, with default header values.

Request Timeout

func NewPcloudCloudconnectionsNetworksPutRequestTimeout added in v1.1.10

func NewPcloudCloudconnectionsNetworksPutRequestTimeout() *PcloudCloudconnectionsNetworksPutRequestTimeout

NewPcloudCloudconnectionsNetworksPutRequestTimeout creates a PcloudCloudconnectionsNetworksPutRequestTimeout with default headers values

func (*PcloudCloudconnectionsNetworksPutRequestTimeout) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections networks put request timeout response

func (*PcloudCloudconnectionsNetworksPutRequestTimeout) Error added in v1.1.10

func (*PcloudCloudconnectionsNetworksPutRequestTimeout) GetPayload added in v1.1.10

func (*PcloudCloudconnectionsNetworksPutRequestTimeout) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections networks put request timeout response has a 4xx status code

func (*PcloudCloudconnectionsNetworksPutRequestTimeout) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections networks put request timeout response a status code equal to that given

func (*PcloudCloudconnectionsNetworksPutRequestTimeout) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections networks put request timeout response has a 3xx status code

func (*PcloudCloudconnectionsNetworksPutRequestTimeout) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections networks put request timeout response has a 5xx status code

func (*PcloudCloudconnectionsNetworksPutRequestTimeout) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections networks put request timeout response has a 2xx status code

func (*PcloudCloudconnectionsNetworksPutRequestTimeout) String added in v1.2.2

type PcloudCloudconnectionsNetworksPutUnauthorized added in v1.0.59

type PcloudCloudconnectionsNetworksPutUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudCloudconnectionsNetworksPutUnauthorized added in v1.0.59

func NewPcloudCloudconnectionsNetworksPutUnauthorized() *PcloudCloudconnectionsNetworksPutUnauthorized

NewPcloudCloudconnectionsNetworksPutUnauthorized creates a PcloudCloudconnectionsNetworksPutUnauthorized with default headers values

func (*PcloudCloudconnectionsNetworksPutUnauthorized) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections networks put unauthorized response

func (*PcloudCloudconnectionsNetworksPutUnauthorized) Error added in v1.0.59

func (*PcloudCloudconnectionsNetworksPutUnauthorized) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsNetworksPutUnauthorized) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections networks put unauthorized response has a 4xx status code

func (*PcloudCloudconnectionsNetworksPutUnauthorized) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections networks put unauthorized response a status code equal to that given

func (*PcloudCloudconnectionsNetworksPutUnauthorized) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections networks put unauthorized response has a 3xx status code

func (*PcloudCloudconnectionsNetworksPutUnauthorized) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections networks put unauthorized response has a 5xx status code

func (*PcloudCloudconnectionsNetworksPutUnauthorized) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections networks put unauthorized response has a 2xx status code

func (*PcloudCloudconnectionsNetworksPutUnauthorized) String added in v1.2.2

type PcloudCloudconnectionsNetworksPutUnprocessableEntity

type PcloudCloudconnectionsNetworksPutUnprocessableEntity struct {
	Payload *models.Error
}

PcloudCloudconnectionsNetworksPutUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable Entity

func NewPcloudCloudconnectionsNetworksPutUnprocessableEntity

func NewPcloudCloudconnectionsNetworksPutUnprocessableEntity() *PcloudCloudconnectionsNetworksPutUnprocessableEntity

NewPcloudCloudconnectionsNetworksPutUnprocessableEntity creates a PcloudCloudconnectionsNetworksPutUnprocessableEntity with default headers values

func (*PcloudCloudconnectionsNetworksPutUnprocessableEntity) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections networks put unprocessable entity response

func (*PcloudCloudconnectionsNetworksPutUnprocessableEntity) Error

func (*PcloudCloudconnectionsNetworksPutUnprocessableEntity) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsNetworksPutUnprocessableEntity) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections networks put unprocessable entity response has a 4xx status code

func (*PcloudCloudconnectionsNetworksPutUnprocessableEntity) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections networks put unprocessable entity response a status code equal to that given

func (*PcloudCloudconnectionsNetworksPutUnprocessableEntity) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections networks put unprocessable entity response has a 3xx status code

func (*PcloudCloudconnectionsNetworksPutUnprocessableEntity) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections networks put unprocessable entity response has a 5xx status code

func (*PcloudCloudconnectionsNetworksPutUnprocessableEntity) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections networks put unprocessable entity response has a 2xx status code

func (*PcloudCloudconnectionsNetworksPutUnprocessableEntity) String added in v1.2.2

type PcloudCloudconnectionsPostAccepted added in v1.0.54

type PcloudCloudconnectionsPostAccepted struct {
	Payload *models.CloudConnectionCreateResponse
}

PcloudCloudconnectionsPostAccepted describes a response with status code 202, with default header values.

Accepted

func NewPcloudCloudconnectionsPostAccepted added in v1.0.54

func NewPcloudCloudconnectionsPostAccepted() *PcloudCloudconnectionsPostAccepted

NewPcloudCloudconnectionsPostAccepted creates a PcloudCloudconnectionsPostAccepted with default headers values

func (*PcloudCloudconnectionsPostAccepted) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections post accepted response

func (*PcloudCloudconnectionsPostAccepted) Error added in v1.0.54

func (*PcloudCloudconnectionsPostAccepted) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPostAccepted) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsPostAccepted) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections post accepted response has a 4xx status code

func (*PcloudCloudconnectionsPostAccepted) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections post accepted response a status code equal to that given

func (*PcloudCloudconnectionsPostAccepted) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsPostAccepted) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections post accepted response has a 3xx status code

func (*PcloudCloudconnectionsPostAccepted) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsPostAccepted) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections post accepted response has a 5xx status code

func (*PcloudCloudconnectionsPostAccepted) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections post accepted response has a 2xx status code

func (*PcloudCloudconnectionsPostAccepted) String added in v1.2.2

type PcloudCloudconnectionsPostBadRequest

type PcloudCloudconnectionsPostBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudCloudconnectionsPostBadRequest

func NewPcloudCloudconnectionsPostBadRequest() *PcloudCloudconnectionsPostBadRequest

NewPcloudCloudconnectionsPostBadRequest creates a PcloudCloudconnectionsPostBadRequest with default headers values

func (*PcloudCloudconnectionsPostBadRequest) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections post bad request response

func (*PcloudCloudconnectionsPostBadRequest) Error

func (*PcloudCloudconnectionsPostBadRequest) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPostBadRequest) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsPostBadRequest) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections post bad request response has a 4xx status code

func (*PcloudCloudconnectionsPostBadRequest) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections post bad request response a status code equal to that given

func (*PcloudCloudconnectionsPostBadRequest) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections post bad request response has a 3xx status code

func (*PcloudCloudconnectionsPostBadRequest) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsPostBadRequest) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections post bad request response has a 5xx status code

func (*PcloudCloudconnectionsPostBadRequest) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections post bad request response has a 2xx status code

func (*PcloudCloudconnectionsPostBadRequest) String added in v1.2.2

type PcloudCloudconnectionsPostConflict

type PcloudCloudconnectionsPostConflict struct {
	Payload *models.Error
}

PcloudCloudconnectionsPostConflict describes a response with status code 409, with default header values.

Conflict

func NewPcloudCloudconnectionsPostConflict

func NewPcloudCloudconnectionsPostConflict() *PcloudCloudconnectionsPostConflict

NewPcloudCloudconnectionsPostConflict creates a PcloudCloudconnectionsPostConflict with default headers values

func (*PcloudCloudconnectionsPostConflict) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections post conflict response

func (*PcloudCloudconnectionsPostConflict) Error

func (*PcloudCloudconnectionsPostConflict) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPostConflict) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsPostConflict) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections post conflict response has a 4xx status code

func (*PcloudCloudconnectionsPostConflict) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections post conflict response a status code equal to that given

func (*PcloudCloudconnectionsPostConflict) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsPostConflict) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections post conflict response has a 3xx status code

func (*PcloudCloudconnectionsPostConflict) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsPostConflict) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections post conflict response has a 5xx status code

func (*PcloudCloudconnectionsPostConflict) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections post conflict response has a 2xx status code

func (*PcloudCloudconnectionsPostConflict) String added in v1.2.2

type PcloudCloudconnectionsPostCreated

type PcloudCloudconnectionsPostCreated struct {
	Payload *models.CloudConnection
}

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

Created

func NewPcloudCloudconnectionsPostCreated

func NewPcloudCloudconnectionsPostCreated() *PcloudCloudconnectionsPostCreated

NewPcloudCloudconnectionsPostCreated creates a PcloudCloudconnectionsPostCreated with default headers values

func (*PcloudCloudconnectionsPostCreated) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections post created response

func (*PcloudCloudconnectionsPostCreated) Error

func (*PcloudCloudconnectionsPostCreated) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPostCreated) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsPostCreated) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections post created response has a 4xx status code

func (*PcloudCloudconnectionsPostCreated) IsCode added in v1.2.2

func (o *PcloudCloudconnectionsPostCreated) IsCode(code int) bool

IsCode returns true when this pcloud cloudconnections post created response a status code equal to that given

func (*PcloudCloudconnectionsPostCreated) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsPostCreated) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections post created response has a 3xx status code

func (*PcloudCloudconnectionsPostCreated) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsPostCreated) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections post created response has a 5xx status code

func (*PcloudCloudconnectionsPostCreated) IsSuccess added in v1.2.2

func (o *PcloudCloudconnectionsPostCreated) IsSuccess() bool

IsSuccess returns true when this pcloud cloudconnections post created response has a 2xx status code

func (*PcloudCloudconnectionsPostCreated) String added in v1.2.2

type PcloudCloudconnectionsPostForbidden added in v1.4.2

type PcloudCloudconnectionsPostForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudCloudconnectionsPostForbidden added in v1.4.2

func NewPcloudCloudconnectionsPostForbidden() *PcloudCloudconnectionsPostForbidden

NewPcloudCloudconnectionsPostForbidden creates a PcloudCloudconnectionsPostForbidden with default headers values

func (*PcloudCloudconnectionsPostForbidden) Code added in v1.4.2

Code gets the status code for the pcloud cloudconnections post forbidden response

func (*PcloudCloudconnectionsPostForbidden) Error added in v1.4.2

func (*PcloudCloudconnectionsPostForbidden) GetPayload added in v1.4.2

func (*PcloudCloudconnectionsPostForbidden) IsClientError added in v1.4.2

func (o *PcloudCloudconnectionsPostForbidden) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections post forbidden response has a 4xx status code

func (*PcloudCloudconnectionsPostForbidden) IsCode added in v1.4.2

IsCode returns true when this pcloud cloudconnections post forbidden response a status code equal to that given

func (*PcloudCloudconnectionsPostForbidden) IsRedirect added in v1.4.2

func (o *PcloudCloudconnectionsPostForbidden) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections post forbidden response has a 3xx status code

func (*PcloudCloudconnectionsPostForbidden) IsServerError added in v1.4.2

func (o *PcloudCloudconnectionsPostForbidden) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections post forbidden response has a 5xx status code

func (*PcloudCloudconnectionsPostForbidden) IsSuccess added in v1.4.2

IsSuccess returns true when this pcloud cloudconnections post forbidden response has a 2xx status code

func (*PcloudCloudconnectionsPostForbidden) String added in v1.4.2

type PcloudCloudconnectionsPostGatewayTimeout added in v1.1.11

type PcloudCloudconnectionsPostGatewayTimeout struct {
	Payload *models.Error
}

PcloudCloudconnectionsPostGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout

func NewPcloudCloudconnectionsPostGatewayTimeout added in v1.1.11

func NewPcloudCloudconnectionsPostGatewayTimeout() *PcloudCloudconnectionsPostGatewayTimeout

NewPcloudCloudconnectionsPostGatewayTimeout creates a PcloudCloudconnectionsPostGatewayTimeout with default headers values

func (*PcloudCloudconnectionsPostGatewayTimeout) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections post gateway timeout response

func (*PcloudCloudconnectionsPostGatewayTimeout) Error added in v1.1.11

func (*PcloudCloudconnectionsPostGatewayTimeout) GetPayload added in v1.1.11

func (*PcloudCloudconnectionsPostGatewayTimeout) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections post gateway timeout response has a 4xx status code

func (*PcloudCloudconnectionsPostGatewayTimeout) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections post gateway timeout response a status code equal to that given

func (*PcloudCloudconnectionsPostGatewayTimeout) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections post gateway timeout response has a 3xx status code

func (*PcloudCloudconnectionsPostGatewayTimeout) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections post gateway timeout response has a 5xx status code

func (*PcloudCloudconnectionsPostGatewayTimeout) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections post gateway timeout response has a 2xx status code

func (*PcloudCloudconnectionsPostGatewayTimeout) String added in v1.2.2

type PcloudCloudconnectionsPostInternalServerError

type PcloudCloudconnectionsPostInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudCloudconnectionsPostInternalServerError

func NewPcloudCloudconnectionsPostInternalServerError() *PcloudCloudconnectionsPostInternalServerError

NewPcloudCloudconnectionsPostInternalServerError creates a PcloudCloudconnectionsPostInternalServerError with default headers values

func (*PcloudCloudconnectionsPostInternalServerError) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections post internal server error response

func (*PcloudCloudconnectionsPostInternalServerError) Error

func (*PcloudCloudconnectionsPostInternalServerError) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPostInternalServerError) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections post internal server error response has a 4xx status code

func (*PcloudCloudconnectionsPostInternalServerError) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections post internal server error response a status code equal to that given

func (*PcloudCloudconnectionsPostInternalServerError) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections post internal server error response has a 3xx status code

func (*PcloudCloudconnectionsPostInternalServerError) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections post internal server error response has a 5xx status code

func (*PcloudCloudconnectionsPostInternalServerError) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections post internal server error response has a 2xx status code

func (*PcloudCloudconnectionsPostInternalServerError) String added in v1.2.2

type PcloudCloudconnectionsPostMethodNotAllowed added in v1.8.1

type PcloudCloudconnectionsPostMethodNotAllowed struct {
	Payload *models.Error
}

PcloudCloudconnectionsPostMethodNotAllowed describes a response with status code 405, with default header values.

Method Not Allowed

func NewPcloudCloudconnectionsPostMethodNotAllowed added in v1.8.1

func NewPcloudCloudconnectionsPostMethodNotAllowed() *PcloudCloudconnectionsPostMethodNotAllowed

NewPcloudCloudconnectionsPostMethodNotAllowed creates a PcloudCloudconnectionsPostMethodNotAllowed with default headers values

func (*PcloudCloudconnectionsPostMethodNotAllowed) Code added in v1.8.1

Code gets the status code for the pcloud cloudconnections post method not allowed response

func (*PcloudCloudconnectionsPostMethodNotAllowed) Error added in v1.8.1

func (*PcloudCloudconnectionsPostMethodNotAllowed) GetPayload added in v1.8.1

func (*PcloudCloudconnectionsPostMethodNotAllowed) IsClientError added in v1.8.1

IsClientError returns true when this pcloud cloudconnections post method not allowed response has a 4xx status code

func (*PcloudCloudconnectionsPostMethodNotAllowed) IsCode added in v1.8.1

IsCode returns true when this pcloud cloudconnections post method not allowed response a status code equal to that given

func (*PcloudCloudconnectionsPostMethodNotAllowed) IsRedirect added in v1.8.1

IsRedirect returns true when this pcloud cloudconnections post method not allowed response has a 3xx status code

func (*PcloudCloudconnectionsPostMethodNotAllowed) IsServerError added in v1.8.1

IsServerError returns true when this pcloud cloudconnections post method not allowed response has a 5xx status code

func (*PcloudCloudconnectionsPostMethodNotAllowed) IsSuccess added in v1.8.1

IsSuccess returns true when this pcloud cloudconnections post method not allowed response has a 2xx status code

func (*PcloudCloudconnectionsPostMethodNotAllowed) String added in v1.8.1

type PcloudCloudconnectionsPostNotFound added in v1.2.0

type PcloudCloudconnectionsPostNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudCloudconnectionsPostNotFound added in v1.2.0

func NewPcloudCloudconnectionsPostNotFound() *PcloudCloudconnectionsPostNotFound

NewPcloudCloudconnectionsPostNotFound creates a PcloudCloudconnectionsPostNotFound with default headers values

func (*PcloudCloudconnectionsPostNotFound) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections post not found response

func (*PcloudCloudconnectionsPostNotFound) Error added in v1.2.0

func (*PcloudCloudconnectionsPostNotFound) GetPayload added in v1.2.0

func (*PcloudCloudconnectionsPostNotFound) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsPostNotFound) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections post not found response has a 4xx status code

func (*PcloudCloudconnectionsPostNotFound) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections post not found response a status code equal to that given

func (*PcloudCloudconnectionsPostNotFound) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsPostNotFound) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections post not found response has a 3xx status code

func (*PcloudCloudconnectionsPostNotFound) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsPostNotFound) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections post not found response has a 5xx status code

func (*PcloudCloudconnectionsPostNotFound) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections post not found response has a 2xx status code

func (*PcloudCloudconnectionsPostNotFound) String added in v1.2.2

type PcloudCloudconnectionsPostOK

type PcloudCloudconnectionsPostOK struct {
	Payload *models.CloudConnection
}

PcloudCloudconnectionsPostOK describes a response with status code 200, with default header values.

OK

func NewPcloudCloudconnectionsPostOK

func NewPcloudCloudconnectionsPostOK() *PcloudCloudconnectionsPostOK

NewPcloudCloudconnectionsPostOK creates a PcloudCloudconnectionsPostOK with default headers values

func (*PcloudCloudconnectionsPostOK) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections post o k response

func (*PcloudCloudconnectionsPostOK) Error

func (*PcloudCloudconnectionsPostOK) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPostOK) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsPostOK) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections post o k response has a 4xx status code

func (*PcloudCloudconnectionsPostOK) IsCode added in v1.2.2

func (o *PcloudCloudconnectionsPostOK) IsCode(code int) bool

IsCode returns true when this pcloud cloudconnections post o k response a status code equal to that given

func (*PcloudCloudconnectionsPostOK) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsPostOK) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections post o k response has a 3xx status code

func (*PcloudCloudconnectionsPostOK) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsPostOK) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections post o k response has a 5xx status code

func (*PcloudCloudconnectionsPostOK) IsSuccess added in v1.2.2

func (o *PcloudCloudconnectionsPostOK) IsSuccess() bool

IsSuccess returns true when this pcloud cloudconnections post o k response has a 2xx status code

func (*PcloudCloudconnectionsPostOK) String added in v1.2.2

type PcloudCloudconnectionsPostParams

type PcloudCloudconnectionsPostParams struct {

	/* Body.

	   Parameters for the creation of a new cloud connection
	*/
	Body *models.CloudConnectionCreate

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

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

PcloudCloudconnectionsPostParams contains all the parameters to send to the API endpoint

for the pcloud cloudconnections post operation.

Typically these are written to a http.Request.

func NewPcloudCloudconnectionsPostParams

func NewPcloudCloudconnectionsPostParams() *PcloudCloudconnectionsPostParams

NewPcloudCloudconnectionsPostParams creates a new PcloudCloudconnectionsPostParams 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 NewPcloudCloudconnectionsPostParamsWithContext

func NewPcloudCloudconnectionsPostParamsWithContext(ctx context.Context) *PcloudCloudconnectionsPostParams

NewPcloudCloudconnectionsPostParamsWithContext creates a new PcloudCloudconnectionsPostParams object with the ability to set a context for a request.

func NewPcloudCloudconnectionsPostParamsWithHTTPClient

func NewPcloudCloudconnectionsPostParamsWithHTTPClient(client *http.Client) *PcloudCloudconnectionsPostParams

NewPcloudCloudconnectionsPostParamsWithHTTPClient creates a new PcloudCloudconnectionsPostParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudCloudconnectionsPostParamsWithTimeout

func NewPcloudCloudconnectionsPostParamsWithTimeout(timeout time.Duration) *PcloudCloudconnectionsPostParams

NewPcloudCloudconnectionsPostParamsWithTimeout creates a new PcloudCloudconnectionsPostParams object with the ability to set a timeout on a request.

func (*PcloudCloudconnectionsPostParams) SetBody

SetBody adds the body to the pcloud cloudconnections post params

func (*PcloudCloudconnectionsPostParams) SetCloudInstanceID

func (o *PcloudCloudconnectionsPostParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud cloudconnections post params

func (*PcloudCloudconnectionsPostParams) SetContext

SetContext adds the context to the pcloud cloudconnections post params

func (*PcloudCloudconnectionsPostParams) SetDefaults added in v1.1.0

func (o *PcloudCloudconnectionsPostParams) SetDefaults()

SetDefaults hydrates default values in the pcloud cloudconnections post params (not the query body).

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

func (*PcloudCloudconnectionsPostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud cloudconnections post params

func (*PcloudCloudconnectionsPostParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud cloudconnections post params

func (*PcloudCloudconnectionsPostParams) WithBody

WithBody adds the body to the pcloud cloudconnections post params

func (*PcloudCloudconnectionsPostParams) WithCloudInstanceID

func (o *PcloudCloudconnectionsPostParams) WithCloudInstanceID(cloudInstanceID string) *PcloudCloudconnectionsPostParams

WithCloudInstanceID adds the cloudInstanceID to the pcloud cloudconnections post params

func (*PcloudCloudconnectionsPostParams) WithContext

WithContext adds the context to the pcloud cloudconnections post params

func (*PcloudCloudconnectionsPostParams) WithDefaults added in v1.1.0

WithDefaults hydrates default values in the pcloud cloudconnections post params (not the query body).

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

func (*PcloudCloudconnectionsPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud cloudconnections post params

func (*PcloudCloudconnectionsPostParams) WithTimeout

WithTimeout adds the timeout to the pcloud cloudconnections post params

func (*PcloudCloudconnectionsPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudCloudconnectionsPostReader

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

PcloudCloudconnectionsPostReader is a Reader for the PcloudCloudconnectionsPost structure.

func (*PcloudCloudconnectionsPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudCloudconnectionsPostRequestTimeout added in v1.1.11

type PcloudCloudconnectionsPostRequestTimeout struct {
	Payload *models.Error
}

PcloudCloudconnectionsPostRequestTimeout describes a response with status code 408, with default header values.

Request Timeout

func NewPcloudCloudconnectionsPostRequestTimeout added in v1.1.11

func NewPcloudCloudconnectionsPostRequestTimeout() *PcloudCloudconnectionsPostRequestTimeout

NewPcloudCloudconnectionsPostRequestTimeout creates a PcloudCloudconnectionsPostRequestTimeout with default headers values

func (*PcloudCloudconnectionsPostRequestTimeout) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections post request timeout response

func (*PcloudCloudconnectionsPostRequestTimeout) Error added in v1.1.11

func (*PcloudCloudconnectionsPostRequestTimeout) GetPayload added in v1.1.11

func (*PcloudCloudconnectionsPostRequestTimeout) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections post request timeout response has a 4xx status code

func (*PcloudCloudconnectionsPostRequestTimeout) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections post request timeout response a status code equal to that given

func (*PcloudCloudconnectionsPostRequestTimeout) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections post request timeout response has a 3xx status code

func (*PcloudCloudconnectionsPostRequestTimeout) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections post request timeout response has a 5xx status code

func (*PcloudCloudconnectionsPostRequestTimeout) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections post request timeout response has a 2xx status code

func (*PcloudCloudconnectionsPostRequestTimeout) String added in v1.2.2

type PcloudCloudconnectionsPostServiceUnavailable added in v1.2.4

type PcloudCloudconnectionsPostServiceUnavailable struct {
	Payload *models.Error
}

PcloudCloudconnectionsPostServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable

func NewPcloudCloudconnectionsPostServiceUnavailable added in v1.2.4

func NewPcloudCloudconnectionsPostServiceUnavailable() *PcloudCloudconnectionsPostServiceUnavailable

NewPcloudCloudconnectionsPostServiceUnavailable creates a PcloudCloudconnectionsPostServiceUnavailable with default headers values

func (*PcloudCloudconnectionsPostServiceUnavailable) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections post service unavailable response

func (*PcloudCloudconnectionsPostServiceUnavailable) Error added in v1.2.4

func (*PcloudCloudconnectionsPostServiceUnavailable) GetPayload added in v1.2.4

func (*PcloudCloudconnectionsPostServiceUnavailable) IsClientError added in v1.2.4

IsClientError returns true when this pcloud cloudconnections post service unavailable response has a 4xx status code

func (*PcloudCloudconnectionsPostServiceUnavailable) IsCode added in v1.2.4

IsCode returns true when this pcloud cloudconnections post service unavailable response a status code equal to that given

func (*PcloudCloudconnectionsPostServiceUnavailable) IsRedirect added in v1.2.4

IsRedirect returns true when this pcloud cloudconnections post service unavailable response has a 3xx status code

func (*PcloudCloudconnectionsPostServiceUnavailable) IsServerError added in v1.2.4

IsServerError returns true when this pcloud cloudconnections post service unavailable response has a 5xx status code

func (*PcloudCloudconnectionsPostServiceUnavailable) IsSuccess added in v1.2.4

IsSuccess returns true when this pcloud cloudconnections post service unavailable response has a 2xx status code

func (*PcloudCloudconnectionsPostServiceUnavailable) String added in v1.2.4

type PcloudCloudconnectionsPostUnauthorized added in v1.0.59

type PcloudCloudconnectionsPostUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudCloudconnectionsPostUnauthorized added in v1.0.59

func NewPcloudCloudconnectionsPostUnauthorized() *PcloudCloudconnectionsPostUnauthorized

NewPcloudCloudconnectionsPostUnauthorized creates a PcloudCloudconnectionsPostUnauthorized with default headers values

func (*PcloudCloudconnectionsPostUnauthorized) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections post unauthorized response

func (*PcloudCloudconnectionsPostUnauthorized) Error added in v1.0.59

func (*PcloudCloudconnectionsPostUnauthorized) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPostUnauthorized) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsPostUnauthorized) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections post unauthorized response has a 4xx status code

func (*PcloudCloudconnectionsPostUnauthorized) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections post unauthorized response a status code equal to that given

func (*PcloudCloudconnectionsPostUnauthorized) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections post unauthorized response has a 3xx status code

func (*PcloudCloudconnectionsPostUnauthorized) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsPostUnauthorized) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections post unauthorized response has a 5xx status code

func (*PcloudCloudconnectionsPostUnauthorized) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections post unauthorized response has a 2xx status code

func (*PcloudCloudconnectionsPostUnauthorized) String added in v1.2.2

type PcloudCloudconnectionsPostUnprocessableEntity

type PcloudCloudconnectionsPostUnprocessableEntity struct {
	Payload *models.Error
}

PcloudCloudconnectionsPostUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable Entity

func NewPcloudCloudconnectionsPostUnprocessableEntity

func NewPcloudCloudconnectionsPostUnprocessableEntity() *PcloudCloudconnectionsPostUnprocessableEntity

NewPcloudCloudconnectionsPostUnprocessableEntity creates a PcloudCloudconnectionsPostUnprocessableEntity with default headers values

func (*PcloudCloudconnectionsPostUnprocessableEntity) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections post unprocessable entity response

func (*PcloudCloudconnectionsPostUnprocessableEntity) Error

func (*PcloudCloudconnectionsPostUnprocessableEntity) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPostUnprocessableEntity) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections post unprocessable entity response has a 4xx status code

func (*PcloudCloudconnectionsPostUnprocessableEntity) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections post unprocessable entity response a status code equal to that given

func (*PcloudCloudconnectionsPostUnprocessableEntity) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections post unprocessable entity response has a 3xx status code

func (*PcloudCloudconnectionsPostUnprocessableEntity) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections post unprocessable entity response has a 5xx status code

func (*PcloudCloudconnectionsPostUnprocessableEntity) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections post unprocessable entity response has a 2xx status code

func (*PcloudCloudconnectionsPostUnprocessableEntity) String added in v1.2.2

type PcloudCloudconnectionsPutAccepted added in v1.0.54

type PcloudCloudconnectionsPutAccepted struct {
	Payload *models.JobReference
}

PcloudCloudconnectionsPutAccepted describes a response with status code 202, with default header values.

Accepted

func NewPcloudCloudconnectionsPutAccepted added in v1.0.54

func NewPcloudCloudconnectionsPutAccepted() *PcloudCloudconnectionsPutAccepted

NewPcloudCloudconnectionsPutAccepted creates a PcloudCloudconnectionsPutAccepted with default headers values

func (*PcloudCloudconnectionsPutAccepted) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections put accepted response

func (*PcloudCloudconnectionsPutAccepted) Error added in v1.0.54

func (*PcloudCloudconnectionsPutAccepted) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPutAccepted) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsPutAccepted) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections put accepted response has a 4xx status code

func (*PcloudCloudconnectionsPutAccepted) IsCode added in v1.2.2

func (o *PcloudCloudconnectionsPutAccepted) IsCode(code int) bool

IsCode returns true when this pcloud cloudconnections put accepted response a status code equal to that given

func (*PcloudCloudconnectionsPutAccepted) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsPutAccepted) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections put accepted response has a 3xx status code

func (*PcloudCloudconnectionsPutAccepted) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsPutAccepted) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections put accepted response has a 5xx status code

func (*PcloudCloudconnectionsPutAccepted) IsSuccess added in v1.2.2

func (o *PcloudCloudconnectionsPutAccepted) IsSuccess() bool

IsSuccess returns true when this pcloud cloudconnections put accepted response has a 2xx status code

func (*PcloudCloudconnectionsPutAccepted) String added in v1.2.2

type PcloudCloudconnectionsPutBadRequest

type PcloudCloudconnectionsPutBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudCloudconnectionsPutBadRequest

func NewPcloudCloudconnectionsPutBadRequest() *PcloudCloudconnectionsPutBadRequest

NewPcloudCloudconnectionsPutBadRequest creates a PcloudCloudconnectionsPutBadRequest with default headers values

func (*PcloudCloudconnectionsPutBadRequest) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections put bad request response

func (*PcloudCloudconnectionsPutBadRequest) Error

func (*PcloudCloudconnectionsPutBadRequest) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPutBadRequest) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsPutBadRequest) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections put bad request response has a 4xx status code

func (*PcloudCloudconnectionsPutBadRequest) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections put bad request response a status code equal to that given

func (*PcloudCloudconnectionsPutBadRequest) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsPutBadRequest) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections put bad request response has a 3xx status code

func (*PcloudCloudconnectionsPutBadRequest) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsPutBadRequest) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections put bad request response has a 5xx status code

func (*PcloudCloudconnectionsPutBadRequest) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections put bad request response has a 2xx status code

func (*PcloudCloudconnectionsPutBadRequest) String added in v1.2.2

type PcloudCloudconnectionsPutConflict added in v1.0.75

type PcloudCloudconnectionsPutConflict struct {
	Payload *models.Error
}

PcloudCloudconnectionsPutConflict describes a response with status code 409, with default header values.

Conflict

func NewPcloudCloudconnectionsPutConflict added in v1.0.75

func NewPcloudCloudconnectionsPutConflict() *PcloudCloudconnectionsPutConflict

NewPcloudCloudconnectionsPutConflict creates a PcloudCloudconnectionsPutConflict with default headers values

func (*PcloudCloudconnectionsPutConflict) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections put conflict response

func (*PcloudCloudconnectionsPutConflict) Error added in v1.0.75

func (*PcloudCloudconnectionsPutConflict) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPutConflict) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsPutConflict) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections put conflict response has a 4xx status code

func (*PcloudCloudconnectionsPutConflict) IsCode added in v1.2.2

func (o *PcloudCloudconnectionsPutConflict) IsCode(code int) bool

IsCode returns true when this pcloud cloudconnections put conflict response a status code equal to that given

func (*PcloudCloudconnectionsPutConflict) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsPutConflict) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections put conflict response has a 3xx status code

func (*PcloudCloudconnectionsPutConflict) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsPutConflict) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections put conflict response has a 5xx status code

func (*PcloudCloudconnectionsPutConflict) IsSuccess added in v1.2.2

func (o *PcloudCloudconnectionsPutConflict) IsSuccess() bool

IsSuccess returns true when this pcloud cloudconnections put conflict response has a 2xx status code

func (*PcloudCloudconnectionsPutConflict) String added in v1.2.2

type PcloudCloudconnectionsPutForbidden added in v1.4.2

type PcloudCloudconnectionsPutForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudCloudconnectionsPutForbidden added in v1.4.2

func NewPcloudCloudconnectionsPutForbidden() *PcloudCloudconnectionsPutForbidden

NewPcloudCloudconnectionsPutForbidden creates a PcloudCloudconnectionsPutForbidden with default headers values

func (*PcloudCloudconnectionsPutForbidden) Code added in v1.4.2

Code gets the status code for the pcloud cloudconnections put forbidden response

func (*PcloudCloudconnectionsPutForbidden) Error added in v1.4.2

func (*PcloudCloudconnectionsPutForbidden) GetPayload added in v1.4.2

func (*PcloudCloudconnectionsPutForbidden) IsClientError added in v1.4.2

func (o *PcloudCloudconnectionsPutForbidden) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections put forbidden response has a 4xx status code

func (*PcloudCloudconnectionsPutForbidden) IsCode added in v1.4.2

IsCode returns true when this pcloud cloudconnections put forbidden response a status code equal to that given

func (*PcloudCloudconnectionsPutForbidden) IsRedirect added in v1.4.2

func (o *PcloudCloudconnectionsPutForbidden) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections put forbidden response has a 3xx status code

func (*PcloudCloudconnectionsPutForbidden) IsServerError added in v1.4.2

func (o *PcloudCloudconnectionsPutForbidden) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections put forbidden response has a 5xx status code

func (*PcloudCloudconnectionsPutForbidden) IsSuccess added in v1.4.2

IsSuccess returns true when this pcloud cloudconnections put forbidden response has a 2xx status code

func (*PcloudCloudconnectionsPutForbidden) String added in v1.4.2

type PcloudCloudconnectionsPutInternalServerError

type PcloudCloudconnectionsPutInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudCloudconnectionsPutInternalServerError

func NewPcloudCloudconnectionsPutInternalServerError() *PcloudCloudconnectionsPutInternalServerError

NewPcloudCloudconnectionsPutInternalServerError creates a PcloudCloudconnectionsPutInternalServerError with default headers values

func (*PcloudCloudconnectionsPutInternalServerError) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections put internal server error response

func (*PcloudCloudconnectionsPutInternalServerError) Error

func (*PcloudCloudconnectionsPutInternalServerError) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPutInternalServerError) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections put internal server error response has a 4xx status code

func (*PcloudCloudconnectionsPutInternalServerError) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections put internal server error response a status code equal to that given

func (*PcloudCloudconnectionsPutInternalServerError) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections put internal server error response has a 3xx status code

func (*PcloudCloudconnectionsPutInternalServerError) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections put internal server error response has a 5xx status code

func (*PcloudCloudconnectionsPutInternalServerError) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections put internal server error response has a 2xx status code

func (*PcloudCloudconnectionsPutInternalServerError) String added in v1.2.2

type PcloudCloudconnectionsPutMethodNotAllowed added in v1.0.56

type PcloudCloudconnectionsPutMethodNotAllowed struct {
	Payload *models.Error
}

PcloudCloudconnectionsPutMethodNotAllowed describes a response with status code 405, with default header values.

Method Not Allowed

func NewPcloudCloudconnectionsPutMethodNotAllowed added in v1.0.56

func NewPcloudCloudconnectionsPutMethodNotAllowed() *PcloudCloudconnectionsPutMethodNotAllowed

NewPcloudCloudconnectionsPutMethodNotAllowed creates a PcloudCloudconnectionsPutMethodNotAllowed with default headers values

func (*PcloudCloudconnectionsPutMethodNotAllowed) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections put method not allowed response

func (*PcloudCloudconnectionsPutMethodNotAllowed) Error added in v1.0.56

func (*PcloudCloudconnectionsPutMethodNotAllowed) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPutMethodNotAllowed) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections put method not allowed response has a 4xx status code

func (*PcloudCloudconnectionsPutMethodNotAllowed) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections put method not allowed response a status code equal to that given

func (*PcloudCloudconnectionsPutMethodNotAllowed) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections put method not allowed response has a 3xx status code

func (*PcloudCloudconnectionsPutMethodNotAllowed) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections put method not allowed response has a 5xx status code

func (*PcloudCloudconnectionsPutMethodNotAllowed) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections put method not allowed response has a 2xx status code

func (*PcloudCloudconnectionsPutMethodNotAllowed) String added in v1.2.2

type PcloudCloudconnectionsPutNotFound added in v1.0.59

type PcloudCloudconnectionsPutNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudCloudconnectionsPutNotFound added in v1.0.59

func NewPcloudCloudconnectionsPutNotFound() *PcloudCloudconnectionsPutNotFound

NewPcloudCloudconnectionsPutNotFound creates a PcloudCloudconnectionsPutNotFound with default headers values

func (*PcloudCloudconnectionsPutNotFound) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections put not found response

func (*PcloudCloudconnectionsPutNotFound) Error added in v1.0.59

func (*PcloudCloudconnectionsPutNotFound) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPutNotFound) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsPutNotFound) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections put not found response has a 4xx status code

func (*PcloudCloudconnectionsPutNotFound) IsCode added in v1.2.2

func (o *PcloudCloudconnectionsPutNotFound) IsCode(code int) bool

IsCode returns true when this pcloud cloudconnections put not found response a status code equal to that given

func (*PcloudCloudconnectionsPutNotFound) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsPutNotFound) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections put not found response has a 3xx status code

func (*PcloudCloudconnectionsPutNotFound) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsPutNotFound) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections put not found response has a 5xx status code

func (*PcloudCloudconnectionsPutNotFound) IsSuccess added in v1.2.2

func (o *PcloudCloudconnectionsPutNotFound) IsSuccess() bool

IsSuccess returns true when this pcloud cloudconnections put not found response has a 2xx status code

func (*PcloudCloudconnectionsPutNotFound) String added in v1.2.2

type PcloudCloudconnectionsPutOK

type PcloudCloudconnectionsPutOK struct {
	Payload *models.CloudConnection
}

PcloudCloudconnectionsPutOK describes a response with status code 200, with default header values.

OK

func NewPcloudCloudconnectionsPutOK

func NewPcloudCloudconnectionsPutOK() *PcloudCloudconnectionsPutOK

NewPcloudCloudconnectionsPutOK creates a PcloudCloudconnectionsPutOK with default headers values

func (*PcloudCloudconnectionsPutOK) Code added in v1.2.4

func (o *PcloudCloudconnectionsPutOK) Code() int

Code gets the status code for the pcloud cloudconnections put o k response

func (*PcloudCloudconnectionsPutOK) Error

func (*PcloudCloudconnectionsPutOK) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPutOK) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsPutOK) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections put o k response has a 4xx status code

func (*PcloudCloudconnectionsPutOK) IsCode added in v1.2.2

func (o *PcloudCloudconnectionsPutOK) IsCode(code int) bool

IsCode returns true when this pcloud cloudconnections put o k response a status code equal to that given

func (*PcloudCloudconnectionsPutOK) IsRedirect added in v1.2.2

func (o *PcloudCloudconnectionsPutOK) IsRedirect() bool

IsRedirect returns true when this pcloud cloudconnections put o k response has a 3xx status code

func (*PcloudCloudconnectionsPutOK) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsPutOK) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections put o k response has a 5xx status code

func (*PcloudCloudconnectionsPutOK) IsSuccess added in v1.2.2

func (o *PcloudCloudconnectionsPutOK) IsSuccess() bool

IsSuccess returns true when this pcloud cloudconnections put o k response has a 2xx status code

func (*PcloudCloudconnectionsPutOK) String added in v1.2.2

func (o *PcloudCloudconnectionsPutOK) String() string

type PcloudCloudconnectionsPutParams

type PcloudCloudconnectionsPutParams struct {

	/* Body.

	   Parameters to update a Cloud Connection
	*/
	Body *models.CloudConnectionUpdate

	/* CloudConnectionID.

	   Cloud Connection ID
	*/
	CloudConnectionID string

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

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

PcloudCloudconnectionsPutParams contains all the parameters to send to the API endpoint

for the pcloud cloudconnections put operation.

Typically these are written to a http.Request.

func NewPcloudCloudconnectionsPutParams

func NewPcloudCloudconnectionsPutParams() *PcloudCloudconnectionsPutParams

NewPcloudCloudconnectionsPutParams creates a new PcloudCloudconnectionsPutParams 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 NewPcloudCloudconnectionsPutParamsWithContext

func NewPcloudCloudconnectionsPutParamsWithContext(ctx context.Context) *PcloudCloudconnectionsPutParams

NewPcloudCloudconnectionsPutParamsWithContext creates a new PcloudCloudconnectionsPutParams object with the ability to set a context for a request.

func NewPcloudCloudconnectionsPutParamsWithHTTPClient

func NewPcloudCloudconnectionsPutParamsWithHTTPClient(client *http.Client) *PcloudCloudconnectionsPutParams

NewPcloudCloudconnectionsPutParamsWithHTTPClient creates a new PcloudCloudconnectionsPutParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudCloudconnectionsPutParamsWithTimeout

func NewPcloudCloudconnectionsPutParamsWithTimeout(timeout time.Duration) *PcloudCloudconnectionsPutParams

NewPcloudCloudconnectionsPutParamsWithTimeout creates a new PcloudCloudconnectionsPutParams object with the ability to set a timeout on a request.

func (*PcloudCloudconnectionsPutParams) SetBody

SetBody adds the body to the pcloud cloudconnections put params

func (*PcloudCloudconnectionsPutParams) SetCloudConnectionID

func (o *PcloudCloudconnectionsPutParams) SetCloudConnectionID(cloudConnectionID string)

SetCloudConnectionID adds the cloudConnectionId to the pcloud cloudconnections put params

func (*PcloudCloudconnectionsPutParams) SetCloudInstanceID

func (o *PcloudCloudconnectionsPutParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud cloudconnections put params

func (*PcloudCloudconnectionsPutParams) SetContext

func (o *PcloudCloudconnectionsPutParams) SetContext(ctx context.Context)

SetContext adds the context to the pcloud cloudconnections put params

func (*PcloudCloudconnectionsPutParams) SetDefaults added in v1.1.0

func (o *PcloudCloudconnectionsPutParams) SetDefaults()

SetDefaults hydrates default values in the pcloud cloudconnections put params (not the query body).

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

func (*PcloudCloudconnectionsPutParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud cloudconnections put params

func (*PcloudCloudconnectionsPutParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud cloudconnections put params

func (*PcloudCloudconnectionsPutParams) WithBody

WithBody adds the body to the pcloud cloudconnections put params

func (*PcloudCloudconnectionsPutParams) WithCloudConnectionID

func (o *PcloudCloudconnectionsPutParams) WithCloudConnectionID(cloudConnectionID string) *PcloudCloudconnectionsPutParams

WithCloudConnectionID adds the cloudConnectionID to the pcloud cloudconnections put params

func (*PcloudCloudconnectionsPutParams) WithCloudInstanceID

func (o *PcloudCloudconnectionsPutParams) WithCloudInstanceID(cloudInstanceID string) *PcloudCloudconnectionsPutParams

WithCloudInstanceID adds the cloudInstanceID to the pcloud cloudconnections put params

func (*PcloudCloudconnectionsPutParams) WithContext

WithContext adds the context to the pcloud cloudconnections put params

func (*PcloudCloudconnectionsPutParams) WithDefaults added in v1.1.0

WithDefaults hydrates default values in the pcloud cloudconnections put params (not the query body).

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

func (*PcloudCloudconnectionsPutParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud cloudconnections put params

func (*PcloudCloudconnectionsPutParams) WithTimeout

WithTimeout adds the timeout to the pcloud cloudconnections put params

func (*PcloudCloudconnectionsPutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudCloudconnectionsPutReader

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

PcloudCloudconnectionsPutReader is a Reader for the PcloudCloudconnectionsPut structure.

func (*PcloudCloudconnectionsPutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudCloudconnectionsPutRequestTimeout added in v1.1.10

type PcloudCloudconnectionsPutRequestTimeout struct {
	Payload *models.Error
}

PcloudCloudconnectionsPutRequestTimeout describes a response with status code 408, with default header values.

Request Timeout

func NewPcloudCloudconnectionsPutRequestTimeout added in v1.1.10

func NewPcloudCloudconnectionsPutRequestTimeout() *PcloudCloudconnectionsPutRequestTimeout

NewPcloudCloudconnectionsPutRequestTimeout creates a PcloudCloudconnectionsPutRequestTimeout with default headers values

func (*PcloudCloudconnectionsPutRequestTimeout) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections put request timeout response

func (*PcloudCloudconnectionsPutRequestTimeout) Error added in v1.1.10

func (*PcloudCloudconnectionsPutRequestTimeout) GetPayload added in v1.1.10

func (*PcloudCloudconnectionsPutRequestTimeout) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsPutRequestTimeout) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections put request timeout response has a 4xx status code

func (*PcloudCloudconnectionsPutRequestTimeout) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections put request timeout response a status code equal to that given

func (*PcloudCloudconnectionsPutRequestTimeout) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections put request timeout response has a 3xx status code

func (*PcloudCloudconnectionsPutRequestTimeout) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsPutRequestTimeout) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections put request timeout response has a 5xx status code

func (*PcloudCloudconnectionsPutRequestTimeout) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections put request timeout response has a 2xx status code

func (*PcloudCloudconnectionsPutRequestTimeout) String added in v1.2.2

type PcloudCloudconnectionsPutServiceUnavailable added in v1.2.4

type PcloudCloudconnectionsPutServiceUnavailable struct {
	Payload *models.Error
}

PcloudCloudconnectionsPutServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable

func NewPcloudCloudconnectionsPutServiceUnavailable added in v1.2.4

func NewPcloudCloudconnectionsPutServiceUnavailable() *PcloudCloudconnectionsPutServiceUnavailable

NewPcloudCloudconnectionsPutServiceUnavailable creates a PcloudCloudconnectionsPutServiceUnavailable with default headers values

func (*PcloudCloudconnectionsPutServiceUnavailable) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections put service unavailable response

func (*PcloudCloudconnectionsPutServiceUnavailable) Error added in v1.2.4

func (*PcloudCloudconnectionsPutServiceUnavailable) GetPayload added in v1.2.4

func (*PcloudCloudconnectionsPutServiceUnavailable) IsClientError added in v1.2.4

IsClientError returns true when this pcloud cloudconnections put service unavailable response has a 4xx status code

func (*PcloudCloudconnectionsPutServiceUnavailable) IsCode added in v1.2.4

IsCode returns true when this pcloud cloudconnections put service unavailable response a status code equal to that given

func (*PcloudCloudconnectionsPutServiceUnavailable) IsRedirect added in v1.2.4

IsRedirect returns true when this pcloud cloudconnections put service unavailable response has a 3xx status code

func (*PcloudCloudconnectionsPutServiceUnavailable) IsServerError added in v1.2.4

IsServerError returns true when this pcloud cloudconnections put service unavailable response has a 5xx status code

func (*PcloudCloudconnectionsPutServiceUnavailable) IsSuccess added in v1.2.4

IsSuccess returns true when this pcloud cloudconnections put service unavailable response has a 2xx status code

func (*PcloudCloudconnectionsPutServiceUnavailable) String added in v1.2.4

type PcloudCloudconnectionsPutUnauthorized added in v1.0.59

type PcloudCloudconnectionsPutUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudCloudconnectionsPutUnauthorized added in v1.0.59

func NewPcloudCloudconnectionsPutUnauthorized() *PcloudCloudconnectionsPutUnauthorized

NewPcloudCloudconnectionsPutUnauthorized creates a PcloudCloudconnectionsPutUnauthorized with default headers values

func (*PcloudCloudconnectionsPutUnauthorized) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections put unauthorized response

func (*PcloudCloudconnectionsPutUnauthorized) Error added in v1.0.59

func (*PcloudCloudconnectionsPutUnauthorized) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPutUnauthorized) IsClientError added in v1.2.2

func (o *PcloudCloudconnectionsPutUnauthorized) IsClientError() bool

IsClientError returns true when this pcloud cloudconnections put unauthorized response has a 4xx status code

func (*PcloudCloudconnectionsPutUnauthorized) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections put unauthorized response a status code equal to that given

func (*PcloudCloudconnectionsPutUnauthorized) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections put unauthorized response has a 3xx status code

func (*PcloudCloudconnectionsPutUnauthorized) IsServerError added in v1.2.2

func (o *PcloudCloudconnectionsPutUnauthorized) IsServerError() bool

IsServerError returns true when this pcloud cloudconnections put unauthorized response has a 5xx status code

func (*PcloudCloudconnectionsPutUnauthorized) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections put unauthorized response has a 2xx status code

func (*PcloudCloudconnectionsPutUnauthorized) String added in v1.2.2

type PcloudCloudconnectionsPutUnprocessableEntity

type PcloudCloudconnectionsPutUnprocessableEntity struct {
	Payload *models.Error
}

PcloudCloudconnectionsPutUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable Entity

func NewPcloudCloudconnectionsPutUnprocessableEntity

func NewPcloudCloudconnectionsPutUnprocessableEntity() *PcloudCloudconnectionsPutUnprocessableEntity

NewPcloudCloudconnectionsPutUnprocessableEntity creates a PcloudCloudconnectionsPutUnprocessableEntity with default headers values

func (*PcloudCloudconnectionsPutUnprocessableEntity) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections put unprocessable entity response

func (*PcloudCloudconnectionsPutUnprocessableEntity) Error

func (*PcloudCloudconnectionsPutUnprocessableEntity) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsPutUnprocessableEntity) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections put unprocessable entity response has a 4xx status code

func (*PcloudCloudconnectionsPutUnprocessableEntity) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections put unprocessable entity response a status code equal to that given

func (*PcloudCloudconnectionsPutUnprocessableEntity) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections put unprocessable entity response has a 3xx status code

func (*PcloudCloudconnectionsPutUnprocessableEntity) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections put unprocessable entity response has a 5xx status code

func (*PcloudCloudconnectionsPutUnprocessableEntity) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections put unprocessable entity response has a 2xx status code

func (*PcloudCloudconnectionsPutUnprocessableEntity) String added in v1.2.2

type PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest

type PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest() *PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest

NewPcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest creates a PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest with default headers values

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections virtualprivateclouds getall bad request response

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest) Error

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections virtualprivateclouds getall bad request response has a 4xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections virtualprivateclouds getall bad request response a status code equal to that given

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections virtualprivateclouds getall bad request response has a 3xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections virtualprivateclouds getall bad request response has a 5xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections virtualprivateclouds getall bad request response has a 2xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest) String added in v1.2.2

type PcloudCloudconnectionsVirtualprivatecloudsGetallForbidden added in v1.2.2

type PcloudCloudconnectionsVirtualprivatecloudsGetallForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallForbidden added in v1.2.2

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallForbidden() *PcloudCloudconnectionsVirtualprivatecloudsGetallForbidden

NewPcloudCloudconnectionsVirtualprivatecloudsGetallForbidden creates a PcloudCloudconnectionsVirtualprivatecloudsGetallForbidden with default headers values

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallForbidden) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections virtualprivateclouds getall forbidden response

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallForbidden) Error added in v1.2.2

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallForbidden) GetPayload added in v1.2.2

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallForbidden) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections virtualprivateclouds getall forbidden response has a 4xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallForbidden) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections virtualprivateclouds getall forbidden response a status code equal to that given

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallForbidden) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections virtualprivateclouds getall forbidden response has a 3xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallForbidden) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections virtualprivateclouds getall forbidden response has a 5xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallForbidden) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections virtualprivateclouds getall forbidden response has a 2xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallForbidden) String added in v1.2.2

type PcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout added in v1.1.11

type PcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout struct {
	Payload *models.Error
}

PcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout added in v1.1.11

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout() *PcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout

NewPcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout creates a PcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout with default headers values

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections virtualprivateclouds getall gateway timeout response

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout) Error added in v1.1.11

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout) GetPayload added in v1.1.11

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections virtualprivateclouds getall gateway timeout response has a 4xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections virtualprivateclouds getall gateway timeout response a status code equal to that given

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections virtualprivateclouds getall gateway timeout response has a 3xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections virtualprivateclouds getall gateway timeout response has a 5xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections virtualprivateclouds getall gateway timeout response has a 2xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallGatewayTimeout) String added in v1.2.2

type PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError

type PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError() *PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError

NewPcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError creates a PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError with default headers values

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections virtualprivateclouds getall internal server error response

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError) Error

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections virtualprivateclouds getall internal server error response has a 4xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections virtualprivateclouds getall internal server error response a status code equal to that given

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections virtualprivateclouds getall internal server error response has a 3xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections virtualprivateclouds getall internal server error response has a 5xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections virtualprivateclouds getall internal server error response has a 2xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError) String added in v1.2.2

type PcloudCloudconnectionsVirtualprivatecloudsGetallNotFound added in v1.4.2

type PcloudCloudconnectionsVirtualprivatecloudsGetallNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallNotFound added in v1.4.2

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallNotFound() *PcloudCloudconnectionsVirtualprivatecloudsGetallNotFound

NewPcloudCloudconnectionsVirtualprivatecloudsGetallNotFound creates a PcloudCloudconnectionsVirtualprivatecloudsGetallNotFound with default headers values

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallNotFound) Code added in v1.4.2

Code gets the status code for the pcloud cloudconnections virtualprivateclouds getall not found response

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallNotFound) Error added in v1.4.2

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallNotFound) GetPayload added in v1.4.2

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallNotFound) IsClientError added in v1.4.2

IsClientError returns true when this pcloud cloudconnections virtualprivateclouds getall not found response has a 4xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallNotFound) IsCode added in v1.4.2

IsCode returns true when this pcloud cloudconnections virtualprivateclouds getall not found response a status code equal to that given

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallNotFound) IsRedirect added in v1.4.2

IsRedirect returns true when this pcloud cloudconnections virtualprivateclouds getall not found response has a 3xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallNotFound) IsServerError added in v1.4.2

IsServerError returns true when this pcloud cloudconnections virtualprivateclouds getall not found response has a 5xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallNotFound) IsSuccess added in v1.4.2

IsSuccess returns true when this pcloud cloudconnections virtualprivateclouds getall not found response has a 2xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallNotFound) String added in v1.4.2

type PcloudCloudconnectionsVirtualprivatecloudsGetallOK

type PcloudCloudconnectionsVirtualprivatecloudsGetallOK struct {
	Payload *models.CloudConnectionVirtualPrivateClouds
}

PcloudCloudconnectionsVirtualprivatecloudsGetallOK describes a response with status code 200, with default header values.

OK

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallOK

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallOK() *PcloudCloudconnectionsVirtualprivatecloudsGetallOK

NewPcloudCloudconnectionsVirtualprivatecloudsGetallOK creates a PcloudCloudconnectionsVirtualprivatecloudsGetallOK with default headers values

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallOK) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections virtualprivateclouds getall o k response

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallOK) Error

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallOK) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallOK) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections virtualprivateclouds getall o k response has a 4xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallOK) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections virtualprivateclouds getall o k response a status code equal to that given

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallOK) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections virtualprivateclouds getall o k response has a 3xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallOK) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections virtualprivateclouds getall o k response has a 5xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallOK) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections virtualprivateclouds getall o k response has a 2xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallOK) String added in v1.2.2

type PcloudCloudconnectionsVirtualprivatecloudsGetallParams

type PcloudCloudconnectionsVirtualprivatecloudsGetallParams struct {

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

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

PcloudCloudconnectionsVirtualprivatecloudsGetallParams contains all the parameters to send to the API endpoint

for the pcloud cloudconnections virtualprivateclouds getall operation.

Typically these are written to a http.Request.

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallParams

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallParams() *PcloudCloudconnectionsVirtualprivatecloudsGetallParams

NewPcloudCloudconnectionsVirtualprivatecloudsGetallParams creates a new PcloudCloudconnectionsVirtualprivatecloudsGetallParams 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 NewPcloudCloudconnectionsVirtualprivatecloudsGetallParamsWithContext

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallParamsWithContext(ctx context.Context) *PcloudCloudconnectionsVirtualprivatecloudsGetallParams

NewPcloudCloudconnectionsVirtualprivatecloudsGetallParamsWithContext creates a new PcloudCloudconnectionsVirtualprivatecloudsGetallParams object with the ability to set a context for a request.

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallParamsWithHTTPClient

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallParamsWithHTTPClient(client *http.Client) *PcloudCloudconnectionsVirtualprivatecloudsGetallParams

NewPcloudCloudconnectionsVirtualprivatecloudsGetallParamsWithHTTPClient creates a new PcloudCloudconnectionsVirtualprivatecloudsGetallParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallParamsWithTimeout

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallParamsWithTimeout(timeout time.Duration) *PcloudCloudconnectionsVirtualprivatecloudsGetallParams

NewPcloudCloudconnectionsVirtualprivatecloudsGetallParamsWithTimeout creates a new PcloudCloudconnectionsVirtualprivatecloudsGetallParams object with the ability to set a timeout on a request.

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallParams) SetCloudInstanceID

func (o *PcloudCloudconnectionsVirtualprivatecloudsGetallParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud cloudconnections virtualprivateclouds getall params

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallParams) SetContext

SetContext adds the context to the pcloud cloudconnections virtualprivateclouds getall params

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallParams) SetDefaults added in v1.1.0

SetDefaults hydrates default values in the pcloud cloudconnections virtualprivateclouds getall params (not the query body).

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

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the pcloud cloudconnections virtualprivateclouds getall params

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallParams) SetTimeout

SetTimeout adds the timeout to the pcloud cloudconnections virtualprivateclouds getall params

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallParams) WithCloudInstanceID

WithCloudInstanceID adds the cloudInstanceID to the pcloud cloudconnections virtualprivateclouds getall params

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallParams) WithContext

WithContext adds the context to the pcloud cloudconnections virtualprivateclouds getall params

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallParams) WithDefaults added in v1.1.0

WithDefaults hydrates default values in the pcloud cloudconnections virtualprivateclouds getall params (not the query body).

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

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud cloudconnections virtualprivateclouds getall params

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallParams) WithTimeout

WithTimeout adds the timeout to the pcloud cloudconnections virtualprivateclouds getall params

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudCloudconnectionsVirtualprivatecloudsGetallReader

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

PcloudCloudconnectionsVirtualprivatecloudsGetallReader is a Reader for the PcloudCloudconnectionsVirtualprivatecloudsGetall structure.

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout added in v1.1.11

type PcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout struct {
	Payload *models.Error
}

PcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout describes a response with status code 408, with default header values.

Request Timeout

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout added in v1.1.11

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout() *PcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout

NewPcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout creates a PcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout with default headers values

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections virtualprivateclouds getall request timeout response

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout) Error added in v1.1.11

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout) GetPayload added in v1.1.11

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections virtualprivateclouds getall request timeout response has a 4xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections virtualprivateclouds getall request timeout response a status code equal to that given

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections virtualprivateclouds getall request timeout response has a 3xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections virtualprivateclouds getall request timeout response has a 5xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections virtualprivateclouds getall request timeout response has a 2xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallRequestTimeout) String added in v1.2.2

type PcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable added in v1.2.4

type PcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable struct {
	Payload *models.Error
}

PcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable describes a response with status code 503, with default header values.

Service Unavailable

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable added in v1.2.4

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable() *PcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable

NewPcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable creates a PcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable with default headers values

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections virtualprivateclouds getall service unavailable response

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable) Error added in v1.2.4

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable) GetPayload added in v1.2.4

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable) IsClientError added in v1.2.4

IsClientError returns true when this pcloud cloudconnections virtualprivateclouds getall service unavailable response has a 4xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable) IsCode added in v1.2.4

IsCode returns true when this pcloud cloudconnections virtualprivateclouds getall service unavailable response a status code equal to that given

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable) IsRedirect added in v1.2.4

IsRedirect returns true when this pcloud cloudconnections virtualprivateclouds getall service unavailable response has a 3xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable) IsServerError added in v1.2.4

IsServerError returns true when this pcloud cloudconnections virtualprivateclouds getall service unavailable response has a 5xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable) IsSuccess added in v1.2.4

IsSuccess returns true when this pcloud cloudconnections virtualprivateclouds getall service unavailable response has a 2xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallServiceUnavailable) String added in v1.2.4

type PcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized added in v1.0.59

type PcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized added in v1.0.59

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized() *PcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized

NewPcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized creates a PcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized with default headers values

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized) Code added in v1.2.4

Code gets the status code for the pcloud cloudconnections virtualprivateclouds getall unauthorized response

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized) Error added in v1.0.59

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized) GetPayload added in v1.1.0

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized) IsClientError added in v1.2.2

IsClientError returns true when this pcloud cloudconnections virtualprivateclouds getall unauthorized response has a 4xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized) IsCode added in v1.2.2

IsCode returns true when this pcloud cloudconnections virtualprivateclouds getall unauthorized response a status code equal to that given

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud cloudconnections virtualprivateclouds getall unauthorized response has a 3xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized) IsServerError added in v1.2.2

IsServerError returns true when this pcloud cloudconnections virtualprivateclouds getall unauthorized response has a 5xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud cloudconnections virtualprivateclouds getall unauthorized response has a 2xx status code

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized) String added in v1.2.2

Jump to

Keyboard shortcuts

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