p_cloud_volume_groups

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 volume groups API

func (*Client) PcloudVolumegroupsActionPost added in v1.1.9

PcloudVolumegroupsActionPost performs an action start stop reset on a volume group

func (*Client) PcloudVolumegroupsDelete

func (a *Client) PcloudVolumegroupsDelete(params *PcloudVolumegroupsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsDeleteAccepted, error)

PcloudVolumegroupsDelete deletes a cloud instance volume group

func (*Client) PcloudVolumegroupsGet

func (a *Client) PcloudVolumegroupsGet(params *PcloudVolumegroupsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsGetOK, error)

PcloudVolumegroupsGet gets volume group

func (*Client) PcloudVolumegroupsGetDetails

func (a *Client) PcloudVolumegroupsGetDetails(params *PcloudVolumegroupsGetDetailsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsGetDetailsOK, error)

PcloudVolumegroupsGetDetails gets volume group details

func (*Client) PcloudVolumegroupsGetall

func (a *Client) PcloudVolumegroupsGetall(params *PcloudVolumegroupsGetallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsGetallOK, error)

PcloudVolumegroupsGetall gets all volume groups

func (*Client) PcloudVolumegroupsGetallDetails

func (a *Client) PcloudVolumegroupsGetallDetails(params *PcloudVolumegroupsGetallDetailsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsGetallDetailsOK, error)

PcloudVolumegroupsGetallDetails gets all volume groups with details

func (*Client) PcloudVolumegroupsPost

PcloudVolumegroupsPost creates a new volume group

func (*Client) PcloudVolumegroupsPut added in v1.1.8

func (a *Client) PcloudVolumegroupsPut(params *PcloudVolumegroupsPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsPutAccepted, error)

PcloudVolumegroupsPut updates the volume group

func (*Client) PcloudVolumegroupsRemoteCopyRelationshipsGet added in v1.1.8

PcloudVolumegroupsRemoteCopyRelationshipsGet gets remote copy relationships of the volume belonging to volume group

func (*Client) PcloudVolumegroupsStorageDetailsGet added in v1.1.8

func (a *Client) PcloudVolumegroupsStorageDetailsGet(params *PcloudVolumegroupsStorageDetailsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsStorageDetailsGetOK, error)

PcloudVolumegroupsStorageDetailsGet gets storage details of volume group

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	PcloudVolumegroupsActionPost(params *PcloudVolumegroupsActionPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsActionPostAccepted, error)

	PcloudVolumegroupsDelete(params *PcloudVolumegroupsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsDeleteAccepted, error)

	PcloudVolumegroupsGet(params *PcloudVolumegroupsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsGetOK, error)

	PcloudVolumegroupsGetDetails(params *PcloudVolumegroupsGetDetailsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsGetDetailsOK, error)

	PcloudVolumegroupsGetall(params *PcloudVolumegroupsGetallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsGetallOK, error)

	PcloudVolumegroupsGetallDetails(params *PcloudVolumegroupsGetallDetailsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsGetallDetailsOK, error)

	PcloudVolumegroupsPost(params *PcloudVolumegroupsPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsPostAccepted, *PcloudVolumegroupsPostPartialContent, error)

	PcloudVolumegroupsPut(params *PcloudVolumegroupsPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsPutAccepted, error)

	PcloudVolumegroupsRemoteCopyRelationshipsGet(params *PcloudVolumegroupsRemoteCopyRelationshipsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK, error)

	PcloudVolumegroupsStorageDetailsGet(params *PcloudVolumegroupsStorageDetailsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*PcloudVolumegroupsStorageDetailsGetOK, 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 volume groups API client.

type PcloudVolumegroupsActionPostAccepted added in v1.1.9

type PcloudVolumegroupsActionPostAccepted struct {
	Payload models.Object
}

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

Accepted

func NewPcloudVolumegroupsActionPostAccepted added in v1.1.9

func NewPcloudVolumegroupsActionPostAccepted() *PcloudVolumegroupsActionPostAccepted

NewPcloudVolumegroupsActionPostAccepted creates a PcloudVolumegroupsActionPostAccepted with default headers values

func (*PcloudVolumegroupsActionPostAccepted) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups action post accepted response

func (*PcloudVolumegroupsActionPostAccepted) Error added in v1.1.9

func (*PcloudVolumegroupsActionPostAccepted) GetPayload added in v1.1.9

func (*PcloudVolumegroupsActionPostAccepted) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsActionPostAccepted) IsClientError() bool

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

func (*PcloudVolumegroupsActionPostAccepted) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsActionPostAccepted) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsActionPostAccepted) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsActionPostAccepted) IsServerError() bool

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

func (*PcloudVolumegroupsActionPostAccepted) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsActionPostAccepted) String added in v1.2.2

type PcloudVolumegroupsActionPostBadRequest added in v1.1.9

type PcloudVolumegroupsActionPostBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudVolumegroupsActionPostBadRequest added in v1.1.9

func NewPcloudVolumegroupsActionPostBadRequest() *PcloudVolumegroupsActionPostBadRequest

NewPcloudVolumegroupsActionPostBadRequest creates a PcloudVolumegroupsActionPostBadRequest with default headers values

func (*PcloudVolumegroupsActionPostBadRequest) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups action post bad request response

func (*PcloudVolumegroupsActionPostBadRequest) Error added in v1.1.9

func (*PcloudVolumegroupsActionPostBadRequest) GetPayload added in v1.1.9

func (*PcloudVolumegroupsActionPostBadRequest) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsActionPostBadRequest) IsClientError() bool

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

func (*PcloudVolumegroupsActionPostBadRequest) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsActionPostBadRequest) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsActionPostBadRequest) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsActionPostBadRequest) IsServerError() bool

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

func (*PcloudVolumegroupsActionPostBadRequest) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsActionPostBadRequest) String added in v1.2.2

type PcloudVolumegroupsActionPostForbidden added in v1.1.9

type PcloudVolumegroupsActionPostForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsActionPostForbidden added in v1.1.9

func NewPcloudVolumegroupsActionPostForbidden() *PcloudVolumegroupsActionPostForbidden

NewPcloudVolumegroupsActionPostForbidden creates a PcloudVolumegroupsActionPostForbidden with default headers values

func (*PcloudVolumegroupsActionPostForbidden) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups action post forbidden response

func (*PcloudVolumegroupsActionPostForbidden) Error added in v1.1.9

func (*PcloudVolumegroupsActionPostForbidden) GetPayload added in v1.1.9

func (*PcloudVolumegroupsActionPostForbidden) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsActionPostForbidden) IsClientError() bool

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

func (*PcloudVolumegroupsActionPostForbidden) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsActionPostForbidden) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsActionPostForbidden) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsActionPostForbidden) IsServerError() bool

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

func (*PcloudVolumegroupsActionPostForbidden) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsActionPostForbidden) String added in v1.2.2

type PcloudVolumegroupsActionPostInternalServerError added in v1.1.9

type PcloudVolumegroupsActionPostInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudVolumegroupsActionPostInternalServerError added in v1.1.9

func NewPcloudVolumegroupsActionPostInternalServerError() *PcloudVolumegroupsActionPostInternalServerError

NewPcloudVolumegroupsActionPostInternalServerError creates a PcloudVolumegroupsActionPostInternalServerError with default headers values

func (*PcloudVolumegroupsActionPostInternalServerError) Code added in v1.2.4

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

func (*PcloudVolumegroupsActionPostInternalServerError) Error added in v1.1.9

func (*PcloudVolumegroupsActionPostInternalServerError) GetPayload added in v1.1.9

func (*PcloudVolumegroupsActionPostInternalServerError) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsActionPostInternalServerError) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsActionPostInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsActionPostInternalServerError) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsActionPostInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsActionPostInternalServerError) String added in v1.2.2

type PcloudVolumegroupsActionPostNotFound added in v1.1.9

type PcloudVolumegroupsActionPostNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudVolumegroupsActionPostNotFound added in v1.1.9

func NewPcloudVolumegroupsActionPostNotFound() *PcloudVolumegroupsActionPostNotFound

NewPcloudVolumegroupsActionPostNotFound creates a PcloudVolumegroupsActionPostNotFound with default headers values

func (*PcloudVolumegroupsActionPostNotFound) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups action post not found response

func (*PcloudVolumegroupsActionPostNotFound) Error added in v1.1.9

func (*PcloudVolumegroupsActionPostNotFound) GetPayload added in v1.1.9

func (*PcloudVolumegroupsActionPostNotFound) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsActionPostNotFound) IsClientError() bool

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

func (*PcloudVolumegroupsActionPostNotFound) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsActionPostNotFound) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsActionPostNotFound) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsActionPostNotFound) IsServerError() bool

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

func (*PcloudVolumegroupsActionPostNotFound) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsActionPostNotFound) String added in v1.2.2

type PcloudVolumegroupsActionPostParams added in v1.1.9

type PcloudVolumegroupsActionPostParams struct {

	/* Body.

	   Parameters for the desire action.
	*/
	Body *models.VolumeGroupAction

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

	/* VolumeGroupID.

	   The ID of the volume group
	*/
	VolumeGroupID string

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

PcloudVolumegroupsActionPostParams contains all the parameters to send to the API endpoint

for the pcloud volumegroups action post operation.

Typically these are written to a http.Request.

func NewPcloudVolumegroupsActionPostParams added in v1.1.9

func NewPcloudVolumegroupsActionPostParams() *PcloudVolumegroupsActionPostParams

NewPcloudVolumegroupsActionPostParams creates a new PcloudVolumegroupsActionPostParams 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 NewPcloudVolumegroupsActionPostParamsWithContext added in v1.1.9

func NewPcloudVolumegroupsActionPostParamsWithContext(ctx context.Context) *PcloudVolumegroupsActionPostParams

NewPcloudVolumegroupsActionPostParamsWithContext creates a new PcloudVolumegroupsActionPostParams object with the ability to set a context for a request.

func NewPcloudVolumegroupsActionPostParamsWithHTTPClient added in v1.1.9

func NewPcloudVolumegroupsActionPostParamsWithHTTPClient(client *http.Client) *PcloudVolumegroupsActionPostParams

NewPcloudVolumegroupsActionPostParamsWithHTTPClient creates a new PcloudVolumegroupsActionPostParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudVolumegroupsActionPostParamsWithTimeout added in v1.1.9

func NewPcloudVolumegroupsActionPostParamsWithTimeout(timeout time.Duration) *PcloudVolumegroupsActionPostParams

NewPcloudVolumegroupsActionPostParamsWithTimeout creates a new PcloudVolumegroupsActionPostParams object with the ability to set a timeout on a request.

func (*PcloudVolumegroupsActionPostParams) SetBody added in v1.1.9

SetBody adds the body to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) SetCloudInstanceID added in v1.1.9

func (o *PcloudVolumegroupsActionPostParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) SetContext added in v1.1.9

SetContext adds the context to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) SetDefaults added in v1.1.9

func (o *PcloudVolumegroupsActionPostParams) SetDefaults()

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

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

func (*PcloudVolumegroupsActionPostParams) SetHTTPClient added in v1.1.9

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

SetHTTPClient adds the HTTPClient to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) SetTimeout added in v1.1.9

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

SetTimeout adds the timeout to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) SetVolumeGroupID added in v1.1.9

func (o *PcloudVolumegroupsActionPostParams) SetVolumeGroupID(volumeGroupID string)

SetVolumeGroupID adds the volumeGroupId to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) WithBody added in v1.1.9

WithBody adds the body to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) WithCloudInstanceID added in v1.1.9

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) WithContext added in v1.1.9

WithContext adds the context to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) WithDefaults added in v1.1.9

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

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

func (*PcloudVolumegroupsActionPostParams) WithHTTPClient added in v1.1.9

WithHTTPClient adds the HTTPClient to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) WithTimeout added in v1.1.9

WithTimeout adds the timeout to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) WithVolumeGroupID added in v1.1.9

WithVolumeGroupID adds the volumeGroupID to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) WriteToRequest added in v1.1.9

WriteToRequest writes these params to a swagger request

type PcloudVolumegroupsActionPostReader added in v1.1.9

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

PcloudVolumegroupsActionPostReader is a Reader for the PcloudVolumegroupsActionPost structure.

func (*PcloudVolumegroupsActionPostReader) ReadResponse added in v1.1.9

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

ReadResponse reads a server response into the received o.

type PcloudVolumegroupsActionPostUnauthorized added in v1.4.2

type PcloudVolumegroupsActionPostUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudVolumegroupsActionPostUnauthorized added in v1.4.2

func NewPcloudVolumegroupsActionPostUnauthorized() *PcloudVolumegroupsActionPostUnauthorized

NewPcloudVolumegroupsActionPostUnauthorized creates a PcloudVolumegroupsActionPostUnauthorized with default headers values

func (*PcloudVolumegroupsActionPostUnauthorized) Code added in v1.4.2

Code gets the status code for the pcloud volumegroups action post unauthorized response

func (*PcloudVolumegroupsActionPostUnauthorized) Error added in v1.4.2

func (*PcloudVolumegroupsActionPostUnauthorized) GetPayload added in v1.4.2

func (*PcloudVolumegroupsActionPostUnauthorized) IsClientError added in v1.4.2

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

func (*PcloudVolumegroupsActionPostUnauthorized) IsCode added in v1.4.2

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

func (*PcloudVolumegroupsActionPostUnauthorized) IsRedirect added in v1.4.2

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

func (*PcloudVolumegroupsActionPostUnauthorized) IsServerError added in v1.4.2

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

func (*PcloudVolumegroupsActionPostUnauthorized) IsSuccess added in v1.4.2

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

func (*PcloudVolumegroupsActionPostUnauthorized) String added in v1.4.2

type PcloudVolumegroupsActionPostUnprocessableEntity added in v1.2.2

type PcloudVolumegroupsActionPostUnprocessableEntity struct {
	Payload *models.Error
}

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

Unprocessable Entity

func NewPcloudVolumegroupsActionPostUnprocessableEntity added in v1.2.2

func NewPcloudVolumegroupsActionPostUnprocessableEntity() *PcloudVolumegroupsActionPostUnprocessableEntity

NewPcloudVolumegroupsActionPostUnprocessableEntity creates a PcloudVolumegroupsActionPostUnprocessableEntity with default headers values

func (*PcloudVolumegroupsActionPostUnprocessableEntity) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups action post unprocessable entity response

func (*PcloudVolumegroupsActionPostUnprocessableEntity) Error added in v1.2.2

func (*PcloudVolumegroupsActionPostUnprocessableEntity) GetPayload added in v1.2.2

func (*PcloudVolumegroupsActionPostUnprocessableEntity) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsActionPostUnprocessableEntity) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsActionPostUnprocessableEntity) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsActionPostUnprocessableEntity) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsActionPostUnprocessableEntity) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsActionPostUnprocessableEntity) String added in v1.2.2

type PcloudVolumegroupsDeleteAccepted

type PcloudVolumegroupsDeleteAccepted struct {
	Payload models.Object
}

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

Accepted

func NewPcloudVolumegroupsDeleteAccepted

func NewPcloudVolumegroupsDeleteAccepted() *PcloudVolumegroupsDeleteAccepted

NewPcloudVolumegroupsDeleteAccepted creates a PcloudVolumegroupsDeleteAccepted with default headers values

func (*PcloudVolumegroupsDeleteAccepted) Code added in v1.2.4

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

func (*PcloudVolumegroupsDeleteAccepted) Error

func (*PcloudVolumegroupsDeleteAccepted) GetPayload

func (*PcloudVolumegroupsDeleteAccepted) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsDeleteAccepted) IsClientError() bool

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

func (*PcloudVolumegroupsDeleteAccepted) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsDeleteAccepted) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsDeleteAccepted) IsRedirect() bool

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

func (*PcloudVolumegroupsDeleteAccepted) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsDeleteAccepted) IsServerError() bool

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

func (*PcloudVolumegroupsDeleteAccepted) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsDeleteAccepted) IsSuccess() bool

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

func (*PcloudVolumegroupsDeleteAccepted) String added in v1.2.2

type PcloudVolumegroupsDeleteBadRequest

type PcloudVolumegroupsDeleteBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudVolumegroupsDeleteBadRequest

func NewPcloudVolumegroupsDeleteBadRequest() *PcloudVolumegroupsDeleteBadRequest

NewPcloudVolumegroupsDeleteBadRequest creates a PcloudVolumegroupsDeleteBadRequest with default headers values

func (*PcloudVolumegroupsDeleteBadRequest) Code added in v1.2.4

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

func (*PcloudVolumegroupsDeleteBadRequest) Error

func (*PcloudVolumegroupsDeleteBadRequest) GetPayload

func (*PcloudVolumegroupsDeleteBadRequest) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsDeleteBadRequest) IsClientError() bool

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

func (*PcloudVolumegroupsDeleteBadRequest) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsDeleteBadRequest) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsDeleteBadRequest) IsRedirect() bool

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

func (*PcloudVolumegroupsDeleteBadRequest) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsDeleteBadRequest) IsServerError() bool

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

func (*PcloudVolumegroupsDeleteBadRequest) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsDeleteBadRequest) String added in v1.2.2

type PcloudVolumegroupsDeleteForbidden added in v1.2.2

type PcloudVolumegroupsDeleteForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsDeleteForbidden added in v1.2.2

func NewPcloudVolumegroupsDeleteForbidden() *PcloudVolumegroupsDeleteForbidden

NewPcloudVolumegroupsDeleteForbidden creates a PcloudVolumegroupsDeleteForbidden with default headers values

func (*PcloudVolumegroupsDeleteForbidden) Code added in v1.2.4

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

func (*PcloudVolumegroupsDeleteForbidden) Error added in v1.2.2

func (*PcloudVolumegroupsDeleteForbidden) GetPayload added in v1.2.2

func (*PcloudVolumegroupsDeleteForbidden) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsDeleteForbidden) IsClientError() bool

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

func (*PcloudVolumegroupsDeleteForbidden) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsDeleteForbidden) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsDeleteForbidden) IsRedirect() bool

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

func (*PcloudVolumegroupsDeleteForbidden) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsDeleteForbidden) IsServerError() bool

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

func (*PcloudVolumegroupsDeleteForbidden) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsDeleteForbidden) IsSuccess() bool

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

func (*PcloudVolumegroupsDeleteForbidden) String added in v1.2.2

type PcloudVolumegroupsDeleteInternalServerError

type PcloudVolumegroupsDeleteInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudVolumegroupsDeleteInternalServerError

func NewPcloudVolumegroupsDeleteInternalServerError() *PcloudVolumegroupsDeleteInternalServerError

NewPcloudVolumegroupsDeleteInternalServerError creates a PcloudVolumegroupsDeleteInternalServerError with default headers values

func (*PcloudVolumegroupsDeleteInternalServerError) Code added in v1.2.4

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

func (*PcloudVolumegroupsDeleteInternalServerError) Error

func (*PcloudVolumegroupsDeleteInternalServerError) GetPayload

func (*PcloudVolumegroupsDeleteInternalServerError) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsDeleteInternalServerError) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsDeleteInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsDeleteInternalServerError) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsDeleteInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsDeleteInternalServerError) String added in v1.2.2

type PcloudVolumegroupsDeleteNotFound

type PcloudVolumegroupsDeleteNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudVolumegroupsDeleteNotFound

func NewPcloudVolumegroupsDeleteNotFound() *PcloudVolumegroupsDeleteNotFound

NewPcloudVolumegroupsDeleteNotFound creates a PcloudVolumegroupsDeleteNotFound with default headers values

func (*PcloudVolumegroupsDeleteNotFound) Code added in v1.2.4

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

func (*PcloudVolumegroupsDeleteNotFound) Error

func (*PcloudVolumegroupsDeleteNotFound) GetPayload

func (*PcloudVolumegroupsDeleteNotFound) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsDeleteNotFound) IsClientError() bool

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

func (*PcloudVolumegroupsDeleteNotFound) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsDeleteNotFound) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsDeleteNotFound) IsRedirect() bool

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

func (*PcloudVolumegroupsDeleteNotFound) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsDeleteNotFound) IsServerError() bool

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

func (*PcloudVolumegroupsDeleteNotFound) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsDeleteNotFound) IsSuccess() bool

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

func (*PcloudVolumegroupsDeleteNotFound) String added in v1.2.2

type PcloudVolumegroupsDeleteParams

type PcloudVolumegroupsDeleteParams struct {

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

	/* VolumeGroupID.

	   The ID of the volume group
	*/
	VolumeGroupID string

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

PcloudVolumegroupsDeleteParams contains all the parameters to send to the API endpoint

for the pcloud volumegroups delete operation.

Typically these are written to a http.Request.

func NewPcloudVolumegroupsDeleteParams

func NewPcloudVolumegroupsDeleteParams() *PcloudVolumegroupsDeleteParams

NewPcloudVolumegroupsDeleteParams creates a new PcloudVolumegroupsDeleteParams 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 NewPcloudVolumegroupsDeleteParamsWithContext

func NewPcloudVolumegroupsDeleteParamsWithContext(ctx context.Context) *PcloudVolumegroupsDeleteParams

NewPcloudVolumegroupsDeleteParamsWithContext creates a new PcloudVolumegroupsDeleteParams object with the ability to set a context for a request.

func NewPcloudVolumegroupsDeleteParamsWithHTTPClient

func NewPcloudVolumegroupsDeleteParamsWithHTTPClient(client *http.Client) *PcloudVolumegroupsDeleteParams

NewPcloudVolumegroupsDeleteParamsWithHTTPClient creates a new PcloudVolumegroupsDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudVolumegroupsDeleteParamsWithTimeout

func NewPcloudVolumegroupsDeleteParamsWithTimeout(timeout time.Duration) *PcloudVolumegroupsDeleteParams

NewPcloudVolumegroupsDeleteParamsWithTimeout creates a new PcloudVolumegroupsDeleteParams object with the ability to set a timeout on a request.

func (*PcloudVolumegroupsDeleteParams) SetCloudInstanceID

func (o *PcloudVolumegroupsDeleteParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud volumegroups delete params

func (*PcloudVolumegroupsDeleteParams) SetContext

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

SetContext adds the context to the pcloud volumegroups delete params

func (*PcloudVolumegroupsDeleteParams) SetDefaults

func (o *PcloudVolumegroupsDeleteParams) SetDefaults()

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

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

func (*PcloudVolumegroupsDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud volumegroups delete params

func (*PcloudVolumegroupsDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud volumegroups delete params

func (*PcloudVolumegroupsDeleteParams) SetVolumeGroupID

func (o *PcloudVolumegroupsDeleteParams) SetVolumeGroupID(volumeGroupID string)

SetVolumeGroupID adds the volumeGroupId to the pcloud volumegroups delete params

func (*PcloudVolumegroupsDeleteParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud volumegroups delete params

func (*PcloudVolumegroupsDeleteParams) WithContext

WithContext adds the context to the pcloud volumegroups delete params

func (*PcloudVolumegroupsDeleteParams) WithDefaults

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

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

func (*PcloudVolumegroupsDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud volumegroups delete params

func (*PcloudVolumegroupsDeleteParams) WithTimeout

WithTimeout adds the timeout to the pcloud volumegroups delete params

func (*PcloudVolumegroupsDeleteParams) WithVolumeGroupID

func (o *PcloudVolumegroupsDeleteParams) WithVolumeGroupID(volumeGroupID string) *PcloudVolumegroupsDeleteParams

WithVolumeGroupID adds the volumeGroupID to the pcloud volumegroups delete params

func (*PcloudVolumegroupsDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudVolumegroupsDeleteReader

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

PcloudVolumegroupsDeleteReader is a Reader for the PcloudVolumegroupsDelete structure.

func (*PcloudVolumegroupsDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudVolumegroupsDeleteUnauthorized

type PcloudVolumegroupsDeleteUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudVolumegroupsDeleteUnauthorized

func NewPcloudVolumegroupsDeleteUnauthorized() *PcloudVolumegroupsDeleteUnauthorized

NewPcloudVolumegroupsDeleteUnauthorized creates a PcloudVolumegroupsDeleteUnauthorized with default headers values

func (*PcloudVolumegroupsDeleteUnauthorized) Code added in v1.2.4

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

func (*PcloudVolumegroupsDeleteUnauthorized) Error

func (*PcloudVolumegroupsDeleteUnauthorized) GetPayload

func (*PcloudVolumegroupsDeleteUnauthorized) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsDeleteUnauthorized) IsClientError() bool

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

func (*PcloudVolumegroupsDeleteUnauthorized) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsDeleteUnauthorized) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsDeleteUnauthorized) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsDeleteUnauthorized) IsServerError() bool

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

func (*PcloudVolumegroupsDeleteUnauthorized) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsDeleteUnauthorized) String added in v1.2.2

type PcloudVolumegroupsGetBadRequest

type PcloudVolumegroupsGetBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudVolumegroupsGetBadRequest

func NewPcloudVolumegroupsGetBadRequest() *PcloudVolumegroupsGetBadRequest

NewPcloudVolumegroupsGetBadRequest creates a PcloudVolumegroupsGetBadRequest with default headers values

func (*PcloudVolumegroupsGetBadRequest) Code added in v1.2.4

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

func (*PcloudVolumegroupsGetBadRequest) Error

func (*PcloudVolumegroupsGetBadRequest) GetPayload

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

func (*PcloudVolumegroupsGetBadRequest) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsGetBadRequest) IsClientError() bool

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

func (*PcloudVolumegroupsGetBadRequest) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsGetBadRequest) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsGetBadRequest) IsRedirect() bool

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

func (*PcloudVolumegroupsGetBadRequest) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsGetBadRequest) IsServerError() bool

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

func (*PcloudVolumegroupsGetBadRequest) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsGetBadRequest) IsSuccess() bool

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

func (*PcloudVolumegroupsGetBadRequest) String added in v1.2.2

type PcloudVolumegroupsGetDetailsBadRequest

type PcloudVolumegroupsGetDetailsBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudVolumegroupsGetDetailsBadRequest

func NewPcloudVolumegroupsGetDetailsBadRequest() *PcloudVolumegroupsGetDetailsBadRequest

NewPcloudVolumegroupsGetDetailsBadRequest creates a PcloudVolumegroupsGetDetailsBadRequest with default headers values

func (*PcloudVolumegroupsGetDetailsBadRequest) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups get details bad request response

func (*PcloudVolumegroupsGetDetailsBadRequest) Error

func (*PcloudVolumegroupsGetDetailsBadRequest) GetPayload

func (*PcloudVolumegroupsGetDetailsBadRequest) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsGetDetailsBadRequest) IsClientError() bool

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

func (*PcloudVolumegroupsGetDetailsBadRequest) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsGetDetailsBadRequest) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsGetDetailsBadRequest) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsGetDetailsBadRequest) IsServerError() bool

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

func (*PcloudVolumegroupsGetDetailsBadRequest) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsGetDetailsBadRequest) String added in v1.2.2

type PcloudVolumegroupsGetDetailsForbidden added in v1.2.2

type PcloudVolumegroupsGetDetailsForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsGetDetailsForbidden added in v1.2.2

func NewPcloudVolumegroupsGetDetailsForbidden() *PcloudVolumegroupsGetDetailsForbidden

NewPcloudVolumegroupsGetDetailsForbidden creates a PcloudVolumegroupsGetDetailsForbidden with default headers values

func (*PcloudVolumegroupsGetDetailsForbidden) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups get details forbidden response

func (*PcloudVolumegroupsGetDetailsForbidden) Error added in v1.2.2

func (*PcloudVolumegroupsGetDetailsForbidden) GetPayload added in v1.2.2

func (*PcloudVolumegroupsGetDetailsForbidden) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsGetDetailsForbidden) IsClientError() bool

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

func (*PcloudVolumegroupsGetDetailsForbidden) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsGetDetailsForbidden) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsGetDetailsForbidden) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsGetDetailsForbidden) IsServerError() bool

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

func (*PcloudVolumegroupsGetDetailsForbidden) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsGetDetailsForbidden) String added in v1.2.2

type PcloudVolumegroupsGetDetailsInternalServerError

type PcloudVolumegroupsGetDetailsInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudVolumegroupsGetDetailsInternalServerError

func NewPcloudVolumegroupsGetDetailsInternalServerError() *PcloudVolumegroupsGetDetailsInternalServerError

NewPcloudVolumegroupsGetDetailsInternalServerError creates a PcloudVolumegroupsGetDetailsInternalServerError with default headers values

func (*PcloudVolumegroupsGetDetailsInternalServerError) Code added in v1.2.4

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

func (*PcloudVolumegroupsGetDetailsInternalServerError) Error

func (*PcloudVolumegroupsGetDetailsInternalServerError) GetPayload

func (*PcloudVolumegroupsGetDetailsInternalServerError) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsGetDetailsInternalServerError) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsGetDetailsInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsGetDetailsInternalServerError) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsGetDetailsInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsGetDetailsInternalServerError) String added in v1.2.2

type PcloudVolumegroupsGetDetailsNotFound

type PcloudVolumegroupsGetDetailsNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudVolumegroupsGetDetailsNotFound

func NewPcloudVolumegroupsGetDetailsNotFound() *PcloudVolumegroupsGetDetailsNotFound

NewPcloudVolumegroupsGetDetailsNotFound creates a PcloudVolumegroupsGetDetailsNotFound with default headers values

func (*PcloudVolumegroupsGetDetailsNotFound) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups get details not found response

func (*PcloudVolumegroupsGetDetailsNotFound) Error

func (*PcloudVolumegroupsGetDetailsNotFound) GetPayload

func (*PcloudVolumegroupsGetDetailsNotFound) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsGetDetailsNotFound) IsClientError() bool

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

func (*PcloudVolumegroupsGetDetailsNotFound) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsGetDetailsNotFound) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsGetDetailsNotFound) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsGetDetailsNotFound) IsServerError() bool

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

func (*PcloudVolumegroupsGetDetailsNotFound) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsGetDetailsNotFound) String added in v1.2.2

type PcloudVolumegroupsGetDetailsOK

type PcloudVolumegroupsGetDetailsOK struct {
	Payload *models.VolumeGroupDetails
}

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

OK

func NewPcloudVolumegroupsGetDetailsOK

func NewPcloudVolumegroupsGetDetailsOK() *PcloudVolumegroupsGetDetailsOK

NewPcloudVolumegroupsGetDetailsOK creates a PcloudVolumegroupsGetDetailsOK with default headers values

func (*PcloudVolumegroupsGetDetailsOK) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups get details o k response

func (*PcloudVolumegroupsGetDetailsOK) Error

func (*PcloudVolumegroupsGetDetailsOK) GetPayload

func (*PcloudVolumegroupsGetDetailsOK) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsGetDetailsOK) IsClientError() bool

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

func (*PcloudVolumegroupsGetDetailsOK) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsGetDetailsOK) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsGetDetailsOK) IsRedirect() bool

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

func (*PcloudVolumegroupsGetDetailsOK) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsGetDetailsOK) IsServerError() bool

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

func (*PcloudVolumegroupsGetDetailsOK) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsGetDetailsOK) IsSuccess() bool

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

func (*PcloudVolumegroupsGetDetailsOK) String added in v1.2.2

type PcloudVolumegroupsGetDetailsParams

type PcloudVolumegroupsGetDetailsParams struct {

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

	/* VolumeGroupID.

	   The ID of the volume group
	*/
	VolumeGroupID string

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

PcloudVolumegroupsGetDetailsParams contains all the parameters to send to the API endpoint

for the pcloud volumegroups get details operation.

Typically these are written to a http.Request.

func NewPcloudVolumegroupsGetDetailsParams

func NewPcloudVolumegroupsGetDetailsParams() *PcloudVolumegroupsGetDetailsParams

NewPcloudVolumegroupsGetDetailsParams creates a new PcloudVolumegroupsGetDetailsParams 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 NewPcloudVolumegroupsGetDetailsParamsWithContext

func NewPcloudVolumegroupsGetDetailsParamsWithContext(ctx context.Context) *PcloudVolumegroupsGetDetailsParams

NewPcloudVolumegroupsGetDetailsParamsWithContext creates a new PcloudVolumegroupsGetDetailsParams object with the ability to set a context for a request.

func NewPcloudVolumegroupsGetDetailsParamsWithHTTPClient

func NewPcloudVolumegroupsGetDetailsParamsWithHTTPClient(client *http.Client) *PcloudVolumegroupsGetDetailsParams

NewPcloudVolumegroupsGetDetailsParamsWithHTTPClient creates a new PcloudVolumegroupsGetDetailsParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudVolumegroupsGetDetailsParamsWithTimeout

func NewPcloudVolumegroupsGetDetailsParamsWithTimeout(timeout time.Duration) *PcloudVolumegroupsGetDetailsParams

NewPcloudVolumegroupsGetDetailsParamsWithTimeout creates a new PcloudVolumegroupsGetDetailsParams object with the ability to set a timeout on a request.

func (*PcloudVolumegroupsGetDetailsParams) SetCloudInstanceID

func (o *PcloudVolumegroupsGetDetailsParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud volumegroups get details params

func (*PcloudVolumegroupsGetDetailsParams) SetContext

SetContext adds the context to the pcloud volumegroups get details params

func (*PcloudVolumegroupsGetDetailsParams) SetDefaults

func (o *PcloudVolumegroupsGetDetailsParams) SetDefaults()

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

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

func (*PcloudVolumegroupsGetDetailsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud volumegroups get details params

func (*PcloudVolumegroupsGetDetailsParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud volumegroups get details params

func (*PcloudVolumegroupsGetDetailsParams) SetVolumeGroupID

func (o *PcloudVolumegroupsGetDetailsParams) SetVolumeGroupID(volumeGroupID string)

SetVolumeGroupID adds the volumeGroupId to the pcloud volumegroups get details params

func (*PcloudVolumegroupsGetDetailsParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud volumegroups get details params

func (*PcloudVolumegroupsGetDetailsParams) WithContext

WithContext adds the context to the pcloud volumegroups get details params

func (*PcloudVolumegroupsGetDetailsParams) WithDefaults

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

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

func (*PcloudVolumegroupsGetDetailsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud volumegroups get details params

func (*PcloudVolumegroupsGetDetailsParams) WithTimeout

WithTimeout adds the timeout to the pcloud volumegroups get details params

func (*PcloudVolumegroupsGetDetailsParams) WithVolumeGroupID

WithVolumeGroupID adds the volumeGroupID to the pcloud volumegroups get details params

func (*PcloudVolumegroupsGetDetailsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudVolumegroupsGetDetailsReader

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

PcloudVolumegroupsGetDetailsReader is a Reader for the PcloudVolumegroupsGetDetails structure.

func (*PcloudVolumegroupsGetDetailsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudVolumegroupsGetDetailsUnauthorized added in v1.4.2

type PcloudVolumegroupsGetDetailsUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudVolumegroupsGetDetailsUnauthorized added in v1.4.2

func NewPcloudVolumegroupsGetDetailsUnauthorized() *PcloudVolumegroupsGetDetailsUnauthorized

NewPcloudVolumegroupsGetDetailsUnauthorized creates a PcloudVolumegroupsGetDetailsUnauthorized with default headers values

func (*PcloudVolumegroupsGetDetailsUnauthorized) Code added in v1.4.2

Code gets the status code for the pcloud volumegroups get details unauthorized response

func (*PcloudVolumegroupsGetDetailsUnauthorized) Error added in v1.4.2

func (*PcloudVolumegroupsGetDetailsUnauthorized) GetPayload added in v1.4.2

func (*PcloudVolumegroupsGetDetailsUnauthorized) IsClientError added in v1.4.2

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

func (*PcloudVolumegroupsGetDetailsUnauthorized) IsCode added in v1.4.2

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

func (*PcloudVolumegroupsGetDetailsUnauthorized) IsRedirect added in v1.4.2

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

func (*PcloudVolumegroupsGetDetailsUnauthorized) IsServerError added in v1.4.2

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

func (*PcloudVolumegroupsGetDetailsUnauthorized) IsSuccess added in v1.4.2

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

func (*PcloudVolumegroupsGetDetailsUnauthorized) String added in v1.4.2

type PcloudVolumegroupsGetForbidden added in v1.2.2

type PcloudVolumegroupsGetForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsGetForbidden added in v1.2.2

func NewPcloudVolumegroupsGetForbidden() *PcloudVolumegroupsGetForbidden

NewPcloudVolumegroupsGetForbidden creates a PcloudVolumegroupsGetForbidden with default headers values

func (*PcloudVolumegroupsGetForbidden) Code added in v1.2.4

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

func (*PcloudVolumegroupsGetForbidden) Error added in v1.2.2

func (*PcloudVolumegroupsGetForbidden) GetPayload added in v1.2.2

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

func (*PcloudVolumegroupsGetForbidden) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsGetForbidden) IsClientError() bool

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

func (*PcloudVolumegroupsGetForbidden) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsGetForbidden) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsGetForbidden) IsRedirect() bool

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

func (*PcloudVolumegroupsGetForbidden) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsGetForbidden) IsServerError() bool

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

func (*PcloudVolumegroupsGetForbidden) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsGetForbidden) IsSuccess() bool

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

func (*PcloudVolumegroupsGetForbidden) String added in v1.2.2

type PcloudVolumegroupsGetInternalServerError

type PcloudVolumegroupsGetInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudVolumegroupsGetInternalServerError

func NewPcloudVolumegroupsGetInternalServerError() *PcloudVolumegroupsGetInternalServerError

NewPcloudVolumegroupsGetInternalServerError creates a PcloudVolumegroupsGetInternalServerError with default headers values

func (*PcloudVolumegroupsGetInternalServerError) Code added in v1.2.4

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

func (*PcloudVolumegroupsGetInternalServerError) Error

func (*PcloudVolumegroupsGetInternalServerError) GetPayload

func (*PcloudVolumegroupsGetInternalServerError) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsGetInternalServerError) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsGetInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsGetInternalServerError) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsGetInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsGetInternalServerError) String added in v1.2.2

type PcloudVolumegroupsGetNotFound

type PcloudVolumegroupsGetNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudVolumegroupsGetNotFound

func NewPcloudVolumegroupsGetNotFound() *PcloudVolumegroupsGetNotFound

NewPcloudVolumegroupsGetNotFound creates a PcloudVolumegroupsGetNotFound with default headers values

func (*PcloudVolumegroupsGetNotFound) Code added in v1.2.4

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

func (*PcloudVolumegroupsGetNotFound) Error

func (*PcloudVolumegroupsGetNotFound) GetPayload

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

func (*PcloudVolumegroupsGetNotFound) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsGetNotFound) IsClientError() bool

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

func (*PcloudVolumegroupsGetNotFound) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsGetNotFound) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsGetNotFound) IsRedirect() bool

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

func (*PcloudVolumegroupsGetNotFound) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsGetNotFound) IsServerError() bool

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

func (*PcloudVolumegroupsGetNotFound) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsGetNotFound) IsSuccess() bool

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

func (*PcloudVolumegroupsGetNotFound) String added in v1.2.2

type PcloudVolumegroupsGetOK

type PcloudVolumegroupsGetOK struct {
	Payload *models.VolumeGroup
}

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

OK

func NewPcloudVolumegroupsGetOK

func NewPcloudVolumegroupsGetOK() *PcloudVolumegroupsGetOK

NewPcloudVolumegroupsGetOK creates a PcloudVolumegroupsGetOK with default headers values

func (*PcloudVolumegroupsGetOK) Code added in v1.2.4

func (o *PcloudVolumegroupsGetOK) Code() int

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

func (*PcloudVolumegroupsGetOK) Error

func (o *PcloudVolumegroupsGetOK) Error() string

func (*PcloudVolumegroupsGetOK) GetPayload

func (o *PcloudVolumegroupsGetOK) GetPayload() *models.VolumeGroup

func (*PcloudVolumegroupsGetOK) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsGetOK) IsClientError() bool

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

func (*PcloudVolumegroupsGetOK) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsGetOK) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsGetOK) IsRedirect() bool

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

func (*PcloudVolumegroupsGetOK) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsGetOK) IsServerError() bool

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

func (*PcloudVolumegroupsGetOK) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsGetOK) IsSuccess() bool

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

func (*PcloudVolumegroupsGetOK) String added in v1.2.2

func (o *PcloudVolumegroupsGetOK) String() string

type PcloudVolumegroupsGetParams

type PcloudVolumegroupsGetParams struct {

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

	/* VolumeGroupID.

	   The ID of the volume group
	*/
	VolumeGroupID string

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

PcloudVolumegroupsGetParams contains all the parameters to send to the API endpoint

for the pcloud volumegroups get operation.

Typically these are written to a http.Request.

func NewPcloudVolumegroupsGetParams

func NewPcloudVolumegroupsGetParams() *PcloudVolumegroupsGetParams

NewPcloudVolumegroupsGetParams creates a new PcloudVolumegroupsGetParams 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 NewPcloudVolumegroupsGetParamsWithContext

func NewPcloudVolumegroupsGetParamsWithContext(ctx context.Context) *PcloudVolumegroupsGetParams

NewPcloudVolumegroupsGetParamsWithContext creates a new PcloudVolumegroupsGetParams object with the ability to set a context for a request.

func NewPcloudVolumegroupsGetParamsWithHTTPClient

func NewPcloudVolumegroupsGetParamsWithHTTPClient(client *http.Client) *PcloudVolumegroupsGetParams

NewPcloudVolumegroupsGetParamsWithHTTPClient creates a new PcloudVolumegroupsGetParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudVolumegroupsGetParamsWithTimeout

func NewPcloudVolumegroupsGetParamsWithTimeout(timeout time.Duration) *PcloudVolumegroupsGetParams

NewPcloudVolumegroupsGetParamsWithTimeout creates a new PcloudVolumegroupsGetParams object with the ability to set a timeout on a request.

func (*PcloudVolumegroupsGetParams) SetCloudInstanceID

func (o *PcloudVolumegroupsGetParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud volumegroups get params

func (*PcloudVolumegroupsGetParams) SetContext

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

SetContext adds the context to the pcloud volumegroups get params

func (*PcloudVolumegroupsGetParams) SetDefaults

func (o *PcloudVolumegroupsGetParams) SetDefaults()

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

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

func (*PcloudVolumegroupsGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud volumegroups get params

func (*PcloudVolumegroupsGetParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud volumegroups get params

func (*PcloudVolumegroupsGetParams) SetVolumeGroupID

func (o *PcloudVolumegroupsGetParams) SetVolumeGroupID(volumeGroupID string)

SetVolumeGroupID adds the volumeGroupId to the pcloud volumegroups get params

func (*PcloudVolumegroupsGetParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud volumegroups get params

func (*PcloudVolumegroupsGetParams) WithContext

WithContext adds the context to the pcloud volumegroups get params

func (*PcloudVolumegroupsGetParams) WithDefaults

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

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

func (*PcloudVolumegroupsGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud volumegroups get params

func (*PcloudVolumegroupsGetParams) WithTimeout

WithTimeout adds the timeout to the pcloud volumegroups get params

func (*PcloudVolumegroupsGetParams) WithVolumeGroupID

func (o *PcloudVolumegroupsGetParams) WithVolumeGroupID(volumeGroupID string) *PcloudVolumegroupsGetParams

WithVolumeGroupID adds the volumeGroupID to the pcloud volumegroups get params

func (*PcloudVolumegroupsGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudVolumegroupsGetReader

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

PcloudVolumegroupsGetReader is a Reader for the PcloudVolumegroupsGet structure.

func (*PcloudVolumegroupsGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudVolumegroupsGetUnauthorized added in v1.4.2

type PcloudVolumegroupsGetUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudVolumegroupsGetUnauthorized added in v1.4.2

func NewPcloudVolumegroupsGetUnauthorized() *PcloudVolumegroupsGetUnauthorized

NewPcloudVolumegroupsGetUnauthorized creates a PcloudVolumegroupsGetUnauthorized with default headers values

func (*PcloudVolumegroupsGetUnauthorized) Code added in v1.4.2

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

func (*PcloudVolumegroupsGetUnauthorized) Error added in v1.4.2

func (*PcloudVolumegroupsGetUnauthorized) GetPayload added in v1.4.2

func (*PcloudVolumegroupsGetUnauthorized) IsClientError added in v1.4.2

func (o *PcloudVolumegroupsGetUnauthorized) IsClientError() bool

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

func (*PcloudVolumegroupsGetUnauthorized) IsCode added in v1.4.2

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

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

func (*PcloudVolumegroupsGetUnauthorized) IsRedirect added in v1.4.2

func (o *PcloudVolumegroupsGetUnauthorized) IsRedirect() bool

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

func (*PcloudVolumegroupsGetUnauthorized) IsServerError added in v1.4.2

func (o *PcloudVolumegroupsGetUnauthorized) IsServerError() bool

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

func (*PcloudVolumegroupsGetUnauthorized) IsSuccess added in v1.4.2

func (o *PcloudVolumegroupsGetUnauthorized) IsSuccess() bool

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

func (*PcloudVolumegroupsGetUnauthorized) String added in v1.4.2

type PcloudVolumegroupsGetallBadRequest

type PcloudVolumegroupsGetallBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudVolumegroupsGetallBadRequest

func NewPcloudVolumegroupsGetallBadRequest() *PcloudVolumegroupsGetallBadRequest

NewPcloudVolumegroupsGetallBadRequest creates a PcloudVolumegroupsGetallBadRequest with default headers values

func (*PcloudVolumegroupsGetallBadRequest) Code added in v1.2.4

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

func (*PcloudVolumegroupsGetallBadRequest) Error

func (*PcloudVolumegroupsGetallBadRequest) GetPayload

func (*PcloudVolumegroupsGetallBadRequest) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsGetallBadRequest) IsClientError() bool

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

func (*PcloudVolumegroupsGetallBadRequest) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsGetallBadRequest) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsGetallBadRequest) IsRedirect() bool

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

func (*PcloudVolumegroupsGetallBadRequest) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsGetallBadRequest) IsServerError() bool

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

func (*PcloudVolumegroupsGetallBadRequest) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsGetallBadRequest) String added in v1.2.2

type PcloudVolumegroupsGetallDetailsBadRequest

type PcloudVolumegroupsGetallDetailsBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudVolumegroupsGetallDetailsBadRequest

func NewPcloudVolumegroupsGetallDetailsBadRequest() *PcloudVolumegroupsGetallDetailsBadRequest

NewPcloudVolumegroupsGetallDetailsBadRequest creates a PcloudVolumegroupsGetallDetailsBadRequest with default headers values

func (*PcloudVolumegroupsGetallDetailsBadRequest) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups getall details bad request response

func (*PcloudVolumegroupsGetallDetailsBadRequest) Error

func (*PcloudVolumegroupsGetallDetailsBadRequest) GetPayload

func (*PcloudVolumegroupsGetallDetailsBadRequest) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsBadRequest) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsBadRequest) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsBadRequest) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsBadRequest) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsBadRequest) String added in v1.2.2

type PcloudVolumegroupsGetallDetailsForbidden added in v1.2.2

type PcloudVolumegroupsGetallDetailsForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsGetallDetailsForbidden added in v1.2.2

func NewPcloudVolumegroupsGetallDetailsForbidden() *PcloudVolumegroupsGetallDetailsForbidden

NewPcloudVolumegroupsGetallDetailsForbidden creates a PcloudVolumegroupsGetallDetailsForbidden with default headers values

func (*PcloudVolumegroupsGetallDetailsForbidden) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups getall details forbidden response

func (*PcloudVolumegroupsGetallDetailsForbidden) Error added in v1.2.2

func (*PcloudVolumegroupsGetallDetailsForbidden) GetPayload added in v1.2.2

func (*PcloudVolumegroupsGetallDetailsForbidden) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsForbidden) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsForbidden) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsForbidden) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsForbidden) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsForbidden) String added in v1.2.2

type PcloudVolumegroupsGetallDetailsInternalServerError

type PcloudVolumegroupsGetallDetailsInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudVolumegroupsGetallDetailsInternalServerError

func NewPcloudVolumegroupsGetallDetailsInternalServerError() *PcloudVolumegroupsGetallDetailsInternalServerError

NewPcloudVolumegroupsGetallDetailsInternalServerError creates a PcloudVolumegroupsGetallDetailsInternalServerError with default headers values

func (*PcloudVolumegroupsGetallDetailsInternalServerError) Code added in v1.2.4

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

func (*PcloudVolumegroupsGetallDetailsInternalServerError) Error

func (*PcloudVolumegroupsGetallDetailsInternalServerError) GetPayload

func (*PcloudVolumegroupsGetallDetailsInternalServerError) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsInternalServerError) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsInternalServerError) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsInternalServerError) String added in v1.2.2

type PcloudVolumegroupsGetallDetailsNotFound added in v1.4.2

type PcloudVolumegroupsGetallDetailsNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudVolumegroupsGetallDetailsNotFound added in v1.4.2

func NewPcloudVolumegroupsGetallDetailsNotFound() *PcloudVolumegroupsGetallDetailsNotFound

NewPcloudVolumegroupsGetallDetailsNotFound creates a PcloudVolumegroupsGetallDetailsNotFound with default headers values

func (*PcloudVolumegroupsGetallDetailsNotFound) Code added in v1.4.2

Code gets the status code for the pcloud volumegroups getall details not found response

func (*PcloudVolumegroupsGetallDetailsNotFound) Error added in v1.4.2

func (*PcloudVolumegroupsGetallDetailsNotFound) GetPayload added in v1.4.2

func (*PcloudVolumegroupsGetallDetailsNotFound) IsClientError added in v1.4.2

func (o *PcloudVolumegroupsGetallDetailsNotFound) IsClientError() bool

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

func (*PcloudVolumegroupsGetallDetailsNotFound) IsCode added in v1.4.2

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

func (*PcloudVolumegroupsGetallDetailsNotFound) IsRedirect added in v1.4.2

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

func (*PcloudVolumegroupsGetallDetailsNotFound) IsServerError added in v1.4.2

func (o *PcloudVolumegroupsGetallDetailsNotFound) IsServerError() bool

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

func (*PcloudVolumegroupsGetallDetailsNotFound) IsSuccess added in v1.4.2

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

func (*PcloudVolumegroupsGetallDetailsNotFound) String added in v1.4.2

type PcloudVolumegroupsGetallDetailsOK

type PcloudVolumegroupsGetallDetailsOK struct {
	Payload *models.VolumeGroupsDetails
}

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

OK

func NewPcloudVolumegroupsGetallDetailsOK

func NewPcloudVolumegroupsGetallDetailsOK() *PcloudVolumegroupsGetallDetailsOK

NewPcloudVolumegroupsGetallDetailsOK creates a PcloudVolumegroupsGetallDetailsOK with default headers values

func (*PcloudVolumegroupsGetallDetailsOK) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups getall details o k response

func (*PcloudVolumegroupsGetallDetailsOK) Error

func (*PcloudVolumegroupsGetallDetailsOK) GetPayload

func (*PcloudVolumegroupsGetallDetailsOK) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsGetallDetailsOK) IsClientError() bool

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

func (*PcloudVolumegroupsGetallDetailsOK) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsGetallDetailsOK) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsGetallDetailsOK) IsRedirect() bool

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

func (*PcloudVolumegroupsGetallDetailsOK) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsGetallDetailsOK) IsServerError() bool

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

func (*PcloudVolumegroupsGetallDetailsOK) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsGetallDetailsOK) IsSuccess() bool

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

func (*PcloudVolumegroupsGetallDetailsOK) String added in v1.2.2

type PcloudVolumegroupsGetallDetailsParams

type PcloudVolumegroupsGetallDetailsParams struct {

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

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

PcloudVolumegroupsGetallDetailsParams contains all the parameters to send to the API endpoint

for the pcloud volumegroups getall details operation.

Typically these are written to a http.Request.

func NewPcloudVolumegroupsGetallDetailsParams

func NewPcloudVolumegroupsGetallDetailsParams() *PcloudVolumegroupsGetallDetailsParams

NewPcloudVolumegroupsGetallDetailsParams creates a new PcloudVolumegroupsGetallDetailsParams 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 NewPcloudVolumegroupsGetallDetailsParamsWithContext

func NewPcloudVolumegroupsGetallDetailsParamsWithContext(ctx context.Context) *PcloudVolumegroupsGetallDetailsParams

NewPcloudVolumegroupsGetallDetailsParamsWithContext creates a new PcloudVolumegroupsGetallDetailsParams object with the ability to set a context for a request.

func NewPcloudVolumegroupsGetallDetailsParamsWithHTTPClient

func NewPcloudVolumegroupsGetallDetailsParamsWithHTTPClient(client *http.Client) *PcloudVolumegroupsGetallDetailsParams

NewPcloudVolumegroupsGetallDetailsParamsWithHTTPClient creates a new PcloudVolumegroupsGetallDetailsParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudVolumegroupsGetallDetailsParamsWithTimeout

func NewPcloudVolumegroupsGetallDetailsParamsWithTimeout(timeout time.Duration) *PcloudVolumegroupsGetallDetailsParams

NewPcloudVolumegroupsGetallDetailsParamsWithTimeout creates a new PcloudVolumegroupsGetallDetailsParams object with the ability to set a timeout on a request.

func (*PcloudVolumegroupsGetallDetailsParams) SetCloudInstanceID

func (o *PcloudVolumegroupsGetallDetailsParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud volumegroups getall details params

func (*PcloudVolumegroupsGetallDetailsParams) SetContext

SetContext adds the context to the pcloud volumegroups getall details params

func (*PcloudVolumegroupsGetallDetailsParams) SetDefaults

func (o *PcloudVolumegroupsGetallDetailsParams) SetDefaults()

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

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

func (*PcloudVolumegroupsGetallDetailsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud volumegroups getall details params

func (*PcloudVolumegroupsGetallDetailsParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud volumegroups getall details params

func (*PcloudVolumegroupsGetallDetailsParams) WithCloudInstanceID

WithCloudInstanceID adds the cloudInstanceID to the pcloud volumegroups getall details params

func (*PcloudVolumegroupsGetallDetailsParams) WithContext

WithContext adds the context to the pcloud volumegroups getall details params

func (*PcloudVolumegroupsGetallDetailsParams) WithDefaults

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

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

func (*PcloudVolumegroupsGetallDetailsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud volumegroups getall details params

func (*PcloudVolumegroupsGetallDetailsParams) WithTimeout

WithTimeout adds the timeout to the pcloud volumegroups getall details params

func (*PcloudVolumegroupsGetallDetailsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudVolumegroupsGetallDetailsReader

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

PcloudVolumegroupsGetallDetailsReader is a Reader for the PcloudVolumegroupsGetallDetails structure.

func (*PcloudVolumegroupsGetallDetailsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudVolumegroupsGetallDetailsUnauthorized

type PcloudVolumegroupsGetallDetailsUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudVolumegroupsGetallDetailsUnauthorized

func NewPcloudVolumegroupsGetallDetailsUnauthorized() *PcloudVolumegroupsGetallDetailsUnauthorized

NewPcloudVolumegroupsGetallDetailsUnauthorized creates a PcloudVolumegroupsGetallDetailsUnauthorized with default headers values

func (*PcloudVolumegroupsGetallDetailsUnauthorized) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups getall details unauthorized response

func (*PcloudVolumegroupsGetallDetailsUnauthorized) Error

func (*PcloudVolumegroupsGetallDetailsUnauthorized) GetPayload

func (*PcloudVolumegroupsGetallDetailsUnauthorized) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsUnauthorized) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsUnauthorized) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsUnauthorized) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsUnauthorized) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsGetallDetailsUnauthorized) String added in v1.2.2

type PcloudVolumegroupsGetallForbidden added in v1.2.2

type PcloudVolumegroupsGetallForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsGetallForbidden added in v1.2.2

func NewPcloudVolumegroupsGetallForbidden() *PcloudVolumegroupsGetallForbidden

NewPcloudVolumegroupsGetallForbidden creates a PcloudVolumegroupsGetallForbidden with default headers values

func (*PcloudVolumegroupsGetallForbidden) Code added in v1.2.4

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

func (*PcloudVolumegroupsGetallForbidden) Error added in v1.2.2

func (*PcloudVolumegroupsGetallForbidden) GetPayload added in v1.2.2

func (*PcloudVolumegroupsGetallForbidden) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsGetallForbidden) IsClientError() bool

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

func (*PcloudVolumegroupsGetallForbidden) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsGetallForbidden) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsGetallForbidden) IsRedirect() bool

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

func (*PcloudVolumegroupsGetallForbidden) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsGetallForbidden) IsServerError() bool

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

func (*PcloudVolumegroupsGetallForbidden) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsGetallForbidden) IsSuccess() bool

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

func (*PcloudVolumegroupsGetallForbidden) String added in v1.2.2

type PcloudVolumegroupsGetallInternalServerError

type PcloudVolumegroupsGetallInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudVolumegroupsGetallInternalServerError

func NewPcloudVolumegroupsGetallInternalServerError() *PcloudVolumegroupsGetallInternalServerError

NewPcloudVolumegroupsGetallInternalServerError creates a PcloudVolumegroupsGetallInternalServerError with default headers values

func (*PcloudVolumegroupsGetallInternalServerError) Code added in v1.2.4

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

func (*PcloudVolumegroupsGetallInternalServerError) Error

func (*PcloudVolumegroupsGetallInternalServerError) GetPayload

func (*PcloudVolumegroupsGetallInternalServerError) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsGetallInternalServerError) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsGetallInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsGetallInternalServerError) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsGetallInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsGetallInternalServerError) String added in v1.2.2

type PcloudVolumegroupsGetallNotFound added in v1.4.2

type PcloudVolumegroupsGetallNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudVolumegroupsGetallNotFound added in v1.4.2

func NewPcloudVolumegroupsGetallNotFound() *PcloudVolumegroupsGetallNotFound

NewPcloudVolumegroupsGetallNotFound creates a PcloudVolumegroupsGetallNotFound with default headers values

func (*PcloudVolumegroupsGetallNotFound) Code added in v1.4.2

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

func (*PcloudVolumegroupsGetallNotFound) Error added in v1.4.2

func (*PcloudVolumegroupsGetallNotFound) GetPayload added in v1.4.2

func (*PcloudVolumegroupsGetallNotFound) IsClientError added in v1.4.2

func (o *PcloudVolumegroupsGetallNotFound) IsClientError() bool

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

func (*PcloudVolumegroupsGetallNotFound) IsCode added in v1.4.2

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

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

func (*PcloudVolumegroupsGetallNotFound) IsRedirect added in v1.4.2

func (o *PcloudVolumegroupsGetallNotFound) IsRedirect() bool

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

func (*PcloudVolumegroupsGetallNotFound) IsServerError added in v1.4.2

func (o *PcloudVolumegroupsGetallNotFound) IsServerError() bool

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

func (*PcloudVolumegroupsGetallNotFound) IsSuccess added in v1.4.2

func (o *PcloudVolumegroupsGetallNotFound) IsSuccess() bool

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

func (*PcloudVolumegroupsGetallNotFound) String added in v1.4.2

type PcloudVolumegroupsGetallOK

type PcloudVolumegroupsGetallOK struct {
	Payload *models.VolumeGroups
}

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

OK

func NewPcloudVolumegroupsGetallOK

func NewPcloudVolumegroupsGetallOK() *PcloudVolumegroupsGetallOK

NewPcloudVolumegroupsGetallOK creates a PcloudVolumegroupsGetallOK with default headers values

func (*PcloudVolumegroupsGetallOK) Code added in v1.2.4

func (o *PcloudVolumegroupsGetallOK) Code() int

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

func (*PcloudVolumegroupsGetallOK) Error

func (*PcloudVolumegroupsGetallOK) GetPayload

func (*PcloudVolumegroupsGetallOK) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsGetallOK) IsClientError() bool

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

func (*PcloudVolumegroupsGetallOK) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsGetallOK) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsGetallOK) IsRedirect() bool

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

func (*PcloudVolumegroupsGetallOK) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsGetallOK) IsServerError() bool

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

func (*PcloudVolumegroupsGetallOK) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsGetallOK) IsSuccess() bool

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

func (*PcloudVolumegroupsGetallOK) String added in v1.2.2

func (o *PcloudVolumegroupsGetallOK) String() string

type PcloudVolumegroupsGetallParams

type PcloudVolumegroupsGetallParams struct {

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

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

PcloudVolumegroupsGetallParams contains all the parameters to send to the API endpoint

for the pcloud volumegroups getall operation.

Typically these are written to a http.Request.

func NewPcloudVolumegroupsGetallParams

func NewPcloudVolumegroupsGetallParams() *PcloudVolumegroupsGetallParams

NewPcloudVolumegroupsGetallParams creates a new PcloudVolumegroupsGetallParams 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 NewPcloudVolumegroupsGetallParamsWithContext

func NewPcloudVolumegroupsGetallParamsWithContext(ctx context.Context) *PcloudVolumegroupsGetallParams

NewPcloudVolumegroupsGetallParamsWithContext creates a new PcloudVolumegroupsGetallParams object with the ability to set a context for a request.

func NewPcloudVolumegroupsGetallParamsWithHTTPClient

func NewPcloudVolumegroupsGetallParamsWithHTTPClient(client *http.Client) *PcloudVolumegroupsGetallParams

NewPcloudVolumegroupsGetallParamsWithHTTPClient creates a new PcloudVolumegroupsGetallParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudVolumegroupsGetallParamsWithTimeout

func NewPcloudVolumegroupsGetallParamsWithTimeout(timeout time.Duration) *PcloudVolumegroupsGetallParams

NewPcloudVolumegroupsGetallParamsWithTimeout creates a new PcloudVolumegroupsGetallParams object with the ability to set a timeout on a request.

func (*PcloudVolumegroupsGetallParams) SetCloudInstanceID

func (o *PcloudVolumegroupsGetallParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud volumegroups getall params

func (*PcloudVolumegroupsGetallParams) SetContext

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

SetContext adds the context to the pcloud volumegroups getall params

func (*PcloudVolumegroupsGetallParams) SetDefaults

func (o *PcloudVolumegroupsGetallParams) SetDefaults()

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

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

func (*PcloudVolumegroupsGetallParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud volumegroups getall params

func (*PcloudVolumegroupsGetallParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud volumegroups getall params

func (*PcloudVolumegroupsGetallParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud volumegroups getall params

func (*PcloudVolumegroupsGetallParams) WithContext

WithContext adds the context to the pcloud volumegroups getall params

func (*PcloudVolumegroupsGetallParams) WithDefaults

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

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

func (*PcloudVolumegroupsGetallParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud volumegroups getall params

func (*PcloudVolumegroupsGetallParams) WithTimeout

WithTimeout adds the timeout to the pcloud volumegroups getall params

func (*PcloudVolumegroupsGetallParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudVolumegroupsGetallReader

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

PcloudVolumegroupsGetallReader is a Reader for the PcloudVolumegroupsGetall structure.

func (*PcloudVolumegroupsGetallReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudVolumegroupsGetallUnauthorized

type PcloudVolumegroupsGetallUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudVolumegroupsGetallUnauthorized

func NewPcloudVolumegroupsGetallUnauthorized() *PcloudVolumegroupsGetallUnauthorized

NewPcloudVolumegroupsGetallUnauthorized creates a PcloudVolumegroupsGetallUnauthorized with default headers values

func (*PcloudVolumegroupsGetallUnauthorized) Code added in v1.2.4

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

func (*PcloudVolumegroupsGetallUnauthorized) Error

func (*PcloudVolumegroupsGetallUnauthorized) GetPayload

func (*PcloudVolumegroupsGetallUnauthorized) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsGetallUnauthorized) IsClientError() bool

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

func (*PcloudVolumegroupsGetallUnauthorized) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsGetallUnauthorized) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsGetallUnauthorized) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsGetallUnauthorized) IsServerError() bool

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

func (*PcloudVolumegroupsGetallUnauthorized) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsGetallUnauthorized) String added in v1.2.2

type PcloudVolumegroupsPostAccepted

type PcloudVolumegroupsPostAccepted struct {
	Payload *models.VolumeGroupCreateResponse
}

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

Accepted

func NewPcloudVolumegroupsPostAccepted

func NewPcloudVolumegroupsPostAccepted() *PcloudVolumegroupsPostAccepted

NewPcloudVolumegroupsPostAccepted creates a PcloudVolumegroupsPostAccepted with default headers values

func (*PcloudVolumegroupsPostAccepted) Code added in v1.2.4

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

func (*PcloudVolumegroupsPostAccepted) Error

func (*PcloudVolumegroupsPostAccepted) GetPayload

func (*PcloudVolumegroupsPostAccepted) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsPostAccepted) IsClientError() bool

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

func (*PcloudVolumegroupsPostAccepted) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsPostAccepted) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsPostAccepted) IsRedirect() bool

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

func (*PcloudVolumegroupsPostAccepted) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsPostAccepted) IsServerError() bool

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

func (*PcloudVolumegroupsPostAccepted) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsPostAccepted) IsSuccess() bool

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

func (*PcloudVolumegroupsPostAccepted) String added in v1.2.2

type PcloudVolumegroupsPostBadRequest

type PcloudVolumegroupsPostBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudVolumegroupsPostBadRequest

func NewPcloudVolumegroupsPostBadRequest() *PcloudVolumegroupsPostBadRequest

NewPcloudVolumegroupsPostBadRequest creates a PcloudVolumegroupsPostBadRequest with default headers values

func (*PcloudVolumegroupsPostBadRequest) Code added in v1.2.4

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

func (*PcloudVolumegroupsPostBadRequest) Error

func (*PcloudVolumegroupsPostBadRequest) GetPayload

func (*PcloudVolumegroupsPostBadRequest) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsPostBadRequest) IsClientError() bool

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

func (*PcloudVolumegroupsPostBadRequest) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsPostBadRequest) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsPostBadRequest) IsRedirect() bool

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

func (*PcloudVolumegroupsPostBadRequest) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsPostBadRequest) IsServerError() bool

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

func (*PcloudVolumegroupsPostBadRequest) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsPostBadRequest) IsSuccess() bool

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

func (*PcloudVolumegroupsPostBadRequest) String added in v1.2.2

type PcloudVolumegroupsPostConflict

type PcloudVolumegroupsPostConflict struct {
	Payload *models.Error
}

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

Conflict

func NewPcloudVolumegroupsPostConflict

func NewPcloudVolumegroupsPostConflict() *PcloudVolumegroupsPostConflict

NewPcloudVolumegroupsPostConflict creates a PcloudVolumegroupsPostConflict with default headers values

func (*PcloudVolumegroupsPostConflict) Code added in v1.2.4

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

func (*PcloudVolumegroupsPostConflict) Error

func (*PcloudVolumegroupsPostConflict) GetPayload

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

func (*PcloudVolumegroupsPostConflict) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsPostConflict) IsClientError() bool

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

func (*PcloudVolumegroupsPostConflict) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsPostConflict) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsPostConflict) IsRedirect() bool

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

func (*PcloudVolumegroupsPostConflict) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsPostConflict) IsServerError() bool

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

func (*PcloudVolumegroupsPostConflict) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsPostConflict) IsSuccess() bool

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

func (*PcloudVolumegroupsPostConflict) String added in v1.2.2

type PcloudVolumegroupsPostForbidden added in v1.2.2

type PcloudVolumegroupsPostForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsPostForbidden added in v1.2.2

func NewPcloudVolumegroupsPostForbidden() *PcloudVolumegroupsPostForbidden

NewPcloudVolumegroupsPostForbidden creates a PcloudVolumegroupsPostForbidden with default headers values

func (*PcloudVolumegroupsPostForbidden) Code added in v1.2.4

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

func (*PcloudVolumegroupsPostForbidden) Error added in v1.2.2

func (*PcloudVolumegroupsPostForbidden) GetPayload added in v1.2.2

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

func (*PcloudVolumegroupsPostForbidden) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsPostForbidden) IsClientError() bool

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

func (*PcloudVolumegroupsPostForbidden) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsPostForbidden) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsPostForbidden) IsRedirect() bool

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

func (*PcloudVolumegroupsPostForbidden) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsPostForbidden) IsServerError() bool

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

func (*PcloudVolumegroupsPostForbidden) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsPostForbidden) IsSuccess() bool

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

func (*PcloudVolumegroupsPostForbidden) String added in v1.2.2

type PcloudVolumegroupsPostGatewayTimeout

type PcloudVolumegroupsPostGatewayTimeout struct {
	Payload *models.Error
}

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

Gateway Timeout. Request is still processing and taking longer than expected.

func NewPcloudVolumegroupsPostGatewayTimeout

func NewPcloudVolumegroupsPostGatewayTimeout() *PcloudVolumegroupsPostGatewayTimeout

NewPcloudVolumegroupsPostGatewayTimeout creates a PcloudVolumegroupsPostGatewayTimeout with default headers values

func (*PcloudVolumegroupsPostGatewayTimeout) Code added in v1.2.4

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

func (*PcloudVolumegroupsPostGatewayTimeout) Error

func (*PcloudVolumegroupsPostGatewayTimeout) GetPayload

func (*PcloudVolumegroupsPostGatewayTimeout) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsPostGatewayTimeout) IsClientError() bool

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

func (*PcloudVolumegroupsPostGatewayTimeout) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsPostGatewayTimeout) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsPostGatewayTimeout) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsPostGatewayTimeout) IsServerError() bool

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

func (*PcloudVolumegroupsPostGatewayTimeout) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsPostGatewayTimeout) String added in v1.2.2

type PcloudVolumegroupsPostInternalServerError

type PcloudVolumegroupsPostInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudVolumegroupsPostInternalServerError

func NewPcloudVolumegroupsPostInternalServerError() *PcloudVolumegroupsPostInternalServerError

NewPcloudVolumegroupsPostInternalServerError creates a PcloudVolumegroupsPostInternalServerError with default headers values

func (*PcloudVolumegroupsPostInternalServerError) Code added in v1.2.4

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

func (*PcloudVolumegroupsPostInternalServerError) Error

func (*PcloudVolumegroupsPostInternalServerError) GetPayload

func (*PcloudVolumegroupsPostInternalServerError) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsPostInternalServerError) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsPostInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsPostInternalServerError) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsPostInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsPostInternalServerError) String added in v1.2.2

type PcloudVolumegroupsPostNotFound added in v1.4.2

type PcloudVolumegroupsPostNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudVolumegroupsPostNotFound added in v1.4.2

func NewPcloudVolumegroupsPostNotFound() *PcloudVolumegroupsPostNotFound

NewPcloudVolumegroupsPostNotFound creates a PcloudVolumegroupsPostNotFound with default headers values

func (*PcloudVolumegroupsPostNotFound) Code added in v1.4.2

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

func (*PcloudVolumegroupsPostNotFound) Error added in v1.4.2

func (*PcloudVolumegroupsPostNotFound) GetPayload added in v1.4.2

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

func (*PcloudVolumegroupsPostNotFound) IsClientError added in v1.4.2

func (o *PcloudVolumegroupsPostNotFound) IsClientError() bool

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

func (*PcloudVolumegroupsPostNotFound) IsCode added in v1.4.2

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

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

func (*PcloudVolumegroupsPostNotFound) IsRedirect added in v1.4.2

func (o *PcloudVolumegroupsPostNotFound) IsRedirect() bool

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

func (*PcloudVolumegroupsPostNotFound) IsServerError added in v1.4.2

func (o *PcloudVolumegroupsPostNotFound) IsServerError() bool

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

func (*PcloudVolumegroupsPostNotFound) IsSuccess added in v1.4.2

func (o *PcloudVolumegroupsPostNotFound) IsSuccess() bool

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

func (*PcloudVolumegroupsPostNotFound) String added in v1.4.2

type PcloudVolumegroupsPostParams

type PcloudVolumegroupsPostParams struct {

	/* Body.

	   Parameters for the creation of a new volume group
	*/
	Body *models.VolumeGroupCreate

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

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

PcloudVolumegroupsPostParams contains all the parameters to send to the API endpoint

for the pcloud volumegroups post operation.

Typically these are written to a http.Request.

func NewPcloudVolumegroupsPostParams

func NewPcloudVolumegroupsPostParams() *PcloudVolumegroupsPostParams

NewPcloudVolumegroupsPostParams creates a new PcloudVolumegroupsPostParams 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 NewPcloudVolumegroupsPostParamsWithContext

func NewPcloudVolumegroupsPostParamsWithContext(ctx context.Context) *PcloudVolumegroupsPostParams

NewPcloudVolumegroupsPostParamsWithContext creates a new PcloudVolumegroupsPostParams object with the ability to set a context for a request.

func NewPcloudVolumegroupsPostParamsWithHTTPClient

func NewPcloudVolumegroupsPostParamsWithHTTPClient(client *http.Client) *PcloudVolumegroupsPostParams

NewPcloudVolumegroupsPostParamsWithHTTPClient creates a new PcloudVolumegroupsPostParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudVolumegroupsPostParamsWithTimeout

func NewPcloudVolumegroupsPostParamsWithTimeout(timeout time.Duration) *PcloudVolumegroupsPostParams

NewPcloudVolumegroupsPostParamsWithTimeout creates a new PcloudVolumegroupsPostParams object with the ability to set a timeout on a request.

func (*PcloudVolumegroupsPostParams) SetBody

SetBody adds the body to the pcloud volumegroups post params

func (*PcloudVolumegroupsPostParams) SetCloudInstanceID

func (o *PcloudVolumegroupsPostParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud volumegroups post params

func (*PcloudVolumegroupsPostParams) SetContext

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

SetContext adds the context to the pcloud volumegroups post params

func (*PcloudVolumegroupsPostParams) SetDefaults

func (o *PcloudVolumegroupsPostParams) SetDefaults()

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

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

func (*PcloudVolumegroupsPostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the pcloud volumegroups post params

func (*PcloudVolumegroupsPostParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud volumegroups post params

func (*PcloudVolumegroupsPostParams) WithBody

WithBody adds the body to the pcloud volumegroups post params

func (*PcloudVolumegroupsPostParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud volumegroups post params

func (*PcloudVolumegroupsPostParams) WithContext

WithContext adds the context to the pcloud volumegroups post params

func (*PcloudVolumegroupsPostParams) WithDefaults

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

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

func (*PcloudVolumegroupsPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the pcloud volumegroups post params

func (*PcloudVolumegroupsPostParams) WithTimeout

WithTimeout adds the timeout to the pcloud volumegroups post params

func (*PcloudVolumegroupsPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudVolumegroupsPostPartialContent added in v1.2.0

type PcloudVolumegroupsPostPartialContent struct {
	Payload *models.VolumeGroupCreateResponse
}

PcloudVolumegroupsPostPartialContent describes a response with status code 206, with default header values.

Partial Content

func NewPcloudVolumegroupsPostPartialContent added in v1.2.0

func NewPcloudVolumegroupsPostPartialContent() *PcloudVolumegroupsPostPartialContent

NewPcloudVolumegroupsPostPartialContent creates a PcloudVolumegroupsPostPartialContent with default headers values

func (*PcloudVolumegroupsPostPartialContent) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups post partial content response

func (*PcloudVolumegroupsPostPartialContent) Error added in v1.2.0

func (*PcloudVolumegroupsPostPartialContent) GetPayload added in v1.2.0

func (*PcloudVolumegroupsPostPartialContent) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsPostPartialContent) IsClientError() bool

IsClientError returns true when this pcloud volumegroups post partial content response has a 4xx status code

func (*PcloudVolumegroupsPostPartialContent) IsCode added in v1.2.2

IsCode returns true when this pcloud volumegroups post partial content response a status code equal to that given

func (*PcloudVolumegroupsPostPartialContent) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud volumegroups post partial content response has a 3xx status code

func (*PcloudVolumegroupsPostPartialContent) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsPostPartialContent) IsServerError() bool

IsServerError returns true when this pcloud volumegroups post partial content response has a 5xx status code

func (*PcloudVolumegroupsPostPartialContent) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud volumegroups post partial content response has a 2xx status code

func (*PcloudVolumegroupsPostPartialContent) String added in v1.2.2

type PcloudVolumegroupsPostReader

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

PcloudVolumegroupsPostReader is a Reader for the PcloudVolumegroupsPost structure.

func (*PcloudVolumegroupsPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudVolumegroupsPostUnauthorized

type PcloudVolumegroupsPostUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudVolumegroupsPostUnauthorized

func NewPcloudVolumegroupsPostUnauthorized() *PcloudVolumegroupsPostUnauthorized

NewPcloudVolumegroupsPostUnauthorized creates a PcloudVolumegroupsPostUnauthorized with default headers values

func (*PcloudVolumegroupsPostUnauthorized) Code added in v1.2.4

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

func (*PcloudVolumegroupsPostUnauthorized) Error

func (*PcloudVolumegroupsPostUnauthorized) GetPayload

func (*PcloudVolumegroupsPostUnauthorized) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsPostUnauthorized) IsClientError() bool

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

func (*PcloudVolumegroupsPostUnauthorized) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsPostUnauthorized) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsPostUnauthorized) IsRedirect() bool

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

func (*PcloudVolumegroupsPostUnauthorized) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsPostUnauthorized) IsServerError() bool

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

func (*PcloudVolumegroupsPostUnauthorized) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsPostUnauthorized) String added in v1.2.2

type PcloudVolumegroupsPostUnprocessableEntity

type PcloudVolumegroupsPostUnprocessableEntity struct {
	Payload *models.Error
}

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

Unprocessable Entity

func NewPcloudVolumegroupsPostUnprocessableEntity

func NewPcloudVolumegroupsPostUnprocessableEntity() *PcloudVolumegroupsPostUnprocessableEntity

NewPcloudVolumegroupsPostUnprocessableEntity creates a PcloudVolumegroupsPostUnprocessableEntity with default headers values

func (*PcloudVolumegroupsPostUnprocessableEntity) Code added in v1.2.4

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

func (*PcloudVolumegroupsPostUnprocessableEntity) Error

func (*PcloudVolumegroupsPostUnprocessableEntity) GetPayload

func (*PcloudVolumegroupsPostUnprocessableEntity) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsPostUnprocessableEntity) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsPostUnprocessableEntity) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsPostUnprocessableEntity) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsPostUnprocessableEntity) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsPostUnprocessableEntity) String added in v1.2.2

type PcloudVolumegroupsPutAccepted added in v1.1.8

type PcloudVolumegroupsPutAccepted struct {
	Payload models.Object
}

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

Accepted

func NewPcloudVolumegroupsPutAccepted added in v1.1.8

func NewPcloudVolumegroupsPutAccepted() *PcloudVolumegroupsPutAccepted

NewPcloudVolumegroupsPutAccepted creates a PcloudVolumegroupsPutAccepted with default headers values

func (*PcloudVolumegroupsPutAccepted) Code added in v1.2.4

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

func (*PcloudVolumegroupsPutAccepted) Error added in v1.1.8

func (*PcloudVolumegroupsPutAccepted) GetPayload added in v1.1.8

func (*PcloudVolumegroupsPutAccepted) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsPutAccepted) IsClientError() bool

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

func (*PcloudVolumegroupsPutAccepted) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsPutAccepted) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsPutAccepted) IsRedirect() bool

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

func (*PcloudVolumegroupsPutAccepted) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsPutAccepted) IsServerError() bool

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

func (*PcloudVolumegroupsPutAccepted) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsPutAccepted) IsSuccess() bool

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

func (*PcloudVolumegroupsPutAccepted) String added in v1.2.2

type PcloudVolumegroupsPutBadRequest added in v1.1.8

type PcloudVolumegroupsPutBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudVolumegroupsPutBadRequest added in v1.1.8

func NewPcloudVolumegroupsPutBadRequest() *PcloudVolumegroupsPutBadRequest

NewPcloudVolumegroupsPutBadRequest creates a PcloudVolumegroupsPutBadRequest with default headers values

func (*PcloudVolumegroupsPutBadRequest) Code added in v1.2.4

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

func (*PcloudVolumegroupsPutBadRequest) Error added in v1.1.8

func (*PcloudVolumegroupsPutBadRequest) GetPayload added in v1.1.8

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

func (*PcloudVolumegroupsPutBadRequest) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsPutBadRequest) IsClientError() bool

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

func (*PcloudVolumegroupsPutBadRequest) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsPutBadRequest) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsPutBadRequest) IsRedirect() bool

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

func (*PcloudVolumegroupsPutBadRequest) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsPutBadRequest) IsServerError() bool

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

func (*PcloudVolumegroupsPutBadRequest) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsPutBadRequest) IsSuccess() bool

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

func (*PcloudVolumegroupsPutBadRequest) String added in v1.2.2

type PcloudVolumegroupsPutConflict added in v1.1.8

type PcloudVolumegroupsPutConflict struct {
	Payload *models.Error
}

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

Conflict

func NewPcloudVolumegroupsPutConflict added in v1.1.8

func NewPcloudVolumegroupsPutConflict() *PcloudVolumegroupsPutConflict

NewPcloudVolumegroupsPutConflict creates a PcloudVolumegroupsPutConflict with default headers values

func (*PcloudVolumegroupsPutConflict) Code added in v1.2.4

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

func (*PcloudVolumegroupsPutConflict) Error added in v1.1.8

func (*PcloudVolumegroupsPutConflict) GetPayload added in v1.1.8

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

func (*PcloudVolumegroupsPutConflict) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsPutConflict) IsClientError() bool

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

func (*PcloudVolumegroupsPutConflict) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsPutConflict) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsPutConflict) IsRedirect() bool

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

func (*PcloudVolumegroupsPutConflict) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsPutConflict) IsServerError() bool

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

func (*PcloudVolumegroupsPutConflict) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsPutConflict) IsSuccess() bool

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

func (*PcloudVolumegroupsPutConflict) String added in v1.2.2

type PcloudVolumegroupsPutForbidden added in v1.2.2

type PcloudVolumegroupsPutForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsPutForbidden added in v1.2.2

func NewPcloudVolumegroupsPutForbidden() *PcloudVolumegroupsPutForbidden

NewPcloudVolumegroupsPutForbidden creates a PcloudVolumegroupsPutForbidden with default headers values

func (*PcloudVolumegroupsPutForbidden) Code added in v1.2.4

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

func (*PcloudVolumegroupsPutForbidden) Error added in v1.2.2

func (*PcloudVolumegroupsPutForbidden) GetPayload added in v1.2.2

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

func (*PcloudVolumegroupsPutForbidden) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsPutForbidden) IsClientError() bool

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

func (*PcloudVolumegroupsPutForbidden) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsPutForbidden) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsPutForbidden) IsRedirect() bool

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

func (*PcloudVolumegroupsPutForbidden) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsPutForbidden) IsServerError() bool

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

func (*PcloudVolumegroupsPutForbidden) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsPutForbidden) IsSuccess() bool

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

func (*PcloudVolumegroupsPutForbidden) String added in v1.2.2

type PcloudVolumegroupsPutInternalServerError added in v1.1.8

type PcloudVolumegroupsPutInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudVolumegroupsPutInternalServerError added in v1.1.8

func NewPcloudVolumegroupsPutInternalServerError() *PcloudVolumegroupsPutInternalServerError

NewPcloudVolumegroupsPutInternalServerError creates a PcloudVolumegroupsPutInternalServerError with default headers values

func (*PcloudVolumegroupsPutInternalServerError) Code added in v1.2.4

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

func (*PcloudVolumegroupsPutInternalServerError) Error added in v1.1.8

func (*PcloudVolumegroupsPutInternalServerError) GetPayload added in v1.1.8

func (*PcloudVolumegroupsPutInternalServerError) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsPutInternalServerError) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsPutInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsPutInternalServerError) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsPutInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsPutInternalServerError) String added in v1.2.2

type PcloudVolumegroupsPutNotFound added in v1.1.8

type PcloudVolumegroupsPutNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudVolumegroupsPutNotFound added in v1.1.8

func NewPcloudVolumegroupsPutNotFound() *PcloudVolumegroupsPutNotFound

NewPcloudVolumegroupsPutNotFound creates a PcloudVolumegroupsPutNotFound with default headers values

func (*PcloudVolumegroupsPutNotFound) Code added in v1.2.4

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

func (*PcloudVolumegroupsPutNotFound) Error added in v1.1.8

func (*PcloudVolumegroupsPutNotFound) GetPayload added in v1.1.8

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

func (*PcloudVolumegroupsPutNotFound) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsPutNotFound) IsClientError() bool

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

func (*PcloudVolumegroupsPutNotFound) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsPutNotFound) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsPutNotFound) IsRedirect() bool

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

func (*PcloudVolumegroupsPutNotFound) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsPutNotFound) IsServerError() bool

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

func (*PcloudVolumegroupsPutNotFound) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsPutNotFound) IsSuccess() bool

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

func (*PcloudVolumegroupsPutNotFound) String added in v1.2.2

type PcloudVolumegroupsPutParams added in v1.1.8

type PcloudVolumegroupsPutParams struct {

	/* Body.

	   Parameters for updating a volume-group
	*/
	Body *models.VolumeGroupUpdate

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

	/* VolumeGroupID.

	   The ID of the volume group
	*/
	VolumeGroupID string

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

PcloudVolumegroupsPutParams contains all the parameters to send to the API endpoint

for the pcloud volumegroups put operation.

Typically these are written to a http.Request.

func NewPcloudVolumegroupsPutParams added in v1.1.8

func NewPcloudVolumegroupsPutParams() *PcloudVolumegroupsPutParams

NewPcloudVolumegroupsPutParams creates a new PcloudVolumegroupsPutParams 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 NewPcloudVolumegroupsPutParamsWithContext added in v1.1.8

func NewPcloudVolumegroupsPutParamsWithContext(ctx context.Context) *PcloudVolumegroupsPutParams

NewPcloudVolumegroupsPutParamsWithContext creates a new PcloudVolumegroupsPutParams object with the ability to set a context for a request.

func NewPcloudVolumegroupsPutParamsWithHTTPClient added in v1.1.8

func NewPcloudVolumegroupsPutParamsWithHTTPClient(client *http.Client) *PcloudVolumegroupsPutParams

NewPcloudVolumegroupsPutParamsWithHTTPClient creates a new PcloudVolumegroupsPutParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudVolumegroupsPutParamsWithTimeout added in v1.1.8

func NewPcloudVolumegroupsPutParamsWithTimeout(timeout time.Duration) *PcloudVolumegroupsPutParams

NewPcloudVolumegroupsPutParamsWithTimeout creates a new PcloudVolumegroupsPutParams object with the ability to set a timeout on a request.

func (*PcloudVolumegroupsPutParams) SetBody added in v1.1.8

SetBody adds the body to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) SetCloudInstanceID added in v1.1.8

func (o *PcloudVolumegroupsPutParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) SetContext added in v1.1.8

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

SetContext adds the context to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) SetDefaults added in v1.1.8

func (o *PcloudVolumegroupsPutParams) SetDefaults()

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

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

func (*PcloudVolumegroupsPutParams) SetHTTPClient added in v1.1.8

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

SetHTTPClient adds the HTTPClient to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) SetTimeout added in v1.1.8

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

SetTimeout adds the timeout to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) SetVolumeGroupID added in v1.1.8

func (o *PcloudVolumegroupsPutParams) SetVolumeGroupID(volumeGroupID string)

SetVolumeGroupID adds the volumeGroupId to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) WithBody added in v1.1.8

WithBody adds the body to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) WithCloudInstanceID added in v1.1.8

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) WithContext added in v1.1.8

WithContext adds the context to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) WithDefaults added in v1.1.8

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

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

func (*PcloudVolumegroupsPutParams) WithHTTPClient added in v1.1.8

WithHTTPClient adds the HTTPClient to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) WithTimeout added in v1.1.8

WithTimeout adds the timeout to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) WithVolumeGroupID added in v1.1.8

func (o *PcloudVolumegroupsPutParams) WithVolumeGroupID(volumeGroupID string) *PcloudVolumegroupsPutParams

WithVolumeGroupID adds the volumeGroupID to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) WriteToRequest added in v1.1.8

WriteToRequest writes these params to a swagger request

type PcloudVolumegroupsPutReader added in v1.1.8

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

PcloudVolumegroupsPutReader is a Reader for the PcloudVolumegroupsPut structure.

func (*PcloudVolumegroupsPutReader) ReadResponse added in v1.1.8

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

ReadResponse reads a server response into the received o.

type PcloudVolumegroupsPutUnauthorized added in v1.1.8

type PcloudVolumegroupsPutUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudVolumegroupsPutUnauthorized added in v1.1.8

func NewPcloudVolumegroupsPutUnauthorized() *PcloudVolumegroupsPutUnauthorized

NewPcloudVolumegroupsPutUnauthorized creates a PcloudVolumegroupsPutUnauthorized with default headers values

func (*PcloudVolumegroupsPutUnauthorized) Code added in v1.2.4

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

func (*PcloudVolumegroupsPutUnauthorized) Error added in v1.1.8

func (*PcloudVolumegroupsPutUnauthorized) GetPayload added in v1.1.8

func (*PcloudVolumegroupsPutUnauthorized) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsPutUnauthorized) IsClientError() bool

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

func (*PcloudVolumegroupsPutUnauthorized) IsCode added in v1.2.2

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

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

func (*PcloudVolumegroupsPutUnauthorized) IsRedirect added in v1.2.2

func (o *PcloudVolumegroupsPutUnauthorized) IsRedirect() bool

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

func (*PcloudVolumegroupsPutUnauthorized) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsPutUnauthorized) IsServerError() bool

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

func (*PcloudVolumegroupsPutUnauthorized) IsSuccess added in v1.2.2

func (o *PcloudVolumegroupsPutUnauthorized) IsSuccess() bool

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

func (*PcloudVolumegroupsPutUnauthorized) String added in v1.2.2

type PcloudVolumegroupsPutUnprocessableEntity added in v1.1.8

type PcloudVolumegroupsPutUnprocessableEntity struct {
	Payload *models.Error
}

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

Unprocessable Entity

func NewPcloudVolumegroupsPutUnprocessableEntity added in v1.1.8

func NewPcloudVolumegroupsPutUnprocessableEntity() *PcloudVolumegroupsPutUnprocessableEntity

NewPcloudVolumegroupsPutUnprocessableEntity creates a PcloudVolumegroupsPutUnprocessableEntity with default headers values

func (*PcloudVolumegroupsPutUnprocessableEntity) Code added in v1.2.4

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

func (*PcloudVolumegroupsPutUnprocessableEntity) Error added in v1.1.8

func (*PcloudVolumegroupsPutUnprocessableEntity) GetPayload added in v1.1.8

func (*PcloudVolumegroupsPutUnprocessableEntity) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsPutUnprocessableEntity) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsPutUnprocessableEntity) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsPutUnprocessableEntity) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsPutUnprocessableEntity) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsPutUnprocessableEntity) String added in v1.2.2

type PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest added in v1.1.8

type PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest added in v1.1.8

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest() *PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest

NewPcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest creates a PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest with default headers values

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups remote copy relationships get bad request response

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) Error added in v1.1.8

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) GetPayload added in v1.1.8

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) IsClientError added in v1.2.2

IsClientError returns true when this pcloud volumegroups remote copy relationships get bad request response has a 4xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) IsCode added in v1.2.2

IsCode returns true when this pcloud volumegroups remote copy relationships get bad request response a status code equal to that given

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud volumegroups remote copy relationships get bad request response has a 3xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) IsServerError added in v1.2.2

IsServerError returns true when this pcloud volumegroups remote copy relationships get bad request response has a 5xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud volumegroups remote copy relationships get bad request response has a 2xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) String added in v1.2.2

type PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden added in v1.1.8

type PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetForbidden added in v1.1.8

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetForbidden() *PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden

NewPcloudVolumegroupsRemoteCopyRelationshipsGetForbidden creates a PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden with default headers values

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups remote copy relationships get forbidden response

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) Error added in v1.1.8

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) GetPayload added in v1.1.8

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) IsClientError added in v1.2.2

IsClientError returns true when this pcloud volumegroups remote copy relationships get forbidden response has a 4xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) IsCode added in v1.2.2

IsCode returns true when this pcloud volumegroups remote copy relationships get forbidden response a status code equal to that given

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud volumegroups remote copy relationships get forbidden response has a 3xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) IsServerError added in v1.2.2

IsServerError returns true when this pcloud volumegroups remote copy relationships get forbidden response has a 5xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud volumegroups remote copy relationships get forbidden response has a 2xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) String added in v1.2.2

type PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError added in v1.1.8

type PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError added in v1.1.8

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError() *PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError

NewPcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError creates a PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError with default headers values

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups remote copy relationships get internal server error response

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) Error added in v1.1.8

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) GetPayload added in v1.1.8

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) IsClientError added in v1.2.2

IsClientError returns true when this pcloud volumegroups remote copy relationships get internal server error response has a 4xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) IsCode added in v1.2.2

IsCode returns true when this pcloud volumegroups remote copy relationships get internal server error response a status code equal to that given

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud volumegroups remote copy relationships get internal server error response has a 3xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) IsServerError added in v1.2.2

IsServerError returns true when this pcloud volumegroups remote copy relationships get internal server error response has a 5xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud volumegroups remote copy relationships get internal server error response has a 2xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) String added in v1.2.2

type PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound added in v1.1.8

type PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetNotFound added in v1.1.8

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetNotFound() *PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound

NewPcloudVolumegroupsRemoteCopyRelationshipsGetNotFound creates a PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound with default headers values

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups remote copy relationships get not found response

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) Error added in v1.1.8

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) GetPayload added in v1.1.8

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) IsClientError added in v1.2.2

IsClientError returns true when this pcloud volumegroups remote copy relationships get not found response has a 4xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) IsCode added in v1.2.2

IsCode returns true when this pcloud volumegroups remote copy relationships get not found response a status code equal to that given

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud volumegroups remote copy relationships get not found response has a 3xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) IsServerError added in v1.2.2

IsServerError returns true when this pcloud volumegroups remote copy relationships get not found response has a 5xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud volumegroups remote copy relationships get not found response has a 2xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) String added in v1.2.2

type PcloudVolumegroupsRemoteCopyRelationshipsGetOK added in v1.1.8

type PcloudVolumegroupsRemoteCopyRelationshipsGetOK struct {
	Payload *models.VolumeGroupRemoteCopyRelationships
}

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

OK

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetOK added in v1.1.8

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetOK() *PcloudVolumegroupsRemoteCopyRelationshipsGetOK

NewPcloudVolumegroupsRemoteCopyRelationshipsGetOK creates a PcloudVolumegroupsRemoteCopyRelationshipsGetOK with default headers values

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups remote copy relationships get o k response

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) Error added in v1.1.8

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) GetPayload added in v1.1.8

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) IsClientError added in v1.2.2

IsClientError returns true when this pcloud volumegroups remote copy relationships get o k response has a 4xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) IsCode added in v1.2.2

IsCode returns true when this pcloud volumegroups remote copy relationships get o k response a status code equal to that given

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud volumegroups remote copy relationships get o k response has a 3xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) IsServerError added in v1.2.2

IsServerError returns true when this pcloud volumegroups remote copy relationships get o k response has a 5xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud volumegroups remote copy relationships get o k response has a 2xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) String added in v1.2.2

type PcloudVolumegroupsRemoteCopyRelationshipsGetParams added in v1.1.8

type PcloudVolumegroupsRemoteCopyRelationshipsGetParams struct {

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

	/* VolumeGroupID.

	   The ID of the volume group
	*/
	VolumeGroupID string

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

PcloudVolumegroupsRemoteCopyRelationshipsGetParams contains all the parameters to send to the API endpoint

for the pcloud volumegroups remote copy relationships get operation.

Typically these are written to a http.Request.

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetParams added in v1.1.8

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetParams() *PcloudVolumegroupsRemoteCopyRelationshipsGetParams

NewPcloudVolumegroupsRemoteCopyRelationshipsGetParams creates a new PcloudVolumegroupsRemoteCopyRelationshipsGetParams 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 NewPcloudVolumegroupsRemoteCopyRelationshipsGetParamsWithContext added in v1.1.8

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetParamsWithContext(ctx context.Context) *PcloudVolumegroupsRemoteCopyRelationshipsGetParams

NewPcloudVolumegroupsRemoteCopyRelationshipsGetParamsWithContext creates a new PcloudVolumegroupsRemoteCopyRelationshipsGetParams object with the ability to set a context for a request.

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetParamsWithHTTPClient added in v1.1.8

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetParamsWithHTTPClient(client *http.Client) *PcloudVolumegroupsRemoteCopyRelationshipsGetParams

NewPcloudVolumegroupsRemoteCopyRelationshipsGetParamsWithHTTPClient creates a new PcloudVolumegroupsRemoteCopyRelationshipsGetParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetParamsWithTimeout added in v1.1.8

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetParamsWithTimeout(timeout time.Duration) *PcloudVolumegroupsRemoteCopyRelationshipsGetParams

NewPcloudVolumegroupsRemoteCopyRelationshipsGetParamsWithTimeout creates a new PcloudVolumegroupsRemoteCopyRelationshipsGetParams object with the ability to set a timeout on a request.

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) SetCloudInstanceID added in v1.1.8

func (o *PcloudVolumegroupsRemoteCopyRelationshipsGetParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud volumegroups remote copy relationships get params

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) SetContext added in v1.1.8

SetContext adds the context to the pcloud volumegroups remote copy relationships get params

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) SetDefaults added in v1.1.8

SetDefaults hydrates default values in the pcloud volumegroups remote copy relationships get params (not the query body).

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) SetHTTPClient added in v1.1.8

SetHTTPClient adds the HTTPClient to the pcloud volumegroups remote copy relationships get params

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) SetTimeout added in v1.1.8

SetTimeout adds the timeout to the pcloud volumegroups remote copy relationships get params

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) SetVolumeGroupID added in v1.1.8

func (o *PcloudVolumegroupsRemoteCopyRelationshipsGetParams) SetVolumeGroupID(volumeGroupID string)

SetVolumeGroupID adds the volumeGroupId to the pcloud volumegroups remote copy relationships get params

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) WithCloudInstanceID added in v1.1.8

WithCloudInstanceID adds the cloudInstanceID to the pcloud volumegroups remote copy relationships get params

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) WithContext added in v1.1.8

WithContext adds the context to the pcloud volumegroups remote copy relationships get params

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) WithDefaults added in v1.1.8

WithDefaults hydrates default values in the pcloud volumegroups remote copy relationships get params (not the query body).

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) WithHTTPClient added in v1.1.8

WithHTTPClient adds the HTTPClient to the pcloud volumegroups remote copy relationships get params

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) WithTimeout added in v1.1.8

WithTimeout adds the timeout to the pcloud volumegroups remote copy relationships get params

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) WithVolumeGroupID added in v1.1.8

WithVolumeGroupID adds the volumeGroupID to the pcloud volumegroups remote copy relationships get params

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) WriteToRequest added in v1.1.8

WriteToRequest writes these params to a swagger request

type PcloudVolumegroupsRemoteCopyRelationshipsGetReader added in v1.1.8

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

PcloudVolumegroupsRemoteCopyRelationshipsGetReader is a Reader for the PcloudVolumegroupsRemoteCopyRelationshipsGet structure.

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetReader) ReadResponse added in v1.1.8

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

ReadResponse reads a server response into the received o.

type PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests added in v1.1.9

type PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests struct {
	Payload *models.Error
}

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

Too Many Requests

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests added in v1.1.9

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests() *PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests

NewPcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests creates a PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests with default headers values

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups remote copy relationships get too many requests response

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) Error added in v1.1.9

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) GetPayload added in v1.1.9

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) IsClientError added in v1.2.2

IsClientError returns true when this pcloud volumegroups remote copy relationships get too many requests response has a 4xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) IsCode added in v1.2.2

IsCode returns true when this pcloud volumegroups remote copy relationships get too many requests response a status code equal to that given

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud volumegroups remote copy relationships get too many requests response has a 3xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) IsServerError added in v1.2.2

IsServerError returns true when this pcloud volumegroups remote copy relationships get too many requests response has a 5xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud volumegroups remote copy relationships get too many requests response has a 2xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) String added in v1.2.2

type PcloudVolumegroupsRemoteCopyRelationshipsGetUnauthorized added in v1.4.2

type PcloudVolumegroupsRemoteCopyRelationshipsGetUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetUnauthorized added in v1.4.2

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetUnauthorized() *PcloudVolumegroupsRemoteCopyRelationshipsGetUnauthorized

NewPcloudVolumegroupsRemoteCopyRelationshipsGetUnauthorized creates a PcloudVolumegroupsRemoteCopyRelationshipsGetUnauthorized with default headers values

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetUnauthorized) Code added in v1.4.2

Code gets the status code for the pcloud volumegroups remote copy relationships get unauthorized response

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetUnauthorized) Error added in v1.4.2

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetUnauthorized) GetPayload added in v1.4.2

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetUnauthorized) IsClientError added in v1.4.2

IsClientError returns true when this pcloud volumegroups remote copy relationships get unauthorized response has a 4xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetUnauthorized) IsCode added in v1.4.2

IsCode returns true when this pcloud volumegroups remote copy relationships get unauthorized response a status code equal to that given

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetUnauthorized) IsRedirect added in v1.4.2

IsRedirect returns true when this pcloud volumegroups remote copy relationships get unauthorized response has a 3xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetUnauthorized) IsServerError added in v1.4.2

IsServerError returns true when this pcloud volumegroups remote copy relationships get unauthorized response has a 5xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetUnauthorized) IsSuccess added in v1.4.2

IsSuccess returns true when this pcloud volumegroups remote copy relationships get unauthorized response has a 2xx status code

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetUnauthorized) String added in v1.4.2

type PcloudVolumegroupsStorageDetailsGetBadRequest added in v1.1.8

type PcloudVolumegroupsStorageDetailsGetBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudVolumegroupsStorageDetailsGetBadRequest added in v1.1.8

func NewPcloudVolumegroupsStorageDetailsGetBadRequest() *PcloudVolumegroupsStorageDetailsGetBadRequest

NewPcloudVolumegroupsStorageDetailsGetBadRequest creates a PcloudVolumegroupsStorageDetailsGetBadRequest with default headers values

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups storage details get bad request response

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) Error added in v1.1.8

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) GetPayload added in v1.1.8

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) String added in v1.2.2

type PcloudVolumegroupsStorageDetailsGetForbidden added in v1.1.8

type PcloudVolumegroupsStorageDetailsGetForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsStorageDetailsGetForbidden added in v1.1.8

func NewPcloudVolumegroupsStorageDetailsGetForbidden() *PcloudVolumegroupsStorageDetailsGetForbidden

NewPcloudVolumegroupsStorageDetailsGetForbidden creates a PcloudVolumegroupsStorageDetailsGetForbidden with default headers values

func (*PcloudVolumegroupsStorageDetailsGetForbidden) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups storage details get forbidden response

func (*PcloudVolumegroupsStorageDetailsGetForbidden) Error added in v1.1.8

func (*PcloudVolumegroupsStorageDetailsGetForbidden) GetPayload added in v1.1.8

func (*PcloudVolumegroupsStorageDetailsGetForbidden) IsClientError added in v1.2.2

IsClientError returns true when this pcloud volumegroups storage details get forbidden response has a 4xx status code

func (*PcloudVolumegroupsStorageDetailsGetForbidden) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetForbidden) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud volumegroups storage details get forbidden response has a 3xx status code

func (*PcloudVolumegroupsStorageDetailsGetForbidden) IsServerError added in v1.2.2

IsServerError returns true when this pcloud volumegroups storage details get forbidden response has a 5xx status code

func (*PcloudVolumegroupsStorageDetailsGetForbidden) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud volumegroups storage details get forbidden response has a 2xx status code

func (*PcloudVolumegroupsStorageDetailsGetForbidden) String added in v1.2.2

type PcloudVolumegroupsStorageDetailsGetInternalServerError added in v1.1.8

type PcloudVolumegroupsStorageDetailsGetInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudVolumegroupsStorageDetailsGetInternalServerError added in v1.1.8

func NewPcloudVolumegroupsStorageDetailsGetInternalServerError() *PcloudVolumegroupsStorageDetailsGetInternalServerError

NewPcloudVolumegroupsStorageDetailsGetInternalServerError creates a PcloudVolumegroupsStorageDetailsGetInternalServerError with default headers values

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups storage details get internal server error response

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) Error added in v1.1.8

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) GetPayload added in v1.1.8

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) String added in v1.2.2

type PcloudVolumegroupsStorageDetailsGetNotFound added in v1.1.8

type PcloudVolumegroupsStorageDetailsGetNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudVolumegroupsStorageDetailsGetNotFound added in v1.1.8

func NewPcloudVolumegroupsStorageDetailsGetNotFound() *PcloudVolumegroupsStorageDetailsGetNotFound

NewPcloudVolumegroupsStorageDetailsGetNotFound creates a PcloudVolumegroupsStorageDetailsGetNotFound with default headers values

func (*PcloudVolumegroupsStorageDetailsGetNotFound) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups storage details get not found response

func (*PcloudVolumegroupsStorageDetailsGetNotFound) Error added in v1.1.8

func (*PcloudVolumegroupsStorageDetailsGetNotFound) GetPayload added in v1.1.8

func (*PcloudVolumegroupsStorageDetailsGetNotFound) IsClientError added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetNotFound) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetNotFound) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetNotFound) IsServerError added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetNotFound) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetNotFound) String added in v1.2.2

type PcloudVolumegroupsStorageDetailsGetOK added in v1.1.8

type PcloudVolumegroupsStorageDetailsGetOK struct {
	Payload *models.VolumeGroupStorageDetails
}

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

OK

func NewPcloudVolumegroupsStorageDetailsGetOK added in v1.1.8

func NewPcloudVolumegroupsStorageDetailsGetOK() *PcloudVolumegroupsStorageDetailsGetOK

NewPcloudVolumegroupsStorageDetailsGetOK creates a PcloudVolumegroupsStorageDetailsGetOK with default headers values

func (*PcloudVolumegroupsStorageDetailsGetOK) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups storage details get o k response

func (*PcloudVolumegroupsStorageDetailsGetOK) Error added in v1.1.8

func (*PcloudVolumegroupsStorageDetailsGetOK) GetPayload added in v1.1.8

func (*PcloudVolumegroupsStorageDetailsGetOK) IsClientError added in v1.2.2

func (o *PcloudVolumegroupsStorageDetailsGetOK) IsClientError() bool

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

func (*PcloudVolumegroupsStorageDetailsGetOK) IsCode added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetOK) IsRedirect added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetOK) IsServerError added in v1.2.2

func (o *PcloudVolumegroupsStorageDetailsGetOK) IsServerError() bool

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

func (*PcloudVolumegroupsStorageDetailsGetOK) IsSuccess added in v1.2.2

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

func (*PcloudVolumegroupsStorageDetailsGetOK) String added in v1.2.2

type PcloudVolumegroupsStorageDetailsGetParams added in v1.1.8

type PcloudVolumegroupsStorageDetailsGetParams struct {

	/* CloudInstanceID.

	   Cloud Instance ID of a PCloud Instance
	*/
	CloudInstanceID string

	/* VolumeGroupID.

	   The ID of the volume group
	*/
	VolumeGroupID string

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

PcloudVolumegroupsStorageDetailsGetParams contains all the parameters to send to the API endpoint

for the pcloud volumegroups storage details get operation.

Typically these are written to a http.Request.

func NewPcloudVolumegroupsStorageDetailsGetParams added in v1.1.8

func NewPcloudVolumegroupsStorageDetailsGetParams() *PcloudVolumegroupsStorageDetailsGetParams

NewPcloudVolumegroupsStorageDetailsGetParams creates a new PcloudVolumegroupsStorageDetailsGetParams 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 NewPcloudVolumegroupsStorageDetailsGetParamsWithContext added in v1.1.8

func NewPcloudVolumegroupsStorageDetailsGetParamsWithContext(ctx context.Context) *PcloudVolumegroupsStorageDetailsGetParams

NewPcloudVolumegroupsStorageDetailsGetParamsWithContext creates a new PcloudVolumegroupsStorageDetailsGetParams object with the ability to set a context for a request.

func NewPcloudVolumegroupsStorageDetailsGetParamsWithHTTPClient added in v1.1.8

func NewPcloudVolumegroupsStorageDetailsGetParamsWithHTTPClient(client *http.Client) *PcloudVolumegroupsStorageDetailsGetParams

NewPcloudVolumegroupsStorageDetailsGetParamsWithHTTPClient creates a new PcloudVolumegroupsStorageDetailsGetParams object with the ability to set a custom HTTPClient for a request.

func NewPcloudVolumegroupsStorageDetailsGetParamsWithTimeout added in v1.1.8

func NewPcloudVolumegroupsStorageDetailsGetParamsWithTimeout(timeout time.Duration) *PcloudVolumegroupsStorageDetailsGetParams

NewPcloudVolumegroupsStorageDetailsGetParamsWithTimeout creates a new PcloudVolumegroupsStorageDetailsGetParams object with the ability to set a timeout on a request.

func (*PcloudVolumegroupsStorageDetailsGetParams) SetCloudInstanceID added in v1.1.8

func (o *PcloudVolumegroupsStorageDetailsGetParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud volumegroups storage details get params

func (*PcloudVolumegroupsStorageDetailsGetParams) SetContext added in v1.1.8

SetContext adds the context to the pcloud volumegroups storage details get params

func (*PcloudVolumegroupsStorageDetailsGetParams) SetDefaults added in v1.1.8

SetDefaults hydrates default values in the pcloud volumegroups storage details get params (not the query body).

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

func (*PcloudVolumegroupsStorageDetailsGetParams) SetHTTPClient added in v1.1.8

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

SetHTTPClient adds the HTTPClient to the pcloud volumegroups storage details get params

func (*PcloudVolumegroupsStorageDetailsGetParams) SetTimeout added in v1.1.8

SetTimeout adds the timeout to the pcloud volumegroups storage details get params

func (*PcloudVolumegroupsStorageDetailsGetParams) SetVolumeGroupID added in v1.1.8

func (o *PcloudVolumegroupsStorageDetailsGetParams) SetVolumeGroupID(volumeGroupID string)

SetVolumeGroupID adds the volumeGroupId to the pcloud volumegroups storage details get params

func (*PcloudVolumegroupsStorageDetailsGetParams) WithCloudInstanceID added in v1.1.8

WithCloudInstanceID adds the cloudInstanceID to the pcloud volumegroups storage details get params

func (*PcloudVolumegroupsStorageDetailsGetParams) WithContext added in v1.1.8

WithContext adds the context to the pcloud volumegroups storage details get params

func (*PcloudVolumegroupsStorageDetailsGetParams) WithDefaults added in v1.1.8

WithDefaults hydrates default values in the pcloud volumegroups storage details get params (not the query body).

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

func (*PcloudVolumegroupsStorageDetailsGetParams) WithHTTPClient added in v1.1.8

WithHTTPClient adds the HTTPClient to the pcloud volumegroups storage details get params

func (*PcloudVolumegroupsStorageDetailsGetParams) WithTimeout added in v1.1.8

WithTimeout adds the timeout to the pcloud volumegroups storage details get params

func (*PcloudVolumegroupsStorageDetailsGetParams) WithVolumeGroupID added in v1.1.8

WithVolumeGroupID adds the volumeGroupID to the pcloud volumegroups storage details get params

func (*PcloudVolumegroupsStorageDetailsGetParams) WriteToRequest added in v1.1.8

WriteToRequest writes these params to a swagger request

type PcloudVolumegroupsStorageDetailsGetReader added in v1.1.8

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

PcloudVolumegroupsStorageDetailsGetReader is a Reader for the PcloudVolumegroupsStorageDetailsGet structure.

func (*PcloudVolumegroupsStorageDetailsGetReader) ReadResponse added in v1.1.8

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

ReadResponse reads a server response into the received o.

type PcloudVolumegroupsStorageDetailsGetTooManyRequests added in v1.1.9

type PcloudVolumegroupsStorageDetailsGetTooManyRequests struct {
	Payload *models.Error
}

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

Too Many Requests

func NewPcloudVolumegroupsStorageDetailsGetTooManyRequests added in v1.1.9

func NewPcloudVolumegroupsStorageDetailsGetTooManyRequests() *PcloudVolumegroupsStorageDetailsGetTooManyRequests

NewPcloudVolumegroupsStorageDetailsGetTooManyRequests creates a PcloudVolumegroupsStorageDetailsGetTooManyRequests with default headers values

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) Code added in v1.2.4

Code gets the status code for the pcloud volumegroups storage details get too many requests response

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) Error added in v1.1.9

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) GetPayload added in v1.1.9

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) IsClientError added in v1.2.2

IsClientError returns true when this pcloud volumegroups storage details get too many requests response has a 4xx status code

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) IsCode added in v1.2.2

IsCode returns true when this pcloud volumegroups storage details get too many requests response a status code equal to that given

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) IsRedirect added in v1.2.2

IsRedirect returns true when this pcloud volumegroups storage details get too many requests response has a 3xx status code

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) IsServerError added in v1.2.2

IsServerError returns true when this pcloud volumegroups storage details get too many requests response has a 5xx status code

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) IsSuccess added in v1.2.2

IsSuccess returns true when this pcloud volumegroups storage details get too many requests response has a 2xx status code

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) String added in v1.2.2

type PcloudVolumegroupsStorageDetailsGetUnauthorized added in v1.4.2

type PcloudVolumegroupsStorageDetailsGetUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudVolumegroupsStorageDetailsGetUnauthorized added in v1.4.2

func NewPcloudVolumegroupsStorageDetailsGetUnauthorized() *PcloudVolumegroupsStorageDetailsGetUnauthorized

NewPcloudVolumegroupsStorageDetailsGetUnauthorized creates a PcloudVolumegroupsStorageDetailsGetUnauthorized with default headers values

func (*PcloudVolumegroupsStorageDetailsGetUnauthorized) Code added in v1.4.2

Code gets the status code for the pcloud volumegroups storage details get unauthorized response

func (*PcloudVolumegroupsStorageDetailsGetUnauthorized) Error added in v1.4.2

func (*PcloudVolumegroupsStorageDetailsGetUnauthorized) GetPayload added in v1.4.2

func (*PcloudVolumegroupsStorageDetailsGetUnauthorized) IsClientError added in v1.4.2

IsClientError returns true when this pcloud volumegroups storage details get unauthorized response has a 4xx status code

func (*PcloudVolumegroupsStorageDetailsGetUnauthorized) IsCode added in v1.4.2

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

func (*PcloudVolumegroupsStorageDetailsGetUnauthorized) IsRedirect added in v1.4.2

IsRedirect returns true when this pcloud volumegroups storage details get unauthorized response has a 3xx status code

func (*PcloudVolumegroupsStorageDetailsGetUnauthorized) IsServerError added in v1.4.2

IsServerError returns true when this pcloud volumegroups storage details get unauthorized response has a 5xx status code

func (*PcloudVolumegroupsStorageDetailsGetUnauthorized) IsSuccess added in v1.4.2

IsSuccess returns true when this pcloud volumegroups storage details get unauthorized response has a 2xx status code

func (*PcloudVolumegroupsStorageDetailsGetUnauthorized) String added in v1.4.2

Jump to

Keyboard shortcuts

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