Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateBlobStore(params *CreateBlobStoreParams, opts ...ClientOption) (*CreateBlobStoreCreated, error)
- func (a *Client) CreateBlobStore1(params *CreateBlobStore1Params, opts ...ClientOption) (*CreateBlobStore1Created, error)
- func (a *Client) CreateFileBlobStore(params *CreateFileBlobStoreParams, opts ...ClientOption) (*CreateFileBlobStoreNoContent, error)
- func (a *Client) DeleteBlobStore(params *DeleteBlobStoreParams, opts ...ClientOption) error
- func (a *Client) GetBlobStore(params *GetBlobStoreParams, opts ...ClientOption) (*GetBlobStoreOK, error)
- func (a *Client) GetBlobStore1(params *GetBlobStore1Params, opts ...ClientOption) (*GetBlobStore1OK, error)
- func (a *Client) GetFileBlobStoreConfiguration(params *GetFileBlobStoreConfigurationParams, opts ...ClientOption) (*GetFileBlobStoreConfigurationOK, error)
- func (a *Client) ListBlobStores(params *ListBlobStoresParams, opts ...ClientOption) (*ListBlobStoresOK, error)
- func (a *Client) QuotaStatus(params *QuotaStatusParams, opts ...ClientOption) (*QuotaStatusOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateBlobStore(params *UpdateBlobStoreParams, opts ...ClientOption) (*UpdateBlobStoreNoContent, error)
- func (a *Client) UpdateBlobStore1(params *UpdateBlobStore1Params, opts ...ClientOption) (*UpdateBlobStore1NoContent, error)
- func (a *Client) UpdateFileBlobStore(params *UpdateFileBlobStoreParams, opts ...ClientOption) (*UpdateFileBlobStoreNoContent, error)
- type ClientOption
- type ClientService
- type CreateBlobStore1Created
- func (o *CreateBlobStore1Created) Code() int
- func (o *CreateBlobStore1Created) Error() string
- func (o *CreateBlobStore1Created) IsClientError() bool
- func (o *CreateBlobStore1Created) IsCode(code int) bool
- func (o *CreateBlobStore1Created) IsRedirect() bool
- func (o *CreateBlobStore1Created) IsServerError() bool
- func (o *CreateBlobStore1Created) IsSuccess() bool
- func (o *CreateBlobStore1Created) String() string
- type CreateBlobStore1Forbidden
- func (o *CreateBlobStore1Forbidden) Code() int
- func (o *CreateBlobStore1Forbidden) Error() string
- func (o *CreateBlobStore1Forbidden) IsClientError() bool
- func (o *CreateBlobStore1Forbidden) IsCode(code int) bool
- func (o *CreateBlobStore1Forbidden) IsRedirect() bool
- func (o *CreateBlobStore1Forbidden) IsServerError() bool
- func (o *CreateBlobStore1Forbidden) IsSuccess() bool
- func (o *CreateBlobStore1Forbidden) String() string
- type CreateBlobStore1Params
- func NewCreateBlobStore1Params() *CreateBlobStore1Params
- func NewCreateBlobStore1ParamsWithContext(ctx context.Context) *CreateBlobStore1Params
- func NewCreateBlobStore1ParamsWithHTTPClient(client *http.Client) *CreateBlobStore1Params
- func NewCreateBlobStore1ParamsWithTimeout(timeout time.Duration) *CreateBlobStore1Params
- func (o *CreateBlobStore1Params) SetBody(body *models.AzureBlobStoreAPIModel)
- func (o *CreateBlobStore1Params) SetContext(ctx context.Context)
- func (o *CreateBlobStore1Params) SetDefaults()
- func (o *CreateBlobStore1Params) SetHTTPClient(client *http.Client)
- func (o *CreateBlobStore1Params) SetTimeout(timeout time.Duration)
- func (o *CreateBlobStore1Params) WithBody(body *models.AzureBlobStoreAPIModel) *CreateBlobStore1Params
- func (o *CreateBlobStore1Params) WithContext(ctx context.Context) *CreateBlobStore1Params
- func (o *CreateBlobStore1Params) WithDefaults() *CreateBlobStore1Params
- func (o *CreateBlobStore1Params) WithHTTPClient(client *http.Client) *CreateBlobStore1Params
- func (o *CreateBlobStore1Params) WithTimeout(timeout time.Duration) *CreateBlobStore1Params
- func (o *CreateBlobStore1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateBlobStore1Reader
- type CreateBlobStore1Unauthorized
- func (o *CreateBlobStore1Unauthorized) Code() int
- func (o *CreateBlobStore1Unauthorized) Error() string
- func (o *CreateBlobStore1Unauthorized) IsClientError() bool
- func (o *CreateBlobStore1Unauthorized) IsCode(code int) bool
- func (o *CreateBlobStore1Unauthorized) IsRedirect() bool
- func (o *CreateBlobStore1Unauthorized) IsServerError() bool
- func (o *CreateBlobStore1Unauthorized) IsSuccess() bool
- func (o *CreateBlobStore1Unauthorized) String() string
- type CreateBlobStoreCreated
- func (o *CreateBlobStoreCreated) Code() int
- func (o *CreateBlobStoreCreated) Error() string
- func (o *CreateBlobStoreCreated) IsClientError() bool
- func (o *CreateBlobStoreCreated) IsCode(code int) bool
- func (o *CreateBlobStoreCreated) IsRedirect() bool
- func (o *CreateBlobStoreCreated) IsServerError() bool
- func (o *CreateBlobStoreCreated) IsSuccess() bool
- func (o *CreateBlobStoreCreated) String() string
- type CreateBlobStoreForbidden
- func (o *CreateBlobStoreForbidden) Code() int
- func (o *CreateBlobStoreForbidden) Error() string
- func (o *CreateBlobStoreForbidden) IsClientError() bool
- func (o *CreateBlobStoreForbidden) IsCode(code int) bool
- func (o *CreateBlobStoreForbidden) IsRedirect() bool
- func (o *CreateBlobStoreForbidden) IsServerError() bool
- func (o *CreateBlobStoreForbidden) IsSuccess() bool
- func (o *CreateBlobStoreForbidden) String() string
- type CreateBlobStoreParams
- func NewCreateBlobStoreParams() *CreateBlobStoreParams
- func NewCreateBlobStoreParamsWithContext(ctx context.Context) *CreateBlobStoreParams
- func NewCreateBlobStoreParamsWithHTTPClient(client *http.Client) *CreateBlobStoreParams
- func NewCreateBlobStoreParamsWithTimeout(timeout time.Duration) *CreateBlobStoreParams
- func (o *CreateBlobStoreParams) SetBody(body *models.S3BlobStoreAPIModel)
- func (o *CreateBlobStoreParams) SetContext(ctx context.Context)
- func (o *CreateBlobStoreParams) SetDefaults()
- func (o *CreateBlobStoreParams) SetHTTPClient(client *http.Client)
- func (o *CreateBlobStoreParams) SetTimeout(timeout time.Duration)
- func (o *CreateBlobStoreParams) WithBody(body *models.S3BlobStoreAPIModel) *CreateBlobStoreParams
- func (o *CreateBlobStoreParams) WithContext(ctx context.Context) *CreateBlobStoreParams
- func (o *CreateBlobStoreParams) WithDefaults() *CreateBlobStoreParams
- func (o *CreateBlobStoreParams) WithHTTPClient(client *http.Client) *CreateBlobStoreParams
- func (o *CreateBlobStoreParams) WithTimeout(timeout time.Duration) *CreateBlobStoreParams
- func (o *CreateBlobStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateBlobStoreReader
- type CreateBlobStoreUnauthorized
- func (o *CreateBlobStoreUnauthorized) Code() int
- func (o *CreateBlobStoreUnauthorized) Error() string
- func (o *CreateBlobStoreUnauthorized) IsClientError() bool
- func (o *CreateBlobStoreUnauthorized) IsCode(code int) bool
- func (o *CreateBlobStoreUnauthorized) IsRedirect() bool
- func (o *CreateBlobStoreUnauthorized) IsServerError() bool
- func (o *CreateBlobStoreUnauthorized) IsSuccess() bool
- func (o *CreateBlobStoreUnauthorized) String() string
- type CreateFileBlobStoreForbidden
- func (o *CreateFileBlobStoreForbidden) Code() int
- func (o *CreateFileBlobStoreForbidden) Error() string
- func (o *CreateFileBlobStoreForbidden) IsClientError() bool
- func (o *CreateFileBlobStoreForbidden) IsCode(code int) bool
- func (o *CreateFileBlobStoreForbidden) IsRedirect() bool
- func (o *CreateFileBlobStoreForbidden) IsServerError() bool
- func (o *CreateFileBlobStoreForbidden) IsSuccess() bool
- func (o *CreateFileBlobStoreForbidden) String() string
- type CreateFileBlobStoreNoContent
- func (o *CreateFileBlobStoreNoContent) Code() int
- func (o *CreateFileBlobStoreNoContent) Error() string
- func (o *CreateFileBlobStoreNoContent) IsClientError() bool
- func (o *CreateFileBlobStoreNoContent) IsCode(code int) bool
- func (o *CreateFileBlobStoreNoContent) IsRedirect() bool
- func (o *CreateFileBlobStoreNoContent) IsServerError() bool
- func (o *CreateFileBlobStoreNoContent) IsSuccess() bool
- func (o *CreateFileBlobStoreNoContent) String() string
- type CreateFileBlobStoreParams
- func NewCreateFileBlobStoreParams() *CreateFileBlobStoreParams
- func NewCreateFileBlobStoreParamsWithContext(ctx context.Context) *CreateFileBlobStoreParams
- func NewCreateFileBlobStoreParamsWithHTTPClient(client *http.Client) *CreateFileBlobStoreParams
- func NewCreateFileBlobStoreParamsWithTimeout(timeout time.Duration) *CreateFileBlobStoreParams
- func (o *CreateFileBlobStoreParams) SetBody(body *models.FileBlobStoreAPICreateRequest)
- func (o *CreateFileBlobStoreParams) SetContext(ctx context.Context)
- func (o *CreateFileBlobStoreParams) SetDefaults()
- func (o *CreateFileBlobStoreParams) SetHTTPClient(client *http.Client)
- func (o *CreateFileBlobStoreParams) SetTimeout(timeout time.Duration)
- func (o *CreateFileBlobStoreParams) WithBody(body *models.FileBlobStoreAPICreateRequest) *CreateFileBlobStoreParams
- func (o *CreateFileBlobStoreParams) WithContext(ctx context.Context) *CreateFileBlobStoreParams
- func (o *CreateFileBlobStoreParams) WithDefaults() *CreateFileBlobStoreParams
- func (o *CreateFileBlobStoreParams) WithHTTPClient(client *http.Client) *CreateFileBlobStoreParams
- func (o *CreateFileBlobStoreParams) WithTimeout(timeout time.Duration) *CreateFileBlobStoreParams
- func (o *CreateFileBlobStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateFileBlobStoreReader
- type DeleteBlobStoreDefault
- func (o *DeleteBlobStoreDefault) Code() int
- func (o *DeleteBlobStoreDefault) Error() string
- func (o *DeleteBlobStoreDefault) IsClientError() bool
- func (o *DeleteBlobStoreDefault) IsCode(code int) bool
- func (o *DeleteBlobStoreDefault) IsRedirect() bool
- func (o *DeleteBlobStoreDefault) IsServerError() bool
- func (o *DeleteBlobStoreDefault) IsSuccess() bool
- func (o *DeleteBlobStoreDefault) String() string
- type DeleteBlobStoreParams
- func NewDeleteBlobStoreParams() *DeleteBlobStoreParams
- func NewDeleteBlobStoreParamsWithContext(ctx context.Context) *DeleteBlobStoreParams
- func NewDeleteBlobStoreParamsWithHTTPClient(client *http.Client) *DeleteBlobStoreParams
- func NewDeleteBlobStoreParamsWithTimeout(timeout time.Duration) *DeleteBlobStoreParams
- func (o *DeleteBlobStoreParams) SetContext(ctx context.Context)
- func (o *DeleteBlobStoreParams) SetDefaults()
- func (o *DeleteBlobStoreParams) SetHTTPClient(client *http.Client)
- func (o *DeleteBlobStoreParams) SetName(name string)
- func (o *DeleteBlobStoreParams) SetTimeout(timeout time.Duration)
- func (o *DeleteBlobStoreParams) WithContext(ctx context.Context) *DeleteBlobStoreParams
- func (o *DeleteBlobStoreParams) WithDefaults() *DeleteBlobStoreParams
- func (o *DeleteBlobStoreParams) WithHTTPClient(client *http.Client) *DeleteBlobStoreParams
- func (o *DeleteBlobStoreParams) WithName(name string) *DeleteBlobStoreParams
- func (o *DeleteBlobStoreParams) WithTimeout(timeout time.Duration) *DeleteBlobStoreParams
- func (o *DeleteBlobStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteBlobStoreReader
- type GetBlobStore1BadRequest
- func (o *GetBlobStore1BadRequest) Code() int
- func (o *GetBlobStore1BadRequest) Error() string
- func (o *GetBlobStore1BadRequest) IsClientError() bool
- func (o *GetBlobStore1BadRequest) IsCode(code int) bool
- func (o *GetBlobStore1BadRequest) IsRedirect() bool
- func (o *GetBlobStore1BadRequest) IsServerError() bool
- func (o *GetBlobStore1BadRequest) IsSuccess() bool
- func (o *GetBlobStore1BadRequest) String() string
- type GetBlobStore1Forbidden
- func (o *GetBlobStore1Forbidden) Code() int
- func (o *GetBlobStore1Forbidden) Error() string
- func (o *GetBlobStore1Forbidden) IsClientError() bool
- func (o *GetBlobStore1Forbidden) IsCode(code int) bool
- func (o *GetBlobStore1Forbidden) IsRedirect() bool
- func (o *GetBlobStore1Forbidden) IsServerError() bool
- func (o *GetBlobStore1Forbidden) IsSuccess() bool
- func (o *GetBlobStore1Forbidden) String() string
- type GetBlobStore1OK
- func (o *GetBlobStore1OK) Code() int
- func (o *GetBlobStore1OK) Error() string
- func (o *GetBlobStore1OK) GetPayload() *models.AzureBlobStoreAPIModel
- func (o *GetBlobStore1OK) IsClientError() bool
- func (o *GetBlobStore1OK) IsCode(code int) bool
- func (o *GetBlobStore1OK) IsRedirect() bool
- func (o *GetBlobStore1OK) IsServerError() bool
- func (o *GetBlobStore1OK) IsSuccess() bool
- func (o *GetBlobStore1OK) String() string
- type GetBlobStore1Params
- func (o *GetBlobStore1Params) SetContext(ctx context.Context)
- func (o *GetBlobStore1Params) SetDefaults()
- func (o *GetBlobStore1Params) SetHTTPClient(client *http.Client)
- func (o *GetBlobStore1Params) SetName(name string)
- func (o *GetBlobStore1Params) SetTimeout(timeout time.Duration)
- func (o *GetBlobStore1Params) WithContext(ctx context.Context) *GetBlobStore1Params
- func (o *GetBlobStore1Params) WithDefaults() *GetBlobStore1Params
- func (o *GetBlobStore1Params) WithHTTPClient(client *http.Client) *GetBlobStore1Params
- func (o *GetBlobStore1Params) WithName(name string) *GetBlobStore1Params
- func (o *GetBlobStore1Params) WithTimeout(timeout time.Duration) *GetBlobStore1Params
- func (o *GetBlobStore1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBlobStore1Reader
- type GetBlobStore1Unauthorized
- func (o *GetBlobStore1Unauthorized) Code() int
- func (o *GetBlobStore1Unauthorized) Error() string
- func (o *GetBlobStore1Unauthorized) IsClientError() bool
- func (o *GetBlobStore1Unauthorized) IsCode(code int) bool
- func (o *GetBlobStore1Unauthorized) IsRedirect() bool
- func (o *GetBlobStore1Unauthorized) IsServerError() bool
- func (o *GetBlobStore1Unauthorized) IsSuccess() bool
- func (o *GetBlobStore1Unauthorized) String() string
- type GetBlobStoreBadRequest
- func (o *GetBlobStoreBadRequest) Code() int
- func (o *GetBlobStoreBadRequest) Error() string
- func (o *GetBlobStoreBadRequest) IsClientError() bool
- func (o *GetBlobStoreBadRequest) IsCode(code int) bool
- func (o *GetBlobStoreBadRequest) IsRedirect() bool
- func (o *GetBlobStoreBadRequest) IsServerError() bool
- func (o *GetBlobStoreBadRequest) IsSuccess() bool
- func (o *GetBlobStoreBadRequest) String() string
- type GetBlobStoreForbidden
- func (o *GetBlobStoreForbidden) Code() int
- func (o *GetBlobStoreForbidden) Error() string
- func (o *GetBlobStoreForbidden) IsClientError() bool
- func (o *GetBlobStoreForbidden) IsCode(code int) bool
- func (o *GetBlobStoreForbidden) IsRedirect() bool
- func (o *GetBlobStoreForbidden) IsServerError() bool
- func (o *GetBlobStoreForbidden) IsSuccess() bool
- func (o *GetBlobStoreForbidden) String() string
- type GetBlobStoreOK
- func (o *GetBlobStoreOK) Code() int
- func (o *GetBlobStoreOK) Error() string
- func (o *GetBlobStoreOK) GetPayload() *models.S3BlobStoreAPIModel
- func (o *GetBlobStoreOK) IsClientError() bool
- func (o *GetBlobStoreOK) IsCode(code int) bool
- func (o *GetBlobStoreOK) IsRedirect() bool
- func (o *GetBlobStoreOK) IsServerError() bool
- func (o *GetBlobStoreOK) IsSuccess() bool
- func (o *GetBlobStoreOK) String() string
- type GetBlobStoreParams
- func (o *GetBlobStoreParams) SetContext(ctx context.Context)
- func (o *GetBlobStoreParams) SetDefaults()
- func (o *GetBlobStoreParams) SetHTTPClient(client *http.Client)
- func (o *GetBlobStoreParams) SetName(name string)
- func (o *GetBlobStoreParams) SetTimeout(timeout time.Duration)
- func (o *GetBlobStoreParams) WithContext(ctx context.Context) *GetBlobStoreParams
- func (o *GetBlobStoreParams) WithDefaults() *GetBlobStoreParams
- func (o *GetBlobStoreParams) WithHTTPClient(client *http.Client) *GetBlobStoreParams
- func (o *GetBlobStoreParams) WithName(name string) *GetBlobStoreParams
- func (o *GetBlobStoreParams) WithTimeout(timeout time.Duration) *GetBlobStoreParams
- func (o *GetBlobStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetBlobStoreReader
- type GetBlobStoreUnauthorized
- func (o *GetBlobStoreUnauthorized) Code() int
- func (o *GetBlobStoreUnauthorized) Error() string
- func (o *GetBlobStoreUnauthorized) IsClientError() bool
- func (o *GetBlobStoreUnauthorized) IsCode(code int) bool
- func (o *GetBlobStoreUnauthorized) IsRedirect() bool
- func (o *GetBlobStoreUnauthorized) IsServerError() bool
- func (o *GetBlobStoreUnauthorized) IsSuccess() bool
- func (o *GetBlobStoreUnauthorized) String() string
- type GetFileBlobStoreConfigurationForbidden
- func (o *GetFileBlobStoreConfigurationForbidden) Code() int
- func (o *GetFileBlobStoreConfigurationForbidden) Error() string
- func (o *GetFileBlobStoreConfigurationForbidden) IsClientError() bool
- func (o *GetFileBlobStoreConfigurationForbidden) IsCode(code int) bool
- func (o *GetFileBlobStoreConfigurationForbidden) IsRedirect() bool
- func (o *GetFileBlobStoreConfigurationForbidden) IsServerError() bool
- func (o *GetFileBlobStoreConfigurationForbidden) IsSuccess() bool
- func (o *GetFileBlobStoreConfigurationForbidden) String() string
- type GetFileBlobStoreConfigurationNotFound
- func (o *GetFileBlobStoreConfigurationNotFound) Code() int
- func (o *GetFileBlobStoreConfigurationNotFound) Error() string
- func (o *GetFileBlobStoreConfigurationNotFound) IsClientError() bool
- func (o *GetFileBlobStoreConfigurationNotFound) IsCode(code int) bool
- func (o *GetFileBlobStoreConfigurationNotFound) IsRedirect() bool
- func (o *GetFileBlobStoreConfigurationNotFound) IsServerError() bool
- func (o *GetFileBlobStoreConfigurationNotFound) IsSuccess() bool
- func (o *GetFileBlobStoreConfigurationNotFound) String() string
- type GetFileBlobStoreConfigurationOK
- func (o *GetFileBlobStoreConfigurationOK) Code() int
- func (o *GetFileBlobStoreConfigurationOK) Error() string
- func (o *GetFileBlobStoreConfigurationOK) GetPayload() *models.FileBlobStoreAPIModel
- func (o *GetFileBlobStoreConfigurationOK) IsClientError() bool
- func (o *GetFileBlobStoreConfigurationOK) IsCode(code int) bool
- func (o *GetFileBlobStoreConfigurationOK) IsRedirect() bool
- func (o *GetFileBlobStoreConfigurationOK) IsServerError() bool
- func (o *GetFileBlobStoreConfigurationOK) IsSuccess() bool
- func (o *GetFileBlobStoreConfigurationOK) String() string
- type GetFileBlobStoreConfigurationParams
- func NewGetFileBlobStoreConfigurationParams() *GetFileBlobStoreConfigurationParams
- func NewGetFileBlobStoreConfigurationParamsWithContext(ctx context.Context) *GetFileBlobStoreConfigurationParams
- func NewGetFileBlobStoreConfigurationParamsWithHTTPClient(client *http.Client) *GetFileBlobStoreConfigurationParams
- func NewGetFileBlobStoreConfigurationParamsWithTimeout(timeout time.Duration) *GetFileBlobStoreConfigurationParams
- func (o *GetFileBlobStoreConfigurationParams) SetContext(ctx context.Context)
- func (o *GetFileBlobStoreConfigurationParams) SetDefaults()
- func (o *GetFileBlobStoreConfigurationParams) SetHTTPClient(client *http.Client)
- func (o *GetFileBlobStoreConfigurationParams) SetName(name string)
- func (o *GetFileBlobStoreConfigurationParams) SetTimeout(timeout time.Duration)
- func (o *GetFileBlobStoreConfigurationParams) WithContext(ctx context.Context) *GetFileBlobStoreConfigurationParams
- func (o *GetFileBlobStoreConfigurationParams) WithDefaults() *GetFileBlobStoreConfigurationParams
- func (o *GetFileBlobStoreConfigurationParams) WithHTTPClient(client *http.Client) *GetFileBlobStoreConfigurationParams
- func (o *GetFileBlobStoreConfigurationParams) WithName(name string) *GetFileBlobStoreConfigurationParams
- func (o *GetFileBlobStoreConfigurationParams) WithTimeout(timeout time.Duration) *GetFileBlobStoreConfigurationParams
- func (o *GetFileBlobStoreConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetFileBlobStoreConfigurationReader
- type ListBlobStoresOK
- func (o *ListBlobStoresOK) Code() int
- func (o *ListBlobStoresOK) Error() string
- func (o *ListBlobStoresOK) GetPayload() []*models.GenericBlobStoreAPIResponse
- func (o *ListBlobStoresOK) IsClientError() bool
- func (o *ListBlobStoresOK) IsCode(code int) bool
- func (o *ListBlobStoresOK) IsRedirect() bool
- func (o *ListBlobStoresOK) IsServerError() bool
- func (o *ListBlobStoresOK) IsSuccess() bool
- func (o *ListBlobStoresOK) String() string
- type ListBlobStoresParams
- func NewListBlobStoresParams() *ListBlobStoresParams
- func NewListBlobStoresParamsWithContext(ctx context.Context) *ListBlobStoresParams
- func NewListBlobStoresParamsWithHTTPClient(client *http.Client) *ListBlobStoresParams
- func NewListBlobStoresParamsWithTimeout(timeout time.Duration) *ListBlobStoresParams
- func (o *ListBlobStoresParams) SetContext(ctx context.Context)
- func (o *ListBlobStoresParams) SetDefaults()
- func (o *ListBlobStoresParams) SetHTTPClient(client *http.Client)
- func (o *ListBlobStoresParams) SetTimeout(timeout time.Duration)
- func (o *ListBlobStoresParams) WithContext(ctx context.Context) *ListBlobStoresParams
- func (o *ListBlobStoresParams) WithDefaults() *ListBlobStoresParams
- func (o *ListBlobStoresParams) WithHTTPClient(client *http.Client) *ListBlobStoresParams
- func (o *ListBlobStoresParams) WithTimeout(timeout time.Duration) *ListBlobStoresParams
- func (o *ListBlobStoresParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListBlobStoresReader
- type QuotaStatusOK
- func (o *QuotaStatusOK) Code() int
- func (o *QuotaStatusOK) Error() string
- func (o *QuotaStatusOK) GetPayload() *models.BlobStoreQuotaResultXO
- func (o *QuotaStatusOK) IsClientError() bool
- func (o *QuotaStatusOK) IsCode(code int) bool
- func (o *QuotaStatusOK) IsRedirect() bool
- func (o *QuotaStatusOK) IsServerError() bool
- func (o *QuotaStatusOK) IsSuccess() bool
- func (o *QuotaStatusOK) String() string
- type QuotaStatusParams
- func (o *QuotaStatusParams) SetContext(ctx context.Context)
- func (o *QuotaStatusParams) SetDefaults()
- func (o *QuotaStatusParams) SetHTTPClient(client *http.Client)
- func (o *QuotaStatusParams) SetName(name string)
- func (o *QuotaStatusParams) SetTimeout(timeout time.Duration)
- func (o *QuotaStatusParams) WithContext(ctx context.Context) *QuotaStatusParams
- func (o *QuotaStatusParams) WithDefaults() *QuotaStatusParams
- func (o *QuotaStatusParams) WithHTTPClient(client *http.Client) *QuotaStatusParams
- func (o *QuotaStatusParams) WithName(name string) *QuotaStatusParams
- func (o *QuotaStatusParams) WithTimeout(timeout time.Duration) *QuotaStatusParams
- func (o *QuotaStatusParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type QuotaStatusReader
- type UpdateBlobStore1BadRequest
- func (o *UpdateBlobStore1BadRequest) Code() int
- func (o *UpdateBlobStore1BadRequest) Error() string
- func (o *UpdateBlobStore1BadRequest) IsClientError() bool
- func (o *UpdateBlobStore1BadRequest) IsCode(code int) bool
- func (o *UpdateBlobStore1BadRequest) IsRedirect() bool
- func (o *UpdateBlobStore1BadRequest) IsServerError() bool
- func (o *UpdateBlobStore1BadRequest) IsSuccess() bool
- func (o *UpdateBlobStore1BadRequest) String() string
- type UpdateBlobStore1Forbidden
- func (o *UpdateBlobStore1Forbidden) Code() int
- func (o *UpdateBlobStore1Forbidden) Error() string
- func (o *UpdateBlobStore1Forbidden) IsClientError() bool
- func (o *UpdateBlobStore1Forbidden) IsCode(code int) bool
- func (o *UpdateBlobStore1Forbidden) IsRedirect() bool
- func (o *UpdateBlobStore1Forbidden) IsServerError() bool
- func (o *UpdateBlobStore1Forbidden) IsSuccess() bool
- func (o *UpdateBlobStore1Forbidden) String() string
- type UpdateBlobStore1NoContent
- func (o *UpdateBlobStore1NoContent) Code() int
- func (o *UpdateBlobStore1NoContent) Error() string
- func (o *UpdateBlobStore1NoContent) IsClientError() bool
- func (o *UpdateBlobStore1NoContent) IsCode(code int) bool
- func (o *UpdateBlobStore1NoContent) IsRedirect() bool
- func (o *UpdateBlobStore1NoContent) IsServerError() bool
- func (o *UpdateBlobStore1NoContent) IsSuccess() bool
- func (o *UpdateBlobStore1NoContent) String() string
- type UpdateBlobStore1Params
- func NewUpdateBlobStore1Params() *UpdateBlobStore1Params
- func NewUpdateBlobStore1ParamsWithContext(ctx context.Context) *UpdateBlobStore1Params
- func NewUpdateBlobStore1ParamsWithHTTPClient(client *http.Client) *UpdateBlobStore1Params
- func NewUpdateBlobStore1ParamsWithTimeout(timeout time.Duration) *UpdateBlobStore1Params
- func (o *UpdateBlobStore1Params) SetBody(body *models.AzureBlobStoreAPIModel)
- func (o *UpdateBlobStore1Params) SetContext(ctx context.Context)
- func (o *UpdateBlobStore1Params) SetDefaults()
- func (o *UpdateBlobStore1Params) SetHTTPClient(client *http.Client)
- func (o *UpdateBlobStore1Params) SetName(name string)
- func (o *UpdateBlobStore1Params) SetTimeout(timeout time.Duration)
- func (o *UpdateBlobStore1Params) WithBody(body *models.AzureBlobStoreAPIModel) *UpdateBlobStore1Params
- func (o *UpdateBlobStore1Params) WithContext(ctx context.Context) *UpdateBlobStore1Params
- func (o *UpdateBlobStore1Params) WithDefaults() *UpdateBlobStore1Params
- func (o *UpdateBlobStore1Params) WithHTTPClient(client *http.Client) *UpdateBlobStore1Params
- func (o *UpdateBlobStore1Params) WithName(name string) *UpdateBlobStore1Params
- func (o *UpdateBlobStore1Params) WithTimeout(timeout time.Duration) *UpdateBlobStore1Params
- func (o *UpdateBlobStore1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateBlobStore1Reader
- type UpdateBlobStore1Unauthorized
- func (o *UpdateBlobStore1Unauthorized) Code() int
- func (o *UpdateBlobStore1Unauthorized) Error() string
- func (o *UpdateBlobStore1Unauthorized) IsClientError() bool
- func (o *UpdateBlobStore1Unauthorized) IsCode(code int) bool
- func (o *UpdateBlobStore1Unauthorized) IsRedirect() bool
- func (o *UpdateBlobStore1Unauthorized) IsServerError() bool
- func (o *UpdateBlobStore1Unauthorized) IsSuccess() bool
- func (o *UpdateBlobStore1Unauthorized) String() string
- type UpdateBlobStoreBadRequest
- func (o *UpdateBlobStoreBadRequest) Code() int
- func (o *UpdateBlobStoreBadRequest) Error() string
- func (o *UpdateBlobStoreBadRequest) IsClientError() bool
- func (o *UpdateBlobStoreBadRequest) IsCode(code int) bool
- func (o *UpdateBlobStoreBadRequest) IsRedirect() bool
- func (o *UpdateBlobStoreBadRequest) IsServerError() bool
- func (o *UpdateBlobStoreBadRequest) IsSuccess() bool
- func (o *UpdateBlobStoreBadRequest) String() string
- type UpdateBlobStoreForbidden
- func (o *UpdateBlobStoreForbidden) Code() int
- func (o *UpdateBlobStoreForbidden) Error() string
- func (o *UpdateBlobStoreForbidden) IsClientError() bool
- func (o *UpdateBlobStoreForbidden) IsCode(code int) bool
- func (o *UpdateBlobStoreForbidden) IsRedirect() bool
- func (o *UpdateBlobStoreForbidden) IsServerError() bool
- func (o *UpdateBlobStoreForbidden) IsSuccess() bool
- func (o *UpdateBlobStoreForbidden) String() string
- type UpdateBlobStoreNoContent
- func (o *UpdateBlobStoreNoContent) Code() int
- func (o *UpdateBlobStoreNoContent) Error() string
- func (o *UpdateBlobStoreNoContent) IsClientError() bool
- func (o *UpdateBlobStoreNoContent) IsCode(code int) bool
- func (o *UpdateBlobStoreNoContent) IsRedirect() bool
- func (o *UpdateBlobStoreNoContent) IsServerError() bool
- func (o *UpdateBlobStoreNoContent) IsSuccess() bool
- func (o *UpdateBlobStoreNoContent) String() string
- type UpdateBlobStoreParams
- func NewUpdateBlobStoreParams() *UpdateBlobStoreParams
- func NewUpdateBlobStoreParamsWithContext(ctx context.Context) *UpdateBlobStoreParams
- func NewUpdateBlobStoreParamsWithHTTPClient(client *http.Client) *UpdateBlobStoreParams
- func NewUpdateBlobStoreParamsWithTimeout(timeout time.Duration) *UpdateBlobStoreParams
- func (o *UpdateBlobStoreParams) SetBody(body *models.S3BlobStoreAPIModel)
- func (o *UpdateBlobStoreParams) SetContext(ctx context.Context)
- func (o *UpdateBlobStoreParams) SetDefaults()
- func (o *UpdateBlobStoreParams) SetHTTPClient(client *http.Client)
- func (o *UpdateBlobStoreParams) SetName(name string)
- func (o *UpdateBlobStoreParams) SetTimeout(timeout time.Duration)
- func (o *UpdateBlobStoreParams) WithBody(body *models.S3BlobStoreAPIModel) *UpdateBlobStoreParams
- func (o *UpdateBlobStoreParams) WithContext(ctx context.Context) *UpdateBlobStoreParams
- func (o *UpdateBlobStoreParams) WithDefaults() *UpdateBlobStoreParams
- func (o *UpdateBlobStoreParams) WithHTTPClient(client *http.Client) *UpdateBlobStoreParams
- func (o *UpdateBlobStoreParams) WithName(name string) *UpdateBlobStoreParams
- func (o *UpdateBlobStoreParams) WithTimeout(timeout time.Duration) *UpdateBlobStoreParams
- func (o *UpdateBlobStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateBlobStoreReader
- type UpdateBlobStoreUnauthorized
- func (o *UpdateBlobStoreUnauthorized) Code() int
- func (o *UpdateBlobStoreUnauthorized) Error() string
- func (o *UpdateBlobStoreUnauthorized) IsClientError() bool
- func (o *UpdateBlobStoreUnauthorized) IsCode(code int) bool
- func (o *UpdateBlobStoreUnauthorized) IsRedirect() bool
- func (o *UpdateBlobStoreUnauthorized) IsServerError() bool
- func (o *UpdateBlobStoreUnauthorized) IsSuccess() bool
- func (o *UpdateBlobStoreUnauthorized) String() string
- type UpdateFileBlobStoreForbidden
- func (o *UpdateFileBlobStoreForbidden) Code() int
- func (o *UpdateFileBlobStoreForbidden) Error() string
- func (o *UpdateFileBlobStoreForbidden) IsClientError() bool
- func (o *UpdateFileBlobStoreForbidden) IsCode(code int) bool
- func (o *UpdateFileBlobStoreForbidden) IsRedirect() bool
- func (o *UpdateFileBlobStoreForbidden) IsServerError() bool
- func (o *UpdateFileBlobStoreForbidden) IsSuccess() bool
- func (o *UpdateFileBlobStoreForbidden) String() string
- type UpdateFileBlobStoreNoContent
- func (o *UpdateFileBlobStoreNoContent) Code() int
- func (o *UpdateFileBlobStoreNoContent) Error() string
- func (o *UpdateFileBlobStoreNoContent) IsClientError() bool
- func (o *UpdateFileBlobStoreNoContent) IsCode(code int) bool
- func (o *UpdateFileBlobStoreNoContent) IsRedirect() bool
- func (o *UpdateFileBlobStoreNoContent) IsServerError() bool
- func (o *UpdateFileBlobStoreNoContent) IsSuccess() bool
- func (o *UpdateFileBlobStoreNoContent) String() string
- type UpdateFileBlobStoreNotFound
- func (o *UpdateFileBlobStoreNotFound) Code() int
- func (o *UpdateFileBlobStoreNotFound) Error() string
- func (o *UpdateFileBlobStoreNotFound) IsClientError() bool
- func (o *UpdateFileBlobStoreNotFound) IsCode(code int) bool
- func (o *UpdateFileBlobStoreNotFound) IsRedirect() bool
- func (o *UpdateFileBlobStoreNotFound) IsServerError() bool
- func (o *UpdateFileBlobStoreNotFound) IsSuccess() bool
- func (o *UpdateFileBlobStoreNotFound) String() string
- type UpdateFileBlobStoreParams
- func NewUpdateFileBlobStoreParams() *UpdateFileBlobStoreParams
- func NewUpdateFileBlobStoreParamsWithContext(ctx context.Context) *UpdateFileBlobStoreParams
- func NewUpdateFileBlobStoreParamsWithHTTPClient(client *http.Client) *UpdateFileBlobStoreParams
- func NewUpdateFileBlobStoreParamsWithTimeout(timeout time.Duration) *UpdateFileBlobStoreParams
- func (o *UpdateFileBlobStoreParams) SetBody(body *models.FileBlobStoreAPIUpdateRequest)
- func (o *UpdateFileBlobStoreParams) SetContext(ctx context.Context)
- func (o *UpdateFileBlobStoreParams) SetDefaults()
- func (o *UpdateFileBlobStoreParams) SetHTTPClient(client *http.Client)
- func (o *UpdateFileBlobStoreParams) SetName(name string)
- func (o *UpdateFileBlobStoreParams) SetTimeout(timeout time.Duration)
- func (o *UpdateFileBlobStoreParams) WithBody(body *models.FileBlobStoreAPIUpdateRequest) *UpdateFileBlobStoreParams
- func (o *UpdateFileBlobStoreParams) WithContext(ctx context.Context) *UpdateFileBlobStoreParams
- func (o *UpdateFileBlobStoreParams) WithDefaults() *UpdateFileBlobStoreParams
- func (o *UpdateFileBlobStoreParams) WithHTTPClient(client *http.Client) *UpdateFileBlobStoreParams
- func (o *UpdateFileBlobStoreParams) WithName(name string) *UpdateFileBlobStoreParams
- func (o *UpdateFileBlobStoreParams) WithTimeout(timeout time.Duration) *UpdateFileBlobStoreParams
- func (o *UpdateFileBlobStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateFileBlobStoreReader
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 ¶
func (o *CreateBlobStore1Params) SetBody(body *models.AzureBlobStoreAPIModel)
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 ¶
func (o *CreateBlobStore1Params) WithBody(body *models.AzureBlobStoreAPIModel) *CreateBlobStore1Params
WithBody adds the body to the create blob store 1 params
func (*CreateBlobStore1Params) WithContext ¶
func (o *CreateBlobStore1Params) WithContext(ctx context.Context) *CreateBlobStore1Params
WithContext adds the context to the create blob store 1 params
func (*CreateBlobStore1Params) WithDefaults ¶
func (o *CreateBlobStore1Params) WithDefaults() *CreateBlobStore1Params
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 ¶
func (o *CreateBlobStore1Params) WithTimeout(timeout time.Duration) *CreateBlobStore1Params
WithTimeout adds the timeout to the create blob store 1 params
func (*CreateBlobStore1Params) WriteToRequest ¶
func (o *CreateBlobStore1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *CreateBlobStore1Unauthorized) Code() int
Code gets the status code for the create blob store1 unauthorized response
func (*CreateBlobStore1Unauthorized) Error ¶
func (o *CreateBlobStore1Unauthorized) Error() string
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 ¶
func (o *CreateBlobStore1Unauthorized) String() 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 ¶
func (o *CreateBlobStoreParams) SetBody(body *models.S3BlobStoreAPIModel)
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 ¶
func (o *CreateBlobStoreParams) WithBody(body *models.S3BlobStoreAPIModel) *CreateBlobStoreParams
WithBody adds the body to the create blob store params
func (*CreateBlobStoreParams) WithContext ¶
func (o *CreateBlobStoreParams) WithContext(ctx context.Context) *CreateBlobStoreParams
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 (o *CreateBlobStoreUnauthorized) Error() string
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 ¶
func (o *CreateFileBlobStoreForbidden) Code() int
Code gets the status code for the create file blob store forbidden response
func (*CreateFileBlobStoreForbidden) Error ¶
func (o *CreateFileBlobStoreForbidden) Error() string
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 ¶
func (o *CreateFileBlobStoreForbidden) String() 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 ¶
func (o *CreateFileBlobStoreNoContent) Code() int
Code gets the status code for the create file blob store no content response
func (*CreateFileBlobStoreNoContent) Error ¶
func (o *CreateFileBlobStoreNoContent) Error() string
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 ¶
func (o *CreateFileBlobStoreNoContent) String() 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 ¶
func (o *CreateFileBlobStoreParams) SetBody(body *models.FileBlobStoreAPICreateRequest)
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 ¶
func (o *CreateFileBlobStoreParams) WithBody(body *models.FileBlobStoreAPICreateRequest) *CreateFileBlobStoreParams
WithBody adds the body to the create file blob store params
func (*CreateFileBlobStoreParams) WithContext ¶
func (o *CreateFileBlobStoreParams) WithContext(ctx context.Context) *CreateFileBlobStoreParams
WithContext adds the context to the create file blob store params
func (*CreateFileBlobStoreParams) WithDefaults ¶
func (o *CreateFileBlobStoreParams) WithDefaults() *CreateFileBlobStoreParams
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 ¶
func (o *CreateFileBlobStoreParams) WithTimeout(timeout time.Duration) *CreateFileBlobStoreParams
WithTimeout adds the timeout to the create file blob store params
func (*CreateFileBlobStoreParams) WriteToRequest ¶
func (o *CreateFileBlobStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *DeleteBlobStoreParams) WithContext(ctx context.Context) *DeleteBlobStoreParams
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 ¶
func (o *DeleteBlobStoreParams) WithName(name string) *DeleteBlobStoreParams
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 (o *GetBlobStore1OK) GetPayload() *models.AzureBlobStoreAPIModel
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 ¶
func (o *GetBlobStore1Params) WithContext(ctx context.Context) *GetBlobStore1Params
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 ¶
func (o *GetBlobStoreParams) WithContext(ctx context.Context) *GetBlobStoreParams
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 ¶
func (o *GetFileBlobStoreConfigurationForbidden) Code() int
Code gets the status code for the get file blob store configuration forbidden response
func (*GetFileBlobStoreConfigurationForbidden) Error ¶
func (o *GetFileBlobStoreConfigurationForbidden) Error() string
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 ¶
func (o *GetFileBlobStoreConfigurationForbidden) IsCode(code int) bool
IsCode returns true when this get file blob store configuration forbidden response a status code equal to that given
func (*GetFileBlobStoreConfigurationForbidden) IsRedirect ¶
func (o *GetFileBlobStoreConfigurationForbidden) IsRedirect() bool
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 ¶
func (o *GetFileBlobStoreConfigurationForbidden) IsSuccess() bool
IsSuccess returns true when this get file blob store configuration forbidden response has a 2xx status code
func (*GetFileBlobStoreConfigurationForbidden) String ¶
func (o *GetFileBlobStoreConfigurationForbidden) String() 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 ¶
func (o *GetFileBlobStoreConfigurationNotFound) Code() int
Code gets the status code for the get file blob store configuration not found response
func (*GetFileBlobStoreConfigurationNotFound) Error ¶
func (o *GetFileBlobStoreConfigurationNotFound) Error() string
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 ¶
func (o *GetFileBlobStoreConfigurationNotFound) IsCode(code int) bool
IsCode returns true when this get file blob store configuration not found response a status code equal to that given
func (*GetFileBlobStoreConfigurationNotFound) IsRedirect ¶
func (o *GetFileBlobStoreConfigurationNotFound) IsRedirect() bool
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 ¶
func (o *GetFileBlobStoreConfigurationNotFound) IsSuccess() bool
IsSuccess returns true when this get file blob store configuration not found response has a 2xx status code
func (*GetFileBlobStoreConfigurationNotFound) String ¶
func (o *GetFileBlobStoreConfigurationNotFound) String() 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 ¶
func (o *GetFileBlobStoreConfigurationOK) Code() int
Code gets the status code for the get file blob store configuration o k response
func (*GetFileBlobStoreConfigurationOK) Error ¶
func (o *GetFileBlobStoreConfigurationOK) Error() string
func (*GetFileBlobStoreConfigurationOK) GetPayload ¶
func (o *GetFileBlobStoreConfigurationOK) GetPayload() *models.FileBlobStoreAPIModel
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 ¶
func (o *GetFileBlobStoreConfigurationOK) String() 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 ¶
func (o *GetFileBlobStoreConfigurationParams) SetContext(ctx context.Context)
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 ¶
func (o *GetFileBlobStoreConfigurationParams) SetName(name string)
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 ¶
func (o *GetFileBlobStoreConfigurationParams) WithContext(ctx context.Context) *GetFileBlobStoreConfigurationParams
WithContext adds the context to the get file blob store configuration params
func (*GetFileBlobStoreConfigurationParams) WithDefaults ¶
func (o *GetFileBlobStoreConfigurationParams) WithDefaults() *GetFileBlobStoreConfigurationParams
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 ¶
func (o *GetFileBlobStoreConfigurationParams) WithHTTPClient(client *http.Client) *GetFileBlobStoreConfigurationParams
WithHTTPClient adds the HTTPClient to the get file blob store configuration params
func (*GetFileBlobStoreConfigurationParams) WithName ¶
func (o *GetFileBlobStoreConfigurationParams) WithName(name string) *GetFileBlobStoreConfigurationParams
WithName adds the name to the get file blob store configuration params
func (*GetFileBlobStoreConfigurationParams) WithTimeout ¶
func (o *GetFileBlobStoreConfigurationParams) WithTimeout(timeout time.Duration) *GetFileBlobStoreConfigurationParams
WithTimeout adds the timeout to the get file blob store configuration params
func (*GetFileBlobStoreConfigurationParams) WriteToRequest ¶
func (o *GetFileBlobStoreConfigurationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 (o *ListBlobStoresOK) GetPayload() []*models.GenericBlobStoreAPIResponse
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 ¶
func (o *ListBlobStoresParams) WithContext(ctx context.Context) *ListBlobStoresParams
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 (o *UpdateBlobStore1BadRequest) Error() string
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 ¶
func (o *UpdateBlobStore1Params) SetBody(body *models.AzureBlobStoreAPIModel)
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 ¶
func (o *UpdateBlobStore1Params) WithBody(body *models.AzureBlobStoreAPIModel) *UpdateBlobStore1Params
WithBody adds the body to the update blob store 1 params
func (*UpdateBlobStore1Params) WithContext ¶
func (o *UpdateBlobStore1Params) WithContext(ctx context.Context) *UpdateBlobStore1Params
WithContext adds the context to the update blob store 1 params
func (*UpdateBlobStore1Params) WithDefaults ¶
func (o *UpdateBlobStore1Params) WithDefaults() *UpdateBlobStore1Params
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 ¶
func (o *UpdateBlobStore1Params) WithName(name string) *UpdateBlobStore1Params
WithName adds the name to the update blob store 1 params
func (*UpdateBlobStore1Params) WithTimeout ¶
func (o *UpdateBlobStore1Params) WithTimeout(timeout time.Duration) *UpdateBlobStore1Params
WithTimeout adds the timeout to the update blob store 1 params
func (*UpdateBlobStore1Params) WriteToRequest ¶
func (o *UpdateBlobStore1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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 ¶
func (o *UpdateBlobStore1Unauthorized) Code() int
Code gets the status code for the update blob store1 unauthorized response
func (*UpdateBlobStore1Unauthorized) Error ¶
func (o *UpdateBlobStore1Unauthorized) Error() string
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 ¶
func (o *UpdateBlobStore1Unauthorized) String() 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 ¶
func (o *UpdateBlobStoreParams) SetBody(body *models.S3BlobStoreAPIModel)
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 ¶
func (o *UpdateBlobStoreParams) WithBody(body *models.S3BlobStoreAPIModel) *UpdateBlobStoreParams
WithBody adds the body to the update blob store params
func (*UpdateBlobStoreParams) WithContext ¶
func (o *UpdateBlobStoreParams) WithContext(ctx context.Context) *UpdateBlobStoreParams
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 ¶
func (o *UpdateBlobStoreParams) WithName(name string) *UpdateBlobStoreParams
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 (o *UpdateBlobStoreUnauthorized) Error() string
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 ¶
func (o *UpdateFileBlobStoreForbidden) Code() int
Code gets the status code for the update file blob store forbidden response
func (*UpdateFileBlobStoreForbidden) Error ¶
func (o *UpdateFileBlobStoreForbidden) Error() string
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 ¶
func (o *UpdateFileBlobStoreForbidden) String() 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 ¶
func (o *UpdateFileBlobStoreNoContent) Code() int
Code gets the status code for the update file blob store no content response
func (*UpdateFileBlobStoreNoContent) Error ¶
func (o *UpdateFileBlobStoreNoContent) Error() string
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 ¶
func (o *UpdateFileBlobStoreNoContent) String() 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 (o *UpdateFileBlobStoreNotFound) Error() string
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 ¶
func (o *UpdateFileBlobStoreParams) SetBody(body *models.FileBlobStoreAPIUpdateRequest)
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 ¶
func (o *UpdateFileBlobStoreParams) WithBody(body *models.FileBlobStoreAPIUpdateRequest) *UpdateFileBlobStoreParams
WithBody adds the body to the update file blob store params
func (*UpdateFileBlobStoreParams) WithContext ¶
func (o *UpdateFileBlobStoreParams) WithContext(ctx context.Context) *UpdateFileBlobStoreParams
WithContext adds the context to the update file blob store params
func (*UpdateFileBlobStoreParams) WithDefaults ¶
func (o *UpdateFileBlobStoreParams) WithDefaults() *UpdateFileBlobStoreParams
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 ¶
func (o *UpdateFileBlobStoreParams) WithName(name string) *UpdateFileBlobStoreParams
WithName adds the name to the update file blob store params
func (*UpdateFileBlobStoreParams) WithTimeout ¶
func (o *UpdateFileBlobStoreParams) WithTimeout(timeout time.Duration) *UpdateFileBlobStoreParams
WithTimeout adds the timeout to the update file blob store params
func (*UpdateFileBlobStoreParams) WriteToRequest ¶
func (o *UpdateFileBlobStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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.
Source Files ¶
- blob_store_client.go
- create_blob_store1_parameters.go
- create_blob_store1_responses.go
- create_blob_store_parameters.go
- create_blob_store_responses.go
- create_file_blob_store_parameters.go
- create_file_blob_store_responses.go
- delete_blob_store_parameters.go
- delete_blob_store_responses.go
- get_blob_store1_parameters.go
- get_blob_store1_responses.go
- get_blob_store_parameters.go
- get_blob_store_responses.go
- get_file_blob_store_configuration_parameters.go
- get_file_blob_store_configuration_responses.go
- list_blob_stores_parameters.go
- list_blob_stores_responses.go
- quota_status_parameters.go
- quota_status_responses.go
- update_blob_store1_parameters.go
- update_blob_store1_responses.go
- update_blob_store_parameters.go
- update_blob_store_responses.go
- update_file_blob_store_parameters.go
- update_file_blob_store_responses.go