p_cloud_cloud_connections

package
v1.0.54-beta Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2020 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for p cloud cloud connections API

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client

New creates a new p cloud cloud connections API client.

func (*Client) PcloudCloudconnectionsDelete

func (a *Client) PcloudCloudconnectionsDelete(params *PcloudCloudconnectionsDeleteParams, authInfo runtime.ClientAuthInfoWriter) (*PcloudCloudconnectionsDeleteOK, error)

PcloudCloudconnectionsDelete deletes a cloud connection

func (*Client) PcloudCloudconnectionsGet

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

PcloudCloudconnectionsGet gets a cloud connection s state information

func (*Client) PcloudCloudconnectionsGetall

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

PcloudCloudconnectionsGetall gets all cloud connections in this cloud instance

func (*Client) PcloudCloudconnectionsNetworksDelete

PcloudCloudconnectionsNetworksDelete deletes a network from a cloud connection

func (*Client) PcloudCloudconnectionsNetworksGet

PcloudCloudconnectionsNetworksGet gets information about a cloud connections attached network

func (*Client) PcloudCloudconnectionsNetworksPut

PcloudCloudconnectionsNetworksPut adds a network to the cloud connection

func (*Client) PcloudCloudconnectionsPost

PcloudCloudconnectionsPost creates a new cloud connection

func (*Client) PcloudCloudconnectionsPut

func (a *Client) PcloudCloudconnectionsPut(params *PcloudCloudconnectionsPutParams, authInfo runtime.ClientAuthInfoWriter) (*PcloudCloudconnectionsPutOK, error)

PcloudCloudconnectionsPut updates a cloud connection

func (*Client) PcloudCloudconnectionsVirtualprivatecloudsGetall

PcloudCloudconnectionsVirtualprivatecloudsGetall gets all cloud connections in this cloud instance

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type PcloudCloudconnectionsDeleteBadRequest

type PcloudCloudconnectionsDeleteBadRequest struct {
	Payload *models.Error
}

PcloudCloudconnectionsDeleteBadRequest handles this case with default header values.

Bad Request

func NewPcloudCloudconnectionsDeleteBadRequest

func NewPcloudCloudconnectionsDeleteBadRequest() *PcloudCloudconnectionsDeleteBadRequest

NewPcloudCloudconnectionsDeleteBadRequest creates a PcloudCloudconnectionsDeleteBadRequest with default headers values

func (*PcloudCloudconnectionsDeleteBadRequest) Error

type PcloudCloudconnectionsDeleteGone

type PcloudCloudconnectionsDeleteGone struct {
	Payload *models.Error
}

PcloudCloudconnectionsDeleteGone handles this case with default header values.

Gone

func NewPcloudCloudconnectionsDeleteGone

func NewPcloudCloudconnectionsDeleteGone() *PcloudCloudconnectionsDeleteGone

NewPcloudCloudconnectionsDeleteGone creates a PcloudCloudconnectionsDeleteGone with default headers values

func (*PcloudCloudconnectionsDeleteGone) Error

type PcloudCloudconnectionsDeleteInternalServerError

type PcloudCloudconnectionsDeleteInternalServerError struct {
	Payload *models.Error
}

PcloudCloudconnectionsDeleteInternalServerError handles this case with default header values.

Internal Server Error

func NewPcloudCloudconnectionsDeleteInternalServerError

func NewPcloudCloudconnectionsDeleteInternalServerError() *PcloudCloudconnectionsDeleteInternalServerError

NewPcloudCloudconnectionsDeleteInternalServerError creates a PcloudCloudconnectionsDeleteInternalServerError with default headers values

func (*PcloudCloudconnectionsDeleteInternalServerError) Error

type PcloudCloudconnectionsDeleteOK

type PcloudCloudconnectionsDeleteOK struct {
	Payload models.Object
}

PcloudCloudconnectionsDeleteOK handles this case with default header values.

OK

func NewPcloudCloudconnectionsDeleteOK

func NewPcloudCloudconnectionsDeleteOK() *PcloudCloudconnectionsDeleteOK

NewPcloudCloudconnectionsDeleteOK creates a PcloudCloudconnectionsDeleteOK with default headers values

func (*PcloudCloudconnectionsDeleteOK) Error

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 values initialized.

func NewPcloudCloudconnectionsDeleteParamsWithContext

func NewPcloudCloudconnectionsDeleteParamsWithContext(ctx context.Context) *PcloudCloudconnectionsDeleteParams

NewPcloudCloudconnectionsDeleteParamsWithContext creates a new PcloudCloudconnectionsDeleteParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 PcloudCloudconnectionsGetBadRequest

type PcloudCloudconnectionsGetBadRequest struct {
	Payload *models.Error
}

PcloudCloudconnectionsGetBadRequest handles this case with default header values.

Bad Request

func NewPcloudCloudconnectionsGetBadRequest

func NewPcloudCloudconnectionsGetBadRequest() *PcloudCloudconnectionsGetBadRequest

NewPcloudCloudconnectionsGetBadRequest creates a PcloudCloudconnectionsGetBadRequest with default headers values

func (*PcloudCloudconnectionsGetBadRequest) Error

type PcloudCloudconnectionsGetInternalServerError

type PcloudCloudconnectionsGetInternalServerError struct {
	Payload *models.Error
}

PcloudCloudconnectionsGetInternalServerError handles this case with default header values.

Internal Server Error

func NewPcloudCloudconnectionsGetInternalServerError

func NewPcloudCloudconnectionsGetInternalServerError() *PcloudCloudconnectionsGetInternalServerError

NewPcloudCloudconnectionsGetInternalServerError creates a PcloudCloudconnectionsGetInternalServerError with default headers values

func (*PcloudCloudconnectionsGetInternalServerError) Error

type PcloudCloudconnectionsGetNotFound

type PcloudCloudconnectionsGetNotFound struct {
	Payload *models.Error
}

PcloudCloudconnectionsGetNotFound handles this case with default header values.

Not Found

func NewPcloudCloudconnectionsGetNotFound

func NewPcloudCloudconnectionsGetNotFound() *PcloudCloudconnectionsGetNotFound

NewPcloudCloudconnectionsGetNotFound creates a PcloudCloudconnectionsGetNotFound with default headers values

func (*PcloudCloudconnectionsGetNotFound) Error

type PcloudCloudconnectionsGetOK

type PcloudCloudconnectionsGetOK struct {
	Payload *models.CloudConnection
}

PcloudCloudconnectionsGetOK handles this case with default header values.

OK

func NewPcloudCloudconnectionsGetOK

func NewPcloudCloudconnectionsGetOK() *PcloudCloudconnectionsGetOK

NewPcloudCloudconnectionsGetOK creates a PcloudCloudconnectionsGetOK with default headers values

func (*PcloudCloudconnectionsGetOK) Error

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 values initialized.

func NewPcloudCloudconnectionsGetParamsWithContext

func NewPcloudCloudconnectionsGetParamsWithContext(ctx context.Context) *PcloudCloudconnectionsGetParams

NewPcloudCloudconnectionsGetParamsWithContext creates a new PcloudCloudconnectionsGetParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 PcloudCloudconnectionsGetallBadRequest

type PcloudCloudconnectionsGetallBadRequest struct {
	Payload *models.Error
}

PcloudCloudconnectionsGetallBadRequest handles this case with default header values.

Bad Request

func NewPcloudCloudconnectionsGetallBadRequest

func NewPcloudCloudconnectionsGetallBadRequest() *PcloudCloudconnectionsGetallBadRequest

NewPcloudCloudconnectionsGetallBadRequest creates a PcloudCloudconnectionsGetallBadRequest with default headers values

func (*PcloudCloudconnectionsGetallBadRequest) Error

type PcloudCloudconnectionsGetallInternalServerError

type PcloudCloudconnectionsGetallInternalServerError struct {
	Payload *models.Error
}

PcloudCloudconnectionsGetallInternalServerError handles this case with default header values.

Internal Server Error

func NewPcloudCloudconnectionsGetallInternalServerError

func NewPcloudCloudconnectionsGetallInternalServerError() *PcloudCloudconnectionsGetallInternalServerError

NewPcloudCloudconnectionsGetallInternalServerError creates a PcloudCloudconnectionsGetallInternalServerError with default headers values

func (*PcloudCloudconnectionsGetallInternalServerError) Error

type PcloudCloudconnectionsGetallOK

type PcloudCloudconnectionsGetallOK struct {
	Payload *models.CloudConnections
}

PcloudCloudconnectionsGetallOK handles this case with default header values.

OK

func NewPcloudCloudconnectionsGetallOK

func NewPcloudCloudconnectionsGetallOK() *PcloudCloudconnectionsGetallOK

NewPcloudCloudconnectionsGetallOK creates a PcloudCloudconnectionsGetallOK with default headers values

func (*PcloudCloudconnectionsGetallOK) Error

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 values initialized.

func NewPcloudCloudconnectionsGetallParamsWithContext

func NewPcloudCloudconnectionsGetallParamsWithContext(ctx context.Context) *PcloudCloudconnectionsGetallParams

NewPcloudCloudconnectionsGetallParamsWithContext creates a new PcloudCloudconnectionsGetallParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 PcloudCloudconnectionsNetworksDeleteBadRequest

type PcloudCloudconnectionsNetworksDeleteBadRequest struct {
	Payload *models.Error
}

PcloudCloudconnectionsNetworksDeleteBadRequest handles this case with default header values.

Bad Request

func NewPcloudCloudconnectionsNetworksDeleteBadRequest

func NewPcloudCloudconnectionsNetworksDeleteBadRequest() *PcloudCloudconnectionsNetworksDeleteBadRequest

NewPcloudCloudconnectionsNetworksDeleteBadRequest creates a PcloudCloudconnectionsNetworksDeleteBadRequest with default headers values

func (*PcloudCloudconnectionsNetworksDeleteBadRequest) Error

type PcloudCloudconnectionsNetworksDeleteGone

type PcloudCloudconnectionsNetworksDeleteGone struct {
	Payload *models.Error
}

PcloudCloudconnectionsNetworksDeleteGone handles this case with default header values.

Gone

func NewPcloudCloudconnectionsNetworksDeleteGone

func NewPcloudCloudconnectionsNetworksDeleteGone() *PcloudCloudconnectionsNetworksDeleteGone

NewPcloudCloudconnectionsNetworksDeleteGone creates a PcloudCloudconnectionsNetworksDeleteGone with default headers values

func (*PcloudCloudconnectionsNetworksDeleteGone) Error

type PcloudCloudconnectionsNetworksDeleteInternalServerError

type PcloudCloudconnectionsNetworksDeleteInternalServerError struct {
	Payload *models.Error
}

PcloudCloudconnectionsNetworksDeleteInternalServerError handles this case with default header values.

Internal Server Error

func NewPcloudCloudconnectionsNetworksDeleteInternalServerError

func NewPcloudCloudconnectionsNetworksDeleteInternalServerError() *PcloudCloudconnectionsNetworksDeleteInternalServerError

NewPcloudCloudconnectionsNetworksDeleteInternalServerError creates a PcloudCloudconnectionsNetworksDeleteInternalServerError with default headers values

func (*PcloudCloudconnectionsNetworksDeleteInternalServerError) Error

type PcloudCloudconnectionsNetworksDeleteOK

type PcloudCloudconnectionsNetworksDeleteOK struct {
	Payload *models.CloudConnection
}

PcloudCloudconnectionsNetworksDeleteOK handles this case with default header values.

OK

func NewPcloudCloudconnectionsNetworksDeleteOK

func NewPcloudCloudconnectionsNetworksDeleteOK() *PcloudCloudconnectionsNetworksDeleteOK

NewPcloudCloudconnectionsNetworksDeleteOK creates a PcloudCloudconnectionsNetworksDeleteOK with default headers values

func (*PcloudCloudconnectionsNetworksDeleteOK) Error

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 values initialized.

func NewPcloudCloudconnectionsNetworksDeleteParamsWithContext

func NewPcloudCloudconnectionsNetworksDeleteParamsWithContext(ctx context.Context) *PcloudCloudconnectionsNetworksDeleteParams

NewPcloudCloudconnectionsNetworksDeleteParamsWithContext creates a new PcloudCloudconnectionsNetworksDeleteParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 PcloudCloudconnectionsNetworksGetBadRequest

type PcloudCloudconnectionsNetworksGetBadRequest struct {
	Payload *models.Error
}

PcloudCloudconnectionsNetworksGetBadRequest handles this case with default header values.

Bad Request

func NewPcloudCloudconnectionsNetworksGetBadRequest

func NewPcloudCloudconnectionsNetworksGetBadRequest() *PcloudCloudconnectionsNetworksGetBadRequest

NewPcloudCloudconnectionsNetworksGetBadRequest creates a PcloudCloudconnectionsNetworksGetBadRequest with default headers values

func (*PcloudCloudconnectionsNetworksGetBadRequest) Error

type PcloudCloudconnectionsNetworksGetInternalServerError

type PcloudCloudconnectionsNetworksGetInternalServerError struct {
	Payload *models.Error
}

PcloudCloudconnectionsNetworksGetInternalServerError handles this case with default header values.

Internal Server Error

func NewPcloudCloudconnectionsNetworksGetInternalServerError

func NewPcloudCloudconnectionsNetworksGetInternalServerError() *PcloudCloudconnectionsNetworksGetInternalServerError

NewPcloudCloudconnectionsNetworksGetInternalServerError creates a PcloudCloudconnectionsNetworksGetInternalServerError with default headers values

func (*PcloudCloudconnectionsNetworksGetInternalServerError) Error

type PcloudCloudconnectionsNetworksGetNotFound

type PcloudCloudconnectionsNetworksGetNotFound struct {
	Payload *models.Error
}

PcloudCloudconnectionsNetworksGetNotFound handles this case with default header values.

Not Found

func NewPcloudCloudconnectionsNetworksGetNotFound

func NewPcloudCloudconnectionsNetworksGetNotFound() *PcloudCloudconnectionsNetworksGetNotFound

NewPcloudCloudconnectionsNetworksGetNotFound creates a PcloudCloudconnectionsNetworksGetNotFound with default headers values

func (*PcloudCloudconnectionsNetworksGetNotFound) Error

type PcloudCloudconnectionsNetworksGetOK

type PcloudCloudconnectionsNetworksGetOK struct {
	Payload *models.Network
}

PcloudCloudconnectionsNetworksGetOK handles this case with default header values.

OK

func NewPcloudCloudconnectionsNetworksGetOK

func NewPcloudCloudconnectionsNetworksGetOK() *PcloudCloudconnectionsNetworksGetOK

NewPcloudCloudconnectionsNetworksGetOK creates a PcloudCloudconnectionsNetworksGetOK with default headers values

func (*PcloudCloudconnectionsNetworksGetOK) Error

type PcloudCloudconnectionsNetworksGetParams

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

PcloudCloudconnectionsNetworksGetParams contains all the parameters to send to the API endpoint for the pcloud cloudconnections networks get operation typically these are written to a http.Request

func NewPcloudCloudconnectionsNetworksGetParams

func NewPcloudCloudconnectionsNetworksGetParams() *PcloudCloudconnectionsNetworksGetParams

NewPcloudCloudconnectionsNetworksGetParams creates a new PcloudCloudconnectionsNetworksGetParams object with the default values initialized.

func NewPcloudCloudconnectionsNetworksGetParamsWithContext

func NewPcloudCloudconnectionsNetworksGetParamsWithContext(ctx context.Context) *PcloudCloudconnectionsNetworksGetParams

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

func NewPcloudCloudconnectionsNetworksGetParamsWithHTTPClient

func NewPcloudCloudconnectionsNetworksGetParamsWithHTTPClient(client *http.Client) *PcloudCloudconnectionsNetworksGetParams

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

func NewPcloudCloudconnectionsNetworksGetParamsWithTimeout

func NewPcloudCloudconnectionsNetworksGetParamsWithTimeout(timeout time.Duration) *PcloudCloudconnectionsNetworksGetParams

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

func (*PcloudCloudconnectionsNetworksGetParams) SetCloudConnectionID

func (o *PcloudCloudconnectionsNetworksGetParams) SetCloudConnectionID(cloudConnectionID string)

SetCloudConnectionID adds the cloudConnectionId to the pcloud cloudconnections networks get params

func (*PcloudCloudconnectionsNetworksGetParams) SetCloudInstanceID

func (o *PcloudCloudconnectionsNetworksGetParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud cloudconnections networks get params

func (*PcloudCloudconnectionsNetworksGetParams) SetContext

SetContext adds the context to the pcloud cloudconnections networks get params

func (*PcloudCloudconnectionsNetworksGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud cloudconnections networks get params

func (*PcloudCloudconnectionsNetworksGetParams) SetNetworkID

func (o *PcloudCloudconnectionsNetworksGetParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the pcloud cloudconnections networks get params

func (*PcloudCloudconnectionsNetworksGetParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud cloudconnections networks get params

func (*PcloudCloudconnectionsNetworksGetParams) WithCloudConnectionID

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

WithCloudConnectionID adds the cloudConnectionID to the pcloud cloudconnections networks get params

func (*PcloudCloudconnectionsNetworksGetParams) WithCloudInstanceID

WithCloudInstanceID adds the cloudInstanceID to the pcloud cloudconnections networks get params

func (*PcloudCloudconnectionsNetworksGetParams) WithContext

WithContext adds the context to the pcloud cloudconnections networks get params

func (*PcloudCloudconnectionsNetworksGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud cloudconnections networks get params

func (*PcloudCloudconnectionsNetworksGetParams) WithNetworkID

WithNetworkID adds the networkID to the pcloud cloudconnections networks get params

func (*PcloudCloudconnectionsNetworksGetParams) WithTimeout

WithTimeout adds the timeout to the pcloud cloudconnections networks get params

func (*PcloudCloudconnectionsNetworksGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudCloudconnectionsNetworksGetReader

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

PcloudCloudconnectionsNetworksGetReader is a Reader for the PcloudCloudconnectionsNetworksGet structure.

func (*PcloudCloudconnectionsNetworksGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudCloudconnectionsNetworksPutBadRequest

type PcloudCloudconnectionsNetworksPutBadRequest struct {
	Payload *models.Error
}

PcloudCloudconnectionsNetworksPutBadRequest handles this case with default header values.

Bad Request

func NewPcloudCloudconnectionsNetworksPutBadRequest

func NewPcloudCloudconnectionsNetworksPutBadRequest() *PcloudCloudconnectionsNetworksPutBadRequest

NewPcloudCloudconnectionsNetworksPutBadRequest creates a PcloudCloudconnectionsNetworksPutBadRequest with default headers values

func (*PcloudCloudconnectionsNetworksPutBadRequest) Error

type PcloudCloudconnectionsNetworksPutInternalServerError

type PcloudCloudconnectionsNetworksPutInternalServerError struct {
	Payload *models.Error
}

PcloudCloudconnectionsNetworksPutInternalServerError handles this case with default header values.

Internal Server Error

func NewPcloudCloudconnectionsNetworksPutInternalServerError

func NewPcloudCloudconnectionsNetworksPutInternalServerError() *PcloudCloudconnectionsNetworksPutInternalServerError

NewPcloudCloudconnectionsNetworksPutInternalServerError creates a PcloudCloudconnectionsNetworksPutInternalServerError with default headers values

func (*PcloudCloudconnectionsNetworksPutInternalServerError) Error

type PcloudCloudconnectionsNetworksPutOK

type PcloudCloudconnectionsNetworksPutOK struct {
	Payload *models.CloudConnection
}

PcloudCloudconnectionsNetworksPutOK handles this case with default header values.

OK

func NewPcloudCloudconnectionsNetworksPutOK

func NewPcloudCloudconnectionsNetworksPutOK() *PcloudCloudconnectionsNetworksPutOK

NewPcloudCloudconnectionsNetworksPutOK creates a PcloudCloudconnectionsNetworksPutOK with default headers values

func (*PcloudCloudconnectionsNetworksPutOK) Error

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 values initialized.

func NewPcloudCloudconnectionsNetworksPutParamsWithContext

func NewPcloudCloudconnectionsNetworksPutParamsWithContext(ctx context.Context) *PcloudCloudconnectionsNetworksPutParams

NewPcloudCloudconnectionsNetworksPutParamsWithContext creates a new PcloudCloudconnectionsNetworksPutParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 PcloudCloudconnectionsNetworksPutUnprocessableEntity

type PcloudCloudconnectionsNetworksPutUnprocessableEntity struct {
	Payload *models.Error
}

PcloudCloudconnectionsNetworksPutUnprocessableEntity handles this case with default header values.

Unprocessable Entity

func NewPcloudCloudconnectionsNetworksPutUnprocessableEntity

func NewPcloudCloudconnectionsNetworksPutUnprocessableEntity() *PcloudCloudconnectionsNetworksPutUnprocessableEntity

NewPcloudCloudconnectionsNetworksPutUnprocessableEntity creates a PcloudCloudconnectionsNetworksPutUnprocessableEntity with default headers values

func (*PcloudCloudconnectionsNetworksPutUnprocessableEntity) Error

type PcloudCloudconnectionsPostBadRequest

type PcloudCloudconnectionsPostBadRequest struct {
	Payload *models.Error
}

PcloudCloudconnectionsPostBadRequest handles this case with default header values.

Bad Request

func NewPcloudCloudconnectionsPostBadRequest

func NewPcloudCloudconnectionsPostBadRequest() *PcloudCloudconnectionsPostBadRequest

NewPcloudCloudconnectionsPostBadRequest creates a PcloudCloudconnectionsPostBadRequest with default headers values

func (*PcloudCloudconnectionsPostBadRequest) Error

type PcloudCloudconnectionsPostConflict

type PcloudCloudconnectionsPostConflict struct {
	Payload *models.Error
}

PcloudCloudconnectionsPostConflict handles this case with default header values.

Conflict

func NewPcloudCloudconnectionsPostConflict

func NewPcloudCloudconnectionsPostConflict() *PcloudCloudconnectionsPostConflict

NewPcloudCloudconnectionsPostConflict creates a PcloudCloudconnectionsPostConflict with default headers values

func (*PcloudCloudconnectionsPostConflict) Error

type PcloudCloudconnectionsPostCreated

type PcloudCloudconnectionsPostCreated struct {
	Payload *models.CloudConnection
}

PcloudCloudconnectionsPostCreated handles this case with default header values.

Created

func NewPcloudCloudconnectionsPostCreated

func NewPcloudCloudconnectionsPostCreated() *PcloudCloudconnectionsPostCreated

NewPcloudCloudconnectionsPostCreated creates a PcloudCloudconnectionsPostCreated with default headers values

func (*PcloudCloudconnectionsPostCreated) Error

type PcloudCloudconnectionsPostInternalServerError

type PcloudCloudconnectionsPostInternalServerError struct {
	Payload *models.Error
}

PcloudCloudconnectionsPostInternalServerError handles this case with default header values.

Internal Server Error

func NewPcloudCloudconnectionsPostInternalServerError

func NewPcloudCloudconnectionsPostInternalServerError() *PcloudCloudconnectionsPostInternalServerError

NewPcloudCloudconnectionsPostInternalServerError creates a PcloudCloudconnectionsPostInternalServerError with default headers values

func (*PcloudCloudconnectionsPostInternalServerError) Error

type PcloudCloudconnectionsPostOK

type PcloudCloudconnectionsPostOK struct {
	Payload *models.CloudConnection
}

PcloudCloudconnectionsPostOK handles this case with default header values.

OK

func NewPcloudCloudconnectionsPostOK

func NewPcloudCloudconnectionsPostOK() *PcloudCloudconnectionsPostOK

NewPcloudCloudconnectionsPostOK creates a PcloudCloudconnectionsPostOK with default headers values

func (*PcloudCloudconnectionsPostOK) Error

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 values initialized.

func NewPcloudCloudconnectionsPostParamsWithContext

func NewPcloudCloudconnectionsPostParamsWithContext(ctx context.Context) *PcloudCloudconnectionsPostParams

NewPcloudCloudconnectionsPostParamsWithContext creates a new PcloudCloudconnectionsPostParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 PcloudCloudconnectionsPostUnprocessableEntity

type PcloudCloudconnectionsPostUnprocessableEntity struct {
	Payload *models.Error
}

PcloudCloudconnectionsPostUnprocessableEntity handles this case with default header values.

Unprocessable Entity

func NewPcloudCloudconnectionsPostUnprocessableEntity

func NewPcloudCloudconnectionsPostUnprocessableEntity() *PcloudCloudconnectionsPostUnprocessableEntity

NewPcloudCloudconnectionsPostUnprocessableEntity creates a PcloudCloudconnectionsPostUnprocessableEntity with default headers values

func (*PcloudCloudconnectionsPostUnprocessableEntity) Error

type PcloudCloudconnectionsPutBadRequest

type PcloudCloudconnectionsPutBadRequest struct {
	Payload *models.Error
}

PcloudCloudconnectionsPutBadRequest handles this case with default header values.

Bad Request

func NewPcloudCloudconnectionsPutBadRequest

func NewPcloudCloudconnectionsPutBadRequest() *PcloudCloudconnectionsPutBadRequest

NewPcloudCloudconnectionsPutBadRequest creates a PcloudCloudconnectionsPutBadRequest with default headers values

func (*PcloudCloudconnectionsPutBadRequest) Error

type PcloudCloudconnectionsPutInternalServerError

type PcloudCloudconnectionsPutInternalServerError struct {
	Payload *models.Error
}

PcloudCloudconnectionsPutInternalServerError handles this case with default header values.

Internal Server Error

func NewPcloudCloudconnectionsPutInternalServerError

func NewPcloudCloudconnectionsPutInternalServerError() *PcloudCloudconnectionsPutInternalServerError

NewPcloudCloudconnectionsPutInternalServerError creates a PcloudCloudconnectionsPutInternalServerError with default headers values

func (*PcloudCloudconnectionsPutInternalServerError) Error

type PcloudCloudconnectionsPutOK

type PcloudCloudconnectionsPutOK struct {
	Payload *models.CloudConnection
}

PcloudCloudconnectionsPutOK handles this case with default header values.

OK

func NewPcloudCloudconnectionsPutOK

func NewPcloudCloudconnectionsPutOK() *PcloudCloudconnectionsPutOK

NewPcloudCloudconnectionsPutOK creates a PcloudCloudconnectionsPutOK with default headers values

func (*PcloudCloudconnectionsPutOK) Error

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 values initialized.

func NewPcloudCloudconnectionsPutParamsWithContext

func NewPcloudCloudconnectionsPutParamsWithContext(ctx context.Context) *PcloudCloudconnectionsPutParams

NewPcloudCloudconnectionsPutParamsWithContext creates a new PcloudCloudconnectionsPutParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 PcloudCloudconnectionsPutUnprocessableEntity

type PcloudCloudconnectionsPutUnprocessableEntity struct {
	Payload *models.Error
}

PcloudCloudconnectionsPutUnprocessableEntity handles this case with default header values.

Unprocessable Entity

func NewPcloudCloudconnectionsPutUnprocessableEntity

func NewPcloudCloudconnectionsPutUnprocessableEntity() *PcloudCloudconnectionsPutUnprocessableEntity

NewPcloudCloudconnectionsPutUnprocessableEntity creates a PcloudCloudconnectionsPutUnprocessableEntity with default headers values

func (*PcloudCloudconnectionsPutUnprocessableEntity) Error

type PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest

type PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest struct {
	Payload *models.Error
}

PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest handles this case with default header values.

Bad Request

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest() *PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest

NewPcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest creates a PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest with default headers values

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallBadRequest) Error

type PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError

type PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError struct {
	Payload *models.Error
}

PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError handles this case with default header values.

Internal Server Error

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError() *PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError

NewPcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError creates a PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError with default headers values

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallInternalServerError) Error

type PcloudCloudconnectionsVirtualprivatecloudsGetallOK

type PcloudCloudconnectionsVirtualprivatecloudsGetallOK struct {
	Payload *models.CloudConnectionVirtualPrivateClouds
}

PcloudCloudconnectionsVirtualprivatecloudsGetallOK handles this case with default header values.

OK

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallOK

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallOK() *PcloudCloudconnectionsVirtualprivatecloudsGetallOK

NewPcloudCloudconnectionsVirtualprivatecloudsGetallOK creates a PcloudCloudconnectionsVirtualprivatecloudsGetallOK with default headers values

func (*PcloudCloudconnectionsVirtualprivatecloudsGetallOK) Error

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 values initialized.

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallParamsWithContext

func NewPcloudCloudconnectionsVirtualprivatecloudsGetallParamsWithContext(ctx context.Context) *PcloudCloudconnectionsVirtualprivatecloudsGetallParams

NewPcloudCloudconnectionsVirtualprivatecloudsGetallParamsWithContext creates a new PcloudCloudconnectionsVirtualprivatecloudsGetallParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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.

Jump to

Keyboard shortcuts

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