p_cloud_volume_groups

package
v0.0.0-...-32f6bd3 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for p cloud volume groups API

func (*Client) PcloudVolumegroupsActionPost

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

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

PcloudVolumegroupsPut updates the volume group

func (*Client) PcloudVolumegroupsRemoteCopyRelationshipsGet

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

func (*Client) PcloudVolumegroupsStorageDetailsGet

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

type PcloudVolumegroupsActionPostAccepted struct {
	Payload models.Object
}

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

Accepted

func NewPcloudVolumegroupsActionPostAccepted

func NewPcloudVolumegroupsActionPostAccepted() *PcloudVolumegroupsActionPostAccepted

NewPcloudVolumegroupsActionPostAccepted creates a PcloudVolumegroupsActionPostAccepted with default headers values

func (*PcloudVolumegroupsActionPostAccepted) Code

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

func (*PcloudVolumegroupsActionPostAccepted) Error

func (*PcloudVolumegroupsActionPostAccepted) GetPayload

func (*PcloudVolumegroupsActionPostAccepted) IsClientError

func (o *PcloudVolumegroupsActionPostAccepted) IsClientError() bool

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

func (*PcloudVolumegroupsActionPostAccepted) IsCode

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

func (*PcloudVolumegroupsActionPostAccepted) IsRedirect

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

func (*PcloudVolumegroupsActionPostAccepted) IsServerError

func (o *PcloudVolumegroupsActionPostAccepted) IsServerError() bool

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

func (*PcloudVolumegroupsActionPostAccepted) IsSuccess

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

func (*PcloudVolumegroupsActionPostAccepted) String

type PcloudVolumegroupsActionPostBadRequest

type PcloudVolumegroupsActionPostBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudVolumegroupsActionPostBadRequest

func NewPcloudVolumegroupsActionPostBadRequest() *PcloudVolumegroupsActionPostBadRequest

NewPcloudVolumegroupsActionPostBadRequest creates a PcloudVolumegroupsActionPostBadRequest with default headers values

func (*PcloudVolumegroupsActionPostBadRequest) Code

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

func (*PcloudVolumegroupsActionPostBadRequest) Error

func (*PcloudVolumegroupsActionPostBadRequest) GetPayload

func (*PcloudVolumegroupsActionPostBadRequest) IsClientError

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

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

func (*PcloudVolumegroupsActionPostBadRequest) IsRedirect

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

func (*PcloudVolumegroupsActionPostBadRequest) IsServerError

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

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

func (*PcloudVolumegroupsActionPostBadRequest) String

type PcloudVolumegroupsActionPostForbidden

type PcloudVolumegroupsActionPostForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsActionPostForbidden

func NewPcloudVolumegroupsActionPostForbidden() *PcloudVolumegroupsActionPostForbidden

NewPcloudVolumegroupsActionPostForbidden creates a PcloudVolumegroupsActionPostForbidden with default headers values

func (*PcloudVolumegroupsActionPostForbidden) Code

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

func (*PcloudVolumegroupsActionPostForbidden) Error

func (*PcloudVolumegroupsActionPostForbidden) GetPayload

func (*PcloudVolumegroupsActionPostForbidden) IsClientError

func (o *PcloudVolumegroupsActionPostForbidden) IsClientError() bool

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

func (*PcloudVolumegroupsActionPostForbidden) IsCode

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

func (*PcloudVolumegroupsActionPostForbidden) IsRedirect

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

func (*PcloudVolumegroupsActionPostForbidden) IsServerError

func (o *PcloudVolumegroupsActionPostForbidden) IsServerError() bool

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

func (*PcloudVolumegroupsActionPostForbidden) IsSuccess

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

func (*PcloudVolumegroupsActionPostForbidden) String

type PcloudVolumegroupsActionPostInternalServerError

type PcloudVolumegroupsActionPostInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudVolumegroupsActionPostInternalServerError

func NewPcloudVolumegroupsActionPostInternalServerError() *PcloudVolumegroupsActionPostInternalServerError

NewPcloudVolumegroupsActionPostInternalServerError creates a PcloudVolumegroupsActionPostInternalServerError with default headers values

func (*PcloudVolumegroupsActionPostInternalServerError) Code

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

func (*PcloudVolumegroupsActionPostInternalServerError) Error

func (*PcloudVolumegroupsActionPostInternalServerError) GetPayload

func (*PcloudVolumegroupsActionPostInternalServerError) IsClientError

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

func (*PcloudVolumegroupsActionPostInternalServerError) IsCode

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

func (*PcloudVolumegroupsActionPostInternalServerError) IsRedirect

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

func (*PcloudVolumegroupsActionPostInternalServerError) IsServerError

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

func (*PcloudVolumegroupsActionPostInternalServerError) IsSuccess

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

func (*PcloudVolumegroupsActionPostInternalServerError) String

type PcloudVolumegroupsActionPostNotFound

type PcloudVolumegroupsActionPostNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudVolumegroupsActionPostNotFound

func NewPcloudVolumegroupsActionPostNotFound() *PcloudVolumegroupsActionPostNotFound

NewPcloudVolumegroupsActionPostNotFound creates a PcloudVolumegroupsActionPostNotFound with default headers values

func (*PcloudVolumegroupsActionPostNotFound) Code

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

func (*PcloudVolumegroupsActionPostNotFound) Error

func (*PcloudVolumegroupsActionPostNotFound) GetPayload

func (*PcloudVolumegroupsActionPostNotFound) IsClientError

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

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

func (*PcloudVolumegroupsActionPostNotFound) IsRedirect

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

func (*PcloudVolumegroupsActionPostNotFound) IsServerError

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

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

func (*PcloudVolumegroupsActionPostNotFound) String

type PcloudVolumegroupsActionPostParams

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

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

func NewPcloudVolumegroupsActionPostParamsWithContext(ctx context.Context) *PcloudVolumegroupsActionPostParams

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

func NewPcloudVolumegroupsActionPostParamsWithHTTPClient

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

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

SetBody adds the body to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) SetCloudInstanceID

func (o *PcloudVolumegroupsActionPostParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) SetContext

SetContext adds the context to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) SetDefaults

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

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

SetHTTPClient adds the HTTPClient to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) SetVolumeGroupID

func (o *PcloudVolumegroupsActionPostParams) SetVolumeGroupID(volumeGroupID string)

SetVolumeGroupID adds the volumeGroupId to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) WithBody

WithBody adds the body to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) WithContext

WithContext adds the context to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) WithTimeout

WithTimeout adds the timeout to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) WithVolumeGroupID

WithVolumeGroupID adds the volumeGroupID to the pcloud volumegroups action post params

func (*PcloudVolumegroupsActionPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudVolumegroupsActionPostReader

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

PcloudVolumegroupsActionPostReader is a Reader for the PcloudVolumegroupsActionPost structure.

func (*PcloudVolumegroupsActionPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudVolumegroupsActionPostUnprocessableEntity

type PcloudVolumegroupsActionPostUnprocessableEntity struct {
	Payload *models.Error
}

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

Unprocessable Entity

func NewPcloudVolumegroupsActionPostUnprocessableEntity

func NewPcloudVolumegroupsActionPostUnprocessableEntity() *PcloudVolumegroupsActionPostUnprocessableEntity

NewPcloudVolumegroupsActionPostUnprocessableEntity creates a PcloudVolumegroupsActionPostUnprocessableEntity with default headers values

func (*PcloudVolumegroupsActionPostUnprocessableEntity) Code

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

func (*PcloudVolumegroupsActionPostUnprocessableEntity) Error

func (*PcloudVolumegroupsActionPostUnprocessableEntity) GetPayload

func (*PcloudVolumegroupsActionPostUnprocessableEntity) IsClientError

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

func (*PcloudVolumegroupsActionPostUnprocessableEntity) IsCode

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

func (*PcloudVolumegroupsActionPostUnprocessableEntity) IsRedirect

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

func (*PcloudVolumegroupsActionPostUnprocessableEntity) IsServerError

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

func (*PcloudVolumegroupsActionPostUnprocessableEntity) IsSuccess

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

func (*PcloudVolumegroupsActionPostUnprocessableEntity) String

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

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

func (*PcloudVolumegroupsDeleteAccepted) Error

func (*PcloudVolumegroupsDeleteAccepted) GetPayload

func (*PcloudVolumegroupsDeleteAccepted) IsClientError

func (o *PcloudVolumegroupsDeleteAccepted) IsClientError() bool

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

func (*PcloudVolumegroupsDeleteAccepted) IsCode

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

func (o *PcloudVolumegroupsDeleteAccepted) IsRedirect() bool

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

func (*PcloudVolumegroupsDeleteAccepted) IsServerError

func (o *PcloudVolumegroupsDeleteAccepted) IsServerError() bool

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

func (*PcloudVolumegroupsDeleteAccepted) IsSuccess

func (o *PcloudVolumegroupsDeleteAccepted) IsSuccess() bool

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

func (*PcloudVolumegroupsDeleteAccepted) String

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

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

func (*PcloudVolumegroupsDeleteBadRequest) Error

func (*PcloudVolumegroupsDeleteBadRequest) GetPayload

func (*PcloudVolumegroupsDeleteBadRequest) IsClientError

func (o *PcloudVolumegroupsDeleteBadRequest) IsClientError() bool

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

func (*PcloudVolumegroupsDeleteBadRequest) IsCode

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

func (*PcloudVolumegroupsDeleteBadRequest) IsRedirect

func (o *PcloudVolumegroupsDeleteBadRequest) IsRedirect() bool

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

func (*PcloudVolumegroupsDeleteBadRequest) IsServerError

func (o *PcloudVolumegroupsDeleteBadRequest) IsServerError() bool

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

func (*PcloudVolumegroupsDeleteBadRequest) IsSuccess

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

func (*PcloudVolumegroupsDeleteBadRequest) String

type PcloudVolumegroupsDeleteForbidden

type PcloudVolumegroupsDeleteForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsDeleteForbidden

func NewPcloudVolumegroupsDeleteForbidden() *PcloudVolumegroupsDeleteForbidden

NewPcloudVolumegroupsDeleteForbidden creates a PcloudVolumegroupsDeleteForbidden with default headers values

func (*PcloudVolumegroupsDeleteForbidden) Code

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

func (*PcloudVolumegroupsDeleteForbidden) Error

func (*PcloudVolumegroupsDeleteForbidden) GetPayload

func (*PcloudVolumegroupsDeleteForbidden) IsClientError

func (o *PcloudVolumegroupsDeleteForbidden) IsClientError() bool

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

func (*PcloudVolumegroupsDeleteForbidden) IsCode

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

func (o *PcloudVolumegroupsDeleteForbidden) IsRedirect() bool

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

func (*PcloudVolumegroupsDeleteForbidden) IsServerError

func (o *PcloudVolumegroupsDeleteForbidden) IsServerError() bool

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

func (*PcloudVolumegroupsDeleteForbidden) IsSuccess

func (o *PcloudVolumegroupsDeleteForbidden) IsSuccess() bool

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

func (*PcloudVolumegroupsDeleteForbidden) String

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

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

func (*PcloudVolumegroupsDeleteInternalServerError) Error

func (*PcloudVolumegroupsDeleteInternalServerError) GetPayload

func (*PcloudVolumegroupsDeleteInternalServerError) IsClientError

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

func (*PcloudVolumegroupsDeleteInternalServerError) IsCode

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

func (*PcloudVolumegroupsDeleteInternalServerError) IsRedirect

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

func (*PcloudVolumegroupsDeleteInternalServerError) IsServerError

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

func (*PcloudVolumegroupsDeleteInternalServerError) IsSuccess

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

func (*PcloudVolumegroupsDeleteInternalServerError) String

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

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

func (*PcloudVolumegroupsDeleteNotFound) Error

func (*PcloudVolumegroupsDeleteNotFound) GetPayload

func (*PcloudVolumegroupsDeleteNotFound) IsClientError

func (o *PcloudVolumegroupsDeleteNotFound) IsClientError() bool

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

func (*PcloudVolumegroupsDeleteNotFound) IsCode

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

func (o *PcloudVolumegroupsDeleteNotFound) IsRedirect() bool

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

func (*PcloudVolumegroupsDeleteNotFound) IsServerError

func (o *PcloudVolumegroupsDeleteNotFound) IsServerError() bool

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

func (*PcloudVolumegroupsDeleteNotFound) IsSuccess

func (o *PcloudVolumegroupsDeleteNotFound) IsSuccess() bool

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

func (*PcloudVolumegroupsDeleteNotFound) String

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

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

func (*PcloudVolumegroupsDeleteUnauthorized) Error

func (*PcloudVolumegroupsDeleteUnauthorized) GetPayload

func (*PcloudVolumegroupsDeleteUnauthorized) IsClientError

func (o *PcloudVolumegroupsDeleteUnauthorized) IsClientError() bool

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

func (*PcloudVolumegroupsDeleteUnauthorized) IsCode

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

func (*PcloudVolumegroupsDeleteUnauthorized) IsRedirect

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

func (*PcloudVolumegroupsDeleteUnauthorized) IsServerError

func (o *PcloudVolumegroupsDeleteUnauthorized) IsServerError() bool

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

func (*PcloudVolumegroupsDeleteUnauthorized) IsSuccess

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

func (*PcloudVolumegroupsDeleteUnauthorized) String

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

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

func (o *PcloudVolumegroupsGetBadRequest) IsClientError() bool

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

func (*PcloudVolumegroupsGetBadRequest) IsCode

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

func (o *PcloudVolumegroupsGetBadRequest) IsRedirect() bool

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

func (*PcloudVolumegroupsGetBadRequest) IsServerError

func (o *PcloudVolumegroupsGetBadRequest) IsServerError() bool

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

func (*PcloudVolumegroupsGetBadRequest) IsSuccess

func (o *PcloudVolumegroupsGetBadRequest) IsSuccess() bool

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

func (*PcloudVolumegroupsGetBadRequest) String

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

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

func (*PcloudVolumegroupsGetDetailsBadRequest) Error

func (*PcloudVolumegroupsGetDetailsBadRequest) GetPayload

func (*PcloudVolumegroupsGetDetailsBadRequest) IsClientError

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

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

func (*PcloudVolumegroupsGetDetailsBadRequest) IsRedirect

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

func (*PcloudVolumegroupsGetDetailsBadRequest) IsServerError

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

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

func (*PcloudVolumegroupsGetDetailsBadRequest) String

type PcloudVolumegroupsGetDetailsForbidden

type PcloudVolumegroupsGetDetailsForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsGetDetailsForbidden

func NewPcloudVolumegroupsGetDetailsForbidden() *PcloudVolumegroupsGetDetailsForbidden

NewPcloudVolumegroupsGetDetailsForbidden creates a PcloudVolumegroupsGetDetailsForbidden with default headers values

func (*PcloudVolumegroupsGetDetailsForbidden) Code

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

func (*PcloudVolumegroupsGetDetailsForbidden) Error

func (*PcloudVolumegroupsGetDetailsForbidden) GetPayload

func (*PcloudVolumegroupsGetDetailsForbidden) IsClientError

func (o *PcloudVolumegroupsGetDetailsForbidden) IsClientError() bool

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

func (*PcloudVolumegroupsGetDetailsForbidden) IsCode

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

func (*PcloudVolumegroupsGetDetailsForbidden) IsRedirect

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

func (*PcloudVolumegroupsGetDetailsForbidden) IsServerError

func (o *PcloudVolumegroupsGetDetailsForbidden) IsServerError() bool

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

func (*PcloudVolumegroupsGetDetailsForbidden) IsSuccess

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

func (*PcloudVolumegroupsGetDetailsForbidden) String

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

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

func (*PcloudVolumegroupsGetDetailsInternalServerError) Error

func (*PcloudVolumegroupsGetDetailsInternalServerError) GetPayload

func (*PcloudVolumegroupsGetDetailsInternalServerError) IsClientError

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

func (*PcloudVolumegroupsGetDetailsInternalServerError) IsCode

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

func (*PcloudVolumegroupsGetDetailsInternalServerError) IsRedirect

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

func (*PcloudVolumegroupsGetDetailsInternalServerError) IsServerError

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

func (*PcloudVolumegroupsGetDetailsInternalServerError) IsSuccess

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

func (*PcloudVolumegroupsGetDetailsInternalServerError) String

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

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

func (*PcloudVolumegroupsGetDetailsNotFound) Error

func (*PcloudVolumegroupsGetDetailsNotFound) GetPayload

func (*PcloudVolumegroupsGetDetailsNotFound) IsClientError

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

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

func (*PcloudVolumegroupsGetDetailsNotFound) IsRedirect

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

func (*PcloudVolumegroupsGetDetailsNotFound) IsServerError

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

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

func (*PcloudVolumegroupsGetDetailsNotFound) String

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

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

func (*PcloudVolumegroupsGetDetailsOK) Error

func (*PcloudVolumegroupsGetDetailsOK) GetPayload

func (*PcloudVolumegroupsGetDetailsOK) IsClientError

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

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

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

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

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

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 PcloudVolumegroupsGetForbidden

type PcloudVolumegroupsGetForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsGetForbidden

func NewPcloudVolumegroupsGetForbidden() *PcloudVolumegroupsGetForbidden

NewPcloudVolumegroupsGetForbidden creates a PcloudVolumegroupsGetForbidden with default headers values

func (*PcloudVolumegroupsGetForbidden) Code

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

func (*PcloudVolumegroupsGetForbidden) Error

func (*PcloudVolumegroupsGetForbidden) GetPayload

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

func (*PcloudVolumegroupsGetForbidden) IsClientError

func (o *PcloudVolumegroupsGetForbidden) IsClientError() bool

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

func (*PcloudVolumegroupsGetForbidden) IsCode

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

func (o *PcloudVolumegroupsGetForbidden) IsRedirect() bool

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

func (*PcloudVolumegroupsGetForbidden) IsServerError

func (o *PcloudVolumegroupsGetForbidden) IsServerError() bool

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

func (*PcloudVolumegroupsGetForbidden) IsSuccess

func (o *PcloudVolumegroupsGetForbidden) IsSuccess() bool

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

func (*PcloudVolumegroupsGetForbidden) String

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

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

func (*PcloudVolumegroupsGetInternalServerError) Error

func (*PcloudVolumegroupsGetInternalServerError) GetPayload

func (*PcloudVolumegroupsGetInternalServerError) IsClientError

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

func (*PcloudVolumegroupsGetInternalServerError) IsCode

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

func (*PcloudVolumegroupsGetInternalServerError) IsRedirect

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

func (*PcloudVolumegroupsGetInternalServerError) IsServerError

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

func (*PcloudVolumegroupsGetInternalServerError) IsSuccess

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

func (*PcloudVolumegroupsGetInternalServerError) String

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

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

func (o *PcloudVolumegroupsGetNotFound) IsClientError() bool

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

func (*PcloudVolumegroupsGetNotFound) IsCode

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

func (o *PcloudVolumegroupsGetNotFound) IsRedirect() bool

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

func (*PcloudVolumegroupsGetNotFound) IsServerError

func (o *PcloudVolumegroupsGetNotFound) IsServerError() bool

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

func (*PcloudVolumegroupsGetNotFound) IsSuccess

func (o *PcloudVolumegroupsGetNotFound) IsSuccess() bool

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

func (*PcloudVolumegroupsGetNotFound) String

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

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

func (o *PcloudVolumegroupsGetOK) IsClientError() bool

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

func (*PcloudVolumegroupsGetOK) IsCode

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

func (o *PcloudVolumegroupsGetOK) IsRedirect() bool

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

func (*PcloudVolumegroupsGetOK) IsServerError

func (o *PcloudVolumegroupsGetOK) IsServerError() bool

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

func (*PcloudVolumegroupsGetOK) IsSuccess

func (o *PcloudVolumegroupsGetOK) IsSuccess() bool

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

func (*PcloudVolumegroupsGetOK) String

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

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

func (*PcloudVolumegroupsGetallBadRequest) Error

func (*PcloudVolumegroupsGetallBadRequest) GetPayload

func (*PcloudVolumegroupsGetallBadRequest) IsClientError

func (o *PcloudVolumegroupsGetallBadRequest) IsClientError() bool

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

func (*PcloudVolumegroupsGetallBadRequest) IsCode

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

func (*PcloudVolumegroupsGetallBadRequest) IsRedirect

func (o *PcloudVolumegroupsGetallBadRequest) IsRedirect() bool

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

func (*PcloudVolumegroupsGetallBadRequest) IsServerError

func (o *PcloudVolumegroupsGetallBadRequest) IsServerError() bool

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

func (*PcloudVolumegroupsGetallBadRequest) IsSuccess

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

func (*PcloudVolumegroupsGetallBadRequest) String

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

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

func (*PcloudVolumegroupsGetallDetailsBadRequest) Error

func (*PcloudVolumegroupsGetallDetailsBadRequest) GetPayload

func (*PcloudVolumegroupsGetallDetailsBadRequest) IsClientError

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

func (*PcloudVolumegroupsGetallDetailsBadRequest) IsCode

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

func (*PcloudVolumegroupsGetallDetailsBadRequest) IsRedirect

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

func (*PcloudVolumegroupsGetallDetailsBadRequest) IsServerError

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

func (*PcloudVolumegroupsGetallDetailsBadRequest) IsSuccess

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

func (*PcloudVolumegroupsGetallDetailsBadRequest) String

type PcloudVolumegroupsGetallDetailsForbidden

type PcloudVolumegroupsGetallDetailsForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsGetallDetailsForbidden

func NewPcloudVolumegroupsGetallDetailsForbidden() *PcloudVolumegroupsGetallDetailsForbidden

NewPcloudVolumegroupsGetallDetailsForbidden creates a PcloudVolumegroupsGetallDetailsForbidden with default headers values

func (*PcloudVolumegroupsGetallDetailsForbidden) Code

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

func (*PcloudVolumegroupsGetallDetailsForbidden) Error

func (*PcloudVolumegroupsGetallDetailsForbidden) GetPayload

func (*PcloudVolumegroupsGetallDetailsForbidden) IsClientError

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

func (*PcloudVolumegroupsGetallDetailsForbidden) IsCode

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

func (*PcloudVolumegroupsGetallDetailsForbidden) IsRedirect

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

func (*PcloudVolumegroupsGetallDetailsForbidden) IsServerError

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

func (*PcloudVolumegroupsGetallDetailsForbidden) IsSuccess

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

func (*PcloudVolumegroupsGetallDetailsForbidden) String

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

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

func (*PcloudVolumegroupsGetallDetailsInternalServerError) Error

func (*PcloudVolumegroupsGetallDetailsInternalServerError) GetPayload

func (*PcloudVolumegroupsGetallDetailsInternalServerError) IsClientError

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

func (*PcloudVolumegroupsGetallDetailsInternalServerError) IsCode

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

func (*PcloudVolumegroupsGetallDetailsInternalServerError) IsRedirect

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

func (*PcloudVolumegroupsGetallDetailsInternalServerError) IsServerError

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

func (*PcloudVolumegroupsGetallDetailsInternalServerError) IsSuccess

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

func (*PcloudVolumegroupsGetallDetailsInternalServerError) String

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

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

func (*PcloudVolumegroupsGetallDetailsOK) Error

func (*PcloudVolumegroupsGetallDetailsOK) GetPayload

func (*PcloudVolumegroupsGetallDetailsOK) IsClientError

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

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

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

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

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

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

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

func (*PcloudVolumegroupsGetallDetailsUnauthorized) Error

func (*PcloudVolumegroupsGetallDetailsUnauthorized) GetPayload

func (*PcloudVolumegroupsGetallDetailsUnauthorized) IsClientError

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

func (*PcloudVolumegroupsGetallDetailsUnauthorized) IsCode

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

func (*PcloudVolumegroupsGetallDetailsUnauthorized) IsRedirect

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

func (*PcloudVolumegroupsGetallDetailsUnauthorized) IsServerError

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

func (*PcloudVolumegroupsGetallDetailsUnauthorized) IsSuccess

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

func (*PcloudVolumegroupsGetallDetailsUnauthorized) String

type PcloudVolumegroupsGetallForbidden

type PcloudVolumegroupsGetallForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsGetallForbidden

func NewPcloudVolumegroupsGetallForbidden() *PcloudVolumegroupsGetallForbidden

NewPcloudVolumegroupsGetallForbidden creates a PcloudVolumegroupsGetallForbidden with default headers values

func (*PcloudVolumegroupsGetallForbidden) Code

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

func (*PcloudVolumegroupsGetallForbidden) Error

func (*PcloudVolumegroupsGetallForbidden) GetPayload

func (*PcloudVolumegroupsGetallForbidden) IsClientError

func (o *PcloudVolumegroupsGetallForbidden) IsClientError() bool

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

func (*PcloudVolumegroupsGetallForbidden) IsCode

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

func (o *PcloudVolumegroupsGetallForbidden) IsRedirect() bool

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

func (*PcloudVolumegroupsGetallForbidden) IsServerError

func (o *PcloudVolumegroupsGetallForbidden) IsServerError() bool

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

func (*PcloudVolumegroupsGetallForbidden) IsSuccess

func (o *PcloudVolumegroupsGetallForbidden) IsSuccess() bool

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

func (*PcloudVolumegroupsGetallForbidden) String

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

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

func (*PcloudVolumegroupsGetallInternalServerError) Error

func (*PcloudVolumegroupsGetallInternalServerError) GetPayload

func (*PcloudVolumegroupsGetallInternalServerError) IsClientError

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

func (*PcloudVolumegroupsGetallInternalServerError) IsCode

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

func (*PcloudVolumegroupsGetallInternalServerError) IsRedirect

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

func (*PcloudVolumegroupsGetallInternalServerError) IsServerError

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

func (*PcloudVolumegroupsGetallInternalServerError) IsSuccess

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

func (*PcloudVolumegroupsGetallInternalServerError) String

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

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

func (o *PcloudVolumegroupsGetallOK) IsClientError() bool

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

func (*PcloudVolumegroupsGetallOK) IsCode

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

func (o *PcloudVolumegroupsGetallOK) IsRedirect() bool

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

func (*PcloudVolumegroupsGetallOK) IsServerError

func (o *PcloudVolumegroupsGetallOK) IsServerError() bool

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

func (*PcloudVolumegroupsGetallOK) IsSuccess

func (o *PcloudVolumegroupsGetallOK) IsSuccess() bool

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

func (*PcloudVolumegroupsGetallOK) String

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

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

func (*PcloudVolumegroupsGetallUnauthorized) Error

func (*PcloudVolumegroupsGetallUnauthorized) GetPayload

func (*PcloudVolumegroupsGetallUnauthorized) IsClientError

func (o *PcloudVolumegroupsGetallUnauthorized) IsClientError() bool

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

func (*PcloudVolumegroupsGetallUnauthorized) IsCode

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

func (*PcloudVolumegroupsGetallUnauthorized) IsRedirect

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

func (*PcloudVolumegroupsGetallUnauthorized) IsServerError

func (o *PcloudVolumegroupsGetallUnauthorized) IsServerError() bool

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

func (*PcloudVolumegroupsGetallUnauthorized) IsSuccess

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

func (*PcloudVolumegroupsGetallUnauthorized) String

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

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

func (*PcloudVolumegroupsPostAccepted) Error

func (*PcloudVolumegroupsPostAccepted) GetPayload

func (*PcloudVolumegroupsPostAccepted) IsClientError

func (o *PcloudVolumegroupsPostAccepted) IsClientError() bool

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

func (*PcloudVolumegroupsPostAccepted) IsCode

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

func (o *PcloudVolumegroupsPostAccepted) IsRedirect() bool

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

func (*PcloudVolumegroupsPostAccepted) IsServerError

func (o *PcloudVolumegroupsPostAccepted) IsServerError() bool

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

func (*PcloudVolumegroupsPostAccepted) IsSuccess

func (o *PcloudVolumegroupsPostAccepted) IsSuccess() bool

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

func (*PcloudVolumegroupsPostAccepted) String

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

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

func (*PcloudVolumegroupsPostBadRequest) Error

func (*PcloudVolumegroupsPostBadRequest) GetPayload

func (*PcloudVolumegroupsPostBadRequest) IsClientError

func (o *PcloudVolumegroupsPostBadRequest) IsClientError() bool

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

func (*PcloudVolumegroupsPostBadRequest) IsCode

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

func (o *PcloudVolumegroupsPostBadRequest) IsRedirect() bool

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

func (*PcloudVolumegroupsPostBadRequest) IsServerError

func (o *PcloudVolumegroupsPostBadRequest) IsServerError() bool

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

func (*PcloudVolumegroupsPostBadRequest) IsSuccess

func (o *PcloudVolumegroupsPostBadRequest) IsSuccess() bool

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

func (*PcloudVolumegroupsPostBadRequest) String

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

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

func (o *PcloudVolumegroupsPostConflict) IsClientError() bool

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

func (*PcloudVolumegroupsPostConflict) IsCode

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

func (o *PcloudVolumegroupsPostConflict) IsRedirect() bool

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

func (*PcloudVolumegroupsPostConflict) IsServerError

func (o *PcloudVolumegroupsPostConflict) IsServerError() bool

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

func (*PcloudVolumegroupsPostConflict) IsSuccess

func (o *PcloudVolumegroupsPostConflict) IsSuccess() bool

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

func (*PcloudVolumegroupsPostConflict) String

type PcloudVolumegroupsPostForbidden

type PcloudVolumegroupsPostForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsPostForbidden

func NewPcloudVolumegroupsPostForbidden() *PcloudVolumegroupsPostForbidden

NewPcloudVolumegroupsPostForbidden creates a PcloudVolumegroupsPostForbidden with default headers values

func (*PcloudVolumegroupsPostForbidden) Code

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

func (*PcloudVolumegroupsPostForbidden) Error

func (*PcloudVolumegroupsPostForbidden) GetPayload

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

func (*PcloudVolumegroupsPostForbidden) IsClientError

func (o *PcloudVolumegroupsPostForbidden) IsClientError() bool

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

func (*PcloudVolumegroupsPostForbidden) IsCode

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

func (o *PcloudVolumegroupsPostForbidden) IsRedirect() bool

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

func (*PcloudVolumegroupsPostForbidden) IsServerError

func (o *PcloudVolumegroupsPostForbidden) IsServerError() bool

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

func (*PcloudVolumegroupsPostForbidden) IsSuccess

func (o *PcloudVolumegroupsPostForbidden) IsSuccess() bool

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

func (*PcloudVolumegroupsPostForbidden) String

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

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

func (*PcloudVolumegroupsPostGatewayTimeout) Error

func (*PcloudVolumegroupsPostGatewayTimeout) GetPayload

func (*PcloudVolumegroupsPostGatewayTimeout) IsClientError

func (o *PcloudVolumegroupsPostGatewayTimeout) IsClientError() bool

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

func (*PcloudVolumegroupsPostGatewayTimeout) IsCode

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

func (*PcloudVolumegroupsPostGatewayTimeout) IsRedirect

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

func (*PcloudVolumegroupsPostGatewayTimeout) IsServerError

func (o *PcloudVolumegroupsPostGatewayTimeout) IsServerError() bool

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

func (*PcloudVolumegroupsPostGatewayTimeout) IsSuccess

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

func (*PcloudVolumegroupsPostGatewayTimeout) String

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

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

func (*PcloudVolumegroupsPostInternalServerError) Error

func (*PcloudVolumegroupsPostInternalServerError) GetPayload

func (*PcloudVolumegroupsPostInternalServerError) IsClientError

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

func (*PcloudVolumegroupsPostInternalServerError) IsCode

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

func (*PcloudVolumegroupsPostInternalServerError) IsRedirect

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

func (*PcloudVolumegroupsPostInternalServerError) IsServerError

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

func (*PcloudVolumegroupsPostInternalServerError) IsSuccess

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

func (*PcloudVolumegroupsPostInternalServerError) String

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

type PcloudVolumegroupsPostPartialContent struct {
	Payload *models.VolumeGroupCreateResponse
}

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

Partial Content

func NewPcloudVolumegroupsPostPartialContent

func NewPcloudVolumegroupsPostPartialContent() *PcloudVolumegroupsPostPartialContent

NewPcloudVolumegroupsPostPartialContent creates a PcloudVolumegroupsPostPartialContent with default headers values

func (*PcloudVolumegroupsPostPartialContent) Code

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

func (*PcloudVolumegroupsPostPartialContent) Error

func (*PcloudVolumegroupsPostPartialContent) GetPayload

func (*PcloudVolumegroupsPostPartialContent) IsClientError

func (o *PcloudVolumegroupsPostPartialContent) IsClientError() bool

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

func (*PcloudVolumegroupsPostPartialContent) IsCode

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

func (*PcloudVolumegroupsPostPartialContent) IsRedirect

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

func (*PcloudVolumegroupsPostPartialContent) IsServerError

func (o *PcloudVolumegroupsPostPartialContent) IsServerError() bool

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

func (*PcloudVolumegroupsPostPartialContent) IsSuccess

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

func (*PcloudVolumegroupsPostPartialContent) String

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

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

func (*PcloudVolumegroupsPostUnauthorized) Error

func (*PcloudVolumegroupsPostUnauthorized) GetPayload

func (*PcloudVolumegroupsPostUnauthorized) IsClientError

func (o *PcloudVolumegroupsPostUnauthorized) IsClientError() bool

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

func (*PcloudVolumegroupsPostUnauthorized) IsCode

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

func (*PcloudVolumegroupsPostUnauthorized) IsRedirect

func (o *PcloudVolumegroupsPostUnauthorized) IsRedirect() bool

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

func (*PcloudVolumegroupsPostUnauthorized) IsServerError

func (o *PcloudVolumegroupsPostUnauthorized) IsServerError() bool

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

func (*PcloudVolumegroupsPostUnauthorized) IsSuccess

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

func (*PcloudVolumegroupsPostUnauthorized) String

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

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

func (*PcloudVolumegroupsPostUnprocessableEntity) Error

func (*PcloudVolumegroupsPostUnprocessableEntity) GetPayload

func (*PcloudVolumegroupsPostUnprocessableEntity) IsClientError

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

func (*PcloudVolumegroupsPostUnprocessableEntity) IsCode

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

func (*PcloudVolumegroupsPostUnprocessableEntity) IsRedirect

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

func (*PcloudVolumegroupsPostUnprocessableEntity) IsServerError

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

func (*PcloudVolumegroupsPostUnprocessableEntity) IsSuccess

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

func (*PcloudVolumegroupsPostUnprocessableEntity) String

type PcloudVolumegroupsPutAccepted

type PcloudVolumegroupsPutAccepted struct {
	Payload models.Object
}

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

Accepted

func NewPcloudVolumegroupsPutAccepted

func NewPcloudVolumegroupsPutAccepted() *PcloudVolumegroupsPutAccepted

NewPcloudVolumegroupsPutAccepted creates a PcloudVolumegroupsPutAccepted with default headers values

func (*PcloudVolumegroupsPutAccepted) Code

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

func (*PcloudVolumegroupsPutAccepted) Error

func (*PcloudVolumegroupsPutAccepted) GetPayload

func (*PcloudVolumegroupsPutAccepted) IsClientError

func (o *PcloudVolumegroupsPutAccepted) IsClientError() bool

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

func (*PcloudVolumegroupsPutAccepted) IsCode

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

func (o *PcloudVolumegroupsPutAccepted) IsRedirect() bool

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

func (*PcloudVolumegroupsPutAccepted) IsServerError

func (o *PcloudVolumegroupsPutAccepted) IsServerError() bool

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

func (*PcloudVolumegroupsPutAccepted) IsSuccess

func (o *PcloudVolumegroupsPutAccepted) IsSuccess() bool

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

func (*PcloudVolumegroupsPutAccepted) String

type PcloudVolumegroupsPutBadRequest

type PcloudVolumegroupsPutBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudVolumegroupsPutBadRequest

func NewPcloudVolumegroupsPutBadRequest() *PcloudVolumegroupsPutBadRequest

NewPcloudVolumegroupsPutBadRequest creates a PcloudVolumegroupsPutBadRequest with default headers values

func (*PcloudVolumegroupsPutBadRequest) Code

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

func (*PcloudVolumegroupsPutBadRequest) Error

func (*PcloudVolumegroupsPutBadRequest) GetPayload

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

func (*PcloudVolumegroupsPutBadRequest) IsClientError

func (o *PcloudVolumegroupsPutBadRequest) IsClientError() bool

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

func (*PcloudVolumegroupsPutBadRequest) IsCode

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

func (o *PcloudVolumegroupsPutBadRequest) IsRedirect() bool

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

func (*PcloudVolumegroupsPutBadRequest) IsServerError

func (o *PcloudVolumegroupsPutBadRequest) IsServerError() bool

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

func (*PcloudVolumegroupsPutBadRequest) IsSuccess

func (o *PcloudVolumegroupsPutBadRequest) IsSuccess() bool

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

func (*PcloudVolumegroupsPutBadRequest) String

type PcloudVolumegroupsPutConflict

type PcloudVolumegroupsPutConflict struct {
	Payload *models.Error
}

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

Conflict

func NewPcloudVolumegroupsPutConflict

func NewPcloudVolumegroupsPutConflict() *PcloudVolumegroupsPutConflict

NewPcloudVolumegroupsPutConflict creates a PcloudVolumegroupsPutConflict with default headers values

func (*PcloudVolumegroupsPutConflict) Code

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

func (*PcloudVolumegroupsPutConflict) Error

func (*PcloudVolumegroupsPutConflict) GetPayload

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

func (*PcloudVolumegroupsPutConflict) IsClientError

func (o *PcloudVolumegroupsPutConflict) IsClientError() bool

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

func (*PcloudVolumegroupsPutConflict) IsCode

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

func (o *PcloudVolumegroupsPutConflict) IsRedirect() bool

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

func (*PcloudVolumegroupsPutConflict) IsServerError

func (o *PcloudVolumegroupsPutConflict) IsServerError() bool

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

func (*PcloudVolumegroupsPutConflict) IsSuccess

func (o *PcloudVolumegroupsPutConflict) IsSuccess() bool

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

func (*PcloudVolumegroupsPutConflict) String

type PcloudVolumegroupsPutForbidden

type PcloudVolumegroupsPutForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsPutForbidden

func NewPcloudVolumegroupsPutForbidden() *PcloudVolumegroupsPutForbidden

NewPcloudVolumegroupsPutForbidden creates a PcloudVolumegroupsPutForbidden with default headers values

func (*PcloudVolumegroupsPutForbidden) Code

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

func (*PcloudVolumegroupsPutForbidden) Error

func (*PcloudVolumegroupsPutForbidden) GetPayload

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

func (*PcloudVolumegroupsPutForbidden) IsClientError

func (o *PcloudVolumegroupsPutForbidden) IsClientError() bool

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

func (*PcloudVolumegroupsPutForbidden) IsCode

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

func (o *PcloudVolumegroupsPutForbidden) IsRedirect() bool

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

func (*PcloudVolumegroupsPutForbidden) IsServerError

func (o *PcloudVolumegroupsPutForbidden) IsServerError() bool

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

func (*PcloudVolumegroupsPutForbidden) IsSuccess

func (o *PcloudVolumegroupsPutForbidden) IsSuccess() bool

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

func (*PcloudVolumegroupsPutForbidden) String

type PcloudVolumegroupsPutInternalServerError

type PcloudVolumegroupsPutInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudVolumegroupsPutInternalServerError

func NewPcloudVolumegroupsPutInternalServerError() *PcloudVolumegroupsPutInternalServerError

NewPcloudVolumegroupsPutInternalServerError creates a PcloudVolumegroupsPutInternalServerError with default headers values

func (*PcloudVolumegroupsPutInternalServerError) Code

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

func (*PcloudVolumegroupsPutInternalServerError) Error

func (*PcloudVolumegroupsPutInternalServerError) GetPayload

func (*PcloudVolumegroupsPutInternalServerError) IsClientError

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

func (*PcloudVolumegroupsPutInternalServerError) IsCode

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

func (*PcloudVolumegroupsPutInternalServerError) IsRedirect

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

func (*PcloudVolumegroupsPutInternalServerError) IsServerError

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

func (*PcloudVolumegroupsPutInternalServerError) IsSuccess

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

func (*PcloudVolumegroupsPutInternalServerError) String

type PcloudVolumegroupsPutNotFound

type PcloudVolumegroupsPutNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudVolumegroupsPutNotFound

func NewPcloudVolumegroupsPutNotFound() *PcloudVolumegroupsPutNotFound

NewPcloudVolumegroupsPutNotFound creates a PcloudVolumegroupsPutNotFound with default headers values

func (*PcloudVolumegroupsPutNotFound) Code

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

func (*PcloudVolumegroupsPutNotFound) Error

func (*PcloudVolumegroupsPutNotFound) GetPayload

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

func (*PcloudVolumegroupsPutNotFound) IsClientError

func (o *PcloudVolumegroupsPutNotFound) IsClientError() bool

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

func (*PcloudVolumegroupsPutNotFound) IsCode

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

func (o *PcloudVolumegroupsPutNotFound) IsRedirect() bool

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

func (*PcloudVolumegroupsPutNotFound) IsServerError

func (o *PcloudVolumegroupsPutNotFound) IsServerError() bool

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

func (*PcloudVolumegroupsPutNotFound) IsSuccess

func (o *PcloudVolumegroupsPutNotFound) IsSuccess() bool

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

func (*PcloudVolumegroupsPutNotFound) String

type PcloudVolumegroupsPutParams

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

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

func NewPcloudVolumegroupsPutParamsWithContext(ctx context.Context) *PcloudVolumegroupsPutParams

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

func NewPcloudVolumegroupsPutParamsWithHTTPClient

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

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

SetBody adds the body to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) SetCloudInstanceID

func (o *PcloudVolumegroupsPutParams) SetCloudInstanceID(cloudInstanceID string)

SetCloudInstanceID adds the cloudInstanceId to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) SetContext

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

SetContext adds the context to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) SetDefaults

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

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

SetHTTPClient adds the HTTPClient to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) SetTimeout

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

SetTimeout adds the timeout to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) SetVolumeGroupID

func (o *PcloudVolumegroupsPutParams) SetVolumeGroupID(volumeGroupID string)

SetVolumeGroupID adds the volumeGroupId to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) WithBody

WithBody adds the body to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) WithCloudInstanceID

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

WithCloudInstanceID adds the cloudInstanceID to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) WithContext

WithContext adds the context to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) WithDefaults

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

WithHTTPClient adds the HTTPClient to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) WithTimeout

WithTimeout adds the timeout to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) WithVolumeGroupID

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

WithVolumeGroupID adds the volumeGroupID to the pcloud volumegroups put params

func (*PcloudVolumegroupsPutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudVolumegroupsPutReader

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

PcloudVolumegroupsPutReader is a Reader for the PcloudVolumegroupsPut structure.

func (*PcloudVolumegroupsPutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudVolumegroupsPutUnauthorized

type PcloudVolumegroupsPutUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewPcloudVolumegroupsPutUnauthorized

func NewPcloudVolumegroupsPutUnauthorized() *PcloudVolumegroupsPutUnauthorized

NewPcloudVolumegroupsPutUnauthorized creates a PcloudVolumegroupsPutUnauthorized with default headers values

func (*PcloudVolumegroupsPutUnauthorized) Code

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

func (*PcloudVolumegroupsPutUnauthorized) Error

func (*PcloudVolumegroupsPutUnauthorized) GetPayload

func (*PcloudVolumegroupsPutUnauthorized) IsClientError

func (o *PcloudVolumegroupsPutUnauthorized) IsClientError() bool

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

func (*PcloudVolumegroupsPutUnauthorized) IsCode

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

func (o *PcloudVolumegroupsPutUnauthorized) IsRedirect() bool

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

func (*PcloudVolumegroupsPutUnauthorized) IsServerError

func (o *PcloudVolumegroupsPutUnauthorized) IsServerError() bool

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

func (*PcloudVolumegroupsPutUnauthorized) IsSuccess

func (o *PcloudVolumegroupsPutUnauthorized) IsSuccess() bool

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

func (*PcloudVolumegroupsPutUnauthorized) String

type PcloudVolumegroupsPutUnprocessableEntity

type PcloudVolumegroupsPutUnprocessableEntity struct {
	Payload *models.Error
}

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

Unprocessable Entity

func NewPcloudVolumegroupsPutUnprocessableEntity

func NewPcloudVolumegroupsPutUnprocessableEntity() *PcloudVolumegroupsPutUnprocessableEntity

NewPcloudVolumegroupsPutUnprocessableEntity creates a PcloudVolumegroupsPutUnprocessableEntity with default headers values

func (*PcloudVolumegroupsPutUnprocessableEntity) Code

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

func (*PcloudVolumegroupsPutUnprocessableEntity) Error

func (*PcloudVolumegroupsPutUnprocessableEntity) GetPayload

func (*PcloudVolumegroupsPutUnprocessableEntity) IsClientError

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

func (*PcloudVolumegroupsPutUnprocessableEntity) IsCode

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

func (*PcloudVolumegroupsPutUnprocessableEntity) IsRedirect

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

func (*PcloudVolumegroupsPutUnprocessableEntity) IsServerError

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

func (*PcloudVolumegroupsPutUnprocessableEntity) IsSuccess

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

func (*PcloudVolumegroupsPutUnprocessableEntity) String

type PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest

type PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest() *PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest

NewPcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest creates a PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest with default headers values

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) Code

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) Error

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) GetPayload

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) IsClientError

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) IsCode

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) IsRedirect

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) IsServerError

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) IsSuccess

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetBadRequest) String

type PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden

type PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetForbidden

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetForbidden() *PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden

NewPcloudVolumegroupsRemoteCopyRelationshipsGetForbidden creates a PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden with default headers values

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) Code

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) Error

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) GetPayload

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) IsClientError

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) IsCode

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) IsRedirect

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) IsServerError

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) IsSuccess

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetForbidden) String

type PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError

type PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError() *PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError

NewPcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError creates a PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError with default headers values

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) Code

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) Error

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) GetPayload

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) IsClientError

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) IsCode

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

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) IsServerError

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) IsSuccess

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetInternalServerError) String

type PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound

type PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetNotFound

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetNotFound() *PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound

NewPcloudVolumegroupsRemoteCopyRelationshipsGetNotFound creates a PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound with default headers values

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) Code

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) Error

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) GetPayload

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) IsClientError

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) IsCode

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) IsRedirect

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) IsServerError

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) IsSuccess

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetNotFound) String

type PcloudVolumegroupsRemoteCopyRelationshipsGetOK

type PcloudVolumegroupsRemoteCopyRelationshipsGetOK struct {
	Payload *models.VolumeGroupRemoteCopyRelationships
}

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

OK

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetOK

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetOK() *PcloudVolumegroupsRemoteCopyRelationshipsGetOK

NewPcloudVolumegroupsRemoteCopyRelationshipsGetOK creates a PcloudVolumegroupsRemoteCopyRelationshipsGetOK with default headers values

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) Code

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) Error

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) GetPayload

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) IsClientError

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) IsCode

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) IsRedirect

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) IsServerError

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) IsSuccess

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetOK) String

type PcloudVolumegroupsRemoteCopyRelationshipsGetParams

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

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

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetParamsWithContext(ctx context.Context) *PcloudVolumegroupsRemoteCopyRelationshipsGetParams

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

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetParamsWithHTTPClient

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

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

func (o *PcloudVolumegroupsRemoteCopyRelationshipsGetParams) SetCloudInstanceID(cloudInstanceID string)

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) SetContext

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) SetDefaults

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

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) SetTimeout

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) SetVolumeGroupID

func (o *PcloudVolumegroupsRemoteCopyRelationshipsGetParams) SetVolumeGroupID(volumeGroupID string)

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) WithCloudInstanceID

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) WithContext

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) WithDefaults

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

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) WithTimeout

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) WithVolumeGroupID

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudVolumegroupsRemoteCopyRelationshipsGetReader

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

PcloudVolumegroupsRemoteCopyRelationshipsGetReader is a Reader for the PcloudVolumegroupsRemoteCopyRelationshipsGet structure.

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests

type PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests struct {
	Payload *models.Error
}

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

Too Many Requests

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests

func NewPcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests() *PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests

NewPcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests creates a PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests with default headers values

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) Code

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) Error

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) GetPayload

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) IsClientError

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) IsCode

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

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) IsServerError

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) IsSuccess

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

func (*PcloudVolumegroupsRemoteCopyRelationshipsGetTooManyRequests) String

type PcloudVolumegroupsStorageDetailsGetBadRequest

type PcloudVolumegroupsStorageDetailsGetBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPcloudVolumegroupsStorageDetailsGetBadRequest

func NewPcloudVolumegroupsStorageDetailsGetBadRequest() *PcloudVolumegroupsStorageDetailsGetBadRequest

NewPcloudVolumegroupsStorageDetailsGetBadRequest creates a PcloudVolumegroupsStorageDetailsGetBadRequest with default headers values

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) Code

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

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) Error

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) GetPayload

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) IsClientError

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

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) IsCode

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

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) IsRedirect

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

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) IsServerError

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

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) IsSuccess

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

func (*PcloudVolumegroupsStorageDetailsGetBadRequest) String

type PcloudVolumegroupsStorageDetailsGetForbidden

type PcloudVolumegroupsStorageDetailsGetForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewPcloudVolumegroupsStorageDetailsGetForbidden

func NewPcloudVolumegroupsStorageDetailsGetForbidden() *PcloudVolumegroupsStorageDetailsGetForbidden

NewPcloudVolumegroupsStorageDetailsGetForbidden creates a PcloudVolumegroupsStorageDetailsGetForbidden with default headers values

func (*PcloudVolumegroupsStorageDetailsGetForbidden) Code

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

func (*PcloudVolumegroupsStorageDetailsGetForbidden) Error

func (*PcloudVolumegroupsStorageDetailsGetForbidden) GetPayload

func (*PcloudVolumegroupsStorageDetailsGetForbidden) IsClientError

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

func (*PcloudVolumegroupsStorageDetailsGetForbidden) IsCode

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

func (*PcloudVolumegroupsStorageDetailsGetForbidden) IsRedirect

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

func (*PcloudVolumegroupsStorageDetailsGetForbidden) IsServerError

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

func (*PcloudVolumegroupsStorageDetailsGetForbidden) IsSuccess

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

func (*PcloudVolumegroupsStorageDetailsGetForbidden) String

type PcloudVolumegroupsStorageDetailsGetInternalServerError

type PcloudVolumegroupsStorageDetailsGetInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPcloudVolumegroupsStorageDetailsGetInternalServerError

func NewPcloudVolumegroupsStorageDetailsGetInternalServerError() *PcloudVolumegroupsStorageDetailsGetInternalServerError

NewPcloudVolumegroupsStorageDetailsGetInternalServerError creates a PcloudVolumegroupsStorageDetailsGetInternalServerError with default headers values

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) Code

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

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) Error

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) GetPayload

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) IsClientError

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

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) IsCode

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

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) IsRedirect

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

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) IsServerError

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

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) IsSuccess

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

func (*PcloudVolumegroupsStorageDetailsGetInternalServerError) String

type PcloudVolumegroupsStorageDetailsGetNotFound

type PcloudVolumegroupsStorageDetailsGetNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewPcloudVolumegroupsStorageDetailsGetNotFound

func NewPcloudVolumegroupsStorageDetailsGetNotFound() *PcloudVolumegroupsStorageDetailsGetNotFound

NewPcloudVolumegroupsStorageDetailsGetNotFound creates a PcloudVolumegroupsStorageDetailsGetNotFound with default headers values

func (*PcloudVolumegroupsStorageDetailsGetNotFound) Code

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

func (*PcloudVolumegroupsStorageDetailsGetNotFound) Error

func (*PcloudVolumegroupsStorageDetailsGetNotFound) GetPayload

func (*PcloudVolumegroupsStorageDetailsGetNotFound) IsClientError

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

func (*PcloudVolumegroupsStorageDetailsGetNotFound) IsCode

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

func (*PcloudVolumegroupsStorageDetailsGetNotFound) IsRedirect

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

func (*PcloudVolumegroupsStorageDetailsGetNotFound) IsServerError

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

func (*PcloudVolumegroupsStorageDetailsGetNotFound) IsSuccess

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

func (*PcloudVolumegroupsStorageDetailsGetNotFound) String

type PcloudVolumegroupsStorageDetailsGetOK

type PcloudVolumegroupsStorageDetailsGetOK struct {
	Payload *models.VolumeGroupStorageDetails
}

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

OK

func NewPcloudVolumegroupsStorageDetailsGetOK

func NewPcloudVolumegroupsStorageDetailsGetOK() *PcloudVolumegroupsStorageDetailsGetOK

NewPcloudVolumegroupsStorageDetailsGetOK creates a PcloudVolumegroupsStorageDetailsGetOK with default headers values

func (*PcloudVolumegroupsStorageDetailsGetOK) Code

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

func (*PcloudVolumegroupsStorageDetailsGetOK) Error

func (*PcloudVolumegroupsStorageDetailsGetOK) GetPayload

func (*PcloudVolumegroupsStorageDetailsGetOK) IsClientError

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

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

func (*PcloudVolumegroupsStorageDetailsGetOK) IsRedirect

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

func (*PcloudVolumegroupsStorageDetailsGetOK) IsServerError

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

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

func (*PcloudVolumegroupsStorageDetailsGetOK) String

type PcloudVolumegroupsStorageDetailsGetParams

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

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

func NewPcloudVolumegroupsStorageDetailsGetParamsWithContext(ctx context.Context) *PcloudVolumegroupsStorageDetailsGetParams

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

func NewPcloudVolumegroupsStorageDetailsGetParamsWithHTTPClient

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

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

func (o *PcloudVolumegroupsStorageDetailsGetParams) SetCloudInstanceID(cloudInstanceID string)

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

func (*PcloudVolumegroupsStorageDetailsGetParams) SetContext

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

func (*PcloudVolumegroupsStorageDetailsGetParams) SetDefaults

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

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

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

func (*PcloudVolumegroupsStorageDetailsGetParams) SetTimeout

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

func (*PcloudVolumegroupsStorageDetailsGetParams) SetVolumeGroupID

func (o *PcloudVolumegroupsStorageDetailsGetParams) SetVolumeGroupID(volumeGroupID string)

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

func (*PcloudVolumegroupsStorageDetailsGetParams) WithCloudInstanceID

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

func (*PcloudVolumegroupsStorageDetailsGetParams) WithContext

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

func (*PcloudVolumegroupsStorageDetailsGetParams) WithDefaults

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

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

func (*PcloudVolumegroupsStorageDetailsGetParams) WithTimeout

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

func (*PcloudVolumegroupsStorageDetailsGetParams) WithVolumeGroupID

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

func (*PcloudVolumegroupsStorageDetailsGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PcloudVolumegroupsStorageDetailsGetReader

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

PcloudVolumegroupsStorageDetailsGetReader is a Reader for the PcloudVolumegroupsStorageDetailsGet structure.

func (*PcloudVolumegroupsStorageDetailsGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PcloudVolumegroupsStorageDetailsGetTooManyRequests

type PcloudVolumegroupsStorageDetailsGetTooManyRequests struct {
	Payload *models.Error
}

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

Too Many Requests

func NewPcloudVolumegroupsStorageDetailsGetTooManyRequests

func NewPcloudVolumegroupsStorageDetailsGetTooManyRequests() *PcloudVolumegroupsStorageDetailsGetTooManyRequests

NewPcloudVolumegroupsStorageDetailsGetTooManyRequests creates a PcloudVolumegroupsStorageDetailsGetTooManyRequests with default headers values

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) Code

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

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) Error

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) GetPayload

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) IsClientError

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

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) IsCode

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

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) IsRedirect

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

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) IsServerError

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

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) IsSuccess

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

func (*PcloudVolumegroupsStorageDetailsGetTooManyRequests) String

Jump to

Keyboard shortcuts

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