buckets

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2023 License: MPL-2.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for buckets API

func (*Client) GetStorageBucketCORSHTTP

func (a *Client) GetStorageBucketCORSHTTP(params *GetStorageBucketCORSHTTPParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetStorageBucketCORSHTTPOK, error)

GetStorageBucketCORSHTTP gets a bucket c o r s

Returns the CORS configuration for your bucket.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) StorageBucketCORSCreateHTTP

StorageBucketCORSCreateHTTP creates a bucket c o r s

Creates the CORS configuration for your bucket.

func (*Client) StorageBucketCreateHTTP

func (a *Client) StorageBucketCreateHTTP(params *StorageBucketCreateHTTPParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StorageBucketCreateHTTPNoContent, error)

StorageBucketCreateHTTP creates a bucket

Creates a bucket in your S3 storage.

func (*Client) StorageBucketLifecycleCreateHTTP

StorageBucketLifecycleCreateHTTP creates a bucket lifecycle

Creates a lifecycle for your bucket. Lifecycle determines the number of days after which the objects in the

bucket are considered expired.

func (*Client) StorageBucketLifecycleDeleteHTTP

StorageBucketLifecycleDeleteHTTP deletes a bucket lifecycle

Delete a bucket lifecycle

func (*Client) StorageBucketPolicyCreateHTTP

StorageBucketPolicyCreateHTTP creates a bucket policy

Creates a policy for your bucket. Policies are used to set permissions for actions on buckets, objects, and

groups of objects.

func (*Client) StorageBucketRemoveHTTP

func (a *Client) StorageBucketRemoveHTTP(params *StorageBucketRemoveHTTPParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StorageBucketRemoveHTTPNoContent, error)

StorageBucketRemoveHTTP deletes a bucket

Deletes a bucket from your S3 storage.

func (*Client) StorageListBucketsHTTP

func (a *Client) StorageListBucketsHTTP(params *StorageListBucketsHTTPParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*StorageListBucketsHTTPOK, error)

StorageListBucketsHTTP gets all buckets

Returns information about all the buckets created in your S3 storage.

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new buckets API client.

type GetStorageBucketCORSHTTPBadRequest

type GetStorageBucketCORSHTTPBadRequest struct {
	Payload *models.ErrResponse
}

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

ErrResponse

func NewGetStorageBucketCORSHTTPBadRequest

func NewGetStorageBucketCORSHTTPBadRequest() *GetStorageBucketCORSHTTPBadRequest

NewGetStorageBucketCORSHTTPBadRequest creates a GetStorageBucketCORSHTTPBadRequest with default headers values

func (*GetStorageBucketCORSHTTPBadRequest) Code

Code gets the status code for the get storage bucket c o r s Http bad request response

func (*GetStorageBucketCORSHTTPBadRequest) Error

func (*GetStorageBucketCORSHTTPBadRequest) GetPayload

func (*GetStorageBucketCORSHTTPBadRequest) IsClientError

func (o *GetStorageBucketCORSHTTPBadRequest) IsClientError() bool

IsClientError returns true when this get storage bucket c o r s Http bad request response has a 4xx status code

func (*GetStorageBucketCORSHTTPBadRequest) IsCode

IsCode returns true when this get storage bucket c o r s Http bad request response a status code equal to that given

func (*GetStorageBucketCORSHTTPBadRequest) IsRedirect

func (o *GetStorageBucketCORSHTTPBadRequest) IsRedirect() bool

IsRedirect returns true when this get storage bucket c o r s Http bad request response has a 3xx status code

func (*GetStorageBucketCORSHTTPBadRequest) IsServerError

func (o *GetStorageBucketCORSHTTPBadRequest) IsServerError() bool

IsServerError returns true when this get storage bucket c o r s Http bad request response has a 5xx status code

func (*GetStorageBucketCORSHTTPBadRequest) IsSuccess

IsSuccess returns true when this get storage bucket c o r s Http bad request response has a 2xx status code

func (*GetStorageBucketCORSHTTPBadRequest) String

type GetStorageBucketCORSHTTPBody

type GetStorageBucketCORSHTTPBody struct {

	// Specify the origins for your CORS configuration
	AllowedOrigins []string `json:"allowedOrigins"`
}

GetStorageBucketCORSHTTPBody get storage bucket c o r s HTTP body swagger:model GetStorageBucketCORSHTTPBody

func (*GetStorageBucketCORSHTTPBody) ContextValidate

func (o *GetStorageBucketCORSHTTPBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this get storage bucket c o r s HTTP body based on context it is used

func (*GetStorageBucketCORSHTTPBody) MarshalBinary

func (o *GetStorageBucketCORSHTTPBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetStorageBucketCORSHTTPBody) UnmarshalBinary

func (o *GetStorageBucketCORSHTTPBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetStorageBucketCORSHTTPBody) Validate

func (o *GetStorageBucketCORSHTTPBody) Validate(formats strfmt.Registry) error

Validate validates this get storage bucket c o r s HTTP body

type GetStorageBucketCORSHTTPOK

type GetStorageBucketCORSHTTPOK struct {
	Payload *models.StorageGetBucketCorsEndpointRes
}

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

StorageGetBucketCorsEndpointRes

func NewGetStorageBucketCORSHTTPOK

func NewGetStorageBucketCORSHTTPOK() *GetStorageBucketCORSHTTPOK

NewGetStorageBucketCORSHTTPOK creates a GetStorageBucketCORSHTTPOK with default headers values

func (*GetStorageBucketCORSHTTPOK) Code

func (o *GetStorageBucketCORSHTTPOK) Code() int

Code gets the status code for the get storage bucket c o r s Http o k response

func (*GetStorageBucketCORSHTTPOK) Error

func (*GetStorageBucketCORSHTTPOK) GetPayload

func (*GetStorageBucketCORSHTTPOK) IsClientError

func (o *GetStorageBucketCORSHTTPOK) IsClientError() bool

IsClientError returns true when this get storage bucket c o r s Http o k response has a 4xx status code

func (*GetStorageBucketCORSHTTPOK) IsCode

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

IsCode returns true when this get storage bucket c o r s Http o k response a status code equal to that given

func (*GetStorageBucketCORSHTTPOK) IsRedirect

func (o *GetStorageBucketCORSHTTPOK) IsRedirect() bool

IsRedirect returns true when this get storage bucket c o r s Http o k response has a 3xx status code

func (*GetStorageBucketCORSHTTPOK) IsServerError

func (o *GetStorageBucketCORSHTTPOK) IsServerError() bool

IsServerError returns true when this get storage bucket c o r s Http o k response has a 5xx status code

func (*GetStorageBucketCORSHTTPOK) IsSuccess

func (o *GetStorageBucketCORSHTTPOK) IsSuccess() bool

IsSuccess returns true when this get storage bucket c o r s Http o k response has a 2xx status code

func (*GetStorageBucketCORSHTTPOK) String

func (o *GetStorageBucketCORSHTTPOK) String() string

type GetStorageBucketCORSHTTPParams

type GetStorageBucketCORSHTTPParams struct {

	// Body.
	Body GetStorageBucketCORSHTTPBody

	/* ID.

	   Storage ID

	   Format: int64
	*/
	ID int64

	/* Name.

	   Bucket name
	*/
	Name string

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

GetStorageBucketCORSHTTPParams contains all the parameters to send to the API endpoint

for the get storage bucket c o r s Http operation.

Typically these are written to a http.Request.

func NewGetStorageBucketCORSHTTPParams

func NewGetStorageBucketCORSHTTPParams() *GetStorageBucketCORSHTTPParams

NewGetStorageBucketCORSHTTPParams creates a new GetStorageBucketCORSHTTPParams 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 NewGetStorageBucketCORSHTTPParamsWithContext

func NewGetStorageBucketCORSHTTPParamsWithContext(ctx context.Context) *GetStorageBucketCORSHTTPParams

NewGetStorageBucketCORSHTTPParamsWithContext creates a new GetStorageBucketCORSHTTPParams object with the ability to set a context for a request.

func NewGetStorageBucketCORSHTTPParamsWithHTTPClient

func NewGetStorageBucketCORSHTTPParamsWithHTTPClient(client *http.Client) *GetStorageBucketCORSHTTPParams

NewGetStorageBucketCORSHTTPParamsWithHTTPClient creates a new GetStorageBucketCORSHTTPParams object with the ability to set a custom HTTPClient for a request.

func NewGetStorageBucketCORSHTTPParamsWithTimeout

func NewGetStorageBucketCORSHTTPParamsWithTimeout(timeout time.Duration) *GetStorageBucketCORSHTTPParams

NewGetStorageBucketCORSHTTPParamsWithTimeout creates a new GetStorageBucketCORSHTTPParams object with the ability to set a timeout on a request.

func (*GetStorageBucketCORSHTTPParams) SetBody

SetBody adds the body to the get storage bucket c o r s Http params

func (*GetStorageBucketCORSHTTPParams) SetContext

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

SetContext adds the context to the get storage bucket c o r s Http params

func (*GetStorageBucketCORSHTTPParams) SetDefaults

func (o *GetStorageBucketCORSHTTPParams) SetDefaults()

SetDefaults hydrates default values in the get storage bucket c o r s Http params (not the query body).

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

func (*GetStorageBucketCORSHTTPParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get storage bucket c o r s Http params

func (*GetStorageBucketCORSHTTPParams) SetID

SetID adds the id to the get storage bucket c o r s Http params

func (*GetStorageBucketCORSHTTPParams) SetName

func (o *GetStorageBucketCORSHTTPParams) SetName(name string)

SetName adds the name to the get storage bucket c o r s Http params

func (*GetStorageBucketCORSHTTPParams) SetTimeout

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

SetTimeout adds the timeout to the get storage bucket c o r s Http params

func (*GetStorageBucketCORSHTTPParams) WithBody

WithBody adds the body to the get storage bucket c o r s Http params

func (*GetStorageBucketCORSHTTPParams) WithContext

WithContext adds the context to the get storage bucket c o r s Http params

func (*GetStorageBucketCORSHTTPParams) WithDefaults

WithDefaults hydrates default values in the get storage bucket c o r s Http params (not the query body).

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

func (*GetStorageBucketCORSHTTPParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get storage bucket c o r s Http params

func (*GetStorageBucketCORSHTTPParams) WithID

WithID adds the id to the get storage bucket c o r s Http params

func (*GetStorageBucketCORSHTTPParams) WithName

WithName adds the name to the get storage bucket c o r s Http params

func (*GetStorageBucketCORSHTTPParams) WithTimeout

WithTimeout adds the timeout to the get storage bucket c o r s Http params

func (*GetStorageBucketCORSHTTPParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetStorageBucketCORSHTTPReader

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

GetStorageBucketCORSHTTPReader is a Reader for the GetStorageBucketCORSHTTP structure.

func (*GetStorageBucketCORSHTTPReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StorageBucketCORSCreateHTTPBadRequest

type StorageBucketCORSCreateHTTPBadRequest struct {
	Payload *models.ErrResponse
}

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

ErrResponse

func NewStorageBucketCORSCreateHTTPBadRequest

func NewStorageBucketCORSCreateHTTPBadRequest() *StorageBucketCORSCreateHTTPBadRequest

NewStorageBucketCORSCreateHTTPBadRequest creates a StorageBucketCORSCreateHTTPBadRequest with default headers values

func (*StorageBucketCORSCreateHTTPBadRequest) Code

Code gets the status code for the storage bucket c o r s create Http bad request response

func (*StorageBucketCORSCreateHTTPBadRequest) Error

func (*StorageBucketCORSCreateHTTPBadRequest) GetPayload

func (*StorageBucketCORSCreateHTTPBadRequest) IsClientError

func (o *StorageBucketCORSCreateHTTPBadRequest) IsClientError() bool

IsClientError returns true when this storage bucket c o r s create Http bad request response has a 4xx status code

func (*StorageBucketCORSCreateHTTPBadRequest) IsCode

IsCode returns true when this storage bucket c o r s create Http bad request response a status code equal to that given

func (*StorageBucketCORSCreateHTTPBadRequest) IsRedirect

IsRedirect returns true when this storage bucket c o r s create Http bad request response has a 3xx status code

func (*StorageBucketCORSCreateHTTPBadRequest) IsServerError

func (o *StorageBucketCORSCreateHTTPBadRequest) IsServerError() bool

IsServerError returns true when this storage bucket c o r s create Http bad request response has a 5xx status code

func (*StorageBucketCORSCreateHTTPBadRequest) IsSuccess

IsSuccess returns true when this storage bucket c o r s create Http bad request response has a 2xx status code

func (*StorageBucketCORSCreateHTTPBadRequest) String

type StorageBucketCORSCreateHTTPBody

type StorageBucketCORSCreateHTTPBody struct {

	// Specify the origins for your CORS configuration
	AllowedOrigins []string `json:"allowedOrigins"`
}

StorageBucketCORSCreateHTTPBody storage bucket c o r s create HTTP body swagger:model StorageBucketCORSCreateHTTPBody

func (*StorageBucketCORSCreateHTTPBody) ContextValidate

func (o *StorageBucketCORSCreateHTTPBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this storage bucket c o r s create HTTP body based on context it is used

func (*StorageBucketCORSCreateHTTPBody) MarshalBinary

func (o *StorageBucketCORSCreateHTTPBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StorageBucketCORSCreateHTTPBody) UnmarshalBinary

func (o *StorageBucketCORSCreateHTTPBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StorageBucketCORSCreateHTTPBody) Validate

Validate validates this storage bucket c o r s create HTTP body

type StorageBucketCORSCreateHTTPNoContent

type StorageBucketCORSCreateHTTPNoContent struct {
}

StorageBucketCORSCreateHTTPNoContent describes a response with status code 204, with default header values.

A SuccessResponse is a response that shows that operations was completed successfully

func NewStorageBucketCORSCreateHTTPNoContent

func NewStorageBucketCORSCreateHTTPNoContent() *StorageBucketCORSCreateHTTPNoContent

NewStorageBucketCORSCreateHTTPNoContent creates a StorageBucketCORSCreateHTTPNoContent with default headers values

func (*StorageBucketCORSCreateHTTPNoContent) Code

Code gets the status code for the storage bucket c o r s create Http no content response

func (*StorageBucketCORSCreateHTTPNoContent) Error

func (*StorageBucketCORSCreateHTTPNoContent) IsClientError

func (o *StorageBucketCORSCreateHTTPNoContent) IsClientError() bool

IsClientError returns true when this storage bucket c o r s create Http no content response has a 4xx status code

func (*StorageBucketCORSCreateHTTPNoContent) IsCode

IsCode returns true when this storage bucket c o r s create Http no content response a status code equal to that given

func (*StorageBucketCORSCreateHTTPNoContent) IsRedirect

IsRedirect returns true when this storage bucket c o r s create Http no content response has a 3xx status code

func (*StorageBucketCORSCreateHTTPNoContent) IsServerError

func (o *StorageBucketCORSCreateHTTPNoContent) IsServerError() bool

IsServerError returns true when this storage bucket c o r s create Http no content response has a 5xx status code

func (*StorageBucketCORSCreateHTTPNoContent) IsSuccess

IsSuccess returns true when this storage bucket c o r s create Http no content response has a 2xx status code

func (*StorageBucketCORSCreateHTTPNoContent) String

type StorageBucketCORSCreateHTTPParams

type StorageBucketCORSCreateHTTPParams struct {

	// Body.
	Body StorageBucketCORSCreateHTTPBody

	/* ID.

	   Storage ID

	   Format: int64
	*/
	ID int64

	/* Name.

	   Bucket name
	*/
	Name string

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

StorageBucketCORSCreateHTTPParams contains all the parameters to send to the API endpoint

for the storage bucket c o r s create Http operation.

Typically these are written to a http.Request.

func NewStorageBucketCORSCreateHTTPParams

func NewStorageBucketCORSCreateHTTPParams() *StorageBucketCORSCreateHTTPParams

NewStorageBucketCORSCreateHTTPParams creates a new StorageBucketCORSCreateHTTPParams 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 NewStorageBucketCORSCreateHTTPParamsWithContext

func NewStorageBucketCORSCreateHTTPParamsWithContext(ctx context.Context) *StorageBucketCORSCreateHTTPParams

NewStorageBucketCORSCreateHTTPParamsWithContext creates a new StorageBucketCORSCreateHTTPParams object with the ability to set a context for a request.

func NewStorageBucketCORSCreateHTTPParamsWithHTTPClient

func NewStorageBucketCORSCreateHTTPParamsWithHTTPClient(client *http.Client) *StorageBucketCORSCreateHTTPParams

NewStorageBucketCORSCreateHTTPParamsWithHTTPClient creates a new StorageBucketCORSCreateHTTPParams object with the ability to set a custom HTTPClient for a request.

func NewStorageBucketCORSCreateHTTPParamsWithTimeout

func NewStorageBucketCORSCreateHTTPParamsWithTimeout(timeout time.Duration) *StorageBucketCORSCreateHTTPParams

NewStorageBucketCORSCreateHTTPParamsWithTimeout creates a new StorageBucketCORSCreateHTTPParams object with the ability to set a timeout on a request.

func (*StorageBucketCORSCreateHTTPParams) SetBody

SetBody adds the body to the storage bucket c o r s create Http params

func (*StorageBucketCORSCreateHTTPParams) SetContext

SetContext adds the context to the storage bucket c o r s create Http params

func (*StorageBucketCORSCreateHTTPParams) SetDefaults

func (o *StorageBucketCORSCreateHTTPParams) SetDefaults()

SetDefaults hydrates default values in the storage bucket c o r s create Http params (not the query body).

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

func (*StorageBucketCORSCreateHTTPParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the storage bucket c o r s create Http params

func (*StorageBucketCORSCreateHTTPParams) SetID

SetID adds the id to the storage bucket c o r s create Http params

func (*StorageBucketCORSCreateHTTPParams) SetName

func (o *StorageBucketCORSCreateHTTPParams) SetName(name string)

SetName adds the name to the storage bucket c o r s create Http params

func (*StorageBucketCORSCreateHTTPParams) SetTimeout

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

SetTimeout adds the timeout to the storage bucket c o r s create Http params

func (*StorageBucketCORSCreateHTTPParams) WithBody

WithBody adds the body to the storage bucket c o r s create Http params

func (*StorageBucketCORSCreateHTTPParams) WithContext

WithContext adds the context to the storage bucket c o r s create Http params

func (*StorageBucketCORSCreateHTTPParams) WithDefaults

WithDefaults hydrates default values in the storage bucket c o r s create Http params (not the query body).

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

func (*StorageBucketCORSCreateHTTPParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the storage bucket c o r s create Http params

func (*StorageBucketCORSCreateHTTPParams) WithID

WithID adds the id to the storage bucket c o r s create Http params

func (*StorageBucketCORSCreateHTTPParams) WithName

WithName adds the name to the storage bucket c o r s create Http params

func (*StorageBucketCORSCreateHTTPParams) WithTimeout

WithTimeout adds the timeout to the storage bucket c o r s create Http params

func (*StorageBucketCORSCreateHTTPParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StorageBucketCORSCreateHTTPReader

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

StorageBucketCORSCreateHTTPReader is a Reader for the StorageBucketCORSCreateHTTP structure.

func (*StorageBucketCORSCreateHTTPReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StorageBucketCreateHTTPBadRequest

type StorageBucketCreateHTTPBadRequest struct {
	Payload *models.ErrResponse
}

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

ErrResponse

func NewStorageBucketCreateHTTPBadRequest

func NewStorageBucketCreateHTTPBadRequest() *StorageBucketCreateHTTPBadRequest

NewStorageBucketCreateHTTPBadRequest creates a StorageBucketCreateHTTPBadRequest with default headers values

func (*StorageBucketCreateHTTPBadRequest) Code

Code gets the status code for the storage bucket create Http bad request response

func (*StorageBucketCreateHTTPBadRequest) Error

func (*StorageBucketCreateHTTPBadRequest) GetPayload

func (*StorageBucketCreateHTTPBadRequest) IsClientError

func (o *StorageBucketCreateHTTPBadRequest) IsClientError() bool

IsClientError returns true when this storage bucket create Http bad request response has a 4xx status code

func (*StorageBucketCreateHTTPBadRequest) IsCode

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

IsCode returns true when this storage bucket create Http bad request response a status code equal to that given

func (*StorageBucketCreateHTTPBadRequest) IsRedirect

func (o *StorageBucketCreateHTTPBadRequest) IsRedirect() bool

IsRedirect returns true when this storage bucket create Http bad request response has a 3xx status code

func (*StorageBucketCreateHTTPBadRequest) IsServerError

func (o *StorageBucketCreateHTTPBadRequest) IsServerError() bool

IsServerError returns true when this storage bucket create Http bad request response has a 5xx status code

func (*StorageBucketCreateHTTPBadRequest) IsSuccess

func (o *StorageBucketCreateHTTPBadRequest) IsSuccess() bool

IsSuccess returns true when this storage bucket create Http bad request response has a 2xx status code

func (*StorageBucketCreateHTTPBadRequest) String

type StorageBucketCreateHTTPNoContent

type StorageBucketCreateHTTPNoContent struct {
}

StorageBucketCreateHTTPNoContent describes a response with status code 204, with default header values.

A SuccessResponse is a response that shows that operations was completed successfully

func NewStorageBucketCreateHTTPNoContent

func NewStorageBucketCreateHTTPNoContent() *StorageBucketCreateHTTPNoContent

NewStorageBucketCreateHTTPNoContent creates a StorageBucketCreateHTTPNoContent with default headers values

func (*StorageBucketCreateHTTPNoContent) Code

Code gets the status code for the storage bucket create Http no content response

func (*StorageBucketCreateHTTPNoContent) Error

func (*StorageBucketCreateHTTPNoContent) IsClientError

func (o *StorageBucketCreateHTTPNoContent) IsClientError() bool

IsClientError returns true when this storage bucket create Http no content response has a 4xx status code

func (*StorageBucketCreateHTTPNoContent) IsCode

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

IsCode returns true when this storage bucket create Http no content response a status code equal to that given

func (*StorageBucketCreateHTTPNoContent) IsRedirect

func (o *StorageBucketCreateHTTPNoContent) IsRedirect() bool

IsRedirect returns true when this storage bucket create Http no content response has a 3xx status code

func (*StorageBucketCreateHTTPNoContent) IsServerError

func (o *StorageBucketCreateHTTPNoContent) IsServerError() bool

IsServerError returns true when this storage bucket create Http no content response has a 5xx status code

func (*StorageBucketCreateHTTPNoContent) IsSuccess

func (o *StorageBucketCreateHTTPNoContent) IsSuccess() bool

IsSuccess returns true when this storage bucket create Http no content response has a 2xx status code

func (*StorageBucketCreateHTTPNoContent) String

type StorageBucketCreateHTTPParams

type StorageBucketCreateHTTPParams struct {

	/* ID.

	   Storage ID

	   Format: int64
	*/
	ID int64

	/* Name.

	   Bucket name
	*/
	Name string

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

StorageBucketCreateHTTPParams contains all the parameters to send to the API endpoint

for the storage bucket create Http operation.

Typically these are written to a http.Request.

func NewStorageBucketCreateHTTPParams

func NewStorageBucketCreateHTTPParams() *StorageBucketCreateHTTPParams

NewStorageBucketCreateHTTPParams creates a new StorageBucketCreateHTTPParams 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 NewStorageBucketCreateHTTPParamsWithContext

func NewStorageBucketCreateHTTPParamsWithContext(ctx context.Context) *StorageBucketCreateHTTPParams

NewStorageBucketCreateHTTPParamsWithContext creates a new StorageBucketCreateHTTPParams object with the ability to set a context for a request.

func NewStorageBucketCreateHTTPParamsWithHTTPClient

func NewStorageBucketCreateHTTPParamsWithHTTPClient(client *http.Client) *StorageBucketCreateHTTPParams

NewStorageBucketCreateHTTPParamsWithHTTPClient creates a new StorageBucketCreateHTTPParams object with the ability to set a custom HTTPClient for a request.

func NewStorageBucketCreateHTTPParamsWithTimeout

func NewStorageBucketCreateHTTPParamsWithTimeout(timeout time.Duration) *StorageBucketCreateHTTPParams

NewStorageBucketCreateHTTPParamsWithTimeout creates a new StorageBucketCreateHTTPParams object with the ability to set a timeout on a request.

func (*StorageBucketCreateHTTPParams) SetContext

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

SetContext adds the context to the storage bucket create Http params

func (*StorageBucketCreateHTTPParams) SetDefaults

func (o *StorageBucketCreateHTTPParams) SetDefaults()

SetDefaults hydrates default values in the storage bucket create Http params (not the query body).

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

func (*StorageBucketCreateHTTPParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the storage bucket create Http params

func (*StorageBucketCreateHTTPParams) SetID

func (o *StorageBucketCreateHTTPParams) SetID(id int64)

SetID adds the id to the storage bucket create Http params

func (*StorageBucketCreateHTTPParams) SetName

func (o *StorageBucketCreateHTTPParams) SetName(name string)

SetName adds the name to the storage bucket create Http params

func (*StorageBucketCreateHTTPParams) SetTimeout

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

SetTimeout adds the timeout to the storage bucket create Http params

func (*StorageBucketCreateHTTPParams) WithContext

WithContext adds the context to the storage bucket create Http params

func (*StorageBucketCreateHTTPParams) WithDefaults

WithDefaults hydrates default values in the storage bucket create Http params (not the query body).

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

func (*StorageBucketCreateHTTPParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the storage bucket create Http params

func (*StorageBucketCreateHTTPParams) WithID

WithID adds the id to the storage bucket create Http params

func (*StorageBucketCreateHTTPParams) WithName

WithName adds the name to the storage bucket create Http params

func (*StorageBucketCreateHTTPParams) WithTimeout

WithTimeout adds the timeout to the storage bucket create Http params

func (*StorageBucketCreateHTTPParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StorageBucketCreateHTTPReader

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

StorageBucketCreateHTTPReader is a Reader for the StorageBucketCreateHTTP structure.

func (*StorageBucketCreateHTTPReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StorageBucketLifecycleCreateHTTPBadRequest

type StorageBucketLifecycleCreateHTTPBadRequest struct {
	Payload *models.ErrResponse
}

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

ErrResponse

func NewStorageBucketLifecycleCreateHTTPBadRequest

func NewStorageBucketLifecycleCreateHTTPBadRequest() *StorageBucketLifecycleCreateHTTPBadRequest

NewStorageBucketLifecycleCreateHTTPBadRequest creates a StorageBucketLifecycleCreateHTTPBadRequest with default headers values

func (*StorageBucketLifecycleCreateHTTPBadRequest) Code

Code gets the status code for the storage bucket lifecycle create Http bad request response

func (*StorageBucketLifecycleCreateHTTPBadRequest) Error

func (*StorageBucketLifecycleCreateHTTPBadRequest) GetPayload

func (*StorageBucketLifecycleCreateHTTPBadRequest) IsClientError

IsClientError returns true when this storage bucket lifecycle create Http bad request response has a 4xx status code

func (*StorageBucketLifecycleCreateHTTPBadRequest) IsCode

IsCode returns true when this storage bucket lifecycle create Http bad request response a status code equal to that given

func (*StorageBucketLifecycleCreateHTTPBadRequest) IsRedirect

IsRedirect returns true when this storage bucket lifecycle create Http bad request response has a 3xx status code

func (*StorageBucketLifecycleCreateHTTPBadRequest) IsServerError

IsServerError returns true when this storage bucket lifecycle create Http bad request response has a 5xx status code

func (*StorageBucketLifecycleCreateHTTPBadRequest) IsSuccess

IsSuccess returns true when this storage bucket lifecycle create Http bad request response has a 2xx status code

func (*StorageBucketLifecycleCreateHTTPBadRequest) String

type StorageBucketLifecycleCreateHTTPBody

type StorageBucketLifecycleCreateHTTPBody struct {

	// Set the number of days after which the objects in the bucket will be considered expired
	ExpirationDays int64 `json:"expiration_days,omitempty"`
}

StorageBucketLifecycleCreateHTTPBody storage bucket lifecycle create HTTP body swagger:model StorageBucketLifecycleCreateHTTPBody

func (*StorageBucketLifecycleCreateHTTPBody) ContextValidate

func (o *StorageBucketLifecycleCreateHTTPBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this storage bucket lifecycle create HTTP body based on context it is used

func (*StorageBucketLifecycleCreateHTTPBody) MarshalBinary

func (o *StorageBucketLifecycleCreateHTTPBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*StorageBucketLifecycleCreateHTTPBody) UnmarshalBinary

func (o *StorageBucketLifecycleCreateHTTPBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*StorageBucketLifecycleCreateHTTPBody) Validate

Validate validates this storage bucket lifecycle create HTTP body

type StorageBucketLifecycleCreateHTTPNoContent

type StorageBucketLifecycleCreateHTTPNoContent struct {
}

StorageBucketLifecycleCreateHTTPNoContent describes a response with status code 204, with default header values.

A SuccessResponse is a response that shows that operations was completed successfully

func NewStorageBucketLifecycleCreateHTTPNoContent

func NewStorageBucketLifecycleCreateHTTPNoContent() *StorageBucketLifecycleCreateHTTPNoContent

NewStorageBucketLifecycleCreateHTTPNoContent creates a StorageBucketLifecycleCreateHTTPNoContent with default headers values

func (*StorageBucketLifecycleCreateHTTPNoContent) Code

Code gets the status code for the storage bucket lifecycle create Http no content response

func (*StorageBucketLifecycleCreateHTTPNoContent) Error

func (*StorageBucketLifecycleCreateHTTPNoContent) IsClientError

IsClientError returns true when this storage bucket lifecycle create Http no content response has a 4xx status code

func (*StorageBucketLifecycleCreateHTTPNoContent) IsCode

IsCode returns true when this storage bucket lifecycle create Http no content response a status code equal to that given

func (*StorageBucketLifecycleCreateHTTPNoContent) IsRedirect

IsRedirect returns true when this storage bucket lifecycle create Http no content response has a 3xx status code

func (*StorageBucketLifecycleCreateHTTPNoContent) IsServerError

IsServerError returns true when this storage bucket lifecycle create Http no content response has a 5xx status code

func (*StorageBucketLifecycleCreateHTTPNoContent) IsSuccess

IsSuccess returns true when this storage bucket lifecycle create Http no content response has a 2xx status code

func (*StorageBucketLifecycleCreateHTTPNoContent) String

type StorageBucketLifecycleCreateHTTPParams

type StorageBucketLifecycleCreateHTTPParams struct {

	// Body.
	Body StorageBucketLifecycleCreateHTTPBody

	/* ID.

	   Storage ID

	   Format: int64
	*/
	ID int64

	/* Name.

	   Bucket name
	*/
	Name string

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

StorageBucketLifecycleCreateHTTPParams contains all the parameters to send to the API endpoint

for the storage bucket lifecycle create Http operation.

Typically these are written to a http.Request.

func NewStorageBucketLifecycleCreateHTTPParams

func NewStorageBucketLifecycleCreateHTTPParams() *StorageBucketLifecycleCreateHTTPParams

NewStorageBucketLifecycleCreateHTTPParams creates a new StorageBucketLifecycleCreateHTTPParams 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 NewStorageBucketLifecycleCreateHTTPParamsWithContext

func NewStorageBucketLifecycleCreateHTTPParamsWithContext(ctx context.Context) *StorageBucketLifecycleCreateHTTPParams

NewStorageBucketLifecycleCreateHTTPParamsWithContext creates a new StorageBucketLifecycleCreateHTTPParams object with the ability to set a context for a request.

func NewStorageBucketLifecycleCreateHTTPParamsWithHTTPClient

func NewStorageBucketLifecycleCreateHTTPParamsWithHTTPClient(client *http.Client) *StorageBucketLifecycleCreateHTTPParams

NewStorageBucketLifecycleCreateHTTPParamsWithHTTPClient creates a new StorageBucketLifecycleCreateHTTPParams object with the ability to set a custom HTTPClient for a request.

func NewStorageBucketLifecycleCreateHTTPParamsWithTimeout

func NewStorageBucketLifecycleCreateHTTPParamsWithTimeout(timeout time.Duration) *StorageBucketLifecycleCreateHTTPParams

NewStorageBucketLifecycleCreateHTTPParamsWithTimeout creates a new StorageBucketLifecycleCreateHTTPParams object with the ability to set a timeout on a request.

func (*StorageBucketLifecycleCreateHTTPParams) SetBody

SetBody adds the body to the storage bucket lifecycle create Http params

func (*StorageBucketLifecycleCreateHTTPParams) SetContext

SetContext adds the context to the storage bucket lifecycle create Http params

func (*StorageBucketLifecycleCreateHTTPParams) SetDefaults

func (o *StorageBucketLifecycleCreateHTTPParams) SetDefaults()

SetDefaults hydrates default values in the storage bucket lifecycle create Http params (not the query body).

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

func (*StorageBucketLifecycleCreateHTTPParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the storage bucket lifecycle create Http params

func (*StorageBucketLifecycleCreateHTTPParams) SetID

SetID adds the id to the storage bucket lifecycle create Http params

func (*StorageBucketLifecycleCreateHTTPParams) SetName

SetName adds the name to the storage bucket lifecycle create Http params

func (*StorageBucketLifecycleCreateHTTPParams) SetTimeout

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

SetTimeout adds the timeout to the storage bucket lifecycle create Http params

func (*StorageBucketLifecycleCreateHTTPParams) WithBody

WithBody adds the body to the storage bucket lifecycle create Http params

func (*StorageBucketLifecycleCreateHTTPParams) WithContext

WithContext adds the context to the storage bucket lifecycle create Http params

func (*StorageBucketLifecycleCreateHTTPParams) WithDefaults

WithDefaults hydrates default values in the storage bucket lifecycle create Http params (not the query body).

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

func (*StorageBucketLifecycleCreateHTTPParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the storage bucket lifecycle create Http params

func (*StorageBucketLifecycleCreateHTTPParams) WithID

WithID adds the id to the storage bucket lifecycle create Http params

func (*StorageBucketLifecycleCreateHTTPParams) WithName

WithName adds the name to the storage bucket lifecycle create Http params

func (*StorageBucketLifecycleCreateHTTPParams) WithTimeout

WithTimeout adds the timeout to the storage bucket lifecycle create Http params

func (*StorageBucketLifecycleCreateHTTPParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StorageBucketLifecycleCreateHTTPReader

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

StorageBucketLifecycleCreateHTTPReader is a Reader for the StorageBucketLifecycleCreateHTTP structure.

func (*StorageBucketLifecycleCreateHTTPReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StorageBucketLifecycleDeleteHTTPBadRequest

type StorageBucketLifecycleDeleteHTTPBadRequest struct {
	Payload *models.ErrResponse
}

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

ErrResponse

func NewStorageBucketLifecycleDeleteHTTPBadRequest

func NewStorageBucketLifecycleDeleteHTTPBadRequest() *StorageBucketLifecycleDeleteHTTPBadRequest

NewStorageBucketLifecycleDeleteHTTPBadRequest creates a StorageBucketLifecycleDeleteHTTPBadRequest with default headers values

func (*StorageBucketLifecycleDeleteHTTPBadRequest) Code

Code gets the status code for the storage bucket lifecycle delete Http bad request response

func (*StorageBucketLifecycleDeleteHTTPBadRequest) Error

func (*StorageBucketLifecycleDeleteHTTPBadRequest) GetPayload

func (*StorageBucketLifecycleDeleteHTTPBadRequest) IsClientError

IsClientError returns true when this storage bucket lifecycle delete Http bad request response has a 4xx status code

func (*StorageBucketLifecycleDeleteHTTPBadRequest) IsCode

IsCode returns true when this storage bucket lifecycle delete Http bad request response a status code equal to that given

func (*StorageBucketLifecycleDeleteHTTPBadRequest) IsRedirect

IsRedirect returns true when this storage bucket lifecycle delete Http bad request response has a 3xx status code

func (*StorageBucketLifecycleDeleteHTTPBadRequest) IsServerError

IsServerError returns true when this storage bucket lifecycle delete Http bad request response has a 5xx status code

func (*StorageBucketLifecycleDeleteHTTPBadRequest) IsSuccess

IsSuccess returns true when this storage bucket lifecycle delete Http bad request response has a 2xx status code

func (*StorageBucketLifecycleDeleteHTTPBadRequest) String

type StorageBucketLifecycleDeleteHTTPNoContent

type StorageBucketLifecycleDeleteHTTPNoContent struct {
}

StorageBucketLifecycleDeleteHTTPNoContent describes a response with status code 204, with default header values.

A SuccessResponse is a response that shows that operations was completed successfully

func NewStorageBucketLifecycleDeleteHTTPNoContent

func NewStorageBucketLifecycleDeleteHTTPNoContent() *StorageBucketLifecycleDeleteHTTPNoContent

NewStorageBucketLifecycleDeleteHTTPNoContent creates a StorageBucketLifecycleDeleteHTTPNoContent with default headers values

func (*StorageBucketLifecycleDeleteHTTPNoContent) Code

Code gets the status code for the storage bucket lifecycle delete Http no content response

func (*StorageBucketLifecycleDeleteHTTPNoContent) Error

func (*StorageBucketLifecycleDeleteHTTPNoContent) IsClientError

IsClientError returns true when this storage bucket lifecycle delete Http no content response has a 4xx status code

func (*StorageBucketLifecycleDeleteHTTPNoContent) IsCode

IsCode returns true when this storage bucket lifecycle delete Http no content response a status code equal to that given

func (*StorageBucketLifecycleDeleteHTTPNoContent) IsRedirect

IsRedirect returns true when this storage bucket lifecycle delete Http no content response has a 3xx status code

func (*StorageBucketLifecycleDeleteHTTPNoContent) IsServerError

IsServerError returns true when this storage bucket lifecycle delete Http no content response has a 5xx status code

func (*StorageBucketLifecycleDeleteHTTPNoContent) IsSuccess

IsSuccess returns true when this storage bucket lifecycle delete Http no content response has a 2xx status code

func (*StorageBucketLifecycleDeleteHTTPNoContent) String

type StorageBucketLifecycleDeleteHTTPParams

type StorageBucketLifecycleDeleteHTTPParams struct {

	/* ID.

	   Storage ID

	   Format: int64
	*/
	ID int64

	/* Name.

	   Bucket name
	*/
	Name string

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

StorageBucketLifecycleDeleteHTTPParams contains all the parameters to send to the API endpoint

for the storage bucket lifecycle delete Http operation.

Typically these are written to a http.Request.

func NewStorageBucketLifecycleDeleteHTTPParams

func NewStorageBucketLifecycleDeleteHTTPParams() *StorageBucketLifecycleDeleteHTTPParams

NewStorageBucketLifecycleDeleteHTTPParams creates a new StorageBucketLifecycleDeleteHTTPParams 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 NewStorageBucketLifecycleDeleteHTTPParamsWithContext

func NewStorageBucketLifecycleDeleteHTTPParamsWithContext(ctx context.Context) *StorageBucketLifecycleDeleteHTTPParams

NewStorageBucketLifecycleDeleteHTTPParamsWithContext creates a new StorageBucketLifecycleDeleteHTTPParams object with the ability to set a context for a request.

func NewStorageBucketLifecycleDeleteHTTPParamsWithHTTPClient

func NewStorageBucketLifecycleDeleteHTTPParamsWithHTTPClient(client *http.Client) *StorageBucketLifecycleDeleteHTTPParams

NewStorageBucketLifecycleDeleteHTTPParamsWithHTTPClient creates a new StorageBucketLifecycleDeleteHTTPParams object with the ability to set a custom HTTPClient for a request.

func NewStorageBucketLifecycleDeleteHTTPParamsWithTimeout

func NewStorageBucketLifecycleDeleteHTTPParamsWithTimeout(timeout time.Duration) *StorageBucketLifecycleDeleteHTTPParams

NewStorageBucketLifecycleDeleteHTTPParamsWithTimeout creates a new StorageBucketLifecycleDeleteHTTPParams object with the ability to set a timeout on a request.

func (*StorageBucketLifecycleDeleteHTTPParams) SetContext

SetContext adds the context to the storage bucket lifecycle delete Http params

func (*StorageBucketLifecycleDeleteHTTPParams) SetDefaults

func (o *StorageBucketLifecycleDeleteHTTPParams) SetDefaults()

SetDefaults hydrates default values in the storage bucket lifecycle delete Http params (not the query body).

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

func (*StorageBucketLifecycleDeleteHTTPParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the storage bucket lifecycle delete Http params

func (*StorageBucketLifecycleDeleteHTTPParams) SetID

SetID adds the id to the storage bucket lifecycle delete Http params

func (*StorageBucketLifecycleDeleteHTTPParams) SetName

SetName adds the name to the storage bucket lifecycle delete Http params

func (*StorageBucketLifecycleDeleteHTTPParams) SetTimeout

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

SetTimeout adds the timeout to the storage bucket lifecycle delete Http params

func (*StorageBucketLifecycleDeleteHTTPParams) WithContext

WithContext adds the context to the storage bucket lifecycle delete Http params

func (*StorageBucketLifecycleDeleteHTTPParams) WithDefaults

WithDefaults hydrates default values in the storage bucket lifecycle delete Http params (not the query body).

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

func (*StorageBucketLifecycleDeleteHTTPParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the storage bucket lifecycle delete Http params

func (*StorageBucketLifecycleDeleteHTTPParams) WithID

WithID adds the id to the storage bucket lifecycle delete Http params

func (*StorageBucketLifecycleDeleteHTTPParams) WithName

WithName adds the name to the storage bucket lifecycle delete Http params

func (*StorageBucketLifecycleDeleteHTTPParams) WithTimeout

WithTimeout adds the timeout to the storage bucket lifecycle delete Http params

func (*StorageBucketLifecycleDeleteHTTPParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StorageBucketLifecycleDeleteHTTPReader

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

StorageBucketLifecycleDeleteHTTPReader is a Reader for the StorageBucketLifecycleDeleteHTTP structure.

func (*StorageBucketLifecycleDeleteHTTPReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StorageBucketPolicyCreateHTTPBadRequest

type StorageBucketPolicyCreateHTTPBadRequest struct {
	Payload *models.ErrResponse
}

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

ErrResponse

func NewStorageBucketPolicyCreateHTTPBadRequest

func NewStorageBucketPolicyCreateHTTPBadRequest() *StorageBucketPolicyCreateHTTPBadRequest

NewStorageBucketPolicyCreateHTTPBadRequest creates a StorageBucketPolicyCreateHTTPBadRequest with default headers values

func (*StorageBucketPolicyCreateHTTPBadRequest) Code

Code gets the status code for the storage bucket policy create Http bad request response

func (*StorageBucketPolicyCreateHTTPBadRequest) Error

func (*StorageBucketPolicyCreateHTTPBadRequest) GetPayload

func (*StorageBucketPolicyCreateHTTPBadRequest) IsClientError

func (o *StorageBucketPolicyCreateHTTPBadRequest) IsClientError() bool

IsClientError returns true when this storage bucket policy create Http bad request response has a 4xx status code

func (*StorageBucketPolicyCreateHTTPBadRequest) IsCode

IsCode returns true when this storage bucket policy create Http bad request response a status code equal to that given

func (*StorageBucketPolicyCreateHTTPBadRequest) IsRedirect

IsRedirect returns true when this storage bucket policy create Http bad request response has a 3xx status code

func (*StorageBucketPolicyCreateHTTPBadRequest) IsServerError

func (o *StorageBucketPolicyCreateHTTPBadRequest) IsServerError() bool

IsServerError returns true when this storage bucket policy create Http bad request response has a 5xx status code

func (*StorageBucketPolicyCreateHTTPBadRequest) IsSuccess

IsSuccess returns true when this storage bucket policy create Http bad request response has a 2xx status code

func (*StorageBucketPolicyCreateHTTPBadRequest) String

type StorageBucketPolicyCreateHTTPNoContent

type StorageBucketPolicyCreateHTTPNoContent struct {
}

StorageBucketPolicyCreateHTTPNoContent describes a response with status code 204, with default header values.

A SuccessResponse is a response that shows that operations was completed successfully

func NewStorageBucketPolicyCreateHTTPNoContent

func NewStorageBucketPolicyCreateHTTPNoContent() *StorageBucketPolicyCreateHTTPNoContent

NewStorageBucketPolicyCreateHTTPNoContent creates a StorageBucketPolicyCreateHTTPNoContent with default headers values

func (*StorageBucketPolicyCreateHTTPNoContent) Code

Code gets the status code for the storage bucket policy create Http no content response

func (*StorageBucketPolicyCreateHTTPNoContent) Error

func (*StorageBucketPolicyCreateHTTPNoContent) IsClientError

func (o *StorageBucketPolicyCreateHTTPNoContent) IsClientError() bool

IsClientError returns true when this storage bucket policy create Http no content response has a 4xx status code

func (*StorageBucketPolicyCreateHTTPNoContent) IsCode

IsCode returns true when this storage bucket policy create Http no content response a status code equal to that given

func (*StorageBucketPolicyCreateHTTPNoContent) IsRedirect

IsRedirect returns true when this storage bucket policy create Http no content response has a 3xx status code

func (*StorageBucketPolicyCreateHTTPNoContent) IsServerError

func (o *StorageBucketPolicyCreateHTTPNoContent) IsServerError() bool

IsServerError returns true when this storage bucket policy create Http no content response has a 5xx status code

func (*StorageBucketPolicyCreateHTTPNoContent) IsSuccess

IsSuccess returns true when this storage bucket policy create Http no content response has a 2xx status code

func (*StorageBucketPolicyCreateHTTPNoContent) String

type StorageBucketPolicyCreateHTTPParams

type StorageBucketPolicyCreateHTTPParams struct {

	/* ID.

	   Storage ID

	   Format: int64
	*/
	ID int64

	/* Name.

	   Bucket name
	*/
	Name string

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

StorageBucketPolicyCreateHTTPParams contains all the parameters to send to the API endpoint

for the storage bucket policy create Http operation.

Typically these are written to a http.Request.

func NewStorageBucketPolicyCreateHTTPParams

func NewStorageBucketPolicyCreateHTTPParams() *StorageBucketPolicyCreateHTTPParams

NewStorageBucketPolicyCreateHTTPParams creates a new StorageBucketPolicyCreateHTTPParams 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 NewStorageBucketPolicyCreateHTTPParamsWithContext

func NewStorageBucketPolicyCreateHTTPParamsWithContext(ctx context.Context) *StorageBucketPolicyCreateHTTPParams

NewStorageBucketPolicyCreateHTTPParamsWithContext creates a new StorageBucketPolicyCreateHTTPParams object with the ability to set a context for a request.

func NewStorageBucketPolicyCreateHTTPParamsWithHTTPClient

func NewStorageBucketPolicyCreateHTTPParamsWithHTTPClient(client *http.Client) *StorageBucketPolicyCreateHTTPParams

NewStorageBucketPolicyCreateHTTPParamsWithHTTPClient creates a new StorageBucketPolicyCreateHTTPParams object with the ability to set a custom HTTPClient for a request.

func NewStorageBucketPolicyCreateHTTPParamsWithTimeout

func NewStorageBucketPolicyCreateHTTPParamsWithTimeout(timeout time.Duration) *StorageBucketPolicyCreateHTTPParams

NewStorageBucketPolicyCreateHTTPParamsWithTimeout creates a new StorageBucketPolicyCreateHTTPParams object with the ability to set a timeout on a request.

func (*StorageBucketPolicyCreateHTTPParams) SetContext

SetContext adds the context to the storage bucket policy create Http params

func (*StorageBucketPolicyCreateHTTPParams) SetDefaults

func (o *StorageBucketPolicyCreateHTTPParams) SetDefaults()

SetDefaults hydrates default values in the storage bucket policy create Http params (not the query body).

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

func (*StorageBucketPolicyCreateHTTPParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the storage bucket policy create Http params

func (*StorageBucketPolicyCreateHTTPParams) SetID

SetID adds the id to the storage bucket policy create Http params

func (*StorageBucketPolicyCreateHTTPParams) SetName

SetName adds the name to the storage bucket policy create Http params

func (*StorageBucketPolicyCreateHTTPParams) SetTimeout

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

SetTimeout adds the timeout to the storage bucket policy create Http params

func (*StorageBucketPolicyCreateHTTPParams) WithContext

WithContext adds the context to the storage bucket policy create Http params

func (*StorageBucketPolicyCreateHTTPParams) WithDefaults

WithDefaults hydrates default values in the storage bucket policy create Http params (not the query body).

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

func (*StorageBucketPolicyCreateHTTPParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the storage bucket policy create Http params

func (*StorageBucketPolicyCreateHTTPParams) WithID

WithID adds the id to the storage bucket policy create Http params

func (*StorageBucketPolicyCreateHTTPParams) WithName

WithName adds the name to the storage bucket policy create Http params

func (*StorageBucketPolicyCreateHTTPParams) WithTimeout

WithTimeout adds the timeout to the storage bucket policy create Http params

func (*StorageBucketPolicyCreateHTTPParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StorageBucketPolicyCreateHTTPReader

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

StorageBucketPolicyCreateHTTPReader is a Reader for the StorageBucketPolicyCreateHTTP structure.

func (*StorageBucketPolicyCreateHTTPReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StorageBucketRemoveHTTPBadRequest

type StorageBucketRemoveHTTPBadRequest struct {
	Payload *models.ErrResponse
}

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

ErrResponse

func NewStorageBucketRemoveHTTPBadRequest

func NewStorageBucketRemoveHTTPBadRequest() *StorageBucketRemoveHTTPBadRequest

NewStorageBucketRemoveHTTPBadRequest creates a StorageBucketRemoveHTTPBadRequest with default headers values

func (*StorageBucketRemoveHTTPBadRequest) Code

Code gets the status code for the storage bucket remove Http bad request response

func (*StorageBucketRemoveHTTPBadRequest) Error

func (*StorageBucketRemoveHTTPBadRequest) GetPayload

func (*StorageBucketRemoveHTTPBadRequest) IsClientError

func (o *StorageBucketRemoveHTTPBadRequest) IsClientError() bool

IsClientError returns true when this storage bucket remove Http bad request response has a 4xx status code

func (*StorageBucketRemoveHTTPBadRequest) IsCode

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

IsCode returns true when this storage bucket remove Http bad request response a status code equal to that given

func (*StorageBucketRemoveHTTPBadRequest) IsRedirect

func (o *StorageBucketRemoveHTTPBadRequest) IsRedirect() bool

IsRedirect returns true when this storage bucket remove Http bad request response has a 3xx status code

func (*StorageBucketRemoveHTTPBadRequest) IsServerError

func (o *StorageBucketRemoveHTTPBadRequest) IsServerError() bool

IsServerError returns true when this storage bucket remove Http bad request response has a 5xx status code

func (*StorageBucketRemoveHTTPBadRequest) IsSuccess

func (o *StorageBucketRemoveHTTPBadRequest) IsSuccess() bool

IsSuccess returns true when this storage bucket remove Http bad request response has a 2xx status code

func (*StorageBucketRemoveHTTPBadRequest) String

type StorageBucketRemoveHTTPNoContent

type StorageBucketRemoveHTTPNoContent struct {
}

StorageBucketRemoveHTTPNoContent describes a response with status code 204, with default header values.

A SuccessResponse is a response that shows that operations was completed successfully

func NewStorageBucketRemoveHTTPNoContent

func NewStorageBucketRemoveHTTPNoContent() *StorageBucketRemoveHTTPNoContent

NewStorageBucketRemoveHTTPNoContent creates a StorageBucketRemoveHTTPNoContent with default headers values

func (*StorageBucketRemoveHTTPNoContent) Code

Code gets the status code for the storage bucket remove Http no content response

func (*StorageBucketRemoveHTTPNoContent) Error

func (*StorageBucketRemoveHTTPNoContent) IsClientError

func (o *StorageBucketRemoveHTTPNoContent) IsClientError() bool

IsClientError returns true when this storage bucket remove Http no content response has a 4xx status code

func (*StorageBucketRemoveHTTPNoContent) IsCode

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

IsCode returns true when this storage bucket remove Http no content response a status code equal to that given

func (*StorageBucketRemoveHTTPNoContent) IsRedirect

func (o *StorageBucketRemoveHTTPNoContent) IsRedirect() bool

IsRedirect returns true when this storage bucket remove Http no content response has a 3xx status code

func (*StorageBucketRemoveHTTPNoContent) IsServerError

func (o *StorageBucketRemoveHTTPNoContent) IsServerError() bool

IsServerError returns true when this storage bucket remove Http no content response has a 5xx status code

func (*StorageBucketRemoveHTTPNoContent) IsSuccess

func (o *StorageBucketRemoveHTTPNoContent) IsSuccess() bool

IsSuccess returns true when this storage bucket remove Http no content response has a 2xx status code

func (*StorageBucketRemoveHTTPNoContent) String

type StorageBucketRemoveHTTPParams

type StorageBucketRemoveHTTPParams struct {

	/* ID.

	   Storage ID

	   Format: int64
	*/
	ID int64

	/* Name.

	   Bucket name
	*/
	Name string

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

StorageBucketRemoveHTTPParams contains all the parameters to send to the API endpoint

for the storage bucket remove Http operation.

Typically these are written to a http.Request.

func NewStorageBucketRemoveHTTPParams

func NewStorageBucketRemoveHTTPParams() *StorageBucketRemoveHTTPParams

NewStorageBucketRemoveHTTPParams creates a new StorageBucketRemoveHTTPParams 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 NewStorageBucketRemoveHTTPParamsWithContext

func NewStorageBucketRemoveHTTPParamsWithContext(ctx context.Context) *StorageBucketRemoveHTTPParams

NewStorageBucketRemoveHTTPParamsWithContext creates a new StorageBucketRemoveHTTPParams object with the ability to set a context for a request.

func NewStorageBucketRemoveHTTPParamsWithHTTPClient

func NewStorageBucketRemoveHTTPParamsWithHTTPClient(client *http.Client) *StorageBucketRemoveHTTPParams

NewStorageBucketRemoveHTTPParamsWithHTTPClient creates a new StorageBucketRemoveHTTPParams object with the ability to set a custom HTTPClient for a request.

func NewStorageBucketRemoveHTTPParamsWithTimeout

func NewStorageBucketRemoveHTTPParamsWithTimeout(timeout time.Duration) *StorageBucketRemoveHTTPParams

NewStorageBucketRemoveHTTPParamsWithTimeout creates a new StorageBucketRemoveHTTPParams object with the ability to set a timeout on a request.

func (*StorageBucketRemoveHTTPParams) SetContext

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

SetContext adds the context to the storage bucket remove Http params

func (*StorageBucketRemoveHTTPParams) SetDefaults

func (o *StorageBucketRemoveHTTPParams) SetDefaults()

SetDefaults hydrates default values in the storage bucket remove Http params (not the query body).

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

func (*StorageBucketRemoveHTTPParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the storage bucket remove Http params

func (*StorageBucketRemoveHTTPParams) SetID

func (o *StorageBucketRemoveHTTPParams) SetID(id int64)

SetID adds the id to the storage bucket remove Http params

func (*StorageBucketRemoveHTTPParams) SetName

func (o *StorageBucketRemoveHTTPParams) SetName(name string)

SetName adds the name to the storage bucket remove Http params

func (*StorageBucketRemoveHTTPParams) SetTimeout

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

SetTimeout adds the timeout to the storage bucket remove Http params

func (*StorageBucketRemoveHTTPParams) WithContext

WithContext adds the context to the storage bucket remove Http params

func (*StorageBucketRemoveHTTPParams) WithDefaults

WithDefaults hydrates default values in the storage bucket remove Http params (not the query body).

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

func (*StorageBucketRemoveHTTPParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the storage bucket remove Http params

func (*StorageBucketRemoveHTTPParams) WithID

WithID adds the id to the storage bucket remove Http params

func (*StorageBucketRemoveHTTPParams) WithName

WithName adds the name to the storage bucket remove Http params

func (*StorageBucketRemoveHTTPParams) WithTimeout

WithTimeout adds the timeout to the storage bucket remove Http params

func (*StorageBucketRemoveHTTPParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StorageBucketRemoveHTTPReader

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

StorageBucketRemoveHTTPReader is a Reader for the StorageBucketRemoveHTTP structure.

func (*StorageBucketRemoveHTTPReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StorageListBucketsHTTPBadRequest

type StorageListBucketsHTTPBadRequest struct {
	Payload *models.ErrResponse
}

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

ErrResponse

func NewStorageListBucketsHTTPBadRequest

func NewStorageListBucketsHTTPBadRequest() *StorageListBucketsHTTPBadRequest

NewStorageListBucketsHTTPBadRequest creates a StorageListBucketsHTTPBadRequest with default headers values

func (*StorageListBucketsHTTPBadRequest) Code

Code gets the status code for the storage list buckets Http bad request response

func (*StorageListBucketsHTTPBadRequest) Error

func (*StorageListBucketsHTTPBadRequest) GetPayload

func (*StorageListBucketsHTTPBadRequest) IsClientError

func (o *StorageListBucketsHTTPBadRequest) IsClientError() bool

IsClientError returns true when this storage list buckets Http bad request response has a 4xx status code

func (*StorageListBucketsHTTPBadRequest) IsCode

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

IsCode returns true when this storage list buckets Http bad request response a status code equal to that given

func (*StorageListBucketsHTTPBadRequest) IsRedirect

func (o *StorageListBucketsHTTPBadRequest) IsRedirect() bool

IsRedirect returns true when this storage list buckets Http bad request response has a 3xx status code

func (*StorageListBucketsHTTPBadRequest) IsServerError

func (o *StorageListBucketsHTTPBadRequest) IsServerError() bool

IsServerError returns true when this storage list buckets Http bad request response has a 5xx status code

func (*StorageListBucketsHTTPBadRequest) IsSuccess

func (o *StorageListBucketsHTTPBadRequest) IsSuccess() bool

IsSuccess returns true when this storage list buckets Http bad request response has a 2xx status code

func (*StorageListBucketsHTTPBadRequest) String

type StorageListBucketsHTTPOK

type StorageListBucketsHTTPOK struct {
	Payload *models.StorageListBucketsEndpointRes
}

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

StorageListBucketsEndpointRes

func NewStorageListBucketsHTTPOK

func NewStorageListBucketsHTTPOK() *StorageListBucketsHTTPOK

NewStorageListBucketsHTTPOK creates a StorageListBucketsHTTPOK with default headers values

func (*StorageListBucketsHTTPOK) Code

func (o *StorageListBucketsHTTPOK) Code() int

Code gets the status code for the storage list buckets Http o k response

func (*StorageListBucketsHTTPOK) Error

func (o *StorageListBucketsHTTPOK) Error() string

func (*StorageListBucketsHTTPOK) GetPayload

func (*StorageListBucketsHTTPOK) IsClientError

func (o *StorageListBucketsHTTPOK) IsClientError() bool

IsClientError returns true when this storage list buckets Http o k response has a 4xx status code

func (*StorageListBucketsHTTPOK) IsCode

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

IsCode returns true when this storage list buckets Http o k response a status code equal to that given

func (*StorageListBucketsHTTPOK) IsRedirect

func (o *StorageListBucketsHTTPOK) IsRedirect() bool

IsRedirect returns true when this storage list buckets Http o k response has a 3xx status code

func (*StorageListBucketsHTTPOK) IsServerError

func (o *StorageListBucketsHTTPOK) IsServerError() bool

IsServerError returns true when this storage list buckets Http o k response has a 5xx status code

func (*StorageListBucketsHTTPOK) IsSuccess

func (o *StorageListBucketsHTTPOK) IsSuccess() bool

IsSuccess returns true when this storage list buckets Http o k response has a 2xx status code

func (*StorageListBucketsHTTPOK) String

func (o *StorageListBucketsHTTPOK) String() string

type StorageListBucketsHTTPParams

type StorageListBucketsHTTPParams struct {

	/* ID.

	   Storage ID

	   Format: int64
	*/
	ID int64

	/* Limit.

	   Max number of records in response

	   Format: uint64
	*/
	Limit *uint64

	/* Offset.

	   Amount of records to skip before beginning to write in response

	   Format: uint64
	*/
	Offset *uint64

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

StorageListBucketsHTTPParams contains all the parameters to send to the API endpoint

for the storage list buckets Http operation.

Typically these are written to a http.Request.

func NewStorageListBucketsHTTPParams

func NewStorageListBucketsHTTPParams() *StorageListBucketsHTTPParams

NewStorageListBucketsHTTPParams creates a new StorageListBucketsHTTPParams 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 NewStorageListBucketsHTTPParamsWithContext

func NewStorageListBucketsHTTPParamsWithContext(ctx context.Context) *StorageListBucketsHTTPParams

NewStorageListBucketsHTTPParamsWithContext creates a new StorageListBucketsHTTPParams object with the ability to set a context for a request.

func NewStorageListBucketsHTTPParamsWithHTTPClient

func NewStorageListBucketsHTTPParamsWithHTTPClient(client *http.Client) *StorageListBucketsHTTPParams

NewStorageListBucketsHTTPParamsWithHTTPClient creates a new StorageListBucketsHTTPParams object with the ability to set a custom HTTPClient for a request.

func NewStorageListBucketsHTTPParamsWithTimeout

func NewStorageListBucketsHTTPParamsWithTimeout(timeout time.Duration) *StorageListBucketsHTTPParams

NewStorageListBucketsHTTPParamsWithTimeout creates a new StorageListBucketsHTTPParams object with the ability to set a timeout on a request.

func (*StorageListBucketsHTTPParams) SetContext

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

SetContext adds the context to the storage list buckets Http params

func (*StorageListBucketsHTTPParams) SetDefaults

func (o *StorageListBucketsHTTPParams) SetDefaults()

SetDefaults hydrates default values in the storage list buckets Http params (not the query body).

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

func (*StorageListBucketsHTTPParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the storage list buckets Http params

func (*StorageListBucketsHTTPParams) SetID

func (o *StorageListBucketsHTTPParams) SetID(id int64)

SetID adds the id to the storage list buckets Http params

func (*StorageListBucketsHTTPParams) SetLimit

func (o *StorageListBucketsHTTPParams) SetLimit(limit *uint64)

SetLimit adds the limit to the storage list buckets Http params

func (*StorageListBucketsHTTPParams) SetOffset

func (o *StorageListBucketsHTTPParams) SetOffset(offset *uint64)

SetOffset adds the offset to the storage list buckets Http params

func (*StorageListBucketsHTTPParams) SetTimeout

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

SetTimeout adds the timeout to the storage list buckets Http params

func (*StorageListBucketsHTTPParams) WithContext

WithContext adds the context to the storage list buckets Http params

func (*StorageListBucketsHTTPParams) WithDefaults

WithDefaults hydrates default values in the storage list buckets Http params (not the query body).

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

func (*StorageListBucketsHTTPParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the storage list buckets Http params

func (*StorageListBucketsHTTPParams) WithID

WithID adds the id to the storage list buckets Http params

func (*StorageListBucketsHTTPParams) WithLimit

WithLimit adds the limit to the storage list buckets Http params

func (*StorageListBucketsHTTPParams) WithOffset

WithOffset adds the offset to the storage list buckets Http params

func (*StorageListBucketsHTTPParams) WithTimeout

WithTimeout adds the timeout to the storage list buckets Http params

func (*StorageListBucketsHTTPParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type StorageListBucketsHTTPReader

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

StorageListBucketsHTTPReader is a Reader for the StorageListBucketsHTTP structure.

func (*StorageListBucketsHTTPReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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