p_cloud_networks

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 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 networks API

func (*Client) PcloudNetworksDelete

func (a *Client) PcloudNetworksDelete(params *PcloudNetworksDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksDeleteOK, error)

PcloudNetworksDelete deletes a network

func (*Client) PcloudNetworksGet

func (a *Client) PcloudNetworksGet(params *PcloudNetworksGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksGetOK, error)

PcloudNetworksGet gets a network s current state information

func (*Client) PcloudNetworksGetall

func (a *Client) PcloudNetworksGetall(params *PcloudNetworksGetallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksGetallOK, error)

PcloudNetworksGetall gets all networks in this cloud instance

func (*Client) PcloudNetworksPortsDelete

func (a *Client) PcloudNetworksPortsDelete(params *PcloudNetworksPortsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksPortsDeleteOK, error)

PcloudNetworksPortsDelete deletes a network port

func (*Client) PcloudNetworksPortsGet

func (a *Client) PcloudNetworksPortsGet(params *PcloudNetworksPortsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksPortsGetOK, error)

PcloudNetworksPortsGet gets a port s information

func (*Client) PcloudNetworksPortsGetall

func (a *Client) PcloudNetworksPortsGetall(params *PcloudNetworksPortsGetallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksPortsGetallOK, error)

PcloudNetworksPortsGetall gets all ports for this network

func (*Client) PcloudNetworksPortsPost

func (a *Client) PcloudNetworksPortsPost(params *PcloudNetworksPortsPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksPortsPostCreated, error)

PcloudNetworksPortsPost performs port addition deletion and listing

func (*Client) PcloudNetworksPortsPut

func (a *Client) PcloudNetworksPortsPut(params *PcloudNetworksPortsPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksPortsPutOK, error)

PcloudNetworksPortsPut updates a port s information

func (*Client) PcloudNetworksPost

PcloudNetworksPost creates a new network

func (*Client) PcloudNetworksPut

func (a *Client) PcloudNetworksPut(params *PcloudNetworksPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksPutOK, error)

PcloudNetworksPut updates a network

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 {
	PcloudNetworksDelete(params *PcloudNetworksDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksDeleteOK, error)

	PcloudNetworksGet(params *PcloudNetworksGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksGetOK, error)

	PcloudNetworksGetall(params *PcloudNetworksGetallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksGetallOK, error)

	PcloudNetworksPortsDelete(params *PcloudNetworksPortsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksPortsDeleteOK, error)

	PcloudNetworksPortsGet(params *PcloudNetworksPortsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksPortsGetOK, error)

	PcloudNetworksPortsGetall(params *PcloudNetworksPortsGetallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksPortsGetallOK, error)

	PcloudNetworksPortsPost(params *PcloudNetworksPortsPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksPortsPostCreated, error)

	PcloudNetworksPortsPut(params *PcloudNetworksPortsPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksPortsPutOK, error)

	PcloudNetworksPost(params *PcloudNetworksPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksPostOK, *PcloudNetworksPostCreated, error)

	PcloudNetworksPut(params *PcloudNetworksPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudNetworksPutOK, 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 networks API client.

type PcloudNetworksDeleteBadRequest

type PcloudNetworksDeleteBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudNetworksDeleteBadRequest

func NewPcloudNetworksDeleteBadRequest() *PcloudNetworksDeleteBadRequest

NewPcloudNetworksDeleteBadRequest creates a PcloudNetworksDeleteBadRequest with default headers values

func (*PcloudNetworksDeleteBadRequest) Code added in v1.2.4

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

func (*PcloudNetworksDeleteBadRequest) Error

func (*PcloudNetworksDeleteBadRequest) GetPayload added in v1.1.0

func (o *PcloudNetworksDeleteBadRequest) GetPayload() *models.Error

func (*PcloudNetworksDeleteBadRequest) IsClientError added in v1.2.2

func (o *PcloudNetworksDeleteBadRequest) IsClientError() bool

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

func (*PcloudNetworksDeleteBadRequest) IsCode added in v1.2.2

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

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

func (*PcloudNetworksDeleteBadRequest) IsRedirect added in v1.2.2

func (o *PcloudNetworksDeleteBadRequest) IsRedirect() bool

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

func (*PcloudNetworksDeleteBadRequest) IsServerError added in v1.2.2

func (o *PcloudNetworksDeleteBadRequest) IsServerError() bool

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

func (*PcloudNetworksDeleteBadRequest) IsSuccess added in v1.2.2

func (o *PcloudNetworksDeleteBadRequest) IsSuccess() bool

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

func (*PcloudNetworksDeleteBadRequest) String added in v1.2.2

type PcloudNetworksDeleteForbidden added in v1.2.2

type PcloudNetworksDeleteForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudNetworksDeleteForbidden added in v1.2.2

func NewPcloudNetworksDeleteForbidden() *PcloudNetworksDeleteForbidden

NewPcloudNetworksDeleteForbidden creates a PcloudNetworksDeleteForbidden with default headers values

func (*PcloudNetworksDeleteForbidden) Code added in v1.2.4

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

func (*PcloudNetworksDeleteForbidden) Error added in v1.2.2

func (*PcloudNetworksDeleteForbidden) GetPayload added in v1.2.2

func (o *PcloudNetworksDeleteForbidden) GetPayload() *models.Error

func (*PcloudNetworksDeleteForbidden) IsClientError added in v1.2.2

func (o *PcloudNetworksDeleteForbidden) IsClientError() bool

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

func (*PcloudNetworksDeleteForbidden) IsCode added in v1.2.2

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

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

func (*PcloudNetworksDeleteForbidden) IsRedirect added in v1.2.2

func (o *PcloudNetworksDeleteForbidden) IsRedirect() bool

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

func (*PcloudNetworksDeleteForbidden) IsServerError added in v1.2.2

func (o *PcloudNetworksDeleteForbidden) IsServerError() bool

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

func (*PcloudNetworksDeleteForbidden) IsSuccess added in v1.2.2

func (o *PcloudNetworksDeleteForbidden) IsSuccess() bool

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

func (*PcloudNetworksDeleteForbidden) String added in v1.2.2

type PcloudNetworksDeleteGone

type PcloudNetworksDeleteGone struct {
	Payload *models.Error
}

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

Gone

func NewPcloudNetworksDeleteGone

func NewPcloudNetworksDeleteGone() *PcloudNetworksDeleteGone

NewPcloudNetworksDeleteGone creates a PcloudNetworksDeleteGone with default headers values

func (*PcloudNetworksDeleteGone) Code added in v1.2.4

func (o *PcloudNetworksDeleteGone) Code() int

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

func (*PcloudNetworksDeleteGone) Error

func (o *PcloudNetworksDeleteGone) Error() string

func (*PcloudNetworksDeleteGone) GetPayload added in v1.1.0

func (o *PcloudNetworksDeleteGone) GetPayload() *models.Error

func (*PcloudNetworksDeleteGone) IsClientError added in v1.2.2

func (o *PcloudNetworksDeleteGone) IsClientError() bool

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

func (*PcloudNetworksDeleteGone) IsCode added in v1.2.2

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

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

func (*PcloudNetworksDeleteGone) IsRedirect added in v1.2.2

func (o *PcloudNetworksDeleteGone) IsRedirect() bool

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

func (*PcloudNetworksDeleteGone) IsServerError added in v1.2.2

func (o *PcloudNetworksDeleteGone) IsServerError() bool

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

func (*PcloudNetworksDeleteGone) IsSuccess added in v1.2.2

func (o *PcloudNetworksDeleteGone) IsSuccess() bool

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

func (*PcloudNetworksDeleteGone) String added in v1.2.2

func (o *PcloudNetworksDeleteGone) String() string

type PcloudNetworksDeleteInternalServerError

type PcloudNetworksDeleteInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudNetworksDeleteInternalServerError

func NewPcloudNetworksDeleteInternalServerError() *PcloudNetworksDeleteInternalServerError

NewPcloudNetworksDeleteInternalServerError creates a PcloudNetworksDeleteInternalServerError with default headers values

func (*PcloudNetworksDeleteInternalServerError) Code added in v1.2.4

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

func (*PcloudNetworksDeleteInternalServerError) Error

func (*PcloudNetworksDeleteInternalServerError) GetPayload added in v1.1.0

func (*PcloudNetworksDeleteInternalServerError) IsClientError added in v1.2.2

func (o *PcloudNetworksDeleteInternalServerError) IsClientError() bool

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

func (*PcloudNetworksDeleteInternalServerError) IsCode added in v1.2.2

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

func (*PcloudNetworksDeleteInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudNetworksDeleteInternalServerError) IsServerError added in v1.2.2

func (o *PcloudNetworksDeleteInternalServerError) IsServerError() bool

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

func (*PcloudNetworksDeleteInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudNetworksDeleteInternalServerError) String added in v1.2.2

type PcloudNetworksDeleteNotFound added in v1.1.9

type PcloudNetworksDeleteNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudNetworksDeleteNotFound added in v1.1.9

func NewPcloudNetworksDeleteNotFound() *PcloudNetworksDeleteNotFound

NewPcloudNetworksDeleteNotFound creates a PcloudNetworksDeleteNotFound with default headers values

func (*PcloudNetworksDeleteNotFound) Code added in v1.2.4

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

func (*PcloudNetworksDeleteNotFound) Error added in v1.1.9

func (*PcloudNetworksDeleteNotFound) GetPayload added in v1.1.9

func (o *PcloudNetworksDeleteNotFound) GetPayload() *models.Error

func (*PcloudNetworksDeleteNotFound) IsClientError added in v1.2.2

func (o *PcloudNetworksDeleteNotFound) IsClientError() bool

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

func (*PcloudNetworksDeleteNotFound) IsCode added in v1.2.2

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

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

func (*PcloudNetworksDeleteNotFound) IsRedirect added in v1.2.2

func (o *PcloudNetworksDeleteNotFound) IsRedirect() bool

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

func (*PcloudNetworksDeleteNotFound) IsServerError added in v1.2.2

func (o *PcloudNetworksDeleteNotFound) IsServerError() bool

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

func (*PcloudNetworksDeleteNotFound) IsSuccess added in v1.2.2

func (o *PcloudNetworksDeleteNotFound) IsSuccess() bool

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

func (*PcloudNetworksDeleteNotFound) String added in v1.2.2

type PcloudNetworksDeleteOK

type PcloudNetworksDeleteOK struct {
	Payload models.Object
}

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

OK

func NewPcloudNetworksDeleteOK

func NewPcloudNetworksDeleteOK() *PcloudNetworksDeleteOK

NewPcloudNetworksDeleteOK creates a PcloudNetworksDeleteOK with default headers values

func (*PcloudNetworksDeleteOK) Code added in v1.2.4

func (o *PcloudNetworksDeleteOK) Code() int

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

func (*PcloudNetworksDeleteOK) Error

func (o *PcloudNetworksDeleteOK) Error() string

func (*PcloudNetworksDeleteOK) GetPayload added in v1.1.0

func (o *PcloudNetworksDeleteOK) GetPayload() models.Object

func (*PcloudNetworksDeleteOK) IsClientError added in v1.2.2

func (o *PcloudNetworksDeleteOK) IsClientError() bool

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

func (*PcloudNetworksDeleteOK) IsCode added in v1.2.2

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

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

func (*PcloudNetworksDeleteOK) IsRedirect added in v1.2.2

func (o *PcloudNetworksDeleteOK) IsRedirect() bool

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

func (*PcloudNetworksDeleteOK) IsServerError added in v1.2.2

func (o *PcloudNetworksDeleteOK) IsServerError() bool

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

func (*PcloudNetworksDeleteOK) IsSuccess added in v1.2.2

func (o *PcloudNetworksDeleteOK) IsSuccess() bool

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

func (*PcloudNetworksDeleteOK) String added in v1.2.2

func (o *PcloudNetworksDeleteOK) String() string

type PcloudNetworksDeleteParams

type PcloudNetworksDeleteParams struct {

	/* 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
}

PcloudNetworksDeleteParams contains all the parameters to send to the API endpoint

for the pcloud networks delete operation.

Typically these are written to a http.Request.

func NewPcloudNetworksDeleteParams

func NewPcloudNetworksDeleteParams() *PcloudNetworksDeleteParams

NewPcloudNetworksDeleteParams creates a new PcloudNetworksDeleteParams 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 NewPcloudNetworksDeleteParamsWithContext

func NewPcloudNetworksDeleteParamsWithContext(ctx context.Context) *PcloudNetworksDeleteParams

NewPcloudNetworksDeleteParamsWithContext creates a new PcloudNetworksDeleteParams object with the ability to set a context for a request.

func NewPcloudNetworksDeleteParamsWithHTTPClient

func NewPcloudNetworksDeleteParamsWithHTTPClient(client *http.Client) *PcloudNetworksDeleteParams

NewPcloudNetworksDeleteParamsWithHTTPClient creates a new PcloudNetworksDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudNetworksDeleteParamsWithTimeout

func NewPcloudNetworksDeleteParamsWithTimeout(timeout time.Duration) *PcloudNetworksDeleteParams

NewPcloudNetworksDeleteParamsWithTimeout creates a new PcloudNetworksDeleteParams object with the ability to set a timeout on a request.

func (*PcloudNetworksDeleteParams) SetCloudInstanceID

func (o *PcloudNetworksDeleteParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud networks delete params

func (*PcloudNetworksDeleteParams) SetContext

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

SetContext adds the context to the pcloud networks delete params

func (*PcloudNetworksDeleteParams) SetDefaults added in v1.1.0

func (o *PcloudNetworksDeleteParams) SetDefaults()

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

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

func (*PcloudNetworksDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud networks delete params

func (*PcloudNetworksDeleteParams) SetNetworkID

func (o *PcloudNetworksDeleteParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the pcloud networks delete params

func (*PcloudNetworksDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud networks delete params

func (*PcloudNetworksDeleteParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud networks delete params

func (*PcloudNetworksDeleteParams) WithContext

WithContext adds the context to the pcloud networks delete params

func (*PcloudNetworksDeleteParams) WithDefaults added in v1.1.0

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

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

func (*PcloudNetworksDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud networks delete params

func (*PcloudNetworksDeleteParams) WithNetworkID

func (o *PcloudNetworksDeleteParams) WithNetworkID(networkID string) *PcloudNetworksDeleteParams

WithNetworkID adds the networkID to the pcloud networks delete params

func (*PcloudNetworksDeleteParams) WithTimeout

WithTimeout adds the timeout to the pcloud networks delete params

func (*PcloudNetworksDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudNetworksDeleteReader

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

PcloudNetworksDeleteReader is a Reader for the PcloudNetworksDelete structure.

func (*PcloudNetworksDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudNetworksDeleteUnauthorized added in v1.0.59

type PcloudNetworksDeleteUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudNetworksDeleteUnauthorized added in v1.0.59

func NewPcloudNetworksDeleteUnauthorized() *PcloudNetworksDeleteUnauthorized

NewPcloudNetworksDeleteUnauthorized creates a PcloudNetworksDeleteUnauthorized with default headers values

func (*PcloudNetworksDeleteUnauthorized) Code added in v1.2.4

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

func (*PcloudNetworksDeleteUnauthorized) Error added in v1.0.59

func (*PcloudNetworksDeleteUnauthorized) GetPayload added in v1.1.0

func (*PcloudNetworksDeleteUnauthorized) IsClientError added in v1.2.2

func (o *PcloudNetworksDeleteUnauthorized) IsClientError() bool

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

func (*PcloudNetworksDeleteUnauthorized) IsCode added in v1.2.2

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

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

func (*PcloudNetworksDeleteUnauthorized) IsRedirect added in v1.2.2

func (o *PcloudNetworksDeleteUnauthorized) IsRedirect() bool

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

func (*PcloudNetworksDeleteUnauthorized) IsServerError added in v1.2.2

func (o *PcloudNetworksDeleteUnauthorized) IsServerError() bool

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

func (*PcloudNetworksDeleteUnauthorized) IsSuccess added in v1.2.2

func (o *PcloudNetworksDeleteUnauthorized) IsSuccess() bool

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

func (*PcloudNetworksDeleteUnauthorized) String added in v1.2.2

type PcloudNetworksGetBadRequest

type PcloudNetworksGetBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudNetworksGetBadRequest

func NewPcloudNetworksGetBadRequest() *PcloudNetworksGetBadRequest

NewPcloudNetworksGetBadRequest creates a PcloudNetworksGetBadRequest with default headers values

func (*PcloudNetworksGetBadRequest) Code added in v1.2.4

func (o *PcloudNetworksGetBadRequest) Code() int

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

func (*PcloudNetworksGetBadRequest) Error

func (*PcloudNetworksGetBadRequest) GetPayload added in v1.1.0

func (o *PcloudNetworksGetBadRequest) GetPayload() *models.Error

func (*PcloudNetworksGetBadRequest) IsClientError added in v1.2.2

func (o *PcloudNetworksGetBadRequest) IsClientError() bool

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

func (*PcloudNetworksGetBadRequest) IsCode added in v1.2.2

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

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

func (*PcloudNetworksGetBadRequest) IsRedirect added in v1.2.2

func (o *PcloudNetworksGetBadRequest) IsRedirect() bool

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

func (*PcloudNetworksGetBadRequest) IsServerError added in v1.2.2

func (o *PcloudNetworksGetBadRequest) IsServerError() bool

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

func (*PcloudNetworksGetBadRequest) IsSuccess added in v1.2.2

func (o *PcloudNetworksGetBadRequest) IsSuccess() bool

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

func (*PcloudNetworksGetBadRequest) String added in v1.2.2

func (o *PcloudNetworksGetBadRequest) String() string

type PcloudNetworksGetForbidden added in v1.2.2

type PcloudNetworksGetForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudNetworksGetForbidden added in v1.2.2

func NewPcloudNetworksGetForbidden() *PcloudNetworksGetForbidden

NewPcloudNetworksGetForbidden creates a PcloudNetworksGetForbidden with default headers values

func (*PcloudNetworksGetForbidden) Code added in v1.2.4

func (o *PcloudNetworksGetForbidden) Code() int

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

func (*PcloudNetworksGetForbidden) Error added in v1.2.2

func (*PcloudNetworksGetForbidden) GetPayload added in v1.2.2

func (o *PcloudNetworksGetForbidden) GetPayload() *models.Error

func (*PcloudNetworksGetForbidden) IsClientError added in v1.2.2

func (o *PcloudNetworksGetForbidden) IsClientError() bool

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

func (*PcloudNetworksGetForbidden) IsCode added in v1.2.2

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

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

func (*PcloudNetworksGetForbidden) IsRedirect added in v1.2.2

func (o *PcloudNetworksGetForbidden) IsRedirect() bool

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

func (*PcloudNetworksGetForbidden) IsServerError added in v1.2.2

func (o *PcloudNetworksGetForbidden) IsServerError() bool

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

func (*PcloudNetworksGetForbidden) IsSuccess added in v1.2.2

func (o *PcloudNetworksGetForbidden) IsSuccess() bool

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

func (*PcloudNetworksGetForbidden) String added in v1.2.2

func (o *PcloudNetworksGetForbidden) String() string

type PcloudNetworksGetInternalServerError

type PcloudNetworksGetInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudNetworksGetInternalServerError

func NewPcloudNetworksGetInternalServerError() *PcloudNetworksGetInternalServerError

NewPcloudNetworksGetInternalServerError creates a PcloudNetworksGetInternalServerError with default headers values

func (*PcloudNetworksGetInternalServerError) Code added in v1.2.4

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

func (*PcloudNetworksGetInternalServerError) Error

func (*PcloudNetworksGetInternalServerError) GetPayload added in v1.1.0

func (*PcloudNetworksGetInternalServerError) IsClientError added in v1.2.2

func (o *PcloudNetworksGetInternalServerError) IsClientError() bool

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

func (*PcloudNetworksGetInternalServerError) IsCode added in v1.2.2

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

func (*PcloudNetworksGetInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudNetworksGetInternalServerError) IsServerError added in v1.2.2

func (o *PcloudNetworksGetInternalServerError) IsServerError() bool

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

func (*PcloudNetworksGetInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudNetworksGetInternalServerError) String added in v1.2.2

type PcloudNetworksGetNotFound

type PcloudNetworksGetNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudNetworksGetNotFound

func NewPcloudNetworksGetNotFound() *PcloudNetworksGetNotFound

NewPcloudNetworksGetNotFound creates a PcloudNetworksGetNotFound with default headers values

func (*PcloudNetworksGetNotFound) Code added in v1.2.4

func (o *PcloudNetworksGetNotFound) Code() int

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

func (*PcloudNetworksGetNotFound) Error

func (o *PcloudNetworksGetNotFound) Error() string

func (*PcloudNetworksGetNotFound) GetPayload added in v1.1.0

func (o *PcloudNetworksGetNotFound) GetPayload() *models.Error

func (*PcloudNetworksGetNotFound) IsClientError added in v1.2.2

func (o *PcloudNetworksGetNotFound) IsClientError() bool

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

func (*PcloudNetworksGetNotFound) IsCode added in v1.2.2

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

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

func (*PcloudNetworksGetNotFound) IsRedirect added in v1.2.2

func (o *PcloudNetworksGetNotFound) IsRedirect() bool

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

func (*PcloudNetworksGetNotFound) IsServerError added in v1.2.2

func (o *PcloudNetworksGetNotFound) IsServerError() bool

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

func (*PcloudNetworksGetNotFound) IsSuccess added in v1.2.2

func (o *PcloudNetworksGetNotFound) IsSuccess() bool

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

func (*PcloudNetworksGetNotFound) String added in v1.2.2

func (o *PcloudNetworksGetNotFound) String() string

type PcloudNetworksGetOK

type PcloudNetworksGetOK struct {
	Payload *models.Network
}

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

OK

func NewPcloudNetworksGetOK

func NewPcloudNetworksGetOK() *PcloudNetworksGetOK

NewPcloudNetworksGetOK creates a PcloudNetworksGetOK with default headers values

func (*PcloudNetworksGetOK) Code added in v1.2.4

func (o *PcloudNetworksGetOK) Code() int

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

func (*PcloudNetworksGetOK) Error

func (o *PcloudNetworksGetOK) Error() string

func (*PcloudNetworksGetOK) GetPayload added in v1.1.0

func (o *PcloudNetworksGetOK) GetPayload() *models.Network

func (*PcloudNetworksGetOK) IsClientError added in v1.2.2

func (o *PcloudNetworksGetOK) IsClientError() bool

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

func (*PcloudNetworksGetOK) IsCode added in v1.2.2

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

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

func (*PcloudNetworksGetOK) IsRedirect added in v1.2.2

func (o *PcloudNetworksGetOK) IsRedirect() bool

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

func (*PcloudNetworksGetOK) IsServerError added in v1.2.2

func (o *PcloudNetworksGetOK) IsServerError() bool

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

func (*PcloudNetworksGetOK) IsSuccess added in v1.2.2

func (o *PcloudNetworksGetOK) IsSuccess() bool

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

func (*PcloudNetworksGetOK) String added in v1.2.2

func (o *PcloudNetworksGetOK) String() string

type PcloudNetworksGetParams

type PcloudNetworksGetParams struct {

	/* 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
}

PcloudNetworksGetParams contains all the parameters to send to the API endpoint

for the pcloud networks get operation.

Typically these are written to a http.Request.

func NewPcloudNetworksGetParams

func NewPcloudNetworksGetParams() *PcloudNetworksGetParams

NewPcloudNetworksGetParams creates a new PcloudNetworksGetParams 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 NewPcloudNetworksGetParamsWithContext

func NewPcloudNetworksGetParamsWithContext(ctx context.Context) *PcloudNetworksGetParams

NewPcloudNetworksGetParamsWithContext creates a new PcloudNetworksGetParams object with the ability to set a context for a request.

func NewPcloudNetworksGetParamsWithHTTPClient

func NewPcloudNetworksGetParamsWithHTTPClient(client *http.Client) *PcloudNetworksGetParams

NewPcloudNetworksGetParamsWithHTTPClient creates a new PcloudNetworksGetParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudNetworksGetParamsWithTimeout

func NewPcloudNetworksGetParamsWithTimeout(timeout time.Duration) *PcloudNetworksGetParams

NewPcloudNetworksGetParamsWithTimeout creates a new PcloudNetworksGetParams object with the ability to set a timeout on a request.

func (*PcloudNetworksGetParams) SetCloudInstanceID

func (o *PcloudNetworksGetParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud networks get params

func (*PcloudNetworksGetParams) SetContext

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

SetContext adds the context to the pcloud networks get params

func (*PcloudNetworksGetParams) SetDefaults added in v1.1.0

func (o *PcloudNetworksGetParams) SetDefaults()

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

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

func (*PcloudNetworksGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud networks get params

func (*PcloudNetworksGetParams) SetNetworkID

func (o *PcloudNetworksGetParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the pcloud networks get params

func (*PcloudNetworksGetParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud networks get params

func (*PcloudNetworksGetParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud networks get params

func (*PcloudNetworksGetParams) WithContext

WithContext adds the context to the pcloud networks get params

func (*PcloudNetworksGetParams) WithDefaults added in v1.1.0

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

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

func (*PcloudNetworksGetParams) WithHTTPClient

func (o *PcloudNetworksGetParams) WithHTTPClient(client *http.Client) *PcloudNetworksGetParams

WithHTTPClient adds the HTTPClient to the pcloud networks get params

func (*PcloudNetworksGetParams) WithNetworkID

func (o *PcloudNetworksGetParams) WithNetworkID(networkID string) *PcloudNetworksGetParams

WithNetworkID adds the networkID to the pcloud networks get params

func (*PcloudNetworksGetParams) WithTimeout

WithTimeout adds the timeout to the pcloud networks get params

func (*PcloudNetworksGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudNetworksGetReader

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

PcloudNetworksGetReader is a Reader for the PcloudNetworksGet structure.

func (*PcloudNetworksGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudNetworksGetUnauthorized added in v1.0.59

type PcloudNetworksGetUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudNetworksGetUnauthorized added in v1.0.59

func NewPcloudNetworksGetUnauthorized() *PcloudNetworksGetUnauthorized

NewPcloudNetworksGetUnauthorized creates a PcloudNetworksGetUnauthorized with default headers values

func (*PcloudNetworksGetUnauthorized) Code added in v1.2.4

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

func (*PcloudNetworksGetUnauthorized) Error added in v1.0.59

func (*PcloudNetworksGetUnauthorized) GetPayload added in v1.1.0

func (o *PcloudNetworksGetUnauthorized) GetPayload() *models.Error

func (*PcloudNetworksGetUnauthorized) IsClientError added in v1.2.2

func (o *PcloudNetworksGetUnauthorized) IsClientError() bool

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

func (*PcloudNetworksGetUnauthorized) IsCode added in v1.2.2

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

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

func (*PcloudNetworksGetUnauthorized) IsRedirect added in v1.2.2

func (o *PcloudNetworksGetUnauthorized) IsRedirect() bool

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

func (*PcloudNetworksGetUnauthorized) IsServerError added in v1.2.2

func (o *PcloudNetworksGetUnauthorized) IsServerError() bool

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

func (*PcloudNetworksGetUnauthorized) IsSuccess added in v1.2.2

func (o *PcloudNetworksGetUnauthorized) IsSuccess() bool

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

func (*PcloudNetworksGetUnauthorized) String added in v1.2.2

type PcloudNetworksGetallBadRequest

type PcloudNetworksGetallBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudNetworksGetallBadRequest

func NewPcloudNetworksGetallBadRequest() *PcloudNetworksGetallBadRequest

NewPcloudNetworksGetallBadRequest creates a PcloudNetworksGetallBadRequest with default headers values

func (*PcloudNetworksGetallBadRequest) Code added in v1.2.4

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

func (*PcloudNetworksGetallBadRequest) Error

func (*PcloudNetworksGetallBadRequest) GetPayload added in v1.1.0

func (o *PcloudNetworksGetallBadRequest) GetPayload() *models.Error

func (*PcloudNetworksGetallBadRequest) IsClientError added in v1.2.2

func (o *PcloudNetworksGetallBadRequest) IsClientError() bool

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

func (*PcloudNetworksGetallBadRequest) IsCode added in v1.2.2

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

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

func (*PcloudNetworksGetallBadRequest) IsRedirect added in v1.2.2

func (o *PcloudNetworksGetallBadRequest) IsRedirect() bool

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

func (*PcloudNetworksGetallBadRequest) IsServerError added in v1.2.2

func (o *PcloudNetworksGetallBadRequest) IsServerError() bool

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

func (*PcloudNetworksGetallBadRequest) IsSuccess added in v1.2.2

func (o *PcloudNetworksGetallBadRequest) IsSuccess() bool

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

func (*PcloudNetworksGetallBadRequest) String added in v1.2.2

type PcloudNetworksGetallForbidden added in v1.2.2

type PcloudNetworksGetallForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudNetworksGetallForbidden added in v1.2.2

func NewPcloudNetworksGetallForbidden() *PcloudNetworksGetallForbidden

NewPcloudNetworksGetallForbidden creates a PcloudNetworksGetallForbidden with default headers values

func (*PcloudNetworksGetallForbidden) Code added in v1.2.4

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

func (*PcloudNetworksGetallForbidden) Error added in v1.2.2

func (*PcloudNetworksGetallForbidden) GetPayload added in v1.2.2

func (o *PcloudNetworksGetallForbidden) GetPayload() *models.Error

func (*PcloudNetworksGetallForbidden) IsClientError added in v1.2.2

func (o *PcloudNetworksGetallForbidden) IsClientError() bool

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

func (*PcloudNetworksGetallForbidden) IsCode added in v1.2.2

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

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

func (*PcloudNetworksGetallForbidden) IsRedirect added in v1.2.2

func (o *PcloudNetworksGetallForbidden) IsRedirect() bool

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

func (*PcloudNetworksGetallForbidden) IsServerError added in v1.2.2

func (o *PcloudNetworksGetallForbidden) IsServerError() bool

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

func (*PcloudNetworksGetallForbidden) IsSuccess added in v1.2.2

func (o *PcloudNetworksGetallForbidden) IsSuccess() bool

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

func (*PcloudNetworksGetallForbidden) String added in v1.2.2

type PcloudNetworksGetallInternalServerError

type PcloudNetworksGetallInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudNetworksGetallInternalServerError

func NewPcloudNetworksGetallInternalServerError() *PcloudNetworksGetallInternalServerError

NewPcloudNetworksGetallInternalServerError creates a PcloudNetworksGetallInternalServerError with default headers values

func (*PcloudNetworksGetallInternalServerError) Code added in v1.2.4

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

func (*PcloudNetworksGetallInternalServerError) Error

func (*PcloudNetworksGetallInternalServerError) GetPayload added in v1.1.0

func (*PcloudNetworksGetallInternalServerError) IsClientError added in v1.2.2

func (o *PcloudNetworksGetallInternalServerError) IsClientError() bool

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

func (*PcloudNetworksGetallInternalServerError) IsCode added in v1.2.2

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

func (*PcloudNetworksGetallInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudNetworksGetallInternalServerError) IsServerError added in v1.2.2

func (o *PcloudNetworksGetallInternalServerError) IsServerError() bool

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

func (*PcloudNetworksGetallInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudNetworksGetallInternalServerError) String added in v1.2.2

type PcloudNetworksGetallNotFound added in v1.4.2

type PcloudNetworksGetallNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudNetworksGetallNotFound added in v1.4.2

func NewPcloudNetworksGetallNotFound() *PcloudNetworksGetallNotFound

NewPcloudNetworksGetallNotFound creates a PcloudNetworksGetallNotFound with default headers values

func (*PcloudNetworksGetallNotFound) Code added in v1.4.2

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

func (*PcloudNetworksGetallNotFound) Error added in v1.4.2

func (*PcloudNetworksGetallNotFound) GetPayload added in v1.4.2

func (o *PcloudNetworksGetallNotFound) GetPayload() *models.Error

func (*PcloudNetworksGetallNotFound) IsClientError added in v1.4.2

func (o *PcloudNetworksGetallNotFound) IsClientError() bool

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

func (*PcloudNetworksGetallNotFound) IsCode added in v1.4.2

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

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

func (*PcloudNetworksGetallNotFound) IsRedirect added in v1.4.2

func (o *PcloudNetworksGetallNotFound) IsRedirect() bool

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

func (*PcloudNetworksGetallNotFound) IsServerError added in v1.4.2

func (o *PcloudNetworksGetallNotFound) IsServerError() bool

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

func (*PcloudNetworksGetallNotFound) IsSuccess added in v1.4.2

func (o *PcloudNetworksGetallNotFound) IsSuccess() bool

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

func (*PcloudNetworksGetallNotFound) String added in v1.4.2

type PcloudNetworksGetallOK

type PcloudNetworksGetallOK struct {
	Payload *models.Networks
}

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

OK

func NewPcloudNetworksGetallOK

func NewPcloudNetworksGetallOK() *PcloudNetworksGetallOK

NewPcloudNetworksGetallOK creates a PcloudNetworksGetallOK with default headers values

func (*PcloudNetworksGetallOK) Code added in v1.2.4

func (o *PcloudNetworksGetallOK) Code() int

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

func (*PcloudNetworksGetallOK) Error

func (o *PcloudNetworksGetallOK) Error() string

func (*PcloudNetworksGetallOK) GetPayload added in v1.1.0

func (o *PcloudNetworksGetallOK) GetPayload() *models.Networks

func (*PcloudNetworksGetallOK) IsClientError added in v1.2.2

func (o *PcloudNetworksGetallOK) IsClientError() bool

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

func (*PcloudNetworksGetallOK) IsCode added in v1.2.2

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

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

func (*PcloudNetworksGetallOK) IsRedirect added in v1.2.2

func (o *PcloudNetworksGetallOK) IsRedirect() bool

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

func (*PcloudNetworksGetallOK) IsServerError added in v1.2.2

func (o *PcloudNetworksGetallOK) IsServerError() bool

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

func (*PcloudNetworksGetallOK) IsSuccess added in v1.2.2

func (o *PcloudNetworksGetallOK) IsSuccess() bool

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

func (*PcloudNetworksGetallOK) String added in v1.2.2

func (o *PcloudNetworksGetallOK) String() string

type PcloudNetworksGetallParams

type PcloudNetworksGetallParams struct {

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

	/* Filter.

	   A filter expression that filters resources listed in the response
	*/
	Filter *string

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

PcloudNetworksGetallParams contains all the parameters to send to the API endpoint

for the pcloud networks getall operation.

Typically these are written to a http.Request.

func NewPcloudNetworksGetallParams

func NewPcloudNetworksGetallParams() *PcloudNetworksGetallParams

NewPcloudNetworksGetallParams creates a new PcloudNetworksGetallParams 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 NewPcloudNetworksGetallParamsWithContext

func NewPcloudNetworksGetallParamsWithContext(ctx context.Context) *PcloudNetworksGetallParams

NewPcloudNetworksGetallParamsWithContext creates a new PcloudNetworksGetallParams object with the ability to set a context for a request.

func NewPcloudNetworksGetallParamsWithHTTPClient

func NewPcloudNetworksGetallParamsWithHTTPClient(client *http.Client) *PcloudNetworksGetallParams

NewPcloudNetworksGetallParamsWithHTTPClient creates a new PcloudNetworksGetallParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudNetworksGetallParamsWithTimeout

func NewPcloudNetworksGetallParamsWithTimeout(timeout time.Duration) *PcloudNetworksGetallParams

NewPcloudNetworksGetallParamsWithTimeout creates a new PcloudNetworksGetallParams object with the ability to set a timeout on a request.

func (*PcloudNetworksGetallParams) SetCloudInstanceID

func (o *PcloudNetworksGetallParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud networks getall params

func (*PcloudNetworksGetallParams) SetContext

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

SetContext adds the context to the pcloud networks getall params

func (*PcloudNetworksGetallParams) SetDefaults added in v1.1.0

func (o *PcloudNetworksGetallParams) SetDefaults()

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

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

func (*PcloudNetworksGetallParams) SetFilter

func (o *PcloudNetworksGetallParams) SetFilter(filter *string)

SetFilter adds the filter to the pcloud networks getall params

func (*PcloudNetworksGetallParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud networks getall params

func (*PcloudNetworksGetallParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud networks getall params

func (*PcloudNetworksGetallParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud networks getall params

func (*PcloudNetworksGetallParams) WithContext

WithContext adds the context to the pcloud networks getall params

func (*PcloudNetworksGetallParams) WithDefaults added in v1.1.0

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

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

func (*PcloudNetworksGetallParams) WithFilter

WithFilter adds the filter to the pcloud networks getall params

func (*PcloudNetworksGetallParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud networks getall params

func (*PcloudNetworksGetallParams) WithTimeout

WithTimeout adds the timeout to the pcloud networks getall params

func (*PcloudNetworksGetallParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudNetworksGetallReader

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

PcloudNetworksGetallReader is a Reader for the PcloudNetworksGetall structure.

func (*PcloudNetworksGetallReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudNetworksGetallUnauthorized added in v1.0.59

type PcloudNetworksGetallUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudNetworksGetallUnauthorized added in v1.0.59

func NewPcloudNetworksGetallUnauthorized() *PcloudNetworksGetallUnauthorized

NewPcloudNetworksGetallUnauthorized creates a PcloudNetworksGetallUnauthorized with default headers values

func (*PcloudNetworksGetallUnauthorized) Code added in v1.2.4

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

func (*PcloudNetworksGetallUnauthorized) Error added in v1.0.59

func (*PcloudNetworksGetallUnauthorized) GetPayload added in v1.1.0

func (*PcloudNetworksGetallUnauthorized) IsClientError added in v1.2.2

func (o *PcloudNetworksGetallUnauthorized) IsClientError() bool

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

func (*PcloudNetworksGetallUnauthorized) IsCode added in v1.2.2

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

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

func (*PcloudNetworksGetallUnauthorized) IsRedirect added in v1.2.2

func (o *PcloudNetworksGetallUnauthorized) IsRedirect() bool

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

func (*PcloudNetworksGetallUnauthorized) IsServerError added in v1.2.2

func (o *PcloudNetworksGetallUnauthorized) IsServerError() bool

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

func (*PcloudNetworksGetallUnauthorized) IsSuccess added in v1.2.2

func (o *PcloudNetworksGetallUnauthorized) IsSuccess() bool

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

func (*PcloudNetworksGetallUnauthorized) String added in v1.2.2

type PcloudNetworksPortsDeleteBadRequest

type PcloudNetworksPortsDeleteBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudNetworksPortsDeleteBadRequest

func NewPcloudNetworksPortsDeleteBadRequest() *PcloudNetworksPortsDeleteBadRequest

NewPcloudNetworksPortsDeleteBadRequest creates a PcloudNetworksPortsDeleteBadRequest with default headers values

func (*PcloudNetworksPortsDeleteBadRequest) Code added in v1.2.4

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

func (*PcloudNetworksPortsDeleteBadRequest) Error

func (*PcloudNetworksPortsDeleteBadRequest) GetPayload added in v1.1.0

func (*PcloudNetworksPortsDeleteBadRequest) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsDeleteBadRequest) IsClientError() bool

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

func (*PcloudNetworksPortsDeleteBadRequest) IsCode added in v1.2.2

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

func (*PcloudNetworksPortsDeleteBadRequest) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsDeleteBadRequest) IsRedirect() bool

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

func (*PcloudNetworksPortsDeleteBadRequest) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsDeleteBadRequest) IsServerError() bool

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

func (*PcloudNetworksPortsDeleteBadRequest) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPortsDeleteBadRequest) String added in v1.2.2

type PcloudNetworksPortsDeleteForbidden added in v1.2.2

type PcloudNetworksPortsDeleteForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudNetworksPortsDeleteForbidden added in v1.2.2

func NewPcloudNetworksPortsDeleteForbidden() *PcloudNetworksPortsDeleteForbidden

NewPcloudNetworksPortsDeleteForbidden creates a PcloudNetworksPortsDeleteForbidden with default headers values

func (*PcloudNetworksPortsDeleteForbidden) Code added in v1.2.4

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

func (*PcloudNetworksPortsDeleteForbidden) Error added in v1.2.2

func (*PcloudNetworksPortsDeleteForbidden) GetPayload added in v1.2.2

func (*PcloudNetworksPortsDeleteForbidden) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsDeleteForbidden) IsClientError() bool

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

func (*PcloudNetworksPortsDeleteForbidden) IsCode added in v1.2.2

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

func (*PcloudNetworksPortsDeleteForbidden) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsDeleteForbidden) IsRedirect() bool

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

func (*PcloudNetworksPortsDeleteForbidden) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsDeleteForbidden) IsServerError() bool

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

func (*PcloudNetworksPortsDeleteForbidden) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPortsDeleteForbidden) String added in v1.2.2

type PcloudNetworksPortsDeleteGone

type PcloudNetworksPortsDeleteGone struct {
	Payload *models.Error
}

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

Gone

func NewPcloudNetworksPortsDeleteGone

func NewPcloudNetworksPortsDeleteGone() *PcloudNetworksPortsDeleteGone

NewPcloudNetworksPortsDeleteGone creates a PcloudNetworksPortsDeleteGone with default headers values

func (*PcloudNetworksPortsDeleteGone) Code added in v1.2.4

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

func (*PcloudNetworksPortsDeleteGone) Error

func (*PcloudNetworksPortsDeleteGone) GetPayload added in v1.1.0

func (o *PcloudNetworksPortsDeleteGone) GetPayload() *models.Error

func (*PcloudNetworksPortsDeleteGone) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsDeleteGone) IsClientError() bool

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

func (*PcloudNetworksPortsDeleteGone) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsDeleteGone) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsDeleteGone) IsRedirect() bool

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

func (*PcloudNetworksPortsDeleteGone) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsDeleteGone) IsServerError() bool

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

func (*PcloudNetworksPortsDeleteGone) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsDeleteGone) IsSuccess() bool

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

func (*PcloudNetworksPortsDeleteGone) String added in v1.2.2

type PcloudNetworksPortsDeleteInternalServerError

type PcloudNetworksPortsDeleteInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudNetworksPortsDeleteInternalServerError

func NewPcloudNetworksPortsDeleteInternalServerError() *PcloudNetworksPortsDeleteInternalServerError

NewPcloudNetworksPortsDeleteInternalServerError creates a PcloudNetworksPortsDeleteInternalServerError with default headers values

func (*PcloudNetworksPortsDeleteInternalServerError) Code added in v1.2.4

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

func (*PcloudNetworksPortsDeleteInternalServerError) Error

func (*PcloudNetworksPortsDeleteInternalServerError) GetPayload added in v1.1.0

func (*PcloudNetworksPortsDeleteInternalServerError) IsClientError added in v1.2.2

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

func (*PcloudNetworksPortsDeleteInternalServerError) IsCode added in v1.2.2

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

func (*PcloudNetworksPortsDeleteInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudNetworksPortsDeleteInternalServerError) IsServerError added in v1.2.2

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

func (*PcloudNetworksPortsDeleteInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPortsDeleteInternalServerError) String added in v1.2.2

type PcloudNetworksPortsDeleteNotFound added in v1.2.2

type PcloudNetworksPortsDeleteNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudNetworksPortsDeleteNotFound added in v1.2.2

func NewPcloudNetworksPortsDeleteNotFound() *PcloudNetworksPortsDeleteNotFound

NewPcloudNetworksPortsDeleteNotFound creates a PcloudNetworksPortsDeleteNotFound with default headers values

func (*PcloudNetworksPortsDeleteNotFound) Code added in v1.2.4

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

func (*PcloudNetworksPortsDeleteNotFound) Error added in v1.2.2

func (*PcloudNetworksPortsDeleteNotFound) GetPayload added in v1.2.2

func (*PcloudNetworksPortsDeleteNotFound) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsDeleteNotFound) IsClientError() bool

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

func (*PcloudNetworksPortsDeleteNotFound) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsDeleteNotFound) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsDeleteNotFound) IsRedirect() bool

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

func (*PcloudNetworksPortsDeleteNotFound) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsDeleteNotFound) IsServerError() bool

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

func (*PcloudNetworksPortsDeleteNotFound) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsDeleteNotFound) IsSuccess() bool

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

func (*PcloudNetworksPortsDeleteNotFound) String added in v1.2.2

type PcloudNetworksPortsDeleteOK

type PcloudNetworksPortsDeleteOK struct {
	Payload models.Object
}

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

OK

func NewPcloudNetworksPortsDeleteOK

func NewPcloudNetworksPortsDeleteOK() *PcloudNetworksPortsDeleteOK

NewPcloudNetworksPortsDeleteOK creates a PcloudNetworksPortsDeleteOK with default headers values

func (*PcloudNetworksPortsDeleteOK) Code added in v1.2.4

func (o *PcloudNetworksPortsDeleteOK) Code() int

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

func (*PcloudNetworksPortsDeleteOK) Error

func (*PcloudNetworksPortsDeleteOK) GetPayload added in v1.1.0

func (o *PcloudNetworksPortsDeleteOK) GetPayload() models.Object

func (*PcloudNetworksPortsDeleteOK) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsDeleteOK) IsClientError() bool

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

func (*PcloudNetworksPortsDeleteOK) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsDeleteOK) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsDeleteOK) IsRedirect() bool

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

func (*PcloudNetworksPortsDeleteOK) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsDeleteOK) IsServerError() bool

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

func (*PcloudNetworksPortsDeleteOK) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsDeleteOK) IsSuccess() bool

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

func (*PcloudNetworksPortsDeleteOK) String added in v1.2.2

func (o *PcloudNetworksPortsDeleteOK) String() string

type PcloudNetworksPortsDeleteParams

type PcloudNetworksPortsDeleteParams struct {

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

	/* NetworkID.

	   Network ID
	*/
	NetworkID string

	/* PortID.

	   Port ID
	*/
	PortID string

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

PcloudNetworksPortsDeleteParams contains all the parameters to send to the API endpoint

for the pcloud networks ports delete operation.

Typically these are written to a http.Request.

func NewPcloudNetworksPortsDeleteParams

func NewPcloudNetworksPortsDeleteParams() *PcloudNetworksPortsDeleteParams

NewPcloudNetworksPortsDeleteParams creates a new PcloudNetworksPortsDeleteParams 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 NewPcloudNetworksPortsDeleteParamsWithContext

func NewPcloudNetworksPortsDeleteParamsWithContext(ctx context.Context) *PcloudNetworksPortsDeleteParams

NewPcloudNetworksPortsDeleteParamsWithContext creates a new PcloudNetworksPortsDeleteParams object with the ability to set a context for a request.

func NewPcloudNetworksPortsDeleteParamsWithHTTPClient

func NewPcloudNetworksPortsDeleteParamsWithHTTPClient(client *http.Client) *PcloudNetworksPortsDeleteParams

NewPcloudNetworksPortsDeleteParamsWithHTTPClient creates a new PcloudNetworksPortsDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudNetworksPortsDeleteParamsWithTimeout

func NewPcloudNetworksPortsDeleteParamsWithTimeout(timeout time.Duration) *PcloudNetworksPortsDeleteParams

NewPcloudNetworksPortsDeleteParamsWithTimeout creates a new PcloudNetworksPortsDeleteParams object with the ability to set a timeout on a request.

func (*PcloudNetworksPortsDeleteParams) SetCloudInstanceID

func (o *PcloudNetworksPortsDeleteParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud networks ports delete params

func (*PcloudNetworksPortsDeleteParams) SetContext

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

SetContext adds the context to the pcloud networks ports delete params

func (*PcloudNetworksPortsDeleteParams) SetDefaults added in v1.1.0

func (o *PcloudNetworksPortsDeleteParams) SetDefaults()

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

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

func (*PcloudNetworksPortsDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud networks ports delete params

func (*PcloudNetworksPortsDeleteParams) SetNetworkID

func (o *PcloudNetworksPortsDeleteParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the pcloud networks ports delete params

func (*PcloudNetworksPortsDeleteParams) SetPortID

func (o *PcloudNetworksPortsDeleteParams) SetPortID(portID string)

SetPortID adds the portId to the pcloud networks ports delete params

func (*PcloudNetworksPortsDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud networks ports delete params

func (*PcloudNetworksPortsDeleteParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud networks ports delete params

func (*PcloudNetworksPortsDeleteParams) WithContext

WithContext adds the context to the pcloud networks ports delete params

func (*PcloudNetworksPortsDeleteParams) WithDefaults added in v1.1.0

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

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

func (*PcloudNetworksPortsDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud networks ports delete params

func (*PcloudNetworksPortsDeleteParams) WithNetworkID

WithNetworkID adds the networkID to the pcloud networks ports delete params

func (*PcloudNetworksPortsDeleteParams) WithPortID

WithPortID adds the portID to the pcloud networks ports delete params

func (*PcloudNetworksPortsDeleteParams) WithTimeout

WithTimeout adds the timeout to the pcloud networks ports delete params

func (*PcloudNetworksPortsDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudNetworksPortsDeleteReader

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

PcloudNetworksPortsDeleteReader is a Reader for the PcloudNetworksPortsDelete structure.

func (*PcloudNetworksPortsDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudNetworksPortsDeleteUnauthorized added in v1.0.59

type PcloudNetworksPortsDeleteUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudNetworksPortsDeleteUnauthorized added in v1.0.59

func NewPcloudNetworksPortsDeleteUnauthorized() *PcloudNetworksPortsDeleteUnauthorized

NewPcloudNetworksPortsDeleteUnauthorized creates a PcloudNetworksPortsDeleteUnauthorized with default headers values

func (*PcloudNetworksPortsDeleteUnauthorized) Code added in v1.2.4

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

func (*PcloudNetworksPortsDeleteUnauthorized) Error added in v1.0.59

func (*PcloudNetworksPortsDeleteUnauthorized) GetPayload added in v1.1.0

func (*PcloudNetworksPortsDeleteUnauthorized) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsDeleteUnauthorized) IsClientError() bool

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

func (*PcloudNetworksPortsDeleteUnauthorized) IsCode added in v1.2.2

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

func (*PcloudNetworksPortsDeleteUnauthorized) IsRedirect added in v1.2.2

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

func (*PcloudNetworksPortsDeleteUnauthorized) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsDeleteUnauthorized) IsServerError() bool

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

func (*PcloudNetworksPortsDeleteUnauthorized) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPortsDeleteUnauthorized) String added in v1.2.2

type PcloudNetworksPortsGetBadRequest added in v1.4.2

type PcloudNetworksPortsGetBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudNetworksPortsGetBadRequest added in v1.4.2

func NewPcloudNetworksPortsGetBadRequest() *PcloudNetworksPortsGetBadRequest

NewPcloudNetworksPortsGetBadRequest creates a PcloudNetworksPortsGetBadRequest with default headers values

func (*PcloudNetworksPortsGetBadRequest) Code added in v1.4.2

Code gets the status code for the pcloud networks ports get bad request response

func (*PcloudNetworksPortsGetBadRequest) Error added in v1.4.2

func (*PcloudNetworksPortsGetBadRequest) GetPayload added in v1.4.2

func (*PcloudNetworksPortsGetBadRequest) IsClientError added in v1.4.2

func (o *PcloudNetworksPortsGetBadRequest) IsClientError() bool

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

func (*PcloudNetworksPortsGetBadRequest) IsCode added in v1.4.2

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

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

func (*PcloudNetworksPortsGetBadRequest) IsRedirect added in v1.4.2

func (o *PcloudNetworksPortsGetBadRequest) IsRedirect() bool

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

func (*PcloudNetworksPortsGetBadRequest) IsServerError added in v1.4.2

func (o *PcloudNetworksPortsGetBadRequest) IsServerError() bool

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

func (*PcloudNetworksPortsGetBadRequest) IsSuccess added in v1.4.2

func (o *PcloudNetworksPortsGetBadRequest) IsSuccess() bool

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

func (*PcloudNetworksPortsGetBadRequest) String added in v1.4.2

type PcloudNetworksPortsGetForbidden added in v1.2.2

type PcloudNetworksPortsGetForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudNetworksPortsGetForbidden added in v1.2.2

func NewPcloudNetworksPortsGetForbidden() *PcloudNetworksPortsGetForbidden

NewPcloudNetworksPortsGetForbidden creates a PcloudNetworksPortsGetForbidden with default headers values

func (*PcloudNetworksPortsGetForbidden) Code added in v1.2.4

Code gets the status code for the pcloud networks ports get forbidden response

func (*PcloudNetworksPortsGetForbidden) Error added in v1.2.2

func (*PcloudNetworksPortsGetForbidden) GetPayload added in v1.2.2

func (o *PcloudNetworksPortsGetForbidden) GetPayload() *models.Error

func (*PcloudNetworksPortsGetForbidden) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsGetForbidden) IsClientError() bool

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

func (*PcloudNetworksPortsGetForbidden) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsGetForbidden) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsGetForbidden) IsRedirect() bool

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

func (*PcloudNetworksPortsGetForbidden) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsGetForbidden) IsServerError() bool

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

func (*PcloudNetworksPortsGetForbidden) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsGetForbidden) IsSuccess() bool

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

func (*PcloudNetworksPortsGetForbidden) String added in v1.2.2

type PcloudNetworksPortsGetInternalServerError

type PcloudNetworksPortsGetInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudNetworksPortsGetInternalServerError

func NewPcloudNetworksPortsGetInternalServerError() *PcloudNetworksPortsGetInternalServerError

NewPcloudNetworksPortsGetInternalServerError creates a PcloudNetworksPortsGetInternalServerError with default headers values

func (*PcloudNetworksPortsGetInternalServerError) Code added in v1.2.4

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

func (*PcloudNetworksPortsGetInternalServerError) Error

func (*PcloudNetworksPortsGetInternalServerError) GetPayload added in v1.1.0

func (*PcloudNetworksPortsGetInternalServerError) IsClientError added in v1.2.2

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

func (*PcloudNetworksPortsGetInternalServerError) IsCode added in v1.2.2

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

func (*PcloudNetworksPortsGetInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudNetworksPortsGetInternalServerError) IsServerError added in v1.2.2

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

func (*PcloudNetworksPortsGetInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPortsGetInternalServerError) String added in v1.2.2

type PcloudNetworksPortsGetNotFound

type PcloudNetworksPortsGetNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudNetworksPortsGetNotFound

func NewPcloudNetworksPortsGetNotFound() *PcloudNetworksPortsGetNotFound

NewPcloudNetworksPortsGetNotFound creates a PcloudNetworksPortsGetNotFound with default headers values

func (*PcloudNetworksPortsGetNotFound) Code added in v1.2.4

Code gets the status code for the pcloud networks ports get not found response

func (*PcloudNetworksPortsGetNotFound) Error

func (*PcloudNetworksPortsGetNotFound) GetPayload added in v1.1.0

func (o *PcloudNetworksPortsGetNotFound) GetPayload() *models.Error

func (*PcloudNetworksPortsGetNotFound) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsGetNotFound) IsClientError() bool

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

func (*PcloudNetworksPortsGetNotFound) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsGetNotFound) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsGetNotFound) IsRedirect() bool

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

func (*PcloudNetworksPortsGetNotFound) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsGetNotFound) IsServerError() bool

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

func (*PcloudNetworksPortsGetNotFound) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsGetNotFound) IsSuccess() bool

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

func (*PcloudNetworksPortsGetNotFound) String added in v1.2.2

type PcloudNetworksPortsGetOK

type PcloudNetworksPortsGetOK struct {
	Payload *models.NetworkPort
}

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

OK

func NewPcloudNetworksPortsGetOK

func NewPcloudNetworksPortsGetOK() *PcloudNetworksPortsGetOK

NewPcloudNetworksPortsGetOK creates a PcloudNetworksPortsGetOK with default headers values

func (*PcloudNetworksPortsGetOK) Code added in v1.2.4

func (o *PcloudNetworksPortsGetOK) Code() int

Code gets the status code for the pcloud networks ports get o k response

func (*PcloudNetworksPortsGetOK) Error

func (o *PcloudNetworksPortsGetOK) Error() string

func (*PcloudNetworksPortsGetOK) GetPayload added in v1.1.0

func (o *PcloudNetworksPortsGetOK) GetPayload() *models.NetworkPort

func (*PcloudNetworksPortsGetOK) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsGetOK) IsClientError() bool

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

func (*PcloudNetworksPortsGetOK) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsGetOK) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsGetOK) IsRedirect() bool

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

func (*PcloudNetworksPortsGetOK) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsGetOK) IsServerError() bool

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

func (*PcloudNetworksPortsGetOK) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsGetOK) IsSuccess() bool

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

func (*PcloudNetworksPortsGetOK) String added in v1.2.2

func (o *PcloudNetworksPortsGetOK) String() string

type PcloudNetworksPortsGetParams

type PcloudNetworksPortsGetParams struct {

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

	/* NetworkID.

	   Network ID
	*/
	NetworkID string

	/* PortID.

	   Port ID
	*/
	PortID string

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

PcloudNetworksPortsGetParams contains all the parameters to send to the API endpoint

for the pcloud networks ports get operation.

Typically these are written to a http.Request.

func NewPcloudNetworksPortsGetParams

func NewPcloudNetworksPortsGetParams() *PcloudNetworksPortsGetParams

NewPcloudNetworksPortsGetParams creates a new PcloudNetworksPortsGetParams 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 NewPcloudNetworksPortsGetParamsWithContext

func NewPcloudNetworksPortsGetParamsWithContext(ctx context.Context) *PcloudNetworksPortsGetParams

NewPcloudNetworksPortsGetParamsWithContext creates a new PcloudNetworksPortsGetParams object with the ability to set a context for a request.

func NewPcloudNetworksPortsGetParamsWithHTTPClient

func NewPcloudNetworksPortsGetParamsWithHTTPClient(client *http.Client) *PcloudNetworksPortsGetParams

NewPcloudNetworksPortsGetParamsWithHTTPClient creates a new PcloudNetworksPortsGetParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudNetworksPortsGetParamsWithTimeout

func NewPcloudNetworksPortsGetParamsWithTimeout(timeout time.Duration) *PcloudNetworksPortsGetParams

NewPcloudNetworksPortsGetParamsWithTimeout creates a new PcloudNetworksPortsGetParams object with the ability to set a timeout on a request.

func (*PcloudNetworksPortsGetParams) SetCloudInstanceID

func (o *PcloudNetworksPortsGetParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud networks ports get params

func (*PcloudNetworksPortsGetParams) SetContext

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

SetContext adds the context to the pcloud networks ports get params

func (*PcloudNetworksPortsGetParams) SetDefaults added in v1.1.0

func (o *PcloudNetworksPortsGetParams) SetDefaults()

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

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

func (*PcloudNetworksPortsGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud networks ports get params

func (*PcloudNetworksPortsGetParams) SetNetworkID

func (o *PcloudNetworksPortsGetParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the pcloud networks ports get params

func (*PcloudNetworksPortsGetParams) SetPortID

func (o *PcloudNetworksPortsGetParams) SetPortID(portID string)

SetPortID adds the portId to the pcloud networks ports get params

func (*PcloudNetworksPortsGetParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud networks ports get params

func (*PcloudNetworksPortsGetParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud networks ports get params

func (*PcloudNetworksPortsGetParams) WithContext

WithContext adds the context to the pcloud networks ports get params

func (*PcloudNetworksPortsGetParams) WithDefaults added in v1.1.0

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

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

func (*PcloudNetworksPortsGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud networks ports get params

func (*PcloudNetworksPortsGetParams) WithNetworkID

WithNetworkID adds the networkID to the pcloud networks ports get params

func (*PcloudNetworksPortsGetParams) WithPortID

WithPortID adds the portID to the pcloud networks ports get params

func (*PcloudNetworksPortsGetParams) WithTimeout

WithTimeout adds the timeout to the pcloud networks ports get params

func (*PcloudNetworksPortsGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudNetworksPortsGetReader

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

PcloudNetworksPortsGetReader is a Reader for the PcloudNetworksPortsGet structure.

func (*PcloudNetworksPortsGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudNetworksPortsGetUnauthorized added in v1.0.59

type PcloudNetworksPortsGetUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudNetworksPortsGetUnauthorized added in v1.0.59

func NewPcloudNetworksPortsGetUnauthorized() *PcloudNetworksPortsGetUnauthorized

NewPcloudNetworksPortsGetUnauthorized creates a PcloudNetworksPortsGetUnauthorized with default headers values

func (*PcloudNetworksPortsGetUnauthorized) Code added in v1.2.4

Code gets the status code for the pcloud networks ports get unauthorized response

func (*PcloudNetworksPortsGetUnauthorized) Error added in v1.0.59

func (*PcloudNetworksPortsGetUnauthorized) GetPayload added in v1.1.0

func (*PcloudNetworksPortsGetUnauthorized) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsGetUnauthorized) IsClientError() bool

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

func (*PcloudNetworksPortsGetUnauthorized) IsCode added in v1.2.2

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

func (*PcloudNetworksPortsGetUnauthorized) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsGetUnauthorized) IsRedirect() bool

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

func (*PcloudNetworksPortsGetUnauthorized) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsGetUnauthorized) IsServerError() bool

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

func (*PcloudNetworksPortsGetUnauthorized) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPortsGetUnauthorized) String added in v1.2.2

type PcloudNetworksPortsGetallBadRequest

type PcloudNetworksPortsGetallBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudNetworksPortsGetallBadRequest

func NewPcloudNetworksPortsGetallBadRequest() *PcloudNetworksPortsGetallBadRequest

NewPcloudNetworksPortsGetallBadRequest creates a PcloudNetworksPortsGetallBadRequest with default headers values

func (*PcloudNetworksPortsGetallBadRequest) Code added in v1.2.4

Code gets the status code for the pcloud networks ports getall bad request response

func (*PcloudNetworksPortsGetallBadRequest) Error

func (*PcloudNetworksPortsGetallBadRequest) GetPayload added in v1.1.0

func (*PcloudNetworksPortsGetallBadRequest) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsGetallBadRequest) IsClientError() bool

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

func (*PcloudNetworksPortsGetallBadRequest) IsCode added in v1.2.2

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

func (*PcloudNetworksPortsGetallBadRequest) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsGetallBadRequest) IsRedirect() bool

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

func (*PcloudNetworksPortsGetallBadRequest) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsGetallBadRequest) IsServerError() bool

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

func (*PcloudNetworksPortsGetallBadRequest) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPortsGetallBadRequest) String added in v1.2.2

type PcloudNetworksPortsGetallForbidden added in v1.2.2

type PcloudNetworksPortsGetallForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudNetworksPortsGetallForbidden added in v1.2.2

func NewPcloudNetworksPortsGetallForbidden() *PcloudNetworksPortsGetallForbidden

NewPcloudNetworksPortsGetallForbidden creates a PcloudNetworksPortsGetallForbidden with default headers values

func (*PcloudNetworksPortsGetallForbidden) Code added in v1.2.4

Code gets the status code for the pcloud networks ports getall forbidden response

func (*PcloudNetworksPortsGetallForbidden) Error added in v1.2.2

func (*PcloudNetworksPortsGetallForbidden) GetPayload added in v1.2.2

func (*PcloudNetworksPortsGetallForbidden) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsGetallForbidden) IsClientError() bool

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

func (*PcloudNetworksPortsGetallForbidden) IsCode added in v1.2.2

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

func (*PcloudNetworksPortsGetallForbidden) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsGetallForbidden) IsRedirect() bool

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

func (*PcloudNetworksPortsGetallForbidden) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsGetallForbidden) IsServerError() bool

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

func (*PcloudNetworksPortsGetallForbidden) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPortsGetallForbidden) String added in v1.2.2

type PcloudNetworksPortsGetallInternalServerError

type PcloudNetworksPortsGetallInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudNetworksPortsGetallInternalServerError

func NewPcloudNetworksPortsGetallInternalServerError() *PcloudNetworksPortsGetallInternalServerError

NewPcloudNetworksPortsGetallInternalServerError creates a PcloudNetworksPortsGetallInternalServerError with default headers values

func (*PcloudNetworksPortsGetallInternalServerError) Code added in v1.2.4

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

func (*PcloudNetworksPortsGetallInternalServerError) Error

func (*PcloudNetworksPortsGetallInternalServerError) GetPayload added in v1.1.0

func (*PcloudNetworksPortsGetallInternalServerError) IsClientError added in v1.2.2

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

func (*PcloudNetworksPortsGetallInternalServerError) IsCode added in v1.2.2

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

func (*PcloudNetworksPortsGetallInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudNetworksPortsGetallInternalServerError) IsServerError added in v1.2.2

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

func (*PcloudNetworksPortsGetallInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPortsGetallInternalServerError) String added in v1.2.2

type PcloudNetworksPortsGetallNotFound added in v1.2.2

type PcloudNetworksPortsGetallNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudNetworksPortsGetallNotFound added in v1.2.2

func NewPcloudNetworksPortsGetallNotFound() *PcloudNetworksPortsGetallNotFound

NewPcloudNetworksPortsGetallNotFound creates a PcloudNetworksPortsGetallNotFound with default headers values

func (*PcloudNetworksPortsGetallNotFound) Code added in v1.2.4

Code gets the status code for the pcloud networks ports getall not found response

func (*PcloudNetworksPortsGetallNotFound) Error added in v1.2.2

func (*PcloudNetworksPortsGetallNotFound) GetPayload added in v1.2.2

func (*PcloudNetworksPortsGetallNotFound) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsGetallNotFound) IsClientError() bool

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

func (*PcloudNetworksPortsGetallNotFound) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsGetallNotFound) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsGetallNotFound) IsRedirect() bool

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

func (*PcloudNetworksPortsGetallNotFound) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsGetallNotFound) IsServerError() bool

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

func (*PcloudNetworksPortsGetallNotFound) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsGetallNotFound) IsSuccess() bool

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

func (*PcloudNetworksPortsGetallNotFound) String added in v1.2.2

type PcloudNetworksPortsGetallOK

type PcloudNetworksPortsGetallOK struct {
	Payload *models.NetworkPorts
}

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

OK

func NewPcloudNetworksPortsGetallOK

func NewPcloudNetworksPortsGetallOK() *PcloudNetworksPortsGetallOK

NewPcloudNetworksPortsGetallOK creates a PcloudNetworksPortsGetallOK with default headers values

func (*PcloudNetworksPortsGetallOK) Code added in v1.2.4

func (o *PcloudNetworksPortsGetallOK) Code() int

Code gets the status code for the pcloud networks ports getall o k response

func (*PcloudNetworksPortsGetallOK) Error

func (*PcloudNetworksPortsGetallOK) GetPayload added in v1.1.0

func (*PcloudNetworksPortsGetallOK) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsGetallOK) IsClientError() bool

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

func (*PcloudNetworksPortsGetallOK) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsGetallOK) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsGetallOK) IsRedirect() bool

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

func (*PcloudNetworksPortsGetallOK) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsGetallOK) IsServerError() bool

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

func (*PcloudNetworksPortsGetallOK) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsGetallOK) IsSuccess() bool

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

func (*PcloudNetworksPortsGetallOK) String added in v1.2.2

func (o *PcloudNetworksPortsGetallOK) String() string

type PcloudNetworksPortsGetallParams

type PcloudNetworksPortsGetallParams struct {

	/* 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
}

PcloudNetworksPortsGetallParams contains all the parameters to send to the API endpoint

for the pcloud networks ports getall operation.

Typically these are written to a http.Request.

func NewPcloudNetworksPortsGetallParams

func NewPcloudNetworksPortsGetallParams() *PcloudNetworksPortsGetallParams

NewPcloudNetworksPortsGetallParams creates a new PcloudNetworksPortsGetallParams 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 NewPcloudNetworksPortsGetallParamsWithContext

func NewPcloudNetworksPortsGetallParamsWithContext(ctx context.Context) *PcloudNetworksPortsGetallParams

NewPcloudNetworksPortsGetallParamsWithContext creates a new PcloudNetworksPortsGetallParams object with the ability to set a context for a request.

func NewPcloudNetworksPortsGetallParamsWithHTTPClient

func NewPcloudNetworksPortsGetallParamsWithHTTPClient(client *http.Client) *PcloudNetworksPortsGetallParams

NewPcloudNetworksPortsGetallParamsWithHTTPClient creates a new PcloudNetworksPortsGetallParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudNetworksPortsGetallParamsWithTimeout

func NewPcloudNetworksPortsGetallParamsWithTimeout(timeout time.Duration) *PcloudNetworksPortsGetallParams

NewPcloudNetworksPortsGetallParamsWithTimeout creates a new PcloudNetworksPortsGetallParams object with the ability to set a timeout on a request.

func (*PcloudNetworksPortsGetallParams) SetCloudInstanceID

func (o *PcloudNetworksPortsGetallParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud networks ports getall params

func (*PcloudNetworksPortsGetallParams) SetContext

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

SetContext adds the context to the pcloud networks ports getall params

func (*PcloudNetworksPortsGetallParams) SetDefaults added in v1.1.0

func (o *PcloudNetworksPortsGetallParams) SetDefaults()

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

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

func (*PcloudNetworksPortsGetallParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud networks ports getall params

func (*PcloudNetworksPortsGetallParams) SetNetworkID

func (o *PcloudNetworksPortsGetallParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the pcloud networks ports getall params

func (*PcloudNetworksPortsGetallParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud networks ports getall params

func (*PcloudNetworksPortsGetallParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud networks ports getall params

func (*PcloudNetworksPortsGetallParams) WithContext

WithContext adds the context to the pcloud networks ports getall params

func (*PcloudNetworksPortsGetallParams) WithDefaults added in v1.1.0

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

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

func (*PcloudNetworksPortsGetallParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud networks ports getall params

func (*PcloudNetworksPortsGetallParams) WithNetworkID

WithNetworkID adds the networkID to the pcloud networks ports getall params

func (*PcloudNetworksPortsGetallParams) WithTimeout

WithTimeout adds the timeout to the pcloud networks ports getall params

func (*PcloudNetworksPortsGetallParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudNetworksPortsGetallReader

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

PcloudNetworksPortsGetallReader is a Reader for the PcloudNetworksPortsGetall structure.

func (*PcloudNetworksPortsGetallReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudNetworksPortsGetallUnauthorized added in v1.0.59

type PcloudNetworksPortsGetallUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudNetworksPortsGetallUnauthorized added in v1.0.59

func NewPcloudNetworksPortsGetallUnauthorized() *PcloudNetworksPortsGetallUnauthorized

NewPcloudNetworksPortsGetallUnauthorized creates a PcloudNetworksPortsGetallUnauthorized with default headers values

func (*PcloudNetworksPortsGetallUnauthorized) Code added in v1.2.4

Code gets the status code for the pcloud networks ports getall unauthorized response

func (*PcloudNetworksPortsGetallUnauthorized) Error added in v1.0.59

func (*PcloudNetworksPortsGetallUnauthorized) GetPayload added in v1.1.0

func (*PcloudNetworksPortsGetallUnauthorized) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsGetallUnauthorized) IsClientError() bool

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

func (*PcloudNetworksPortsGetallUnauthorized) IsCode added in v1.2.2

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

func (*PcloudNetworksPortsGetallUnauthorized) IsRedirect added in v1.2.2

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

func (*PcloudNetworksPortsGetallUnauthorized) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsGetallUnauthorized) IsServerError() bool

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

func (*PcloudNetworksPortsGetallUnauthorized) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPortsGetallUnauthorized) String added in v1.2.2

type PcloudNetworksPortsPostBadRequest

type PcloudNetworksPortsPostBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudNetworksPortsPostBadRequest

func NewPcloudNetworksPortsPostBadRequest() *PcloudNetworksPortsPostBadRequest

NewPcloudNetworksPortsPostBadRequest creates a PcloudNetworksPortsPostBadRequest with default headers values

func (*PcloudNetworksPortsPostBadRequest) Code added in v1.2.4

Code gets the status code for the pcloud networks ports post bad request response

func (*PcloudNetworksPortsPostBadRequest) Error

func (*PcloudNetworksPortsPostBadRequest) GetPayload added in v1.1.0

func (*PcloudNetworksPortsPostBadRequest) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsPostBadRequest) IsClientError() bool

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

func (*PcloudNetworksPortsPostBadRequest) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsPostBadRequest) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsPostBadRequest) IsRedirect() bool

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

func (*PcloudNetworksPortsPostBadRequest) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsPostBadRequest) IsServerError() bool

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

func (*PcloudNetworksPortsPostBadRequest) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsPostBadRequest) IsSuccess() bool

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

func (*PcloudNetworksPortsPostBadRequest) String added in v1.2.2

type PcloudNetworksPortsPostConflict

type PcloudNetworksPortsPostConflict struct {
	Payload *models.Error
}

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

Conflict

func NewPcloudNetworksPortsPostConflict

func NewPcloudNetworksPortsPostConflict() *PcloudNetworksPortsPostConflict

NewPcloudNetworksPortsPostConflict creates a PcloudNetworksPortsPostConflict with default headers values

func (*PcloudNetworksPortsPostConflict) Code added in v1.2.4

Code gets the status code for the pcloud networks ports post conflict response

func (*PcloudNetworksPortsPostConflict) Error

func (*PcloudNetworksPortsPostConflict) GetPayload added in v1.1.0

func (o *PcloudNetworksPortsPostConflict) GetPayload() *models.Error

func (*PcloudNetworksPortsPostConflict) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsPostConflict) IsClientError() bool

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

func (*PcloudNetworksPortsPostConflict) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsPostConflict) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsPostConflict) IsRedirect() bool

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

func (*PcloudNetworksPortsPostConflict) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsPostConflict) IsServerError() bool

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

func (*PcloudNetworksPortsPostConflict) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsPostConflict) IsSuccess() bool

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

func (*PcloudNetworksPortsPostConflict) String added in v1.2.2

type PcloudNetworksPortsPostCreated

type PcloudNetworksPortsPostCreated struct {
	Payload *models.NetworkPort
}

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

Created

func NewPcloudNetworksPortsPostCreated

func NewPcloudNetworksPortsPostCreated() *PcloudNetworksPortsPostCreated

NewPcloudNetworksPortsPostCreated creates a PcloudNetworksPortsPostCreated with default headers values

func (*PcloudNetworksPortsPostCreated) Code added in v1.2.4

Code gets the status code for the pcloud networks ports post created response

func (*PcloudNetworksPortsPostCreated) Error

func (*PcloudNetworksPortsPostCreated) GetPayload added in v1.1.0

func (*PcloudNetworksPortsPostCreated) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsPostCreated) IsClientError() bool

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

func (*PcloudNetworksPortsPostCreated) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsPostCreated) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsPostCreated) IsRedirect() bool

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

func (*PcloudNetworksPortsPostCreated) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsPostCreated) IsServerError() bool

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

func (*PcloudNetworksPortsPostCreated) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsPostCreated) IsSuccess() bool

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

func (*PcloudNetworksPortsPostCreated) String added in v1.2.2

type PcloudNetworksPortsPostForbidden added in v1.2.2

type PcloudNetworksPortsPostForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudNetworksPortsPostForbidden added in v1.2.2

func NewPcloudNetworksPortsPostForbidden() *PcloudNetworksPortsPostForbidden

NewPcloudNetworksPortsPostForbidden creates a PcloudNetworksPortsPostForbidden with default headers values

func (*PcloudNetworksPortsPostForbidden) Code added in v1.2.4

Code gets the status code for the pcloud networks ports post forbidden response

func (*PcloudNetworksPortsPostForbidden) Error added in v1.2.2

func (*PcloudNetworksPortsPostForbidden) GetPayload added in v1.2.2

func (*PcloudNetworksPortsPostForbidden) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsPostForbidden) IsClientError() bool

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

func (*PcloudNetworksPortsPostForbidden) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsPostForbidden) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsPostForbidden) IsRedirect() bool

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

func (*PcloudNetworksPortsPostForbidden) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsPostForbidden) IsServerError() bool

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

func (*PcloudNetworksPortsPostForbidden) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsPostForbidden) IsSuccess() bool

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

func (*PcloudNetworksPortsPostForbidden) String added in v1.2.2

type PcloudNetworksPortsPostInternalServerError

type PcloudNetworksPortsPostInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudNetworksPortsPostInternalServerError

func NewPcloudNetworksPortsPostInternalServerError() *PcloudNetworksPortsPostInternalServerError

NewPcloudNetworksPortsPostInternalServerError creates a PcloudNetworksPortsPostInternalServerError with default headers values

func (*PcloudNetworksPortsPostInternalServerError) Code added in v1.2.4

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

func (*PcloudNetworksPortsPostInternalServerError) Error

func (*PcloudNetworksPortsPostInternalServerError) GetPayload added in v1.1.0

func (*PcloudNetworksPortsPostInternalServerError) IsClientError added in v1.2.2

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

func (*PcloudNetworksPortsPostInternalServerError) IsCode added in v1.2.2

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

func (*PcloudNetworksPortsPostInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudNetworksPortsPostInternalServerError) IsServerError added in v1.2.2

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

func (*PcloudNetworksPortsPostInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPortsPostInternalServerError) String added in v1.2.2

type PcloudNetworksPortsPostNotFound added in v1.2.2

type PcloudNetworksPortsPostNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudNetworksPortsPostNotFound added in v1.2.2

func NewPcloudNetworksPortsPostNotFound() *PcloudNetworksPortsPostNotFound

NewPcloudNetworksPortsPostNotFound creates a PcloudNetworksPortsPostNotFound with default headers values

func (*PcloudNetworksPortsPostNotFound) Code added in v1.2.4

Code gets the status code for the pcloud networks ports post not found response

func (*PcloudNetworksPortsPostNotFound) Error added in v1.2.2

func (*PcloudNetworksPortsPostNotFound) GetPayload added in v1.2.2

func (o *PcloudNetworksPortsPostNotFound) GetPayload() *models.Error

func (*PcloudNetworksPortsPostNotFound) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsPostNotFound) IsClientError() bool

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

func (*PcloudNetworksPortsPostNotFound) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsPostNotFound) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsPostNotFound) IsRedirect() bool

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

func (*PcloudNetworksPortsPostNotFound) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsPostNotFound) IsServerError() bool

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

func (*PcloudNetworksPortsPostNotFound) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsPostNotFound) IsSuccess() bool

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

func (*PcloudNetworksPortsPostNotFound) String added in v1.2.2

type PcloudNetworksPortsPostParams

type PcloudNetworksPortsPostParams struct {

	/* Body.

	   Create a Network Port
	*/
	Body *models.NetworkPortCreate

	/* 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
}

PcloudNetworksPortsPostParams contains all the parameters to send to the API endpoint

for the pcloud networks ports post operation.

Typically these are written to a http.Request.

func NewPcloudNetworksPortsPostParams

func NewPcloudNetworksPortsPostParams() *PcloudNetworksPortsPostParams

NewPcloudNetworksPortsPostParams creates a new PcloudNetworksPortsPostParams 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 NewPcloudNetworksPortsPostParamsWithContext

func NewPcloudNetworksPortsPostParamsWithContext(ctx context.Context) *PcloudNetworksPortsPostParams

NewPcloudNetworksPortsPostParamsWithContext creates a new PcloudNetworksPortsPostParams object with the ability to set a context for a request.

func NewPcloudNetworksPortsPostParamsWithHTTPClient

func NewPcloudNetworksPortsPostParamsWithHTTPClient(client *http.Client) *PcloudNetworksPortsPostParams

NewPcloudNetworksPortsPostParamsWithHTTPClient creates a new PcloudNetworksPortsPostParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudNetworksPortsPostParamsWithTimeout

func NewPcloudNetworksPortsPostParamsWithTimeout(timeout time.Duration) *PcloudNetworksPortsPostParams

NewPcloudNetworksPortsPostParamsWithTimeout creates a new PcloudNetworksPortsPostParams object with the ability to set a timeout on a request.

func (*PcloudNetworksPortsPostParams) SetBody

SetBody adds the body to the pcloud networks ports post params

func (*PcloudNetworksPortsPostParams) SetCloudInstanceID

func (o *PcloudNetworksPortsPostParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud networks ports post params

func (*PcloudNetworksPortsPostParams) SetContext

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

SetContext adds the context to the pcloud networks ports post params

func (*PcloudNetworksPortsPostParams) SetDefaults added in v1.1.0

func (o *PcloudNetworksPortsPostParams) SetDefaults()

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

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

func (*PcloudNetworksPortsPostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud networks ports post params

func (*PcloudNetworksPortsPostParams) SetNetworkID

func (o *PcloudNetworksPortsPostParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the pcloud networks ports post params

func (*PcloudNetworksPortsPostParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud networks ports post params

func (*PcloudNetworksPortsPostParams) WithBody

WithBody adds the body to the pcloud networks ports post params

func (*PcloudNetworksPortsPostParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud networks ports post params

func (*PcloudNetworksPortsPostParams) WithContext

WithContext adds the context to the pcloud networks ports post params

func (*PcloudNetworksPortsPostParams) WithDefaults added in v1.1.0

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

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

func (*PcloudNetworksPortsPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud networks ports post params

func (*PcloudNetworksPortsPostParams) WithNetworkID

WithNetworkID adds the networkID to the pcloud networks ports post params

func (*PcloudNetworksPortsPostParams) WithTimeout

WithTimeout adds the timeout to the pcloud networks ports post params

func (*PcloudNetworksPortsPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudNetworksPortsPostReader

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

PcloudNetworksPortsPostReader is a Reader for the PcloudNetworksPortsPost structure.

func (*PcloudNetworksPortsPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudNetworksPortsPostUnauthorized added in v1.0.59

type PcloudNetworksPortsPostUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudNetworksPortsPostUnauthorized added in v1.0.59

func NewPcloudNetworksPortsPostUnauthorized() *PcloudNetworksPortsPostUnauthorized

NewPcloudNetworksPortsPostUnauthorized creates a PcloudNetworksPortsPostUnauthorized with default headers values

func (*PcloudNetworksPortsPostUnauthorized) Code added in v1.2.4

Code gets the status code for the pcloud networks ports post unauthorized response

func (*PcloudNetworksPortsPostUnauthorized) Error added in v1.0.59

func (*PcloudNetworksPortsPostUnauthorized) GetPayload added in v1.1.0

func (*PcloudNetworksPortsPostUnauthorized) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsPostUnauthorized) IsClientError() bool

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

func (*PcloudNetworksPortsPostUnauthorized) IsCode added in v1.2.2

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

func (*PcloudNetworksPortsPostUnauthorized) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsPostUnauthorized) IsRedirect() bool

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

func (*PcloudNetworksPortsPostUnauthorized) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsPostUnauthorized) IsServerError() bool

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

func (*PcloudNetworksPortsPostUnauthorized) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPortsPostUnauthorized) String added in v1.2.2

type PcloudNetworksPortsPostUnprocessableEntity

type PcloudNetworksPortsPostUnprocessableEntity struct {
	Payload *models.Error
}

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

Unprocessable Entity

func NewPcloudNetworksPortsPostUnprocessableEntity

func NewPcloudNetworksPortsPostUnprocessableEntity() *PcloudNetworksPortsPostUnprocessableEntity

NewPcloudNetworksPortsPostUnprocessableEntity creates a PcloudNetworksPortsPostUnprocessableEntity with default headers values

func (*PcloudNetworksPortsPostUnprocessableEntity) Code added in v1.2.4

Code gets the status code for the pcloud networks ports post unprocessable entity response

func (*PcloudNetworksPortsPostUnprocessableEntity) Error

func (*PcloudNetworksPortsPostUnprocessableEntity) GetPayload added in v1.1.0

func (*PcloudNetworksPortsPostUnprocessableEntity) IsClientError added in v1.2.2

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

func (*PcloudNetworksPortsPostUnprocessableEntity) IsCode added in v1.2.2

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

func (*PcloudNetworksPortsPostUnprocessableEntity) IsRedirect added in v1.2.2

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

func (*PcloudNetworksPortsPostUnprocessableEntity) IsServerError added in v1.2.2

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

func (*PcloudNetworksPortsPostUnprocessableEntity) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPortsPostUnprocessableEntity) String added in v1.2.2

type PcloudNetworksPortsPutBadRequest

type PcloudNetworksPortsPutBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudNetworksPortsPutBadRequest

func NewPcloudNetworksPortsPutBadRequest() *PcloudNetworksPortsPutBadRequest

NewPcloudNetworksPortsPutBadRequest creates a PcloudNetworksPortsPutBadRequest with default headers values

func (*PcloudNetworksPortsPutBadRequest) Code added in v1.2.4

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

func (*PcloudNetworksPortsPutBadRequest) Error

func (*PcloudNetworksPortsPutBadRequest) GetPayload added in v1.1.0

func (*PcloudNetworksPortsPutBadRequest) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsPutBadRequest) IsClientError() bool

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

func (*PcloudNetworksPortsPutBadRequest) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsPutBadRequest) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsPutBadRequest) IsRedirect() bool

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

func (*PcloudNetworksPortsPutBadRequest) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsPutBadRequest) IsServerError() bool

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

func (*PcloudNetworksPortsPutBadRequest) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsPutBadRequest) IsSuccess() bool

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

func (*PcloudNetworksPortsPutBadRequest) String added in v1.2.2

type PcloudNetworksPortsPutForbidden added in v1.2.2

type PcloudNetworksPortsPutForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudNetworksPortsPutForbidden added in v1.2.2

func NewPcloudNetworksPortsPutForbidden() *PcloudNetworksPortsPutForbidden

NewPcloudNetworksPortsPutForbidden creates a PcloudNetworksPortsPutForbidden with default headers values

func (*PcloudNetworksPortsPutForbidden) Code added in v1.2.4

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

func (*PcloudNetworksPortsPutForbidden) Error added in v1.2.2

func (*PcloudNetworksPortsPutForbidden) GetPayload added in v1.2.2

func (o *PcloudNetworksPortsPutForbidden) GetPayload() *models.Error

func (*PcloudNetworksPortsPutForbidden) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsPutForbidden) IsClientError() bool

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

func (*PcloudNetworksPortsPutForbidden) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsPutForbidden) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsPutForbidden) IsRedirect() bool

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

func (*PcloudNetworksPortsPutForbidden) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsPutForbidden) IsServerError() bool

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

func (*PcloudNetworksPortsPutForbidden) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsPutForbidden) IsSuccess() bool

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

func (*PcloudNetworksPortsPutForbidden) String added in v1.2.2

type PcloudNetworksPortsPutInternalServerError

type PcloudNetworksPortsPutInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudNetworksPortsPutInternalServerError

func NewPcloudNetworksPortsPutInternalServerError() *PcloudNetworksPortsPutInternalServerError

NewPcloudNetworksPortsPutInternalServerError creates a PcloudNetworksPortsPutInternalServerError with default headers values

func (*PcloudNetworksPortsPutInternalServerError) Code added in v1.2.4

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

func (*PcloudNetworksPortsPutInternalServerError) Error

func (*PcloudNetworksPortsPutInternalServerError) GetPayload added in v1.1.0

func (*PcloudNetworksPortsPutInternalServerError) IsClientError added in v1.2.2

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

func (*PcloudNetworksPortsPutInternalServerError) IsCode added in v1.2.2

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

func (*PcloudNetworksPortsPutInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudNetworksPortsPutInternalServerError) IsServerError added in v1.2.2

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

func (*PcloudNetworksPortsPutInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPortsPutInternalServerError) String added in v1.2.2

type PcloudNetworksPortsPutNotFound added in v1.2.2

type PcloudNetworksPortsPutNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudNetworksPortsPutNotFound added in v1.2.2

func NewPcloudNetworksPortsPutNotFound() *PcloudNetworksPortsPutNotFound

NewPcloudNetworksPortsPutNotFound creates a PcloudNetworksPortsPutNotFound with default headers values

func (*PcloudNetworksPortsPutNotFound) Code added in v1.2.4

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

func (*PcloudNetworksPortsPutNotFound) Error added in v1.2.2

func (*PcloudNetworksPortsPutNotFound) GetPayload added in v1.2.2

func (o *PcloudNetworksPortsPutNotFound) GetPayload() *models.Error

func (*PcloudNetworksPortsPutNotFound) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsPutNotFound) IsClientError() bool

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

func (*PcloudNetworksPortsPutNotFound) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsPutNotFound) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsPutNotFound) IsRedirect() bool

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

func (*PcloudNetworksPortsPutNotFound) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsPutNotFound) IsServerError() bool

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

func (*PcloudNetworksPortsPutNotFound) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsPutNotFound) IsSuccess() bool

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

func (*PcloudNetworksPortsPutNotFound) String added in v1.2.2

type PcloudNetworksPortsPutOK

type PcloudNetworksPortsPutOK struct {
	Payload *models.NetworkPort
}

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

OK

func NewPcloudNetworksPortsPutOK

func NewPcloudNetworksPortsPutOK() *PcloudNetworksPortsPutOK

NewPcloudNetworksPortsPutOK creates a PcloudNetworksPortsPutOK with default headers values

func (*PcloudNetworksPortsPutOK) Code added in v1.2.4

func (o *PcloudNetworksPortsPutOK) Code() int

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

func (*PcloudNetworksPortsPutOK) Error

func (o *PcloudNetworksPortsPutOK) Error() string

func (*PcloudNetworksPortsPutOK) GetPayload added in v1.1.0

func (o *PcloudNetworksPortsPutOK) GetPayload() *models.NetworkPort

func (*PcloudNetworksPortsPutOK) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsPutOK) IsClientError() bool

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

func (*PcloudNetworksPortsPutOK) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPortsPutOK) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsPutOK) IsRedirect() bool

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

func (*PcloudNetworksPortsPutOK) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsPutOK) IsServerError() bool

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

func (*PcloudNetworksPortsPutOK) IsSuccess added in v1.2.2

func (o *PcloudNetworksPortsPutOK) IsSuccess() bool

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

func (*PcloudNetworksPortsPutOK) String added in v1.2.2

func (o *PcloudNetworksPortsPutOK) String() string

type PcloudNetworksPortsPutParams

type PcloudNetworksPortsPutParams struct {

	/* Body.

	   Parameters for updating a Port
	*/
	Body *models.NetworkPortUpdate

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

	/* NetworkID.

	   Network ID
	*/
	NetworkID string

	/* PortID.

	   Port ID
	*/
	PortID string

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

PcloudNetworksPortsPutParams contains all the parameters to send to the API endpoint

for the pcloud networks ports put operation.

Typically these are written to a http.Request.

func NewPcloudNetworksPortsPutParams

func NewPcloudNetworksPortsPutParams() *PcloudNetworksPortsPutParams

NewPcloudNetworksPortsPutParams creates a new PcloudNetworksPortsPutParams 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 NewPcloudNetworksPortsPutParamsWithContext

func NewPcloudNetworksPortsPutParamsWithContext(ctx context.Context) *PcloudNetworksPortsPutParams

NewPcloudNetworksPortsPutParamsWithContext creates a new PcloudNetworksPortsPutParams object with the ability to set a context for a request.

func NewPcloudNetworksPortsPutParamsWithHTTPClient

func NewPcloudNetworksPortsPutParamsWithHTTPClient(client *http.Client) *PcloudNetworksPortsPutParams

NewPcloudNetworksPortsPutParamsWithHTTPClient creates a new PcloudNetworksPortsPutParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudNetworksPortsPutParamsWithTimeout

func NewPcloudNetworksPortsPutParamsWithTimeout(timeout time.Duration) *PcloudNetworksPortsPutParams

NewPcloudNetworksPortsPutParamsWithTimeout creates a new PcloudNetworksPortsPutParams object with the ability to set a timeout on a request.

func (*PcloudNetworksPortsPutParams) SetBody

SetBody adds the body to the pcloud networks ports put params

func (*PcloudNetworksPortsPutParams) SetCloudInstanceID

func (o *PcloudNetworksPortsPutParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud networks ports put params

func (*PcloudNetworksPortsPutParams) SetContext

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

SetContext adds the context to the pcloud networks ports put params

func (*PcloudNetworksPortsPutParams) SetDefaults added in v1.1.0

func (o *PcloudNetworksPortsPutParams) SetDefaults()

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

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

func (*PcloudNetworksPortsPutParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud networks ports put params

func (*PcloudNetworksPortsPutParams) SetNetworkID

func (o *PcloudNetworksPortsPutParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the pcloud networks ports put params

func (*PcloudNetworksPortsPutParams) SetPortID

func (o *PcloudNetworksPortsPutParams) SetPortID(portID string)

SetPortID adds the portId to the pcloud networks ports put params

func (*PcloudNetworksPortsPutParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud networks ports put params

func (*PcloudNetworksPortsPutParams) WithBody

WithBody adds the body to the pcloud networks ports put params

func (*PcloudNetworksPortsPutParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud networks ports put params

func (*PcloudNetworksPortsPutParams) WithContext

WithContext adds the context to the pcloud networks ports put params

func (*PcloudNetworksPortsPutParams) WithDefaults added in v1.1.0

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

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

func (*PcloudNetworksPortsPutParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud networks ports put params

func (*PcloudNetworksPortsPutParams) WithNetworkID

WithNetworkID adds the networkID to the pcloud networks ports put params

func (*PcloudNetworksPortsPutParams) WithPortID

WithPortID adds the portID to the pcloud networks ports put params

func (*PcloudNetworksPortsPutParams) WithTimeout

WithTimeout adds the timeout to the pcloud networks ports put params

func (*PcloudNetworksPortsPutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudNetworksPortsPutReader

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

PcloudNetworksPortsPutReader is a Reader for the PcloudNetworksPortsPut structure.

func (*PcloudNetworksPortsPutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudNetworksPortsPutUnauthorized added in v1.0.59

type PcloudNetworksPortsPutUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudNetworksPortsPutUnauthorized added in v1.0.59

func NewPcloudNetworksPortsPutUnauthorized() *PcloudNetworksPortsPutUnauthorized

NewPcloudNetworksPortsPutUnauthorized creates a PcloudNetworksPortsPutUnauthorized with default headers values

func (*PcloudNetworksPortsPutUnauthorized) Code added in v1.2.4

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

func (*PcloudNetworksPortsPutUnauthorized) Error added in v1.0.59

func (*PcloudNetworksPortsPutUnauthorized) GetPayload added in v1.1.0

func (*PcloudNetworksPortsPutUnauthorized) IsClientError added in v1.2.2

func (o *PcloudNetworksPortsPutUnauthorized) IsClientError() bool

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

func (*PcloudNetworksPortsPutUnauthorized) IsCode added in v1.2.2

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

func (*PcloudNetworksPortsPutUnauthorized) IsRedirect added in v1.2.2

func (o *PcloudNetworksPortsPutUnauthorized) IsRedirect() bool

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

func (*PcloudNetworksPortsPutUnauthorized) IsServerError added in v1.2.2

func (o *PcloudNetworksPortsPutUnauthorized) IsServerError() bool

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

func (*PcloudNetworksPortsPutUnauthorized) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPortsPutUnauthorized) String added in v1.2.2

type PcloudNetworksPortsPutUnprocessableEntity

type PcloudNetworksPortsPutUnprocessableEntity struct {
	Payload *models.Error
}

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

Unprocessable Entity

func NewPcloudNetworksPortsPutUnprocessableEntity

func NewPcloudNetworksPortsPutUnprocessableEntity() *PcloudNetworksPortsPutUnprocessableEntity

NewPcloudNetworksPortsPutUnprocessableEntity creates a PcloudNetworksPortsPutUnprocessableEntity with default headers values

func (*PcloudNetworksPortsPutUnprocessableEntity) Code added in v1.2.4

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

func (*PcloudNetworksPortsPutUnprocessableEntity) Error

func (*PcloudNetworksPortsPutUnprocessableEntity) GetPayload added in v1.1.0

func (*PcloudNetworksPortsPutUnprocessableEntity) IsClientError added in v1.2.2

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

func (*PcloudNetworksPortsPutUnprocessableEntity) IsCode added in v1.2.2

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

func (*PcloudNetworksPortsPutUnprocessableEntity) IsRedirect added in v1.2.2

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

func (*PcloudNetworksPortsPutUnprocessableEntity) IsServerError added in v1.2.2

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

func (*PcloudNetworksPortsPutUnprocessableEntity) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPortsPutUnprocessableEntity) String added in v1.2.2

type PcloudNetworksPostBadRequest

type PcloudNetworksPostBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudNetworksPostBadRequest

func NewPcloudNetworksPostBadRequest() *PcloudNetworksPostBadRequest

NewPcloudNetworksPostBadRequest creates a PcloudNetworksPostBadRequest with default headers values

func (*PcloudNetworksPostBadRequest) Code added in v1.2.4

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

func (*PcloudNetworksPostBadRequest) Error

func (*PcloudNetworksPostBadRequest) GetPayload added in v1.1.0

func (o *PcloudNetworksPostBadRequest) GetPayload() *models.Error

func (*PcloudNetworksPostBadRequest) IsClientError added in v1.2.2

func (o *PcloudNetworksPostBadRequest) IsClientError() bool

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

func (*PcloudNetworksPostBadRequest) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPostBadRequest) IsRedirect added in v1.2.2

func (o *PcloudNetworksPostBadRequest) IsRedirect() bool

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

func (*PcloudNetworksPostBadRequest) IsServerError added in v1.2.2

func (o *PcloudNetworksPostBadRequest) IsServerError() bool

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

func (*PcloudNetworksPostBadRequest) IsSuccess added in v1.2.2

func (o *PcloudNetworksPostBadRequest) IsSuccess() bool

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

func (*PcloudNetworksPostBadRequest) String added in v1.2.2

type PcloudNetworksPostConflict

type PcloudNetworksPostConflict struct {
	Payload *models.Error
}

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

Conflict

func NewPcloudNetworksPostConflict

func NewPcloudNetworksPostConflict() *PcloudNetworksPostConflict

NewPcloudNetworksPostConflict creates a PcloudNetworksPostConflict with default headers values

func (*PcloudNetworksPostConflict) Code added in v1.2.4

func (o *PcloudNetworksPostConflict) Code() int

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

func (*PcloudNetworksPostConflict) Error

func (*PcloudNetworksPostConflict) GetPayload added in v1.1.0

func (o *PcloudNetworksPostConflict) GetPayload() *models.Error

func (*PcloudNetworksPostConflict) IsClientError added in v1.2.2

func (o *PcloudNetworksPostConflict) IsClientError() bool

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

func (*PcloudNetworksPostConflict) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPostConflict) IsRedirect added in v1.2.2

func (o *PcloudNetworksPostConflict) IsRedirect() bool

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

func (*PcloudNetworksPostConflict) IsServerError added in v1.2.2

func (o *PcloudNetworksPostConflict) IsServerError() bool

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

func (*PcloudNetworksPostConflict) IsSuccess added in v1.2.2

func (o *PcloudNetworksPostConflict) IsSuccess() bool

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

func (*PcloudNetworksPostConflict) String added in v1.2.2

func (o *PcloudNetworksPostConflict) String() string

type PcloudNetworksPostCreated

type PcloudNetworksPostCreated struct {
	Payload *models.Network
}

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

Created

func NewPcloudNetworksPostCreated

func NewPcloudNetworksPostCreated() *PcloudNetworksPostCreated

NewPcloudNetworksPostCreated creates a PcloudNetworksPostCreated with default headers values

func (*PcloudNetworksPostCreated) Code added in v1.2.4

func (o *PcloudNetworksPostCreated) Code() int

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

func (*PcloudNetworksPostCreated) Error

func (o *PcloudNetworksPostCreated) Error() string

func (*PcloudNetworksPostCreated) GetPayload added in v1.1.0

func (o *PcloudNetworksPostCreated) GetPayload() *models.Network

func (*PcloudNetworksPostCreated) IsClientError added in v1.2.2

func (o *PcloudNetworksPostCreated) IsClientError() bool

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

func (*PcloudNetworksPostCreated) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPostCreated) IsRedirect added in v1.2.2

func (o *PcloudNetworksPostCreated) IsRedirect() bool

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

func (*PcloudNetworksPostCreated) IsServerError added in v1.2.2

func (o *PcloudNetworksPostCreated) IsServerError() bool

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

func (*PcloudNetworksPostCreated) IsSuccess added in v1.2.2

func (o *PcloudNetworksPostCreated) IsSuccess() bool

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

func (*PcloudNetworksPostCreated) String added in v1.2.2

func (o *PcloudNetworksPostCreated) String() string

type PcloudNetworksPostForbidden added in v1.2.2

type PcloudNetworksPostForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudNetworksPostForbidden added in v1.2.2

func NewPcloudNetworksPostForbidden() *PcloudNetworksPostForbidden

NewPcloudNetworksPostForbidden creates a PcloudNetworksPostForbidden with default headers values

func (*PcloudNetworksPostForbidden) Code added in v1.2.4

func (o *PcloudNetworksPostForbidden) Code() int

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

func (*PcloudNetworksPostForbidden) Error added in v1.2.2

func (*PcloudNetworksPostForbidden) GetPayload added in v1.2.2

func (o *PcloudNetworksPostForbidden) GetPayload() *models.Error

func (*PcloudNetworksPostForbidden) IsClientError added in v1.2.2

func (o *PcloudNetworksPostForbidden) IsClientError() bool

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

func (*PcloudNetworksPostForbidden) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPostForbidden) IsRedirect added in v1.2.2

func (o *PcloudNetworksPostForbidden) IsRedirect() bool

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

func (*PcloudNetworksPostForbidden) IsServerError added in v1.2.2

func (o *PcloudNetworksPostForbidden) IsServerError() bool

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

func (*PcloudNetworksPostForbidden) IsSuccess added in v1.2.2

func (o *PcloudNetworksPostForbidden) IsSuccess() bool

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

func (*PcloudNetworksPostForbidden) String added in v1.2.2

func (o *PcloudNetworksPostForbidden) String() string

type PcloudNetworksPostInternalServerError

type PcloudNetworksPostInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudNetworksPostInternalServerError

func NewPcloudNetworksPostInternalServerError() *PcloudNetworksPostInternalServerError

NewPcloudNetworksPostInternalServerError creates a PcloudNetworksPostInternalServerError with default headers values

func (*PcloudNetworksPostInternalServerError) Code added in v1.2.4

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

func (*PcloudNetworksPostInternalServerError) Error

func (*PcloudNetworksPostInternalServerError) GetPayload added in v1.1.0

func (*PcloudNetworksPostInternalServerError) IsClientError added in v1.2.2

func (o *PcloudNetworksPostInternalServerError) IsClientError() bool

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

func (*PcloudNetworksPostInternalServerError) IsCode added in v1.2.2

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

func (*PcloudNetworksPostInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudNetworksPostInternalServerError) IsServerError added in v1.2.2

func (o *PcloudNetworksPostInternalServerError) IsServerError() bool

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

func (*PcloudNetworksPostInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPostInternalServerError) String added in v1.2.2

type PcloudNetworksPostNotFound added in v1.4.2

type PcloudNetworksPostNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudNetworksPostNotFound added in v1.4.2

func NewPcloudNetworksPostNotFound() *PcloudNetworksPostNotFound

NewPcloudNetworksPostNotFound creates a PcloudNetworksPostNotFound with default headers values

func (*PcloudNetworksPostNotFound) Code added in v1.4.2

func (o *PcloudNetworksPostNotFound) Code() int

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

func (*PcloudNetworksPostNotFound) Error added in v1.4.2

func (*PcloudNetworksPostNotFound) GetPayload added in v1.4.2

func (o *PcloudNetworksPostNotFound) GetPayload() *models.Error

func (*PcloudNetworksPostNotFound) IsClientError added in v1.4.2

func (o *PcloudNetworksPostNotFound) IsClientError() bool

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

func (*PcloudNetworksPostNotFound) IsCode added in v1.4.2

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

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

func (*PcloudNetworksPostNotFound) IsRedirect added in v1.4.2

func (o *PcloudNetworksPostNotFound) IsRedirect() bool

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

func (*PcloudNetworksPostNotFound) IsServerError added in v1.4.2

func (o *PcloudNetworksPostNotFound) IsServerError() bool

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

func (*PcloudNetworksPostNotFound) IsSuccess added in v1.4.2

func (o *PcloudNetworksPostNotFound) IsSuccess() bool

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

func (*PcloudNetworksPostNotFound) String added in v1.4.2

func (o *PcloudNetworksPostNotFound) String() string

type PcloudNetworksPostOK

type PcloudNetworksPostOK struct {
	Payload *models.Network
}

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

OK

func NewPcloudNetworksPostOK

func NewPcloudNetworksPostOK() *PcloudNetworksPostOK

NewPcloudNetworksPostOK creates a PcloudNetworksPostOK with default headers values

func (*PcloudNetworksPostOK) Code added in v1.2.4

func (o *PcloudNetworksPostOK) Code() int

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

func (*PcloudNetworksPostOK) Error

func (o *PcloudNetworksPostOK) Error() string

func (*PcloudNetworksPostOK) GetPayload added in v1.1.0

func (o *PcloudNetworksPostOK) GetPayload() *models.Network

func (*PcloudNetworksPostOK) IsClientError added in v1.2.2

func (o *PcloudNetworksPostOK) IsClientError() bool

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

func (*PcloudNetworksPostOK) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPostOK) IsRedirect added in v1.2.2

func (o *PcloudNetworksPostOK) IsRedirect() bool

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

func (*PcloudNetworksPostOK) IsServerError added in v1.2.2

func (o *PcloudNetworksPostOK) IsServerError() bool

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

func (*PcloudNetworksPostOK) IsSuccess added in v1.2.2

func (o *PcloudNetworksPostOK) IsSuccess() bool

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

func (*PcloudNetworksPostOK) String added in v1.2.2

func (o *PcloudNetworksPostOK) String() string

type PcloudNetworksPostParams

type PcloudNetworksPostParams struct {

	/* Body.

	   Parameters for the creation of a new network
	*/
	Body *models.NetworkCreate

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

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

PcloudNetworksPostParams contains all the parameters to send to the API endpoint

for the pcloud networks post operation.

Typically these are written to a http.Request.

func NewPcloudNetworksPostParams

func NewPcloudNetworksPostParams() *PcloudNetworksPostParams

NewPcloudNetworksPostParams creates a new PcloudNetworksPostParams 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 NewPcloudNetworksPostParamsWithContext

func NewPcloudNetworksPostParamsWithContext(ctx context.Context) *PcloudNetworksPostParams

NewPcloudNetworksPostParamsWithContext creates a new PcloudNetworksPostParams object with the ability to set a context for a request.

func NewPcloudNetworksPostParamsWithHTTPClient

func NewPcloudNetworksPostParamsWithHTTPClient(client *http.Client) *PcloudNetworksPostParams

NewPcloudNetworksPostParamsWithHTTPClient creates a new PcloudNetworksPostParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudNetworksPostParamsWithTimeout

func NewPcloudNetworksPostParamsWithTimeout(timeout time.Duration) *PcloudNetworksPostParams

NewPcloudNetworksPostParamsWithTimeout creates a new PcloudNetworksPostParams object with the ability to set a timeout on a request.

func (*PcloudNetworksPostParams) SetBody

func (o *PcloudNetworksPostParams) SetBody(body *models.NetworkCreate)

SetBody adds the body to the pcloud networks post params

func (*PcloudNetworksPostParams) SetCloudInstanceID

func (o *PcloudNetworksPostParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud networks post params

func (*PcloudNetworksPostParams) SetContext

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

SetContext adds the context to the pcloud networks post params

func (*PcloudNetworksPostParams) SetDefaults added in v1.1.0

func (o *PcloudNetworksPostParams) SetDefaults()

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

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

func (*PcloudNetworksPostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud networks post params

func (*PcloudNetworksPostParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud networks post params

func (*PcloudNetworksPostParams) WithBody

WithBody adds the body to the pcloud networks post params

func (*PcloudNetworksPostParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud networks post params

func (*PcloudNetworksPostParams) WithContext

WithContext adds the context to the pcloud networks post params

func (*PcloudNetworksPostParams) WithDefaults added in v1.1.0

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

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

func (*PcloudNetworksPostParams) WithHTTPClient

func (o *PcloudNetworksPostParams) WithHTTPClient(client *http.Client) *PcloudNetworksPostParams

WithHTTPClient adds the HTTPClient to the pcloud networks post params

func (*PcloudNetworksPostParams) WithTimeout

WithTimeout adds the timeout to the pcloud networks post params

func (*PcloudNetworksPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudNetworksPostReader

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

PcloudNetworksPostReader is a Reader for the PcloudNetworksPost structure.

func (*PcloudNetworksPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudNetworksPostStatus550 added in v1.2.3

type PcloudNetworksPostStatus550 struct {
	Payload *models.Error
}

PcloudNetworksPostStatus550 describes a response with status code 550, with default header values.

Workspace Status Error

func NewPcloudNetworksPostStatus550 added in v1.2.3

func NewPcloudNetworksPostStatus550() *PcloudNetworksPostStatus550

NewPcloudNetworksPostStatus550 creates a PcloudNetworksPostStatus550 with default headers values

func (*PcloudNetworksPostStatus550) Code added in v1.2.4

func (o *PcloudNetworksPostStatus550) Code() int

Code gets the status code for the pcloud networks post status550 response

func (*PcloudNetworksPostStatus550) Error added in v1.2.3

func (*PcloudNetworksPostStatus550) GetPayload added in v1.2.3

func (o *PcloudNetworksPostStatus550) GetPayload() *models.Error

func (*PcloudNetworksPostStatus550) IsClientError added in v1.2.3

func (o *PcloudNetworksPostStatus550) IsClientError() bool

IsClientError returns true when this pcloud networks post status550 response has a 4xx status code

func (*PcloudNetworksPostStatus550) IsCode added in v1.2.3

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

IsCode returns true when this pcloud networks post status550 response a status code equal to that given

func (*PcloudNetworksPostStatus550) IsRedirect added in v1.2.3

func (o *PcloudNetworksPostStatus550) IsRedirect() bool

IsRedirect returns true when this pcloud networks post status550 response has a 3xx status code

func (*PcloudNetworksPostStatus550) IsServerError added in v1.2.3

func (o *PcloudNetworksPostStatus550) IsServerError() bool

IsServerError returns true when this pcloud networks post status550 response has a 5xx status code

func (*PcloudNetworksPostStatus550) IsSuccess added in v1.2.3

func (o *PcloudNetworksPostStatus550) IsSuccess() bool

IsSuccess returns true when this pcloud networks post status550 response has a 2xx status code

func (*PcloudNetworksPostStatus550) String added in v1.2.3

func (o *PcloudNetworksPostStatus550) String() string

type PcloudNetworksPostUnauthorized added in v1.0.59

type PcloudNetworksPostUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudNetworksPostUnauthorized added in v1.0.59

func NewPcloudNetworksPostUnauthorized() *PcloudNetworksPostUnauthorized

NewPcloudNetworksPostUnauthorized creates a PcloudNetworksPostUnauthorized with default headers values

func (*PcloudNetworksPostUnauthorized) Code added in v1.2.4

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

func (*PcloudNetworksPostUnauthorized) Error added in v1.0.59

func (*PcloudNetworksPostUnauthorized) GetPayload added in v1.1.0

func (o *PcloudNetworksPostUnauthorized) GetPayload() *models.Error

func (*PcloudNetworksPostUnauthorized) IsClientError added in v1.2.2

func (o *PcloudNetworksPostUnauthorized) IsClientError() bool

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

func (*PcloudNetworksPostUnauthorized) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPostUnauthorized) IsRedirect added in v1.2.2

func (o *PcloudNetworksPostUnauthorized) IsRedirect() bool

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

func (*PcloudNetworksPostUnauthorized) IsServerError added in v1.2.2

func (o *PcloudNetworksPostUnauthorized) IsServerError() bool

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

func (*PcloudNetworksPostUnauthorized) IsSuccess added in v1.2.2

func (o *PcloudNetworksPostUnauthorized) IsSuccess() bool

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

func (*PcloudNetworksPostUnauthorized) String added in v1.2.2

type PcloudNetworksPostUnprocessableEntity

type PcloudNetworksPostUnprocessableEntity struct {
	Payload *models.Error
}

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

Unprocessable Entity

func NewPcloudNetworksPostUnprocessableEntity

func NewPcloudNetworksPostUnprocessableEntity() *PcloudNetworksPostUnprocessableEntity

NewPcloudNetworksPostUnprocessableEntity creates a PcloudNetworksPostUnprocessableEntity with default headers values

func (*PcloudNetworksPostUnprocessableEntity) Code added in v1.2.4

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

func (*PcloudNetworksPostUnprocessableEntity) Error

func (*PcloudNetworksPostUnprocessableEntity) GetPayload added in v1.1.0

func (*PcloudNetworksPostUnprocessableEntity) IsClientError added in v1.2.2

func (o *PcloudNetworksPostUnprocessableEntity) IsClientError() bool

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

func (*PcloudNetworksPostUnprocessableEntity) IsCode added in v1.2.2

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

func (*PcloudNetworksPostUnprocessableEntity) IsRedirect added in v1.2.2

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

func (*PcloudNetworksPostUnprocessableEntity) IsServerError added in v1.2.2

func (o *PcloudNetworksPostUnprocessableEntity) IsServerError() bool

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

func (*PcloudNetworksPostUnprocessableEntity) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPostUnprocessableEntity) String added in v1.2.2

type PcloudNetworksPutBadRequest

type PcloudNetworksPutBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudNetworksPutBadRequest

func NewPcloudNetworksPutBadRequest() *PcloudNetworksPutBadRequest

NewPcloudNetworksPutBadRequest creates a PcloudNetworksPutBadRequest with default headers values

func (*PcloudNetworksPutBadRequest) Code added in v1.2.4

func (o *PcloudNetworksPutBadRequest) Code() int

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

func (*PcloudNetworksPutBadRequest) Error

func (*PcloudNetworksPutBadRequest) GetPayload added in v1.1.0

func (o *PcloudNetworksPutBadRequest) GetPayload() *models.Error

func (*PcloudNetworksPutBadRequest) IsClientError added in v1.2.2

func (o *PcloudNetworksPutBadRequest) IsClientError() bool

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

func (*PcloudNetworksPutBadRequest) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPutBadRequest) IsRedirect added in v1.2.2

func (o *PcloudNetworksPutBadRequest) IsRedirect() bool

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

func (*PcloudNetworksPutBadRequest) IsServerError added in v1.2.2

func (o *PcloudNetworksPutBadRequest) IsServerError() bool

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

func (*PcloudNetworksPutBadRequest) IsSuccess added in v1.2.2

func (o *PcloudNetworksPutBadRequest) IsSuccess() bool

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

func (*PcloudNetworksPutBadRequest) String added in v1.2.2

func (o *PcloudNetworksPutBadRequest) String() string

type PcloudNetworksPutForbidden added in v1.2.2

type PcloudNetworksPutForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudNetworksPutForbidden added in v1.2.2

func NewPcloudNetworksPutForbidden() *PcloudNetworksPutForbidden

NewPcloudNetworksPutForbidden creates a PcloudNetworksPutForbidden with default headers values

func (*PcloudNetworksPutForbidden) Code added in v1.2.4

func (o *PcloudNetworksPutForbidden) Code() int

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

func (*PcloudNetworksPutForbidden) Error added in v1.2.2

func (*PcloudNetworksPutForbidden) GetPayload added in v1.2.2

func (o *PcloudNetworksPutForbidden) GetPayload() *models.Error

func (*PcloudNetworksPutForbidden) IsClientError added in v1.2.2

func (o *PcloudNetworksPutForbidden) IsClientError() bool

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

func (*PcloudNetworksPutForbidden) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPutForbidden) IsRedirect added in v1.2.2

func (o *PcloudNetworksPutForbidden) IsRedirect() bool

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

func (*PcloudNetworksPutForbidden) IsServerError added in v1.2.2

func (o *PcloudNetworksPutForbidden) IsServerError() bool

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

func (*PcloudNetworksPutForbidden) IsSuccess added in v1.2.2

func (o *PcloudNetworksPutForbidden) IsSuccess() bool

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

func (*PcloudNetworksPutForbidden) String added in v1.2.2

func (o *PcloudNetworksPutForbidden) String() string

type PcloudNetworksPutInternalServerError

type PcloudNetworksPutInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudNetworksPutInternalServerError

func NewPcloudNetworksPutInternalServerError() *PcloudNetworksPutInternalServerError

NewPcloudNetworksPutInternalServerError creates a PcloudNetworksPutInternalServerError with default headers values

func (*PcloudNetworksPutInternalServerError) Code added in v1.2.4

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

func (*PcloudNetworksPutInternalServerError) Error

func (*PcloudNetworksPutInternalServerError) GetPayload added in v1.1.0

func (*PcloudNetworksPutInternalServerError) IsClientError added in v1.2.2

func (o *PcloudNetworksPutInternalServerError) IsClientError() bool

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

func (*PcloudNetworksPutInternalServerError) IsCode added in v1.2.2

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

func (*PcloudNetworksPutInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudNetworksPutInternalServerError) IsServerError added in v1.2.2

func (o *PcloudNetworksPutInternalServerError) IsServerError() bool

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

func (*PcloudNetworksPutInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPutInternalServerError) String added in v1.2.2

type PcloudNetworksPutNotFound added in v1.1.9

type PcloudNetworksPutNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudNetworksPutNotFound added in v1.1.9

func NewPcloudNetworksPutNotFound() *PcloudNetworksPutNotFound

NewPcloudNetworksPutNotFound creates a PcloudNetworksPutNotFound with default headers values

func (*PcloudNetworksPutNotFound) Code added in v1.2.4

func (o *PcloudNetworksPutNotFound) Code() int

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

func (*PcloudNetworksPutNotFound) Error added in v1.1.9

func (o *PcloudNetworksPutNotFound) Error() string

func (*PcloudNetworksPutNotFound) GetPayload added in v1.1.9

func (o *PcloudNetworksPutNotFound) GetPayload() *models.Error

func (*PcloudNetworksPutNotFound) IsClientError added in v1.2.2

func (o *PcloudNetworksPutNotFound) IsClientError() bool

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

func (*PcloudNetworksPutNotFound) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPutNotFound) IsRedirect added in v1.2.2

func (o *PcloudNetworksPutNotFound) IsRedirect() bool

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

func (*PcloudNetworksPutNotFound) IsServerError added in v1.2.2

func (o *PcloudNetworksPutNotFound) IsServerError() bool

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

func (*PcloudNetworksPutNotFound) IsSuccess added in v1.2.2

func (o *PcloudNetworksPutNotFound) IsSuccess() bool

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

func (*PcloudNetworksPutNotFound) String added in v1.2.2

func (o *PcloudNetworksPutNotFound) String() string

type PcloudNetworksPutOK

type PcloudNetworksPutOK struct {
	Payload *models.Network
}

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

OK

func NewPcloudNetworksPutOK

func NewPcloudNetworksPutOK() *PcloudNetworksPutOK

NewPcloudNetworksPutOK creates a PcloudNetworksPutOK with default headers values

func (*PcloudNetworksPutOK) Code added in v1.2.4

func (o *PcloudNetworksPutOK) Code() int

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

func (*PcloudNetworksPutOK) Error

func (o *PcloudNetworksPutOK) Error() string

func (*PcloudNetworksPutOK) GetPayload added in v1.1.0

func (o *PcloudNetworksPutOK) GetPayload() *models.Network

func (*PcloudNetworksPutOK) IsClientError added in v1.2.2

func (o *PcloudNetworksPutOK) IsClientError() bool

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

func (*PcloudNetworksPutOK) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPutOK) IsRedirect added in v1.2.2

func (o *PcloudNetworksPutOK) IsRedirect() bool

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

func (*PcloudNetworksPutOK) IsServerError added in v1.2.2

func (o *PcloudNetworksPutOK) IsServerError() bool

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

func (*PcloudNetworksPutOK) IsSuccess added in v1.2.2

func (o *PcloudNetworksPutOK) IsSuccess() bool

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

func (*PcloudNetworksPutOK) String added in v1.2.2

func (o *PcloudNetworksPutOK) String() string

type PcloudNetworksPutParams

type PcloudNetworksPutParams struct {

	/* Body.

	   Parameters to update a Network
	*/
	Body *models.NetworkUpdate

	/* 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
}

PcloudNetworksPutParams contains all the parameters to send to the API endpoint

for the pcloud networks put operation.

Typically these are written to a http.Request.

func NewPcloudNetworksPutParams

func NewPcloudNetworksPutParams() *PcloudNetworksPutParams

NewPcloudNetworksPutParams creates a new PcloudNetworksPutParams 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 NewPcloudNetworksPutParamsWithContext

func NewPcloudNetworksPutParamsWithContext(ctx context.Context) *PcloudNetworksPutParams

NewPcloudNetworksPutParamsWithContext creates a new PcloudNetworksPutParams object with the ability to set a context for a request.

func NewPcloudNetworksPutParamsWithHTTPClient

func NewPcloudNetworksPutParamsWithHTTPClient(client *http.Client) *PcloudNetworksPutParams

NewPcloudNetworksPutParamsWithHTTPClient creates a new PcloudNetworksPutParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudNetworksPutParamsWithTimeout

func NewPcloudNetworksPutParamsWithTimeout(timeout time.Duration) *PcloudNetworksPutParams

NewPcloudNetworksPutParamsWithTimeout creates a new PcloudNetworksPutParams object with the ability to set a timeout on a request.

func (*PcloudNetworksPutParams) SetBody

func (o *PcloudNetworksPutParams) SetBody(body *models.NetworkUpdate)

SetBody adds the body to the pcloud networks put params

func (*PcloudNetworksPutParams) SetCloudInstanceID

func (o *PcloudNetworksPutParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud networks put params

func (*PcloudNetworksPutParams) SetContext

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

SetContext adds the context to the pcloud networks put params

func (*PcloudNetworksPutParams) SetDefaults added in v1.1.0

func (o *PcloudNetworksPutParams) SetDefaults()

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

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

func (*PcloudNetworksPutParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud networks put params

func (*PcloudNetworksPutParams) SetNetworkID

func (o *PcloudNetworksPutParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the pcloud networks put params

func (*PcloudNetworksPutParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud networks put params

func (*PcloudNetworksPutParams) WithBody

WithBody adds the body to the pcloud networks put params

func (*PcloudNetworksPutParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud networks put params

func (*PcloudNetworksPutParams) WithContext

WithContext adds the context to the pcloud networks put params

func (*PcloudNetworksPutParams) WithDefaults added in v1.1.0

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

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

func (*PcloudNetworksPutParams) WithHTTPClient

func (o *PcloudNetworksPutParams) WithHTTPClient(client *http.Client) *PcloudNetworksPutParams

WithHTTPClient adds the HTTPClient to the pcloud networks put params

func (*PcloudNetworksPutParams) WithNetworkID

func (o *PcloudNetworksPutParams) WithNetworkID(networkID string) *PcloudNetworksPutParams

WithNetworkID adds the networkID to the pcloud networks put params

func (*PcloudNetworksPutParams) WithTimeout

WithTimeout adds the timeout to the pcloud networks put params

func (*PcloudNetworksPutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudNetworksPutReader

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

PcloudNetworksPutReader is a Reader for the PcloudNetworksPut structure.

func (*PcloudNetworksPutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudNetworksPutUnauthorized added in v1.0.59

type PcloudNetworksPutUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudNetworksPutUnauthorized added in v1.0.59

func NewPcloudNetworksPutUnauthorized() *PcloudNetworksPutUnauthorized

NewPcloudNetworksPutUnauthorized creates a PcloudNetworksPutUnauthorized with default headers values

func (*PcloudNetworksPutUnauthorized) Code added in v1.2.4

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

func (*PcloudNetworksPutUnauthorized) Error added in v1.0.59

func (*PcloudNetworksPutUnauthorized) GetPayload added in v1.1.0

func (o *PcloudNetworksPutUnauthorized) GetPayload() *models.Error

func (*PcloudNetworksPutUnauthorized) IsClientError added in v1.2.2

func (o *PcloudNetworksPutUnauthorized) IsClientError() bool

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

func (*PcloudNetworksPutUnauthorized) IsCode added in v1.2.2

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

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

func (*PcloudNetworksPutUnauthorized) IsRedirect added in v1.2.2

func (o *PcloudNetworksPutUnauthorized) IsRedirect() bool

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

func (*PcloudNetworksPutUnauthorized) IsServerError added in v1.2.2

func (o *PcloudNetworksPutUnauthorized) IsServerError() bool

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

func (*PcloudNetworksPutUnauthorized) IsSuccess added in v1.2.2

func (o *PcloudNetworksPutUnauthorized) IsSuccess() bool

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

func (*PcloudNetworksPutUnauthorized) String added in v1.2.2

type PcloudNetworksPutUnprocessableEntity

type PcloudNetworksPutUnprocessableEntity struct {
	Payload *models.Error
}

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

Unprocessable Entity

func NewPcloudNetworksPutUnprocessableEntity

func NewPcloudNetworksPutUnprocessableEntity() *PcloudNetworksPutUnprocessableEntity

NewPcloudNetworksPutUnprocessableEntity creates a PcloudNetworksPutUnprocessableEntity with default headers values

func (*PcloudNetworksPutUnprocessableEntity) Code added in v1.2.4

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

func (*PcloudNetworksPutUnprocessableEntity) Error

func (*PcloudNetworksPutUnprocessableEntity) GetPayload added in v1.1.0

func (*PcloudNetworksPutUnprocessableEntity) IsClientError added in v1.2.2

func (o *PcloudNetworksPutUnprocessableEntity) IsClientError() bool

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

func (*PcloudNetworksPutUnprocessableEntity) IsCode added in v1.2.2

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

func (*PcloudNetworksPutUnprocessableEntity) IsRedirect added in v1.2.2

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

func (*PcloudNetworksPutUnprocessableEntity) IsServerError added in v1.2.2

func (o *PcloudNetworksPutUnprocessableEntity) IsServerError() bool

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

func (*PcloudNetworksPutUnprocessableEntity) IsSuccess added in v1.2.2

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

func (*PcloudNetworksPutUnprocessableEntity) String added in v1.2.2

Jump to

Keyboard shortcuts

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