p_cloud_cloud_connections

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2022 License: Apache-2.0 Imports: 10 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 deletes a network from a cloud connection

func (*Client) PcloudCloudconnectionsNetworksPut

PcloudCloudconnectionsNetworksPut adds 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 is the option for 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.

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) Error added in v1.0.54

func (*PcloudCloudconnectionsDeleteAccepted) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsDeleteBadRequest) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsDeleteGone) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsDeleteInternalServerError) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsDeleteOK) GetPayload added in v1.1.0

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 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) Error added in v1.0.59

func (*PcloudCloudconnectionsDeleteUnauthorized) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsGetBadRequest) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsGetInternalServerError) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsGetNotFound) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsGetOK) GetPayload added in v1.1.0

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 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) Error added in v1.0.59

func (*PcloudCloudconnectionsGetUnauthorized) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsGetallBadRequest) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsGetallInternalServerError) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsGetallOK) GetPayload added in v1.1.0

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) Error added in v1.0.75

func (*PcloudCloudconnectionsGetallRequestTimeout) GetPayload added in v1.1.0

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) Error added in v1.0.59

func (*PcloudCloudconnectionsGetallUnauthorized) GetPayload added in v1.1.0

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) Error added in v1.0.56

func (*PcloudCloudconnectionsNetworksDeleteAccepted) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsNetworksDeleteBadRequest) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsNetworksDeleteGone) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsNetworksDeleteInternalServerError) GetPayload added in v1.1.0

type PcloudCloudconnectionsNetworksDeleteOK

type PcloudCloudconnectionsNetworksDeleteOK struct {
	Payload *models.CloudConnection
}
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) Error

func (*PcloudCloudconnectionsNetworksDeleteOK) GetPayload added in v1.1.0

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 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) Error added in v1.0.59

func (*PcloudCloudconnectionsNetworksDeleteUnauthorized) GetPayload added in v1.1.0

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) Error added in v1.0.56

func (*PcloudCloudconnectionsNetworksPutAccepted) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsNetworksPutBadRequest) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsNetworksPutInternalServerError) GetPayload added in v1.1.0

type PcloudCloudconnectionsNetworksPutOK

type PcloudCloudconnectionsNetworksPutOK struct {
	Payload *models.CloudConnection
}
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) Error

func (*PcloudCloudconnectionsNetworksPutOK) GetPayload added in v1.1.0

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 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) Error added in v1.0.59

func (*PcloudCloudconnectionsNetworksPutUnauthorized) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsNetworksPutUnprocessableEntity) GetPayload added in v1.1.0

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) Error added in v1.0.54

func (*PcloudCloudconnectionsPostAccepted) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsPostBadRequest) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsPostConflict) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsPostCreated) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsPostInternalServerError) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsPostOK) GetPayload added in v1.1.0

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 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) Error added in v1.0.59

func (*PcloudCloudconnectionsPostUnauthorized) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsPostUnprocessableEntity) GetPayload added in v1.1.0

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) Error added in v1.0.54

func (*PcloudCloudconnectionsPutAccepted) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsPutBadRequest) GetPayload added in v1.1.0

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) Error added in v1.0.75

func (*PcloudCloudconnectionsPutConflict) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsPutInternalServerError) GetPayload added in v1.1.0

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) Error added in v1.0.56

func (*PcloudCloudconnectionsPutMethodNotAllowed) GetPayload added in v1.1.0

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) Error added in v1.0.59

func (*PcloudCloudconnectionsPutNotFound) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsPutOK) GetPayload added in v1.1.0

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 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) Error added in v1.0.59

func (*PcloudCloudconnectionsPutUnauthorized) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsPutUnprocessableEntity) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError) GetPayload added in v1.1.0

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) Error

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallOK) GetPayload added in v1.1.0

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 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) Error added in v1.0.59

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallUnauthorized) GetPayload added in v1.1.0

Jump to

Keyboard shortcuts

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