blob_store

package
v0.0.0-...-f4869d1 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: MIT 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 blob store API

func (*Client) CreateBlobStore

func (a *Client) CreateBlobStore(params *CreateBlobStoreParams, opts ...ClientOption) (*CreateBlobStoreCreated, error)

CreateBlobStore creates an s3 blob store

func (*Client) CreateBlobStore1

func (a *Client) CreateBlobStore1(params *CreateBlobStore1Params, opts ...ClientOption) (*CreateBlobStore1Created, error)

CreateBlobStore1 creates an azure blob store

func (*Client) CreateFileBlobStore

func (a *Client) CreateFileBlobStore(params *CreateFileBlobStoreParams, opts ...ClientOption) (*CreateFileBlobStoreNoContent, error)

CreateFileBlobStore creates a file blob store

func (*Client) DeleteBlobStore

func (a *Client) DeleteBlobStore(params *DeleteBlobStoreParams, opts ...ClientOption) error

DeleteBlobStore deletes a blob store by name

func (*Client) GetBlobStore

func (a *Client) GetBlobStore(params *GetBlobStoreParams, opts ...ClientOption) (*GetBlobStoreOK, error)

GetBlobStore gets a s3 blob store configuration by name

func (*Client) GetBlobStore1

func (a *Client) GetBlobStore1(params *GetBlobStore1Params, opts ...ClientOption) (*GetBlobStore1OK, error)

GetBlobStore1 gets an azure blob store configuration by name

func (*Client) GetFileBlobStoreConfiguration

func (a *Client) GetFileBlobStoreConfiguration(params *GetFileBlobStoreConfigurationParams, opts ...ClientOption) (*GetFileBlobStoreConfigurationOK, error)

GetFileBlobStoreConfiguration gets a file blob store configuration by name

func (*Client) ListBlobStores

func (a *Client) ListBlobStores(params *ListBlobStoresParams, opts ...ClientOption) (*ListBlobStoresOK, error)

ListBlobStores lists the blob stores

func (*Client) QuotaStatus

func (a *Client) QuotaStatus(params *QuotaStatusParams, opts ...ClientOption) (*QuotaStatusOK, error)

QuotaStatus gets quota status for a given blob store

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateBlobStore

func (a *Client) UpdateBlobStore(params *UpdateBlobStoreParams, opts ...ClientOption) (*UpdateBlobStoreNoContent, error)

UpdateBlobStore updates an s3 blob store configuration by name

func (*Client) UpdateBlobStore1

func (a *Client) UpdateBlobStore1(params *UpdateBlobStore1Params, opts ...ClientOption) (*UpdateBlobStore1NoContent, error)

UpdateBlobStore1 updates an azure blob store configuration by name

func (*Client) UpdateFileBlobStore

func (a *Client) UpdateFileBlobStore(params *UpdateFileBlobStoreParams, opts ...ClientOption) (*UpdateFileBlobStoreNoContent, error)

UpdateFileBlobStore updates a file blob store configuration by name

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateBlobStore(params *CreateBlobStoreParams, opts ...ClientOption) (*CreateBlobStoreCreated, error)

	CreateBlobStore1(params *CreateBlobStore1Params, opts ...ClientOption) (*CreateBlobStore1Created, error)

	CreateFileBlobStore(params *CreateFileBlobStoreParams, opts ...ClientOption) (*CreateFileBlobStoreNoContent, error)

	DeleteBlobStore(params *DeleteBlobStoreParams, opts ...ClientOption) error

	GetBlobStore(params *GetBlobStoreParams, opts ...ClientOption) (*GetBlobStoreOK, error)

	GetBlobStore1(params *GetBlobStore1Params, opts ...ClientOption) (*GetBlobStore1OK, error)

	GetFileBlobStoreConfiguration(params *GetFileBlobStoreConfigurationParams, opts ...ClientOption) (*GetFileBlobStoreConfigurationOK, error)

	ListBlobStores(params *ListBlobStoresParams, opts ...ClientOption) (*ListBlobStoresOK, error)

	QuotaStatus(params *QuotaStatusParams, opts ...ClientOption) (*QuotaStatusOK, error)

	UpdateBlobStore(params *UpdateBlobStoreParams, opts ...ClientOption) (*UpdateBlobStoreNoContent, error)

	UpdateBlobStore1(params *UpdateBlobStore1Params, opts ...ClientOption) (*UpdateBlobStore1NoContent, error)

	UpdateFileBlobStore(params *UpdateFileBlobStoreParams, opts ...ClientOption) (*UpdateFileBlobStoreNoContent, 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 blob store API client.

type CreateBlobStore1Created

type CreateBlobStore1Created struct {
}

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

Azure blob store created

func NewCreateBlobStore1Created

func NewCreateBlobStore1Created() *CreateBlobStore1Created

NewCreateBlobStore1Created creates a CreateBlobStore1Created with default headers values

func (*CreateBlobStore1Created) Code

func (o *CreateBlobStore1Created) Code() int

Code gets the status code for the create blob store1 created response

func (*CreateBlobStore1Created) Error

func (o *CreateBlobStore1Created) Error() string

func (*CreateBlobStore1Created) IsClientError

func (o *CreateBlobStore1Created) IsClientError() bool

IsClientError returns true when this create blob store1 created response has a 4xx status code

func (*CreateBlobStore1Created) IsCode

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

IsCode returns true when this create blob store1 created response a status code equal to that given

func (*CreateBlobStore1Created) IsRedirect

func (o *CreateBlobStore1Created) IsRedirect() bool

IsRedirect returns true when this create blob store1 created response has a 3xx status code

func (*CreateBlobStore1Created) IsServerError

func (o *CreateBlobStore1Created) IsServerError() bool

IsServerError returns true when this create blob store1 created response has a 5xx status code

func (*CreateBlobStore1Created) IsSuccess

func (o *CreateBlobStore1Created) IsSuccess() bool

IsSuccess returns true when this create blob store1 created response has a 2xx status code

func (*CreateBlobStore1Created) String

func (o *CreateBlobStore1Created) String() string

type CreateBlobStore1Forbidden

type CreateBlobStore1Forbidden struct {
}

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

Insufficient permissions

func NewCreateBlobStore1Forbidden

func NewCreateBlobStore1Forbidden() *CreateBlobStore1Forbidden

NewCreateBlobStore1Forbidden creates a CreateBlobStore1Forbidden with default headers values

func (*CreateBlobStore1Forbidden) Code

func (o *CreateBlobStore1Forbidden) Code() int

Code gets the status code for the create blob store1 forbidden response

func (*CreateBlobStore1Forbidden) Error

func (o *CreateBlobStore1Forbidden) Error() string

func (*CreateBlobStore1Forbidden) IsClientError

func (o *CreateBlobStore1Forbidden) IsClientError() bool

IsClientError returns true when this create blob store1 forbidden response has a 4xx status code

func (*CreateBlobStore1Forbidden) IsCode

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

IsCode returns true when this create blob store1 forbidden response a status code equal to that given

func (*CreateBlobStore1Forbidden) IsRedirect

func (o *CreateBlobStore1Forbidden) IsRedirect() bool

IsRedirect returns true when this create blob store1 forbidden response has a 3xx status code

func (*CreateBlobStore1Forbidden) IsServerError

func (o *CreateBlobStore1Forbidden) IsServerError() bool

IsServerError returns true when this create blob store1 forbidden response has a 5xx status code

func (*CreateBlobStore1Forbidden) IsSuccess

func (o *CreateBlobStore1Forbidden) IsSuccess() bool

IsSuccess returns true when this create blob store1 forbidden response has a 2xx status code

func (*CreateBlobStore1Forbidden) String

func (o *CreateBlobStore1Forbidden) String() string

type CreateBlobStore1Params

type CreateBlobStore1Params struct {

	// Body.
	Body *models.AzureBlobStoreAPIModel

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

CreateBlobStore1Params contains all the parameters to send to the API endpoint

for the create blob store 1 operation.

Typically these are written to a http.Request.

func NewCreateBlobStore1Params

func NewCreateBlobStore1Params() *CreateBlobStore1Params

NewCreateBlobStore1Params creates a new CreateBlobStore1Params 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 NewCreateBlobStore1ParamsWithContext

func NewCreateBlobStore1ParamsWithContext(ctx context.Context) *CreateBlobStore1Params

NewCreateBlobStore1ParamsWithContext creates a new CreateBlobStore1Params object with the ability to set a context for a request.

func NewCreateBlobStore1ParamsWithHTTPClient

func NewCreateBlobStore1ParamsWithHTTPClient(client *http.Client) *CreateBlobStore1Params

NewCreateBlobStore1ParamsWithHTTPClient creates a new CreateBlobStore1Params object with the ability to set a custom HTTPClient for a request.

func NewCreateBlobStore1ParamsWithTimeout

func NewCreateBlobStore1ParamsWithTimeout(timeout time.Duration) *CreateBlobStore1Params

NewCreateBlobStore1ParamsWithTimeout creates a new CreateBlobStore1Params object with the ability to set a timeout on a request.

func (*CreateBlobStore1Params) SetBody

SetBody adds the body to the create blob store 1 params

func (*CreateBlobStore1Params) SetContext

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

SetContext adds the context to the create blob store 1 params

func (*CreateBlobStore1Params) SetDefaults

func (o *CreateBlobStore1Params) SetDefaults()

SetDefaults hydrates default values in the create blob store 1 params (not the query body).

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

func (*CreateBlobStore1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create blob store 1 params

func (*CreateBlobStore1Params) SetTimeout

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

SetTimeout adds the timeout to the create blob store 1 params

func (*CreateBlobStore1Params) WithBody

WithBody adds the body to the create blob store 1 params

func (*CreateBlobStore1Params) WithContext

WithContext adds the context to the create blob store 1 params

func (*CreateBlobStore1Params) WithDefaults

WithDefaults hydrates default values in the create blob store 1 params (not the query body).

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

func (*CreateBlobStore1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create blob store 1 params

func (*CreateBlobStore1Params) WithTimeout

WithTimeout adds the timeout to the create blob store 1 params

func (*CreateBlobStore1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateBlobStore1Reader

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

CreateBlobStore1Reader is a Reader for the CreateBlobStore1 structure.

func (*CreateBlobStore1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateBlobStore1Unauthorized

type CreateBlobStore1Unauthorized struct {
}

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

Authentication required

func NewCreateBlobStore1Unauthorized

func NewCreateBlobStore1Unauthorized() *CreateBlobStore1Unauthorized

NewCreateBlobStore1Unauthorized creates a CreateBlobStore1Unauthorized with default headers values

func (*CreateBlobStore1Unauthorized) Code

Code gets the status code for the create blob store1 unauthorized response

func (*CreateBlobStore1Unauthorized) Error

func (*CreateBlobStore1Unauthorized) IsClientError

func (o *CreateBlobStore1Unauthorized) IsClientError() bool

IsClientError returns true when this create blob store1 unauthorized response has a 4xx status code

func (*CreateBlobStore1Unauthorized) IsCode

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

IsCode returns true when this create blob store1 unauthorized response a status code equal to that given

func (*CreateBlobStore1Unauthorized) IsRedirect

func (o *CreateBlobStore1Unauthorized) IsRedirect() bool

IsRedirect returns true when this create blob store1 unauthorized response has a 3xx status code

func (*CreateBlobStore1Unauthorized) IsServerError

func (o *CreateBlobStore1Unauthorized) IsServerError() bool

IsServerError returns true when this create blob store1 unauthorized response has a 5xx status code

func (*CreateBlobStore1Unauthorized) IsSuccess

func (o *CreateBlobStore1Unauthorized) IsSuccess() bool

IsSuccess returns true when this create blob store1 unauthorized response has a 2xx status code

func (*CreateBlobStore1Unauthorized) String

type CreateBlobStoreCreated

type CreateBlobStoreCreated struct {
}

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

S3 blob store created

func NewCreateBlobStoreCreated

func NewCreateBlobStoreCreated() *CreateBlobStoreCreated

NewCreateBlobStoreCreated creates a CreateBlobStoreCreated with default headers values

func (*CreateBlobStoreCreated) Code

func (o *CreateBlobStoreCreated) Code() int

Code gets the status code for the create blob store created response

func (*CreateBlobStoreCreated) Error

func (o *CreateBlobStoreCreated) Error() string

func (*CreateBlobStoreCreated) IsClientError

func (o *CreateBlobStoreCreated) IsClientError() bool

IsClientError returns true when this create blob store created response has a 4xx status code

func (*CreateBlobStoreCreated) IsCode

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

IsCode returns true when this create blob store created response a status code equal to that given

func (*CreateBlobStoreCreated) IsRedirect

func (o *CreateBlobStoreCreated) IsRedirect() bool

IsRedirect returns true when this create blob store created response has a 3xx status code

func (*CreateBlobStoreCreated) IsServerError

func (o *CreateBlobStoreCreated) IsServerError() bool

IsServerError returns true when this create blob store created response has a 5xx status code

func (*CreateBlobStoreCreated) IsSuccess

func (o *CreateBlobStoreCreated) IsSuccess() bool

IsSuccess returns true when this create blob store created response has a 2xx status code

func (*CreateBlobStoreCreated) String

func (o *CreateBlobStoreCreated) String() string

type CreateBlobStoreForbidden

type CreateBlobStoreForbidden struct {
}

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

Insufficient permissions

func NewCreateBlobStoreForbidden

func NewCreateBlobStoreForbidden() *CreateBlobStoreForbidden

NewCreateBlobStoreForbidden creates a CreateBlobStoreForbidden with default headers values

func (*CreateBlobStoreForbidden) Code

func (o *CreateBlobStoreForbidden) Code() int

Code gets the status code for the create blob store forbidden response

func (*CreateBlobStoreForbidden) Error

func (o *CreateBlobStoreForbidden) Error() string

func (*CreateBlobStoreForbidden) IsClientError

func (o *CreateBlobStoreForbidden) IsClientError() bool

IsClientError returns true when this create blob store forbidden response has a 4xx status code

func (*CreateBlobStoreForbidden) IsCode

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

IsCode returns true when this create blob store forbidden response a status code equal to that given

func (*CreateBlobStoreForbidden) IsRedirect

func (o *CreateBlobStoreForbidden) IsRedirect() bool

IsRedirect returns true when this create blob store forbidden response has a 3xx status code

func (*CreateBlobStoreForbidden) IsServerError

func (o *CreateBlobStoreForbidden) IsServerError() bool

IsServerError returns true when this create blob store forbidden response has a 5xx status code

func (*CreateBlobStoreForbidden) IsSuccess

func (o *CreateBlobStoreForbidden) IsSuccess() bool

IsSuccess returns true when this create blob store forbidden response has a 2xx status code

func (*CreateBlobStoreForbidden) String

func (o *CreateBlobStoreForbidden) String() string

type CreateBlobStoreParams

type CreateBlobStoreParams struct {

	// Body.
	Body *models.S3BlobStoreAPIModel

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

CreateBlobStoreParams contains all the parameters to send to the API endpoint

for the create blob store operation.

Typically these are written to a http.Request.

func NewCreateBlobStoreParams

func NewCreateBlobStoreParams() *CreateBlobStoreParams

NewCreateBlobStoreParams creates a new CreateBlobStoreParams 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 NewCreateBlobStoreParamsWithContext

func NewCreateBlobStoreParamsWithContext(ctx context.Context) *CreateBlobStoreParams

NewCreateBlobStoreParamsWithContext creates a new CreateBlobStoreParams object with the ability to set a context for a request.

func NewCreateBlobStoreParamsWithHTTPClient

func NewCreateBlobStoreParamsWithHTTPClient(client *http.Client) *CreateBlobStoreParams

NewCreateBlobStoreParamsWithHTTPClient creates a new CreateBlobStoreParams object with the ability to set a custom HTTPClient for a request.

func NewCreateBlobStoreParamsWithTimeout

func NewCreateBlobStoreParamsWithTimeout(timeout time.Duration) *CreateBlobStoreParams

NewCreateBlobStoreParamsWithTimeout creates a new CreateBlobStoreParams object with the ability to set a timeout on a request.

func (*CreateBlobStoreParams) SetBody

SetBody adds the body to the create blob store params

func (*CreateBlobStoreParams) SetContext

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

SetContext adds the context to the create blob store params

func (*CreateBlobStoreParams) SetDefaults

func (o *CreateBlobStoreParams) SetDefaults()

SetDefaults hydrates default values in the create blob store params (not the query body).

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

func (*CreateBlobStoreParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create blob store params

func (*CreateBlobStoreParams) SetTimeout

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

SetTimeout adds the timeout to the create blob store params

func (*CreateBlobStoreParams) WithBody

WithBody adds the body to the create blob store params

func (*CreateBlobStoreParams) WithContext

WithContext adds the context to the create blob store params

func (*CreateBlobStoreParams) WithDefaults

func (o *CreateBlobStoreParams) WithDefaults() *CreateBlobStoreParams

WithDefaults hydrates default values in the create blob store params (not the query body).

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

func (*CreateBlobStoreParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create blob store params

func (*CreateBlobStoreParams) WithTimeout

func (o *CreateBlobStoreParams) WithTimeout(timeout time.Duration) *CreateBlobStoreParams

WithTimeout adds the timeout to the create blob store params

func (*CreateBlobStoreParams) WriteToRequest

func (o *CreateBlobStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type CreateBlobStoreReader

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

CreateBlobStoreReader is a Reader for the CreateBlobStore structure.

func (*CreateBlobStoreReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateBlobStoreUnauthorized

type CreateBlobStoreUnauthorized struct {
}

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

Authentication required

func NewCreateBlobStoreUnauthorized

func NewCreateBlobStoreUnauthorized() *CreateBlobStoreUnauthorized

NewCreateBlobStoreUnauthorized creates a CreateBlobStoreUnauthorized with default headers values

func (*CreateBlobStoreUnauthorized) Code

func (o *CreateBlobStoreUnauthorized) Code() int

Code gets the status code for the create blob store unauthorized response

func (*CreateBlobStoreUnauthorized) Error

func (*CreateBlobStoreUnauthorized) IsClientError

func (o *CreateBlobStoreUnauthorized) IsClientError() bool

IsClientError returns true when this create blob store unauthorized response has a 4xx status code

func (*CreateBlobStoreUnauthorized) IsCode

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

IsCode returns true when this create blob store unauthorized response a status code equal to that given

func (*CreateBlobStoreUnauthorized) IsRedirect

func (o *CreateBlobStoreUnauthorized) IsRedirect() bool

IsRedirect returns true when this create blob store unauthorized response has a 3xx status code

func (*CreateBlobStoreUnauthorized) IsServerError

func (o *CreateBlobStoreUnauthorized) IsServerError() bool

IsServerError returns true when this create blob store unauthorized response has a 5xx status code

func (*CreateBlobStoreUnauthorized) IsSuccess

func (o *CreateBlobStoreUnauthorized) IsSuccess() bool

IsSuccess returns true when this create blob store unauthorized response has a 2xx status code

func (*CreateBlobStoreUnauthorized) String

func (o *CreateBlobStoreUnauthorized) String() string

type CreateFileBlobStoreForbidden

type CreateFileBlobStoreForbidden struct {
}

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

Insufficient permissions

func NewCreateFileBlobStoreForbidden

func NewCreateFileBlobStoreForbidden() *CreateFileBlobStoreForbidden

NewCreateFileBlobStoreForbidden creates a CreateFileBlobStoreForbidden with default headers values

func (*CreateFileBlobStoreForbidden) Code

Code gets the status code for the create file blob store forbidden response

func (*CreateFileBlobStoreForbidden) Error

func (*CreateFileBlobStoreForbidden) IsClientError

func (o *CreateFileBlobStoreForbidden) IsClientError() bool

IsClientError returns true when this create file blob store forbidden response has a 4xx status code

func (*CreateFileBlobStoreForbidden) IsCode

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

IsCode returns true when this create file blob store forbidden response a status code equal to that given

func (*CreateFileBlobStoreForbidden) IsRedirect

func (o *CreateFileBlobStoreForbidden) IsRedirect() bool

IsRedirect returns true when this create file blob store forbidden response has a 3xx status code

func (*CreateFileBlobStoreForbidden) IsServerError

func (o *CreateFileBlobStoreForbidden) IsServerError() bool

IsServerError returns true when this create file blob store forbidden response has a 5xx status code

func (*CreateFileBlobStoreForbidden) IsSuccess

func (o *CreateFileBlobStoreForbidden) IsSuccess() bool

IsSuccess returns true when this create file blob store forbidden response has a 2xx status code

func (*CreateFileBlobStoreForbidden) String

type CreateFileBlobStoreNoContent

type CreateFileBlobStoreNoContent struct {
}

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

Success

func NewCreateFileBlobStoreNoContent

func NewCreateFileBlobStoreNoContent() *CreateFileBlobStoreNoContent

NewCreateFileBlobStoreNoContent creates a CreateFileBlobStoreNoContent with default headers values

func (*CreateFileBlobStoreNoContent) Code

Code gets the status code for the create file blob store no content response

func (*CreateFileBlobStoreNoContent) Error

func (*CreateFileBlobStoreNoContent) IsClientError

func (o *CreateFileBlobStoreNoContent) IsClientError() bool

IsClientError returns true when this create file blob store no content response has a 4xx status code

func (*CreateFileBlobStoreNoContent) IsCode

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

IsCode returns true when this create file blob store no content response a status code equal to that given

func (*CreateFileBlobStoreNoContent) IsRedirect

func (o *CreateFileBlobStoreNoContent) IsRedirect() bool

IsRedirect returns true when this create file blob store no content response has a 3xx status code

func (*CreateFileBlobStoreNoContent) IsServerError

func (o *CreateFileBlobStoreNoContent) IsServerError() bool

IsServerError returns true when this create file blob store no content response has a 5xx status code

func (*CreateFileBlobStoreNoContent) IsSuccess

func (o *CreateFileBlobStoreNoContent) IsSuccess() bool

IsSuccess returns true when this create file blob store no content response has a 2xx status code

func (*CreateFileBlobStoreNoContent) String

type CreateFileBlobStoreParams

type CreateFileBlobStoreParams struct {

	// Body.
	Body *models.FileBlobStoreAPICreateRequest

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

CreateFileBlobStoreParams contains all the parameters to send to the API endpoint

for the create file blob store operation.

Typically these are written to a http.Request.

func NewCreateFileBlobStoreParams

func NewCreateFileBlobStoreParams() *CreateFileBlobStoreParams

NewCreateFileBlobStoreParams creates a new CreateFileBlobStoreParams 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 NewCreateFileBlobStoreParamsWithContext

func NewCreateFileBlobStoreParamsWithContext(ctx context.Context) *CreateFileBlobStoreParams

NewCreateFileBlobStoreParamsWithContext creates a new CreateFileBlobStoreParams object with the ability to set a context for a request.

func NewCreateFileBlobStoreParamsWithHTTPClient

func NewCreateFileBlobStoreParamsWithHTTPClient(client *http.Client) *CreateFileBlobStoreParams

NewCreateFileBlobStoreParamsWithHTTPClient creates a new CreateFileBlobStoreParams object with the ability to set a custom HTTPClient for a request.

func NewCreateFileBlobStoreParamsWithTimeout

func NewCreateFileBlobStoreParamsWithTimeout(timeout time.Duration) *CreateFileBlobStoreParams

NewCreateFileBlobStoreParamsWithTimeout creates a new CreateFileBlobStoreParams object with the ability to set a timeout on a request.

func (*CreateFileBlobStoreParams) SetBody

SetBody adds the body to the create file blob store params

func (*CreateFileBlobStoreParams) SetContext

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

SetContext adds the context to the create file blob store params

func (*CreateFileBlobStoreParams) SetDefaults

func (o *CreateFileBlobStoreParams) SetDefaults()

SetDefaults hydrates default values in the create file blob store params (not the query body).

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

func (*CreateFileBlobStoreParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create file blob store params

func (*CreateFileBlobStoreParams) SetTimeout

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

SetTimeout adds the timeout to the create file blob store params

func (*CreateFileBlobStoreParams) WithBody

WithBody adds the body to the create file blob store params

func (*CreateFileBlobStoreParams) WithContext

WithContext adds the context to the create file blob store params

func (*CreateFileBlobStoreParams) WithDefaults

WithDefaults hydrates default values in the create file blob store params (not the query body).

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

func (*CreateFileBlobStoreParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create file blob store params

func (*CreateFileBlobStoreParams) WithTimeout

WithTimeout adds the timeout to the create file blob store params

func (*CreateFileBlobStoreParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateFileBlobStoreReader

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

CreateFileBlobStoreReader is a Reader for the CreateFileBlobStore structure.

func (*CreateFileBlobStoreReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteBlobStoreDefault

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

DeleteBlobStoreDefault describes a response with status code -1, with default header values.

successful operation

func NewDeleteBlobStoreDefault

func NewDeleteBlobStoreDefault(code int) *DeleteBlobStoreDefault

NewDeleteBlobStoreDefault creates a DeleteBlobStoreDefault with default headers values

func (*DeleteBlobStoreDefault) Code

func (o *DeleteBlobStoreDefault) Code() int

Code gets the status code for the delete blob store default response

func (*DeleteBlobStoreDefault) Error

func (o *DeleteBlobStoreDefault) Error() string

func (*DeleteBlobStoreDefault) IsClientError

func (o *DeleteBlobStoreDefault) IsClientError() bool

IsClientError returns true when this delete blob store default response has a 4xx status code

func (*DeleteBlobStoreDefault) IsCode

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

IsCode returns true when this delete blob store default response a status code equal to that given

func (*DeleteBlobStoreDefault) IsRedirect

func (o *DeleteBlobStoreDefault) IsRedirect() bool

IsRedirect returns true when this delete blob store default response has a 3xx status code

func (*DeleteBlobStoreDefault) IsServerError

func (o *DeleteBlobStoreDefault) IsServerError() bool

IsServerError returns true when this delete blob store default response has a 5xx status code

func (*DeleteBlobStoreDefault) IsSuccess

func (o *DeleteBlobStoreDefault) IsSuccess() bool

IsSuccess returns true when this delete blob store default response has a 2xx status code

func (*DeleteBlobStoreDefault) String

func (o *DeleteBlobStoreDefault) String() string

type DeleteBlobStoreParams

type DeleteBlobStoreParams struct {

	/* Name.

	   The name of the blob store to delete
	*/
	Name string

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

DeleteBlobStoreParams contains all the parameters to send to the API endpoint

for the delete blob store operation.

Typically these are written to a http.Request.

func NewDeleteBlobStoreParams

func NewDeleteBlobStoreParams() *DeleteBlobStoreParams

NewDeleteBlobStoreParams creates a new DeleteBlobStoreParams 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 NewDeleteBlobStoreParamsWithContext

func NewDeleteBlobStoreParamsWithContext(ctx context.Context) *DeleteBlobStoreParams

NewDeleteBlobStoreParamsWithContext creates a new DeleteBlobStoreParams object with the ability to set a context for a request.

func NewDeleteBlobStoreParamsWithHTTPClient

func NewDeleteBlobStoreParamsWithHTTPClient(client *http.Client) *DeleteBlobStoreParams

NewDeleteBlobStoreParamsWithHTTPClient creates a new DeleteBlobStoreParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteBlobStoreParamsWithTimeout

func NewDeleteBlobStoreParamsWithTimeout(timeout time.Duration) *DeleteBlobStoreParams

NewDeleteBlobStoreParamsWithTimeout creates a new DeleteBlobStoreParams object with the ability to set a timeout on a request.

func (*DeleteBlobStoreParams) SetContext

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

SetContext adds the context to the delete blob store params

func (*DeleteBlobStoreParams) SetDefaults

func (o *DeleteBlobStoreParams) SetDefaults()

SetDefaults hydrates default values in the delete blob store params (not the query body).

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

func (*DeleteBlobStoreParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete blob store params

func (*DeleteBlobStoreParams) SetName

func (o *DeleteBlobStoreParams) SetName(name string)

SetName adds the name to the delete blob store params

func (*DeleteBlobStoreParams) SetTimeout

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

SetTimeout adds the timeout to the delete blob store params

func (*DeleteBlobStoreParams) WithContext

WithContext adds the context to the delete blob store params

func (*DeleteBlobStoreParams) WithDefaults

func (o *DeleteBlobStoreParams) WithDefaults() *DeleteBlobStoreParams

WithDefaults hydrates default values in the delete blob store params (not the query body).

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

func (*DeleteBlobStoreParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete blob store params

func (*DeleteBlobStoreParams) WithName

WithName adds the name to the delete blob store params

func (*DeleteBlobStoreParams) WithTimeout

func (o *DeleteBlobStoreParams) WithTimeout(timeout time.Duration) *DeleteBlobStoreParams

WithTimeout adds the timeout to the delete blob store params

func (*DeleteBlobStoreParams) WriteToRequest

func (o *DeleteBlobStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteBlobStoreReader

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

DeleteBlobStoreReader is a Reader for the DeleteBlobStore structure.

func (*DeleteBlobStoreReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBlobStore1BadRequest

type GetBlobStore1BadRequest struct {
}

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

Specified Azure blob store doesn't exist

func NewGetBlobStore1BadRequest

func NewGetBlobStore1BadRequest() *GetBlobStore1BadRequest

NewGetBlobStore1BadRequest creates a GetBlobStore1BadRequest with default headers values

func (*GetBlobStore1BadRequest) Code

func (o *GetBlobStore1BadRequest) Code() int

Code gets the status code for the get blob store1 bad request response

func (*GetBlobStore1BadRequest) Error

func (o *GetBlobStore1BadRequest) Error() string

func (*GetBlobStore1BadRequest) IsClientError

func (o *GetBlobStore1BadRequest) IsClientError() bool

IsClientError returns true when this get blob store1 bad request response has a 4xx status code

func (*GetBlobStore1BadRequest) IsCode

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

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

func (*GetBlobStore1BadRequest) IsRedirect

func (o *GetBlobStore1BadRequest) IsRedirect() bool

IsRedirect returns true when this get blob store1 bad request response has a 3xx status code

func (*GetBlobStore1BadRequest) IsServerError

func (o *GetBlobStore1BadRequest) IsServerError() bool

IsServerError returns true when this get blob store1 bad request response has a 5xx status code

func (*GetBlobStore1BadRequest) IsSuccess

func (o *GetBlobStore1BadRequest) IsSuccess() bool

IsSuccess returns true when this get blob store1 bad request response has a 2xx status code

func (*GetBlobStore1BadRequest) String

func (o *GetBlobStore1BadRequest) String() string

type GetBlobStore1Forbidden

type GetBlobStore1Forbidden struct {
}

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

Insufficient permissions

func NewGetBlobStore1Forbidden

func NewGetBlobStore1Forbidden() *GetBlobStore1Forbidden

NewGetBlobStore1Forbidden creates a GetBlobStore1Forbidden with default headers values

func (*GetBlobStore1Forbidden) Code

func (o *GetBlobStore1Forbidden) Code() int

Code gets the status code for the get blob store1 forbidden response

func (*GetBlobStore1Forbidden) Error

func (o *GetBlobStore1Forbidden) Error() string

func (*GetBlobStore1Forbidden) IsClientError

func (o *GetBlobStore1Forbidden) IsClientError() bool

IsClientError returns true when this get blob store1 forbidden response has a 4xx status code

func (*GetBlobStore1Forbidden) IsCode

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

IsCode returns true when this get blob store1 forbidden response a status code equal to that given

func (*GetBlobStore1Forbidden) IsRedirect

func (o *GetBlobStore1Forbidden) IsRedirect() bool

IsRedirect returns true when this get blob store1 forbidden response has a 3xx status code

func (*GetBlobStore1Forbidden) IsServerError

func (o *GetBlobStore1Forbidden) IsServerError() bool

IsServerError returns true when this get blob store1 forbidden response has a 5xx status code

func (*GetBlobStore1Forbidden) IsSuccess

func (o *GetBlobStore1Forbidden) IsSuccess() bool

IsSuccess returns true when this get blob store1 forbidden response has a 2xx status code

func (*GetBlobStore1Forbidden) String

func (o *GetBlobStore1Forbidden) String() string

type GetBlobStore1OK

type GetBlobStore1OK struct {
	Payload *models.AzureBlobStoreAPIModel
}

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

Success

func NewGetBlobStore1OK

func NewGetBlobStore1OK() *GetBlobStore1OK

NewGetBlobStore1OK creates a GetBlobStore1OK with default headers values

func (*GetBlobStore1OK) Code

func (o *GetBlobStore1OK) Code() int

Code gets the status code for the get blob store1 o k response

func (*GetBlobStore1OK) Error

func (o *GetBlobStore1OK) Error() string

func (*GetBlobStore1OK) GetPayload

func (*GetBlobStore1OK) IsClientError

func (o *GetBlobStore1OK) IsClientError() bool

IsClientError returns true when this get blob store1 o k response has a 4xx status code

func (*GetBlobStore1OK) IsCode

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

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

func (*GetBlobStore1OK) IsRedirect

func (o *GetBlobStore1OK) IsRedirect() bool

IsRedirect returns true when this get blob store1 o k response has a 3xx status code

func (*GetBlobStore1OK) IsServerError

func (o *GetBlobStore1OK) IsServerError() bool

IsServerError returns true when this get blob store1 o k response has a 5xx status code

func (*GetBlobStore1OK) IsSuccess

func (o *GetBlobStore1OK) IsSuccess() bool

IsSuccess returns true when this get blob store1 o k response has a 2xx status code

func (*GetBlobStore1OK) String

func (o *GetBlobStore1OK) String() string

type GetBlobStore1Params

type GetBlobStore1Params struct {

	/* Name.

	   Name of the blob store configuration to fetch
	*/
	Name string

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

GetBlobStore1Params contains all the parameters to send to the API endpoint

for the get blob store 1 operation.

Typically these are written to a http.Request.

func NewGetBlobStore1Params

func NewGetBlobStore1Params() *GetBlobStore1Params

NewGetBlobStore1Params creates a new GetBlobStore1Params 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 NewGetBlobStore1ParamsWithContext

func NewGetBlobStore1ParamsWithContext(ctx context.Context) *GetBlobStore1Params

NewGetBlobStore1ParamsWithContext creates a new GetBlobStore1Params object with the ability to set a context for a request.

func NewGetBlobStore1ParamsWithHTTPClient

func NewGetBlobStore1ParamsWithHTTPClient(client *http.Client) *GetBlobStore1Params

NewGetBlobStore1ParamsWithHTTPClient creates a new GetBlobStore1Params object with the ability to set a custom HTTPClient for a request.

func NewGetBlobStore1ParamsWithTimeout

func NewGetBlobStore1ParamsWithTimeout(timeout time.Duration) *GetBlobStore1Params

NewGetBlobStore1ParamsWithTimeout creates a new GetBlobStore1Params object with the ability to set a timeout on a request.

func (*GetBlobStore1Params) SetContext

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

SetContext adds the context to the get blob store 1 params

func (*GetBlobStore1Params) SetDefaults

func (o *GetBlobStore1Params) SetDefaults()

SetDefaults hydrates default values in the get blob store 1 params (not the query body).

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

func (*GetBlobStore1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get blob store 1 params

func (*GetBlobStore1Params) SetName

func (o *GetBlobStore1Params) SetName(name string)

SetName adds the name to the get blob store 1 params

func (*GetBlobStore1Params) SetTimeout

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

SetTimeout adds the timeout to the get blob store 1 params

func (*GetBlobStore1Params) WithContext

WithContext adds the context to the get blob store 1 params

func (*GetBlobStore1Params) WithDefaults

func (o *GetBlobStore1Params) WithDefaults() *GetBlobStore1Params

WithDefaults hydrates default values in the get blob store 1 params (not the query body).

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

func (*GetBlobStore1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get blob store 1 params

func (*GetBlobStore1Params) WithName

func (o *GetBlobStore1Params) WithName(name string) *GetBlobStore1Params

WithName adds the name to the get blob store 1 params

func (*GetBlobStore1Params) WithTimeout

func (o *GetBlobStore1Params) WithTimeout(timeout time.Duration) *GetBlobStore1Params

WithTimeout adds the timeout to the get blob store 1 params

func (*GetBlobStore1Params) WriteToRequest

func (o *GetBlobStore1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetBlobStore1Reader

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

GetBlobStore1Reader is a Reader for the GetBlobStore1 structure.

func (*GetBlobStore1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBlobStore1Unauthorized

type GetBlobStore1Unauthorized struct {
}

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

Authentication required

func NewGetBlobStore1Unauthorized

func NewGetBlobStore1Unauthorized() *GetBlobStore1Unauthorized

NewGetBlobStore1Unauthorized creates a GetBlobStore1Unauthorized with default headers values

func (*GetBlobStore1Unauthorized) Code

func (o *GetBlobStore1Unauthorized) Code() int

Code gets the status code for the get blob store1 unauthorized response

func (*GetBlobStore1Unauthorized) Error

func (o *GetBlobStore1Unauthorized) Error() string

func (*GetBlobStore1Unauthorized) IsClientError

func (o *GetBlobStore1Unauthorized) IsClientError() bool

IsClientError returns true when this get blob store1 unauthorized response has a 4xx status code

func (*GetBlobStore1Unauthorized) IsCode

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

IsCode returns true when this get blob store1 unauthorized response a status code equal to that given

func (*GetBlobStore1Unauthorized) IsRedirect

func (o *GetBlobStore1Unauthorized) IsRedirect() bool

IsRedirect returns true when this get blob store1 unauthorized response has a 3xx status code

func (*GetBlobStore1Unauthorized) IsServerError

func (o *GetBlobStore1Unauthorized) IsServerError() bool

IsServerError returns true when this get blob store1 unauthorized response has a 5xx status code

func (*GetBlobStore1Unauthorized) IsSuccess

func (o *GetBlobStore1Unauthorized) IsSuccess() bool

IsSuccess returns true when this get blob store1 unauthorized response has a 2xx status code

func (*GetBlobStore1Unauthorized) String

func (o *GetBlobStore1Unauthorized) String() string

type GetBlobStoreBadRequest

type GetBlobStoreBadRequest struct {
}

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

Specified S3 blob store doesn't exist

func NewGetBlobStoreBadRequest

func NewGetBlobStoreBadRequest() *GetBlobStoreBadRequest

NewGetBlobStoreBadRequest creates a GetBlobStoreBadRequest with default headers values

func (*GetBlobStoreBadRequest) Code

func (o *GetBlobStoreBadRequest) Code() int

Code gets the status code for the get blob store bad request response

func (*GetBlobStoreBadRequest) Error

func (o *GetBlobStoreBadRequest) Error() string

func (*GetBlobStoreBadRequest) IsClientError

func (o *GetBlobStoreBadRequest) IsClientError() bool

IsClientError returns true when this get blob store bad request response has a 4xx status code

func (*GetBlobStoreBadRequest) IsCode

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

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

func (*GetBlobStoreBadRequest) IsRedirect

func (o *GetBlobStoreBadRequest) IsRedirect() bool

IsRedirect returns true when this get blob store bad request response has a 3xx status code

func (*GetBlobStoreBadRequest) IsServerError

func (o *GetBlobStoreBadRequest) IsServerError() bool

IsServerError returns true when this get blob store bad request response has a 5xx status code

func (*GetBlobStoreBadRequest) IsSuccess

func (o *GetBlobStoreBadRequest) IsSuccess() bool

IsSuccess returns true when this get blob store bad request response has a 2xx status code

func (*GetBlobStoreBadRequest) String

func (o *GetBlobStoreBadRequest) String() string

type GetBlobStoreForbidden

type GetBlobStoreForbidden struct {
}

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

Insufficient permissions

func NewGetBlobStoreForbidden

func NewGetBlobStoreForbidden() *GetBlobStoreForbidden

NewGetBlobStoreForbidden creates a GetBlobStoreForbidden with default headers values

func (*GetBlobStoreForbidden) Code

func (o *GetBlobStoreForbidden) Code() int

Code gets the status code for the get blob store forbidden response

func (*GetBlobStoreForbidden) Error

func (o *GetBlobStoreForbidden) Error() string

func (*GetBlobStoreForbidden) IsClientError

func (o *GetBlobStoreForbidden) IsClientError() bool

IsClientError returns true when this get blob store forbidden response has a 4xx status code

func (*GetBlobStoreForbidden) IsCode

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

IsCode returns true when this get blob store forbidden response a status code equal to that given

func (*GetBlobStoreForbidden) IsRedirect

func (o *GetBlobStoreForbidden) IsRedirect() bool

IsRedirect returns true when this get blob store forbidden response has a 3xx status code

func (*GetBlobStoreForbidden) IsServerError

func (o *GetBlobStoreForbidden) IsServerError() bool

IsServerError returns true when this get blob store forbidden response has a 5xx status code

func (*GetBlobStoreForbidden) IsSuccess

func (o *GetBlobStoreForbidden) IsSuccess() bool

IsSuccess returns true when this get blob store forbidden response has a 2xx status code

func (*GetBlobStoreForbidden) String

func (o *GetBlobStoreForbidden) String() string

type GetBlobStoreOK

type GetBlobStoreOK struct {
	Payload *models.S3BlobStoreAPIModel
}

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

Success

func NewGetBlobStoreOK

func NewGetBlobStoreOK() *GetBlobStoreOK

NewGetBlobStoreOK creates a GetBlobStoreOK with default headers values

func (*GetBlobStoreOK) Code

func (o *GetBlobStoreOK) Code() int

Code gets the status code for the get blob store o k response

func (*GetBlobStoreOK) Error

func (o *GetBlobStoreOK) Error() string

func (*GetBlobStoreOK) GetPayload

func (o *GetBlobStoreOK) GetPayload() *models.S3BlobStoreAPIModel

func (*GetBlobStoreOK) IsClientError

func (o *GetBlobStoreOK) IsClientError() bool

IsClientError returns true when this get blob store o k response has a 4xx status code

func (*GetBlobStoreOK) IsCode

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

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

func (*GetBlobStoreOK) IsRedirect

func (o *GetBlobStoreOK) IsRedirect() bool

IsRedirect returns true when this get blob store o k response has a 3xx status code

func (*GetBlobStoreOK) IsServerError

func (o *GetBlobStoreOK) IsServerError() bool

IsServerError returns true when this get blob store o k response has a 5xx status code

func (*GetBlobStoreOK) IsSuccess

func (o *GetBlobStoreOK) IsSuccess() bool

IsSuccess returns true when this get blob store o k response has a 2xx status code

func (*GetBlobStoreOK) String

func (o *GetBlobStoreOK) String() string

type GetBlobStoreParams

type GetBlobStoreParams struct {

	/* Name.

	   Name of the blob store configuration to fetch
	*/
	Name string

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

GetBlobStoreParams contains all the parameters to send to the API endpoint

for the get blob store operation.

Typically these are written to a http.Request.

func NewGetBlobStoreParams

func NewGetBlobStoreParams() *GetBlobStoreParams

NewGetBlobStoreParams creates a new GetBlobStoreParams 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 NewGetBlobStoreParamsWithContext

func NewGetBlobStoreParamsWithContext(ctx context.Context) *GetBlobStoreParams

NewGetBlobStoreParamsWithContext creates a new GetBlobStoreParams object with the ability to set a context for a request.

func NewGetBlobStoreParamsWithHTTPClient

func NewGetBlobStoreParamsWithHTTPClient(client *http.Client) *GetBlobStoreParams

NewGetBlobStoreParamsWithHTTPClient creates a new GetBlobStoreParams object with the ability to set a custom HTTPClient for a request.

func NewGetBlobStoreParamsWithTimeout

func NewGetBlobStoreParamsWithTimeout(timeout time.Duration) *GetBlobStoreParams

NewGetBlobStoreParamsWithTimeout creates a new GetBlobStoreParams object with the ability to set a timeout on a request.

func (*GetBlobStoreParams) SetContext

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

SetContext adds the context to the get blob store params

func (*GetBlobStoreParams) SetDefaults

func (o *GetBlobStoreParams) SetDefaults()

SetDefaults hydrates default values in the get blob store params (not the query body).

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

func (*GetBlobStoreParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get blob store params

func (*GetBlobStoreParams) SetName

func (o *GetBlobStoreParams) SetName(name string)

SetName adds the name to the get blob store params

func (*GetBlobStoreParams) SetTimeout

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

SetTimeout adds the timeout to the get blob store params

func (*GetBlobStoreParams) WithContext

WithContext adds the context to the get blob store params

func (*GetBlobStoreParams) WithDefaults

func (o *GetBlobStoreParams) WithDefaults() *GetBlobStoreParams

WithDefaults hydrates default values in the get blob store params (not the query body).

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

func (*GetBlobStoreParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get blob store params

func (*GetBlobStoreParams) WithName

func (o *GetBlobStoreParams) WithName(name string) *GetBlobStoreParams

WithName adds the name to the get blob store params

func (*GetBlobStoreParams) WithTimeout

func (o *GetBlobStoreParams) WithTimeout(timeout time.Duration) *GetBlobStoreParams

WithTimeout adds the timeout to the get blob store params

func (*GetBlobStoreParams) WriteToRequest

func (o *GetBlobStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetBlobStoreReader

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

GetBlobStoreReader is a Reader for the GetBlobStore structure.

func (*GetBlobStoreReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBlobStoreUnauthorized

type GetBlobStoreUnauthorized struct {
}

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

Authentication required

func NewGetBlobStoreUnauthorized

func NewGetBlobStoreUnauthorized() *GetBlobStoreUnauthorized

NewGetBlobStoreUnauthorized creates a GetBlobStoreUnauthorized with default headers values

func (*GetBlobStoreUnauthorized) Code

func (o *GetBlobStoreUnauthorized) Code() int

Code gets the status code for the get blob store unauthorized response

func (*GetBlobStoreUnauthorized) Error

func (o *GetBlobStoreUnauthorized) Error() string

func (*GetBlobStoreUnauthorized) IsClientError

func (o *GetBlobStoreUnauthorized) IsClientError() bool

IsClientError returns true when this get blob store unauthorized response has a 4xx status code

func (*GetBlobStoreUnauthorized) IsCode

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

IsCode returns true when this get blob store unauthorized response a status code equal to that given

func (*GetBlobStoreUnauthorized) IsRedirect

func (o *GetBlobStoreUnauthorized) IsRedirect() bool

IsRedirect returns true when this get blob store unauthorized response has a 3xx status code

func (*GetBlobStoreUnauthorized) IsServerError

func (o *GetBlobStoreUnauthorized) IsServerError() bool

IsServerError returns true when this get blob store unauthorized response has a 5xx status code

func (*GetBlobStoreUnauthorized) IsSuccess

func (o *GetBlobStoreUnauthorized) IsSuccess() bool

IsSuccess returns true when this get blob store unauthorized response has a 2xx status code

func (*GetBlobStoreUnauthorized) String

func (o *GetBlobStoreUnauthorized) String() string

type GetFileBlobStoreConfigurationForbidden

type GetFileBlobStoreConfigurationForbidden struct {
}

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

Insufficient permissions

func NewGetFileBlobStoreConfigurationForbidden

func NewGetFileBlobStoreConfigurationForbidden() *GetFileBlobStoreConfigurationForbidden

NewGetFileBlobStoreConfigurationForbidden creates a GetFileBlobStoreConfigurationForbidden with default headers values

func (*GetFileBlobStoreConfigurationForbidden) Code

Code gets the status code for the get file blob store configuration forbidden response

func (*GetFileBlobStoreConfigurationForbidden) Error

func (*GetFileBlobStoreConfigurationForbidden) IsClientError

func (o *GetFileBlobStoreConfigurationForbidden) IsClientError() bool

IsClientError returns true when this get file blob store configuration forbidden response has a 4xx status code

func (*GetFileBlobStoreConfigurationForbidden) IsCode

IsCode returns true when this get file blob store configuration forbidden response a status code equal to that given

func (*GetFileBlobStoreConfigurationForbidden) IsRedirect

IsRedirect returns true when this get file blob store configuration forbidden response has a 3xx status code

func (*GetFileBlobStoreConfigurationForbidden) IsServerError

func (o *GetFileBlobStoreConfigurationForbidden) IsServerError() bool

IsServerError returns true when this get file blob store configuration forbidden response has a 5xx status code

func (*GetFileBlobStoreConfigurationForbidden) IsSuccess

IsSuccess returns true when this get file blob store configuration forbidden response has a 2xx status code

func (*GetFileBlobStoreConfigurationForbidden) String

type GetFileBlobStoreConfigurationNotFound

type GetFileBlobStoreConfigurationNotFound struct {
}

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

Blob store not found

func NewGetFileBlobStoreConfigurationNotFound

func NewGetFileBlobStoreConfigurationNotFound() *GetFileBlobStoreConfigurationNotFound

NewGetFileBlobStoreConfigurationNotFound creates a GetFileBlobStoreConfigurationNotFound with default headers values

func (*GetFileBlobStoreConfigurationNotFound) Code

Code gets the status code for the get file blob store configuration not found response

func (*GetFileBlobStoreConfigurationNotFound) Error

func (*GetFileBlobStoreConfigurationNotFound) IsClientError

func (o *GetFileBlobStoreConfigurationNotFound) IsClientError() bool

IsClientError returns true when this get file blob store configuration not found response has a 4xx status code

func (*GetFileBlobStoreConfigurationNotFound) IsCode

IsCode returns true when this get file blob store configuration not found response a status code equal to that given

func (*GetFileBlobStoreConfigurationNotFound) IsRedirect

IsRedirect returns true when this get file blob store configuration not found response has a 3xx status code

func (*GetFileBlobStoreConfigurationNotFound) IsServerError

func (o *GetFileBlobStoreConfigurationNotFound) IsServerError() bool

IsServerError returns true when this get file blob store configuration not found response has a 5xx status code

func (*GetFileBlobStoreConfigurationNotFound) IsSuccess

IsSuccess returns true when this get file blob store configuration not found response has a 2xx status code

func (*GetFileBlobStoreConfigurationNotFound) String

type GetFileBlobStoreConfigurationOK

type GetFileBlobStoreConfigurationOK struct {
	Payload *models.FileBlobStoreAPIModel
}

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

Success

func NewGetFileBlobStoreConfigurationOK

func NewGetFileBlobStoreConfigurationOK() *GetFileBlobStoreConfigurationOK

NewGetFileBlobStoreConfigurationOK creates a GetFileBlobStoreConfigurationOK with default headers values

func (*GetFileBlobStoreConfigurationOK) Code

Code gets the status code for the get file blob store configuration o k response

func (*GetFileBlobStoreConfigurationOK) Error

func (*GetFileBlobStoreConfigurationOK) GetPayload

func (*GetFileBlobStoreConfigurationOK) IsClientError

func (o *GetFileBlobStoreConfigurationOK) IsClientError() bool

IsClientError returns true when this get file blob store configuration o k response has a 4xx status code

func (*GetFileBlobStoreConfigurationOK) IsCode

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

IsCode returns true when this get file blob store configuration o k response a status code equal to that given

func (*GetFileBlobStoreConfigurationOK) IsRedirect

func (o *GetFileBlobStoreConfigurationOK) IsRedirect() bool

IsRedirect returns true when this get file blob store configuration o k response has a 3xx status code

func (*GetFileBlobStoreConfigurationOK) IsServerError

func (o *GetFileBlobStoreConfigurationOK) IsServerError() bool

IsServerError returns true when this get file blob store configuration o k response has a 5xx status code

func (*GetFileBlobStoreConfigurationOK) IsSuccess

func (o *GetFileBlobStoreConfigurationOK) IsSuccess() bool

IsSuccess returns true when this get file blob store configuration o k response has a 2xx status code

func (*GetFileBlobStoreConfigurationOK) String

type GetFileBlobStoreConfigurationParams

type GetFileBlobStoreConfigurationParams struct {

	/* Name.

	   The name of the file blob store to read
	*/
	Name string

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

GetFileBlobStoreConfigurationParams contains all the parameters to send to the API endpoint

for the get file blob store configuration operation.

Typically these are written to a http.Request.

func NewGetFileBlobStoreConfigurationParams

func NewGetFileBlobStoreConfigurationParams() *GetFileBlobStoreConfigurationParams

NewGetFileBlobStoreConfigurationParams creates a new GetFileBlobStoreConfigurationParams 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 NewGetFileBlobStoreConfigurationParamsWithContext

func NewGetFileBlobStoreConfigurationParamsWithContext(ctx context.Context) *GetFileBlobStoreConfigurationParams

NewGetFileBlobStoreConfigurationParamsWithContext creates a new GetFileBlobStoreConfigurationParams object with the ability to set a context for a request.

func NewGetFileBlobStoreConfigurationParamsWithHTTPClient

func NewGetFileBlobStoreConfigurationParamsWithHTTPClient(client *http.Client) *GetFileBlobStoreConfigurationParams

NewGetFileBlobStoreConfigurationParamsWithHTTPClient creates a new GetFileBlobStoreConfigurationParams object with the ability to set a custom HTTPClient for a request.

func NewGetFileBlobStoreConfigurationParamsWithTimeout

func NewGetFileBlobStoreConfigurationParamsWithTimeout(timeout time.Duration) *GetFileBlobStoreConfigurationParams

NewGetFileBlobStoreConfigurationParamsWithTimeout creates a new GetFileBlobStoreConfigurationParams object with the ability to set a timeout on a request.

func (*GetFileBlobStoreConfigurationParams) SetContext

SetContext adds the context to the get file blob store configuration params

func (*GetFileBlobStoreConfigurationParams) SetDefaults

func (o *GetFileBlobStoreConfigurationParams) SetDefaults()

SetDefaults hydrates default values in the get file blob store configuration params (not the query body).

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

func (*GetFileBlobStoreConfigurationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get file blob store configuration params

func (*GetFileBlobStoreConfigurationParams) SetName

SetName adds the name to the get file blob store configuration params

func (*GetFileBlobStoreConfigurationParams) SetTimeout

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

SetTimeout adds the timeout to the get file blob store configuration params

func (*GetFileBlobStoreConfigurationParams) WithContext

WithContext adds the context to the get file blob store configuration params

func (*GetFileBlobStoreConfigurationParams) WithDefaults

WithDefaults hydrates default values in the get file blob store configuration params (not the query body).

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

func (*GetFileBlobStoreConfigurationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get file blob store configuration params

func (*GetFileBlobStoreConfigurationParams) WithName

WithName adds the name to the get file blob store configuration params

func (*GetFileBlobStoreConfigurationParams) WithTimeout

WithTimeout adds the timeout to the get file blob store configuration params

func (*GetFileBlobStoreConfigurationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetFileBlobStoreConfigurationReader

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

GetFileBlobStoreConfigurationReader is a Reader for the GetFileBlobStoreConfiguration structure.

func (*GetFileBlobStoreConfigurationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListBlobStoresOK

type ListBlobStoresOK struct {
	Payload []*models.GenericBlobStoreAPIResponse
}

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

successful operation

func NewListBlobStoresOK

func NewListBlobStoresOK() *ListBlobStoresOK

NewListBlobStoresOK creates a ListBlobStoresOK with default headers values

func (*ListBlobStoresOK) Code

func (o *ListBlobStoresOK) Code() int

Code gets the status code for the list blob stores o k response

func (*ListBlobStoresOK) Error

func (o *ListBlobStoresOK) Error() string

func (*ListBlobStoresOK) GetPayload

func (*ListBlobStoresOK) IsClientError

func (o *ListBlobStoresOK) IsClientError() bool

IsClientError returns true when this list blob stores o k response has a 4xx status code

func (*ListBlobStoresOK) IsCode

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

IsCode returns true when this list blob stores o k response a status code equal to that given

func (*ListBlobStoresOK) IsRedirect

func (o *ListBlobStoresOK) IsRedirect() bool

IsRedirect returns true when this list blob stores o k response has a 3xx status code

func (*ListBlobStoresOK) IsServerError

func (o *ListBlobStoresOK) IsServerError() bool

IsServerError returns true when this list blob stores o k response has a 5xx status code

func (*ListBlobStoresOK) IsSuccess

func (o *ListBlobStoresOK) IsSuccess() bool

IsSuccess returns true when this list blob stores o k response has a 2xx status code

func (*ListBlobStoresOK) String

func (o *ListBlobStoresOK) String() string

type ListBlobStoresParams

type ListBlobStoresParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

ListBlobStoresParams contains all the parameters to send to the API endpoint

for the list blob stores operation.

Typically these are written to a http.Request.

func NewListBlobStoresParams

func NewListBlobStoresParams() *ListBlobStoresParams

NewListBlobStoresParams creates a new ListBlobStoresParams 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 NewListBlobStoresParamsWithContext

func NewListBlobStoresParamsWithContext(ctx context.Context) *ListBlobStoresParams

NewListBlobStoresParamsWithContext creates a new ListBlobStoresParams object with the ability to set a context for a request.

func NewListBlobStoresParamsWithHTTPClient

func NewListBlobStoresParamsWithHTTPClient(client *http.Client) *ListBlobStoresParams

NewListBlobStoresParamsWithHTTPClient creates a new ListBlobStoresParams object with the ability to set a custom HTTPClient for a request.

func NewListBlobStoresParamsWithTimeout

func NewListBlobStoresParamsWithTimeout(timeout time.Duration) *ListBlobStoresParams

NewListBlobStoresParamsWithTimeout creates a new ListBlobStoresParams object with the ability to set a timeout on a request.

func (*ListBlobStoresParams) SetContext

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

SetContext adds the context to the list blob stores params

func (*ListBlobStoresParams) SetDefaults

func (o *ListBlobStoresParams) SetDefaults()

SetDefaults hydrates default values in the list blob stores params (not the query body).

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

func (*ListBlobStoresParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list blob stores params

func (*ListBlobStoresParams) SetTimeout

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

SetTimeout adds the timeout to the list blob stores params

func (*ListBlobStoresParams) WithContext

WithContext adds the context to the list blob stores params

func (*ListBlobStoresParams) WithDefaults

func (o *ListBlobStoresParams) WithDefaults() *ListBlobStoresParams

WithDefaults hydrates default values in the list blob stores params (not the query body).

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

func (*ListBlobStoresParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list blob stores params

func (*ListBlobStoresParams) WithTimeout

func (o *ListBlobStoresParams) WithTimeout(timeout time.Duration) *ListBlobStoresParams

WithTimeout adds the timeout to the list blob stores params

func (*ListBlobStoresParams) WriteToRequest

func (o *ListBlobStoresParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type ListBlobStoresReader

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

ListBlobStoresReader is a Reader for the ListBlobStores structure.

func (*ListBlobStoresReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QuotaStatusOK

type QuotaStatusOK struct {
	Payload *models.BlobStoreQuotaResultXO
}

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

successful operation

func NewQuotaStatusOK

func NewQuotaStatusOK() *QuotaStatusOK

NewQuotaStatusOK creates a QuotaStatusOK with default headers values

func (*QuotaStatusOK) Code

func (o *QuotaStatusOK) Code() int

Code gets the status code for the quota status o k response

func (*QuotaStatusOK) Error

func (o *QuotaStatusOK) Error() string

func (*QuotaStatusOK) GetPayload

func (o *QuotaStatusOK) GetPayload() *models.BlobStoreQuotaResultXO

func (*QuotaStatusOK) IsClientError

func (o *QuotaStatusOK) IsClientError() bool

IsClientError returns true when this quota status o k response has a 4xx status code

func (*QuotaStatusOK) IsCode

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

IsCode returns true when this quota status o k response a status code equal to that given

func (*QuotaStatusOK) IsRedirect

func (o *QuotaStatusOK) IsRedirect() bool

IsRedirect returns true when this quota status o k response has a 3xx status code

func (*QuotaStatusOK) IsServerError

func (o *QuotaStatusOK) IsServerError() bool

IsServerError returns true when this quota status o k response has a 5xx status code

func (*QuotaStatusOK) IsSuccess

func (o *QuotaStatusOK) IsSuccess() bool

IsSuccess returns true when this quota status o k response has a 2xx status code

func (*QuotaStatusOK) String

func (o *QuotaStatusOK) String() string

type QuotaStatusParams

type QuotaStatusParams struct {

	// Name.
	Name string

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

QuotaStatusParams contains all the parameters to send to the API endpoint

for the quota status operation.

Typically these are written to a http.Request.

func NewQuotaStatusParams

func NewQuotaStatusParams() *QuotaStatusParams

NewQuotaStatusParams creates a new QuotaStatusParams 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 NewQuotaStatusParamsWithContext

func NewQuotaStatusParamsWithContext(ctx context.Context) *QuotaStatusParams

NewQuotaStatusParamsWithContext creates a new QuotaStatusParams object with the ability to set a context for a request.

func NewQuotaStatusParamsWithHTTPClient

func NewQuotaStatusParamsWithHTTPClient(client *http.Client) *QuotaStatusParams

NewQuotaStatusParamsWithHTTPClient creates a new QuotaStatusParams object with the ability to set a custom HTTPClient for a request.

func NewQuotaStatusParamsWithTimeout

func NewQuotaStatusParamsWithTimeout(timeout time.Duration) *QuotaStatusParams

NewQuotaStatusParamsWithTimeout creates a new QuotaStatusParams object with the ability to set a timeout on a request.

func (*QuotaStatusParams) SetContext

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

SetContext adds the context to the quota status params

func (*QuotaStatusParams) SetDefaults

func (o *QuotaStatusParams) SetDefaults()

SetDefaults hydrates default values in the quota status params (not the query body).

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

func (*QuotaStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the quota status params

func (*QuotaStatusParams) SetName

func (o *QuotaStatusParams) SetName(name string)

SetName adds the name to the quota status params

func (*QuotaStatusParams) SetTimeout

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

SetTimeout adds the timeout to the quota status params

func (*QuotaStatusParams) WithContext

func (o *QuotaStatusParams) WithContext(ctx context.Context) *QuotaStatusParams

WithContext adds the context to the quota status params

func (*QuotaStatusParams) WithDefaults

func (o *QuotaStatusParams) WithDefaults() *QuotaStatusParams

WithDefaults hydrates default values in the quota status params (not the query body).

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

func (*QuotaStatusParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the quota status params

func (*QuotaStatusParams) WithName

func (o *QuotaStatusParams) WithName(name string) *QuotaStatusParams

WithName adds the name to the quota status params

func (*QuotaStatusParams) WithTimeout

func (o *QuotaStatusParams) WithTimeout(timeout time.Duration) *QuotaStatusParams

WithTimeout adds the timeout to the quota status params

func (*QuotaStatusParams) WriteToRequest

func (o *QuotaStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type QuotaStatusReader

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

QuotaStatusReader is a Reader for the QuotaStatus structure.

func (*QuotaStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateBlobStore1BadRequest

type UpdateBlobStore1BadRequest struct {
}

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

Specified Azure blob store doesn't exist

func NewUpdateBlobStore1BadRequest

func NewUpdateBlobStore1BadRequest() *UpdateBlobStore1BadRequest

NewUpdateBlobStore1BadRequest creates a UpdateBlobStore1BadRequest with default headers values

func (*UpdateBlobStore1BadRequest) Code

func (o *UpdateBlobStore1BadRequest) Code() int

Code gets the status code for the update blob store1 bad request response

func (*UpdateBlobStore1BadRequest) Error

func (*UpdateBlobStore1BadRequest) IsClientError

func (o *UpdateBlobStore1BadRequest) IsClientError() bool

IsClientError returns true when this update blob store1 bad request response has a 4xx status code

func (*UpdateBlobStore1BadRequest) IsCode

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

IsCode returns true when this update blob store1 bad request response a status code equal to that given

func (*UpdateBlobStore1BadRequest) IsRedirect

func (o *UpdateBlobStore1BadRequest) IsRedirect() bool

IsRedirect returns true when this update blob store1 bad request response has a 3xx status code

func (*UpdateBlobStore1BadRequest) IsServerError

func (o *UpdateBlobStore1BadRequest) IsServerError() bool

IsServerError returns true when this update blob store1 bad request response has a 5xx status code

func (*UpdateBlobStore1BadRequest) IsSuccess

func (o *UpdateBlobStore1BadRequest) IsSuccess() bool

IsSuccess returns true when this update blob store1 bad request response has a 2xx status code

func (*UpdateBlobStore1BadRequest) String

func (o *UpdateBlobStore1BadRequest) String() string

type UpdateBlobStore1Forbidden

type UpdateBlobStore1Forbidden struct {
}

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

Insufficient permissions

func NewUpdateBlobStore1Forbidden

func NewUpdateBlobStore1Forbidden() *UpdateBlobStore1Forbidden

NewUpdateBlobStore1Forbidden creates a UpdateBlobStore1Forbidden with default headers values

func (*UpdateBlobStore1Forbidden) Code

func (o *UpdateBlobStore1Forbidden) Code() int

Code gets the status code for the update blob store1 forbidden response

func (*UpdateBlobStore1Forbidden) Error

func (o *UpdateBlobStore1Forbidden) Error() string

func (*UpdateBlobStore1Forbidden) IsClientError

func (o *UpdateBlobStore1Forbidden) IsClientError() bool

IsClientError returns true when this update blob store1 forbidden response has a 4xx status code

func (*UpdateBlobStore1Forbidden) IsCode

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

IsCode returns true when this update blob store1 forbidden response a status code equal to that given

func (*UpdateBlobStore1Forbidden) IsRedirect

func (o *UpdateBlobStore1Forbidden) IsRedirect() bool

IsRedirect returns true when this update blob store1 forbidden response has a 3xx status code

func (*UpdateBlobStore1Forbidden) IsServerError

func (o *UpdateBlobStore1Forbidden) IsServerError() bool

IsServerError returns true when this update blob store1 forbidden response has a 5xx status code

func (*UpdateBlobStore1Forbidden) IsSuccess

func (o *UpdateBlobStore1Forbidden) IsSuccess() bool

IsSuccess returns true when this update blob store1 forbidden response has a 2xx status code

func (*UpdateBlobStore1Forbidden) String

func (o *UpdateBlobStore1Forbidden) String() string

type UpdateBlobStore1NoContent

type UpdateBlobStore1NoContent struct {
}

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

Azure blob store updated

func NewUpdateBlobStore1NoContent

func NewUpdateBlobStore1NoContent() *UpdateBlobStore1NoContent

NewUpdateBlobStore1NoContent creates a UpdateBlobStore1NoContent with default headers values

func (*UpdateBlobStore1NoContent) Code

func (o *UpdateBlobStore1NoContent) Code() int

Code gets the status code for the update blob store1 no content response

func (*UpdateBlobStore1NoContent) Error

func (o *UpdateBlobStore1NoContent) Error() string

func (*UpdateBlobStore1NoContent) IsClientError

func (o *UpdateBlobStore1NoContent) IsClientError() bool

IsClientError returns true when this update blob store1 no content response has a 4xx status code

func (*UpdateBlobStore1NoContent) IsCode

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

IsCode returns true when this update blob store1 no content response a status code equal to that given

func (*UpdateBlobStore1NoContent) IsRedirect

func (o *UpdateBlobStore1NoContent) IsRedirect() bool

IsRedirect returns true when this update blob store1 no content response has a 3xx status code

func (*UpdateBlobStore1NoContent) IsServerError

func (o *UpdateBlobStore1NoContent) IsServerError() bool

IsServerError returns true when this update blob store1 no content response has a 5xx status code

func (*UpdateBlobStore1NoContent) IsSuccess

func (o *UpdateBlobStore1NoContent) IsSuccess() bool

IsSuccess returns true when this update blob store1 no content response has a 2xx status code

func (*UpdateBlobStore1NoContent) String

func (o *UpdateBlobStore1NoContent) String() string

type UpdateBlobStore1Params

type UpdateBlobStore1Params struct {

	// Body.
	Body *models.AzureBlobStoreAPIModel

	/* Name.

	   Name of the blob store to update
	*/
	Name string

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

UpdateBlobStore1Params contains all the parameters to send to the API endpoint

for the update blob store 1 operation.

Typically these are written to a http.Request.

func NewUpdateBlobStore1Params

func NewUpdateBlobStore1Params() *UpdateBlobStore1Params

NewUpdateBlobStore1Params creates a new UpdateBlobStore1Params 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 NewUpdateBlobStore1ParamsWithContext

func NewUpdateBlobStore1ParamsWithContext(ctx context.Context) *UpdateBlobStore1Params

NewUpdateBlobStore1ParamsWithContext creates a new UpdateBlobStore1Params object with the ability to set a context for a request.

func NewUpdateBlobStore1ParamsWithHTTPClient

func NewUpdateBlobStore1ParamsWithHTTPClient(client *http.Client) *UpdateBlobStore1Params

NewUpdateBlobStore1ParamsWithHTTPClient creates a new UpdateBlobStore1Params object with the ability to set a custom HTTPClient for a request.

func NewUpdateBlobStore1ParamsWithTimeout

func NewUpdateBlobStore1ParamsWithTimeout(timeout time.Duration) *UpdateBlobStore1Params

NewUpdateBlobStore1ParamsWithTimeout creates a new UpdateBlobStore1Params object with the ability to set a timeout on a request.

func (*UpdateBlobStore1Params) SetBody

SetBody adds the body to the update blob store 1 params

func (*UpdateBlobStore1Params) SetContext

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

SetContext adds the context to the update blob store 1 params

func (*UpdateBlobStore1Params) SetDefaults

func (o *UpdateBlobStore1Params) SetDefaults()

SetDefaults hydrates default values in the update blob store 1 params (not the query body).

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

func (*UpdateBlobStore1Params) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update blob store 1 params

func (*UpdateBlobStore1Params) SetName

func (o *UpdateBlobStore1Params) SetName(name string)

SetName adds the name to the update blob store 1 params

func (*UpdateBlobStore1Params) SetTimeout

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

SetTimeout adds the timeout to the update blob store 1 params

func (*UpdateBlobStore1Params) WithBody

WithBody adds the body to the update blob store 1 params

func (*UpdateBlobStore1Params) WithContext

WithContext adds the context to the update blob store 1 params

func (*UpdateBlobStore1Params) WithDefaults

WithDefaults hydrates default values in the update blob store 1 params (not the query body).

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

func (*UpdateBlobStore1Params) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update blob store 1 params

func (*UpdateBlobStore1Params) WithName

WithName adds the name to the update blob store 1 params

func (*UpdateBlobStore1Params) WithTimeout

WithTimeout adds the timeout to the update blob store 1 params

func (*UpdateBlobStore1Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateBlobStore1Reader

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

UpdateBlobStore1Reader is a Reader for the UpdateBlobStore1 structure.

func (*UpdateBlobStore1Reader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateBlobStore1Unauthorized

type UpdateBlobStore1Unauthorized struct {
}

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

Authentication required

func NewUpdateBlobStore1Unauthorized

func NewUpdateBlobStore1Unauthorized() *UpdateBlobStore1Unauthorized

NewUpdateBlobStore1Unauthorized creates a UpdateBlobStore1Unauthorized with default headers values

func (*UpdateBlobStore1Unauthorized) Code

Code gets the status code for the update blob store1 unauthorized response

func (*UpdateBlobStore1Unauthorized) Error

func (*UpdateBlobStore1Unauthorized) IsClientError

func (o *UpdateBlobStore1Unauthorized) IsClientError() bool

IsClientError returns true when this update blob store1 unauthorized response has a 4xx status code

func (*UpdateBlobStore1Unauthorized) IsCode

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

IsCode returns true when this update blob store1 unauthorized response a status code equal to that given

func (*UpdateBlobStore1Unauthorized) IsRedirect

func (o *UpdateBlobStore1Unauthorized) IsRedirect() bool

IsRedirect returns true when this update blob store1 unauthorized response has a 3xx status code

func (*UpdateBlobStore1Unauthorized) IsServerError

func (o *UpdateBlobStore1Unauthorized) IsServerError() bool

IsServerError returns true when this update blob store1 unauthorized response has a 5xx status code

func (*UpdateBlobStore1Unauthorized) IsSuccess

func (o *UpdateBlobStore1Unauthorized) IsSuccess() bool

IsSuccess returns true when this update blob store1 unauthorized response has a 2xx status code

func (*UpdateBlobStore1Unauthorized) String

type UpdateBlobStoreBadRequest

type UpdateBlobStoreBadRequest struct {
}

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

Specified S3 blob store doesn't exist

func NewUpdateBlobStoreBadRequest

func NewUpdateBlobStoreBadRequest() *UpdateBlobStoreBadRequest

NewUpdateBlobStoreBadRequest creates a UpdateBlobStoreBadRequest with default headers values

func (*UpdateBlobStoreBadRequest) Code

func (o *UpdateBlobStoreBadRequest) Code() int

Code gets the status code for the update blob store bad request response

func (*UpdateBlobStoreBadRequest) Error

func (o *UpdateBlobStoreBadRequest) Error() string

func (*UpdateBlobStoreBadRequest) IsClientError

func (o *UpdateBlobStoreBadRequest) IsClientError() bool

IsClientError returns true when this update blob store bad request response has a 4xx status code

func (*UpdateBlobStoreBadRequest) IsCode

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

IsCode returns true when this update blob store bad request response a status code equal to that given

func (*UpdateBlobStoreBadRequest) IsRedirect

func (o *UpdateBlobStoreBadRequest) IsRedirect() bool

IsRedirect returns true when this update blob store bad request response has a 3xx status code

func (*UpdateBlobStoreBadRequest) IsServerError

func (o *UpdateBlobStoreBadRequest) IsServerError() bool

IsServerError returns true when this update blob store bad request response has a 5xx status code

func (*UpdateBlobStoreBadRequest) IsSuccess

func (o *UpdateBlobStoreBadRequest) IsSuccess() bool

IsSuccess returns true when this update blob store bad request response has a 2xx status code

func (*UpdateBlobStoreBadRequest) String

func (o *UpdateBlobStoreBadRequest) String() string

type UpdateBlobStoreForbidden

type UpdateBlobStoreForbidden struct {
}

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

Insufficient permissions

func NewUpdateBlobStoreForbidden

func NewUpdateBlobStoreForbidden() *UpdateBlobStoreForbidden

NewUpdateBlobStoreForbidden creates a UpdateBlobStoreForbidden with default headers values

func (*UpdateBlobStoreForbidden) Code

func (o *UpdateBlobStoreForbidden) Code() int

Code gets the status code for the update blob store forbidden response

func (*UpdateBlobStoreForbidden) Error

func (o *UpdateBlobStoreForbidden) Error() string

func (*UpdateBlobStoreForbidden) IsClientError

func (o *UpdateBlobStoreForbidden) IsClientError() bool

IsClientError returns true when this update blob store forbidden response has a 4xx status code

func (*UpdateBlobStoreForbidden) IsCode

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

IsCode returns true when this update blob store forbidden response a status code equal to that given

func (*UpdateBlobStoreForbidden) IsRedirect

func (o *UpdateBlobStoreForbidden) IsRedirect() bool

IsRedirect returns true when this update blob store forbidden response has a 3xx status code

func (*UpdateBlobStoreForbidden) IsServerError

func (o *UpdateBlobStoreForbidden) IsServerError() bool

IsServerError returns true when this update blob store forbidden response has a 5xx status code

func (*UpdateBlobStoreForbidden) IsSuccess

func (o *UpdateBlobStoreForbidden) IsSuccess() bool

IsSuccess returns true when this update blob store forbidden response has a 2xx status code

func (*UpdateBlobStoreForbidden) String

func (o *UpdateBlobStoreForbidden) String() string

type UpdateBlobStoreNoContent

type UpdateBlobStoreNoContent struct {
}

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

S3 blob store updated

func NewUpdateBlobStoreNoContent

func NewUpdateBlobStoreNoContent() *UpdateBlobStoreNoContent

NewUpdateBlobStoreNoContent creates a UpdateBlobStoreNoContent with default headers values

func (*UpdateBlobStoreNoContent) Code

func (o *UpdateBlobStoreNoContent) Code() int

Code gets the status code for the update blob store no content response

func (*UpdateBlobStoreNoContent) Error

func (o *UpdateBlobStoreNoContent) Error() string

func (*UpdateBlobStoreNoContent) IsClientError

func (o *UpdateBlobStoreNoContent) IsClientError() bool

IsClientError returns true when this update blob store no content response has a 4xx status code

func (*UpdateBlobStoreNoContent) IsCode

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

IsCode returns true when this update blob store no content response a status code equal to that given

func (*UpdateBlobStoreNoContent) IsRedirect

func (o *UpdateBlobStoreNoContent) IsRedirect() bool

IsRedirect returns true when this update blob store no content response has a 3xx status code

func (*UpdateBlobStoreNoContent) IsServerError

func (o *UpdateBlobStoreNoContent) IsServerError() bool

IsServerError returns true when this update blob store no content response has a 5xx status code

func (*UpdateBlobStoreNoContent) IsSuccess

func (o *UpdateBlobStoreNoContent) IsSuccess() bool

IsSuccess returns true when this update blob store no content response has a 2xx status code

func (*UpdateBlobStoreNoContent) String

func (o *UpdateBlobStoreNoContent) String() string

type UpdateBlobStoreParams

type UpdateBlobStoreParams struct {

	// Body.
	Body *models.S3BlobStoreAPIModel

	/* Name.

	   Name of the blob store to update
	*/
	Name string

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

UpdateBlobStoreParams contains all the parameters to send to the API endpoint

for the update blob store operation.

Typically these are written to a http.Request.

func NewUpdateBlobStoreParams

func NewUpdateBlobStoreParams() *UpdateBlobStoreParams

NewUpdateBlobStoreParams creates a new UpdateBlobStoreParams 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 NewUpdateBlobStoreParamsWithContext

func NewUpdateBlobStoreParamsWithContext(ctx context.Context) *UpdateBlobStoreParams

NewUpdateBlobStoreParamsWithContext creates a new UpdateBlobStoreParams object with the ability to set a context for a request.

func NewUpdateBlobStoreParamsWithHTTPClient

func NewUpdateBlobStoreParamsWithHTTPClient(client *http.Client) *UpdateBlobStoreParams

NewUpdateBlobStoreParamsWithHTTPClient creates a new UpdateBlobStoreParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateBlobStoreParamsWithTimeout

func NewUpdateBlobStoreParamsWithTimeout(timeout time.Duration) *UpdateBlobStoreParams

NewUpdateBlobStoreParamsWithTimeout creates a new UpdateBlobStoreParams object with the ability to set a timeout on a request.

func (*UpdateBlobStoreParams) SetBody

SetBody adds the body to the update blob store params

func (*UpdateBlobStoreParams) SetContext

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

SetContext adds the context to the update blob store params

func (*UpdateBlobStoreParams) SetDefaults

func (o *UpdateBlobStoreParams) SetDefaults()

SetDefaults hydrates default values in the update blob store params (not the query body).

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

func (*UpdateBlobStoreParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update blob store params

func (*UpdateBlobStoreParams) SetName

func (o *UpdateBlobStoreParams) SetName(name string)

SetName adds the name to the update blob store params

func (*UpdateBlobStoreParams) SetTimeout

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

SetTimeout adds the timeout to the update blob store params

func (*UpdateBlobStoreParams) WithBody

WithBody adds the body to the update blob store params

func (*UpdateBlobStoreParams) WithContext

WithContext adds the context to the update blob store params

func (*UpdateBlobStoreParams) WithDefaults

func (o *UpdateBlobStoreParams) WithDefaults() *UpdateBlobStoreParams

WithDefaults hydrates default values in the update blob store params (not the query body).

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

func (*UpdateBlobStoreParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update blob store params

func (*UpdateBlobStoreParams) WithName

WithName adds the name to the update blob store params

func (*UpdateBlobStoreParams) WithTimeout

func (o *UpdateBlobStoreParams) WithTimeout(timeout time.Duration) *UpdateBlobStoreParams

WithTimeout adds the timeout to the update blob store params

func (*UpdateBlobStoreParams) WriteToRequest

func (o *UpdateBlobStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateBlobStoreReader

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

UpdateBlobStoreReader is a Reader for the UpdateBlobStore structure.

func (*UpdateBlobStoreReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateBlobStoreUnauthorized

type UpdateBlobStoreUnauthorized struct {
}

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

Authentication required

func NewUpdateBlobStoreUnauthorized

func NewUpdateBlobStoreUnauthorized() *UpdateBlobStoreUnauthorized

NewUpdateBlobStoreUnauthorized creates a UpdateBlobStoreUnauthorized with default headers values

func (*UpdateBlobStoreUnauthorized) Code

func (o *UpdateBlobStoreUnauthorized) Code() int

Code gets the status code for the update blob store unauthorized response

func (*UpdateBlobStoreUnauthorized) Error

func (*UpdateBlobStoreUnauthorized) IsClientError

func (o *UpdateBlobStoreUnauthorized) IsClientError() bool

IsClientError returns true when this update blob store unauthorized response has a 4xx status code

func (*UpdateBlobStoreUnauthorized) IsCode

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

IsCode returns true when this update blob store unauthorized response a status code equal to that given

func (*UpdateBlobStoreUnauthorized) IsRedirect

func (o *UpdateBlobStoreUnauthorized) IsRedirect() bool

IsRedirect returns true when this update blob store unauthorized response has a 3xx status code

func (*UpdateBlobStoreUnauthorized) IsServerError

func (o *UpdateBlobStoreUnauthorized) IsServerError() bool

IsServerError returns true when this update blob store unauthorized response has a 5xx status code

func (*UpdateBlobStoreUnauthorized) IsSuccess

func (o *UpdateBlobStoreUnauthorized) IsSuccess() bool

IsSuccess returns true when this update blob store unauthorized response has a 2xx status code

func (*UpdateBlobStoreUnauthorized) String

func (o *UpdateBlobStoreUnauthorized) String() string

type UpdateFileBlobStoreForbidden

type UpdateFileBlobStoreForbidden struct {
}

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

Insufficient permissions

func NewUpdateFileBlobStoreForbidden

func NewUpdateFileBlobStoreForbidden() *UpdateFileBlobStoreForbidden

NewUpdateFileBlobStoreForbidden creates a UpdateFileBlobStoreForbidden with default headers values

func (*UpdateFileBlobStoreForbidden) Code

Code gets the status code for the update file blob store forbidden response

func (*UpdateFileBlobStoreForbidden) Error

func (*UpdateFileBlobStoreForbidden) IsClientError

func (o *UpdateFileBlobStoreForbidden) IsClientError() bool

IsClientError returns true when this update file blob store forbidden response has a 4xx status code

func (*UpdateFileBlobStoreForbidden) IsCode

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

IsCode returns true when this update file blob store forbidden response a status code equal to that given

func (*UpdateFileBlobStoreForbidden) IsRedirect

func (o *UpdateFileBlobStoreForbidden) IsRedirect() bool

IsRedirect returns true when this update file blob store forbidden response has a 3xx status code

func (*UpdateFileBlobStoreForbidden) IsServerError

func (o *UpdateFileBlobStoreForbidden) IsServerError() bool

IsServerError returns true when this update file blob store forbidden response has a 5xx status code

func (*UpdateFileBlobStoreForbidden) IsSuccess

func (o *UpdateFileBlobStoreForbidden) IsSuccess() bool

IsSuccess returns true when this update file blob store forbidden response has a 2xx status code

func (*UpdateFileBlobStoreForbidden) String

type UpdateFileBlobStoreNoContent

type UpdateFileBlobStoreNoContent struct {
}

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

Success

func NewUpdateFileBlobStoreNoContent

func NewUpdateFileBlobStoreNoContent() *UpdateFileBlobStoreNoContent

NewUpdateFileBlobStoreNoContent creates a UpdateFileBlobStoreNoContent with default headers values

func (*UpdateFileBlobStoreNoContent) Code

Code gets the status code for the update file blob store no content response

func (*UpdateFileBlobStoreNoContent) Error

func (*UpdateFileBlobStoreNoContent) IsClientError

func (o *UpdateFileBlobStoreNoContent) IsClientError() bool

IsClientError returns true when this update file blob store no content response has a 4xx status code

func (*UpdateFileBlobStoreNoContent) IsCode

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

IsCode returns true when this update file blob store no content response a status code equal to that given

func (*UpdateFileBlobStoreNoContent) IsRedirect

func (o *UpdateFileBlobStoreNoContent) IsRedirect() bool

IsRedirect returns true when this update file blob store no content response has a 3xx status code

func (*UpdateFileBlobStoreNoContent) IsServerError

func (o *UpdateFileBlobStoreNoContent) IsServerError() bool

IsServerError returns true when this update file blob store no content response has a 5xx status code

func (*UpdateFileBlobStoreNoContent) IsSuccess

func (o *UpdateFileBlobStoreNoContent) IsSuccess() bool

IsSuccess returns true when this update file blob store no content response has a 2xx status code

func (*UpdateFileBlobStoreNoContent) String

type UpdateFileBlobStoreNotFound

type UpdateFileBlobStoreNotFound struct {
}

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

Blob store not found

func NewUpdateFileBlobStoreNotFound

func NewUpdateFileBlobStoreNotFound() *UpdateFileBlobStoreNotFound

NewUpdateFileBlobStoreNotFound creates a UpdateFileBlobStoreNotFound with default headers values

func (*UpdateFileBlobStoreNotFound) Code

func (o *UpdateFileBlobStoreNotFound) Code() int

Code gets the status code for the update file blob store not found response

func (*UpdateFileBlobStoreNotFound) Error

func (*UpdateFileBlobStoreNotFound) IsClientError

func (o *UpdateFileBlobStoreNotFound) IsClientError() bool

IsClientError returns true when this update file blob store not found response has a 4xx status code

func (*UpdateFileBlobStoreNotFound) IsCode

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

IsCode returns true when this update file blob store not found response a status code equal to that given

func (*UpdateFileBlobStoreNotFound) IsRedirect

func (o *UpdateFileBlobStoreNotFound) IsRedirect() bool

IsRedirect returns true when this update file blob store not found response has a 3xx status code

func (*UpdateFileBlobStoreNotFound) IsServerError

func (o *UpdateFileBlobStoreNotFound) IsServerError() bool

IsServerError returns true when this update file blob store not found response has a 5xx status code

func (*UpdateFileBlobStoreNotFound) IsSuccess

func (o *UpdateFileBlobStoreNotFound) IsSuccess() bool

IsSuccess returns true when this update file blob store not found response has a 2xx status code

func (*UpdateFileBlobStoreNotFound) String

func (o *UpdateFileBlobStoreNotFound) String() string

type UpdateFileBlobStoreParams

type UpdateFileBlobStoreParams struct {

	// Body.
	Body *models.FileBlobStoreAPIUpdateRequest

	/* Name.

	   The name of the file blob store to update
	*/
	Name string

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

UpdateFileBlobStoreParams contains all the parameters to send to the API endpoint

for the update file blob store operation.

Typically these are written to a http.Request.

func NewUpdateFileBlobStoreParams

func NewUpdateFileBlobStoreParams() *UpdateFileBlobStoreParams

NewUpdateFileBlobStoreParams creates a new UpdateFileBlobStoreParams 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 NewUpdateFileBlobStoreParamsWithContext

func NewUpdateFileBlobStoreParamsWithContext(ctx context.Context) *UpdateFileBlobStoreParams

NewUpdateFileBlobStoreParamsWithContext creates a new UpdateFileBlobStoreParams object with the ability to set a context for a request.

func NewUpdateFileBlobStoreParamsWithHTTPClient

func NewUpdateFileBlobStoreParamsWithHTTPClient(client *http.Client) *UpdateFileBlobStoreParams

NewUpdateFileBlobStoreParamsWithHTTPClient creates a new UpdateFileBlobStoreParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateFileBlobStoreParamsWithTimeout

func NewUpdateFileBlobStoreParamsWithTimeout(timeout time.Duration) *UpdateFileBlobStoreParams

NewUpdateFileBlobStoreParamsWithTimeout creates a new UpdateFileBlobStoreParams object with the ability to set a timeout on a request.

func (*UpdateFileBlobStoreParams) SetBody

SetBody adds the body to the update file blob store params

func (*UpdateFileBlobStoreParams) SetContext

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

SetContext adds the context to the update file blob store params

func (*UpdateFileBlobStoreParams) SetDefaults

func (o *UpdateFileBlobStoreParams) SetDefaults()

SetDefaults hydrates default values in the update file blob store params (not the query body).

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

func (*UpdateFileBlobStoreParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update file blob store params

func (*UpdateFileBlobStoreParams) SetName

func (o *UpdateFileBlobStoreParams) SetName(name string)

SetName adds the name to the update file blob store params

func (*UpdateFileBlobStoreParams) SetTimeout

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

SetTimeout adds the timeout to the update file blob store params

func (*UpdateFileBlobStoreParams) WithBody

WithBody adds the body to the update file blob store params

func (*UpdateFileBlobStoreParams) WithContext

WithContext adds the context to the update file blob store params

func (*UpdateFileBlobStoreParams) WithDefaults

WithDefaults hydrates default values in the update file blob store params (not the query body).

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

func (*UpdateFileBlobStoreParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update file blob store params

func (*UpdateFileBlobStoreParams) WithName

WithName adds the name to the update file blob store params

func (*UpdateFileBlobStoreParams) WithTimeout

WithTimeout adds the timeout to the update file blob store params

func (*UpdateFileBlobStoreParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateFileBlobStoreReader

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

UpdateFileBlobStoreReader is a Reader for the UpdateFileBlobStore structure.

func (*UpdateFileBlobStoreReader) ReadResponse

func (o *UpdateFileBlobStoreReader) 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