storage

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for storage API

func (*Client) CreateRuntimeMap

func (a *Client) CreateRuntimeMap(params *CreateRuntimeMapParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRuntimeMapCreated, error)

CreateRuntimeMap creates a managed runtime map file with its entries

Creates a managed runtime map file with its entries.

func (*Client) CreateStorageSSLCertificate

CreateStorageSSLCertificate creates s s l certificate

Creates SSL certificate.

func (*Client) DeleteStorageMap

func (a *Client) DeleteStorageMap(params *DeleteStorageMapParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteStorageMapNoContent, error)

DeleteStorageMap deletes a managed map file from disk

Deletes a managed map file from disk.

func (*Client) DeleteStorageSSLCertificate

DeleteStorageSSLCertificate deletes s s l certificate from disk

Deletes SSL certificate from disk.

func (*Client) GetAllStorageMapFiles

func (a *Client) GetAllStorageMapFiles(params *GetAllStorageMapFilesParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllStorageMapFilesOK, error)

GetAllStorageMapFiles returns a list of all managed map files

Returns a list of all managed map files

func (*Client) GetAllStorageSSLCertificates

func (a *Client) GetAllStorageSSLCertificates(params *GetAllStorageSSLCertificatesParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllStorageSSLCertificatesOK, error)

GetAllStorageSSLCertificates returns all available s s l certificates on disk

Returns all available SSL certificates on disk.

func (*Client) GetOneStorageMap

func (a *Client) GetOneStorageMap(params *GetOneStorageMapParams, authInfo runtime.ClientAuthInfoWriter, writer io.Writer) (*GetOneStorageMapOK, error)

GetOneStorageMap returns the contents of one managed map file from disk

Returns the contents of one managed map file from disk

func (*Client) GetOneStorageSSLCertificate

func (a *Client) GetOneStorageSSLCertificate(params *GetOneStorageSSLCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*GetOneStorageSSLCertificateOK, error)

GetOneStorageSSLCertificate returns one s s l certificate from disk

Returns one SSL certificate from disk.

func (*Client) ReplaceStorageMapFile

ReplaceStorageMapFile replaces contents of a managed map file on disk

Replaces the contents of a managed map file on disk

func (*Client) ReplaceStorageSSLCertificate

ReplaceStorageSSLCertificate replaces s s l certificates on disk

Replaces SSL certificate on disk.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	CreateRuntimeMap(params *CreateRuntimeMapParams, authInfo runtime.ClientAuthInfoWriter) (*CreateRuntimeMapCreated, error)

	CreateStorageSSLCertificate(params *CreateStorageSSLCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*CreateStorageSSLCertificateCreated, error)

	DeleteStorageMap(params *DeleteStorageMapParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteStorageMapNoContent, error)

	DeleteStorageSSLCertificate(params *DeleteStorageSSLCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteStorageSSLCertificateNoContent, error)

	GetAllStorageMapFiles(params *GetAllStorageMapFilesParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllStorageMapFilesOK, error)

	GetAllStorageSSLCertificates(params *GetAllStorageSSLCertificatesParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllStorageSSLCertificatesOK, error)

	GetOneStorageMap(params *GetOneStorageMapParams, authInfo runtime.ClientAuthInfoWriter, writer io.Writer) (*GetOneStorageMapOK, error)

	GetOneStorageSSLCertificate(params *GetOneStorageSSLCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*GetOneStorageSSLCertificateOK, error)

	ReplaceStorageMapFile(params *ReplaceStorageMapFileParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceStorageMapFileAccepted, *ReplaceStorageMapFileNoContent, error)

	ReplaceStorageSSLCertificate(params *ReplaceStorageSSLCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceStorageSSLCertificateAccepted, 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 storage API client.

type CreateRuntimeMapBadRequest

type CreateRuntimeMapBadRequest struct {
	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
}

CreateRuntimeMapBadRequest handles this case with default header values.

Bad request

func NewCreateRuntimeMapBadRequest

func NewCreateRuntimeMapBadRequest() *CreateRuntimeMapBadRequest

NewCreateRuntimeMapBadRequest creates a CreateRuntimeMapBadRequest with default headers values

func (*CreateRuntimeMapBadRequest) Error

func (*CreateRuntimeMapBadRequest) GetPayload

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

type CreateRuntimeMapConflict

type CreateRuntimeMapConflict struct {
	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
}

CreateRuntimeMapConflict handles this case with default header values.

The specified resource already exists

func NewCreateRuntimeMapConflict

func NewCreateRuntimeMapConflict() *CreateRuntimeMapConflict

NewCreateRuntimeMapConflict creates a CreateRuntimeMapConflict with default headers values

func (*CreateRuntimeMapConflict) Error

func (o *CreateRuntimeMapConflict) Error() string

func (*CreateRuntimeMapConflict) GetPayload

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

type CreateRuntimeMapCreated

type CreateRuntimeMapCreated struct {
	Payload *models.Map
}

CreateRuntimeMapCreated handles this case with default header values.

Map file created with its entries

func NewCreateRuntimeMapCreated

func NewCreateRuntimeMapCreated() *CreateRuntimeMapCreated

NewCreateRuntimeMapCreated creates a CreateRuntimeMapCreated with default headers values

func (*CreateRuntimeMapCreated) Error

func (o *CreateRuntimeMapCreated) Error() string

func (*CreateRuntimeMapCreated) GetPayload

func (o *CreateRuntimeMapCreated) GetPayload() *models.Map

type CreateRuntimeMapDefault

type CreateRuntimeMapDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
	// contains filtered or unexported fields
}

CreateRuntimeMapDefault handles this case with default header values.

General Error

func NewCreateRuntimeMapDefault

func NewCreateRuntimeMapDefault(code int) *CreateRuntimeMapDefault

NewCreateRuntimeMapDefault creates a CreateRuntimeMapDefault with default headers values

func (*CreateRuntimeMapDefault) Code

func (o *CreateRuntimeMapDefault) Code() int

Code gets the status code for the create runtime map default response

func (*CreateRuntimeMapDefault) Error

func (o *CreateRuntimeMapDefault) Error() string

func (*CreateRuntimeMapDefault) GetPayload

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

type CreateRuntimeMapParams

type CreateRuntimeMapParams struct {

	/*FileUpload
	  The map file contents

	*/
	FileUpload runtime.NamedReadCloser

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

CreateRuntimeMapParams contains all the parameters to send to the API endpoint for the create runtime map operation typically these are written to a http.Request

func NewCreateRuntimeMapParams

func NewCreateRuntimeMapParams() *CreateRuntimeMapParams

NewCreateRuntimeMapParams creates a new CreateRuntimeMapParams object with the default values initialized.

func NewCreateRuntimeMapParamsWithContext

func NewCreateRuntimeMapParamsWithContext(ctx context.Context) *CreateRuntimeMapParams

NewCreateRuntimeMapParamsWithContext creates a new CreateRuntimeMapParams object with the default values initialized, and the ability to set a context for a request

func NewCreateRuntimeMapParamsWithHTTPClient

func NewCreateRuntimeMapParamsWithHTTPClient(client *http.Client) *CreateRuntimeMapParams

NewCreateRuntimeMapParamsWithHTTPClient creates a new CreateRuntimeMapParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateRuntimeMapParamsWithTimeout

func NewCreateRuntimeMapParamsWithTimeout(timeout time.Duration) *CreateRuntimeMapParams

NewCreateRuntimeMapParamsWithTimeout creates a new CreateRuntimeMapParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateRuntimeMapParams) SetContext

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

SetContext adds the context to the create runtime map params

func (*CreateRuntimeMapParams) SetFileUpload

func (o *CreateRuntimeMapParams) SetFileUpload(fileUpload runtime.NamedReadCloser)

SetFileUpload adds the fileUpload to the create runtime map params

func (*CreateRuntimeMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create runtime map params

func (*CreateRuntimeMapParams) SetTimeout

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

SetTimeout adds the timeout to the create runtime map params

func (*CreateRuntimeMapParams) WithContext

WithContext adds the context to the create runtime map params

func (*CreateRuntimeMapParams) WithFileUpload

WithFileUpload adds the fileUpload to the create runtime map params

func (*CreateRuntimeMapParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create runtime map params

func (*CreateRuntimeMapParams) WithTimeout

WithTimeout adds the timeout to the create runtime map params

func (*CreateRuntimeMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateRuntimeMapReader

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

CreateRuntimeMapReader is a Reader for the CreateRuntimeMap structure.

func (*CreateRuntimeMapReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateStorageSSLCertificateBadRequest

type CreateStorageSSLCertificateBadRequest struct {
	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
}

CreateStorageSSLCertificateBadRequest handles this case with default header values.

Bad request

func NewCreateStorageSSLCertificateBadRequest

func NewCreateStorageSSLCertificateBadRequest() *CreateStorageSSLCertificateBadRequest

NewCreateStorageSSLCertificateBadRequest creates a CreateStorageSSLCertificateBadRequest with default headers values

func (*CreateStorageSSLCertificateBadRequest) Error

func (*CreateStorageSSLCertificateBadRequest) GetPayload

type CreateStorageSSLCertificateConflict

type CreateStorageSSLCertificateConflict struct {
	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
}

CreateStorageSSLCertificateConflict handles this case with default header values.

The specified resource already exists

func NewCreateStorageSSLCertificateConflict

func NewCreateStorageSSLCertificateConflict() *CreateStorageSSLCertificateConflict

NewCreateStorageSSLCertificateConflict creates a CreateStorageSSLCertificateConflict with default headers values

func (*CreateStorageSSLCertificateConflict) Error

func (*CreateStorageSSLCertificateConflict) GetPayload

type CreateStorageSSLCertificateCreated

type CreateStorageSSLCertificateCreated struct {
	Payload *models.SslCertificate
}

CreateStorageSSLCertificateCreated handles this case with default header values.

SSL certificate created

func NewCreateStorageSSLCertificateCreated

func NewCreateStorageSSLCertificateCreated() *CreateStorageSSLCertificateCreated

NewCreateStorageSSLCertificateCreated creates a CreateStorageSSLCertificateCreated with default headers values

func (*CreateStorageSSLCertificateCreated) Error

func (*CreateStorageSSLCertificateCreated) GetPayload

type CreateStorageSSLCertificateDefault

type CreateStorageSSLCertificateDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
	// contains filtered or unexported fields
}

CreateStorageSSLCertificateDefault handles this case with default header values.

General Error

func NewCreateStorageSSLCertificateDefault

func NewCreateStorageSSLCertificateDefault(code int) *CreateStorageSSLCertificateDefault

NewCreateStorageSSLCertificateDefault creates a CreateStorageSSLCertificateDefault with default headers values

func (*CreateStorageSSLCertificateDefault) Code

Code gets the status code for the create storage s s l certificate default response

func (*CreateStorageSSLCertificateDefault) Error

func (*CreateStorageSSLCertificateDefault) GetPayload

type CreateStorageSSLCertificateParams

type CreateStorageSSLCertificateParams struct {

	/*FileUpload
	  The SSL certificate to upload

	*/
	FileUpload runtime.NamedReadCloser
	/*ForceReload
	  If set, do a force reload, do not wait for the configured reload-delay. Cannot be used when transaction is specified, as changes in transaction are not applied directly to configuration.

	*/
	ForceReload *bool

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

CreateStorageSSLCertificateParams contains all the parameters to send to the API endpoint for the create storage s s l certificate operation typically these are written to a http.Request

func NewCreateStorageSSLCertificateParams

func NewCreateStorageSSLCertificateParams() *CreateStorageSSLCertificateParams

NewCreateStorageSSLCertificateParams creates a new CreateStorageSSLCertificateParams object with the default values initialized.

func NewCreateStorageSSLCertificateParamsWithContext

func NewCreateStorageSSLCertificateParamsWithContext(ctx context.Context) *CreateStorageSSLCertificateParams

NewCreateStorageSSLCertificateParamsWithContext creates a new CreateStorageSSLCertificateParams object with the default values initialized, and the ability to set a context for a request

func NewCreateStorageSSLCertificateParamsWithHTTPClient

func NewCreateStorageSSLCertificateParamsWithHTTPClient(client *http.Client) *CreateStorageSSLCertificateParams

NewCreateStorageSSLCertificateParamsWithHTTPClient creates a new CreateStorageSSLCertificateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateStorageSSLCertificateParamsWithTimeout

func NewCreateStorageSSLCertificateParamsWithTimeout(timeout time.Duration) *CreateStorageSSLCertificateParams

NewCreateStorageSSLCertificateParamsWithTimeout creates a new CreateStorageSSLCertificateParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateStorageSSLCertificateParams) SetContext

SetContext adds the context to the create storage s s l certificate params

func (*CreateStorageSSLCertificateParams) SetFileUpload

func (o *CreateStorageSSLCertificateParams) SetFileUpload(fileUpload runtime.NamedReadCloser)

SetFileUpload adds the fileUpload to the create storage s s l certificate params

func (*CreateStorageSSLCertificateParams) SetForceReload

func (o *CreateStorageSSLCertificateParams) SetForceReload(forceReload *bool)

SetForceReload adds the forceReload to the create storage s s l certificate params

func (*CreateStorageSSLCertificateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create storage s s l certificate params

func (*CreateStorageSSLCertificateParams) SetTimeout

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

SetTimeout adds the timeout to the create storage s s l certificate params

func (*CreateStorageSSLCertificateParams) WithContext

WithContext adds the context to the create storage s s l certificate params

func (*CreateStorageSSLCertificateParams) WithFileUpload

WithFileUpload adds the fileUpload to the create storage s s l certificate params

func (*CreateStorageSSLCertificateParams) WithForceReload

WithForceReload adds the forceReload to the create storage s s l certificate params

func (*CreateStorageSSLCertificateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create storage s s l certificate params

func (*CreateStorageSSLCertificateParams) WithTimeout

WithTimeout adds the timeout to the create storage s s l certificate params

func (*CreateStorageSSLCertificateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateStorageSSLCertificateReader

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

CreateStorageSSLCertificateReader is a Reader for the CreateStorageSSLCertificate structure.

func (*CreateStorageSSLCertificateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteStorageMapDefault

type DeleteStorageMapDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteStorageMapDefault handles this case with default header values.

General Error

func NewDeleteStorageMapDefault

func NewDeleteStorageMapDefault(code int) *DeleteStorageMapDefault

NewDeleteStorageMapDefault creates a DeleteStorageMapDefault with default headers values

func (*DeleteStorageMapDefault) Code

func (o *DeleteStorageMapDefault) Code() int

Code gets the status code for the delete storage map default response

func (*DeleteStorageMapDefault) Error

func (o *DeleteStorageMapDefault) Error() string

func (*DeleteStorageMapDefault) GetPayload

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

type DeleteStorageMapNoContent

type DeleteStorageMapNoContent struct {
}

DeleteStorageMapNoContent handles this case with default header values.

Map file deleted

func NewDeleteStorageMapNoContent

func NewDeleteStorageMapNoContent() *DeleteStorageMapNoContent

NewDeleteStorageMapNoContent creates a DeleteStorageMapNoContent with default headers values

func (*DeleteStorageMapNoContent) Error

func (o *DeleteStorageMapNoContent) Error() string

type DeleteStorageMapNotFound

type DeleteStorageMapNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
}

DeleteStorageMapNotFound handles this case with default header values.

The specified resource was not found

func NewDeleteStorageMapNotFound

func NewDeleteStorageMapNotFound() *DeleteStorageMapNotFound

NewDeleteStorageMapNotFound creates a DeleteStorageMapNotFound with default headers values

func (*DeleteStorageMapNotFound) Error

func (o *DeleteStorageMapNotFound) Error() string

func (*DeleteStorageMapNotFound) GetPayload

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

type DeleteStorageMapParams

type DeleteStorageMapParams struct {

	/*Name
	  Map file storage_name

	*/
	Name string

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

DeleteStorageMapParams contains all the parameters to send to the API endpoint for the delete storage map operation typically these are written to a http.Request

func NewDeleteStorageMapParams

func NewDeleteStorageMapParams() *DeleteStorageMapParams

NewDeleteStorageMapParams creates a new DeleteStorageMapParams object with the default values initialized.

func NewDeleteStorageMapParamsWithContext

func NewDeleteStorageMapParamsWithContext(ctx context.Context) *DeleteStorageMapParams

NewDeleteStorageMapParamsWithContext creates a new DeleteStorageMapParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteStorageMapParamsWithHTTPClient

func NewDeleteStorageMapParamsWithHTTPClient(client *http.Client) *DeleteStorageMapParams

NewDeleteStorageMapParamsWithHTTPClient creates a new DeleteStorageMapParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteStorageMapParamsWithTimeout

func NewDeleteStorageMapParamsWithTimeout(timeout time.Duration) *DeleteStorageMapParams

NewDeleteStorageMapParamsWithTimeout creates a new DeleteStorageMapParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteStorageMapParams) SetContext

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

SetContext adds the context to the delete storage map params

func (*DeleteStorageMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete storage map params

func (*DeleteStorageMapParams) SetName

func (o *DeleteStorageMapParams) SetName(name string)

SetName adds the name to the delete storage map params

func (*DeleteStorageMapParams) SetTimeout

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

SetTimeout adds the timeout to the delete storage map params

func (*DeleteStorageMapParams) WithContext

WithContext adds the context to the delete storage map params

func (*DeleteStorageMapParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete storage map params

func (*DeleteStorageMapParams) WithName

WithName adds the name to the delete storage map params

func (*DeleteStorageMapParams) WithTimeout

WithTimeout adds the timeout to the delete storage map params

func (*DeleteStorageMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteStorageMapReader

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

DeleteStorageMapReader is a Reader for the DeleteStorageMap structure.

func (*DeleteStorageMapReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteStorageSSLCertificateDefault

type DeleteStorageSSLCertificateDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
	// contains filtered or unexported fields
}

DeleteStorageSSLCertificateDefault handles this case with default header values.

General Error

func NewDeleteStorageSSLCertificateDefault

func NewDeleteStorageSSLCertificateDefault(code int) *DeleteStorageSSLCertificateDefault

NewDeleteStorageSSLCertificateDefault creates a DeleteStorageSSLCertificateDefault with default headers values

func (*DeleteStorageSSLCertificateDefault) Code

Code gets the status code for the delete storage s s l certificate default response

func (*DeleteStorageSSLCertificateDefault) Error

func (*DeleteStorageSSLCertificateDefault) GetPayload

type DeleteStorageSSLCertificateNoContent

type DeleteStorageSSLCertificateNoContent struct {
}

DeleteStorageSSLCertificateNoContent handles this case with default header values.

SSL certificate deleted

func NewDeleteStorageSSLCertificateNoContent

func NewDeleteStorageSSLCertificateNoContent() *DeleteStorageSSLCertificateNoContent

NewDeleteStorageSSLCertificateNoContent creates a DeleteStorageSSLCertificateNoContent with default headers values

func (*DeleteStorageSSLCertificateNoContent) Error

type DeleteStorageSSLCertificateNotFound

type DeleteStorageSSLCertificateNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
}

DeleteStorageSSLCertificateNotFound handles this case with default header values.

The specified resource was not found

func NewDeleteStorageSSLCertificateNotFound

func NewDeleteStorageSSLCertificateNotFound() *DeleteStorageSSLCertificateNotFound

NewDeleteStorageSSLCertificateNotFound creates a DeleteStorageSSLCertificateNotFound with default headers values

func (*DeleteStorageSSLCertificateNotFound) Error

func (*DeleteStorageSSLCertificateNotFound) GetPayload

type DeleteStorageSSLCertificateParams

type DeleteStorageSSLCertificateParams struct {

	/*Name
	  SSL certificate name

	*/
	Name string

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

DeleteStorageSSLCertificateParams contains all the parameters to send to the API endpoint for the delete storage s s l certificate operation typically these are written to a http.Request

func NewDeleteStorageSSLCertificateParams

func NewDeleteStorageSSLCertificateParams() *DeleteStorageSSLCertificateParams

NewDeleteStorageSSLCertificateParams creates a new DeleteStorageSSLCertificateParams object with the default values initialized.

func NewDeleteStorageSSLCertificateParamsWithContext

func NewDeleteStorageSSLCertificateParamsWithContext(ctx context.Context) *DeleteStorageSSLCertificateParams

NewDeleteStorageSSLCertificateParamsWithContext creates a new DeleteStorageSSLCertificateParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteStorageSSLCertificateParamsWithHTTPClient

func NewDeleteStorageSSLCertificateParamsWithHTTPClient(client *http.Client) *DeleteStorageSSLCertificateParams

NewDeleteStorageSSLCertificateParamsWithHTTPClient creates a new DeleteStorageSSLCertificateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteStorageSSLCertificateParamsWithTimeout

func NewDeleteStorageSSLCertificateParamsWithTimeout(timeout time.Duration) *DeleteStorageSSLCertificateParams

NewDeleteStorageSSLCertificateParamsWithTimeout creates a new DeleteStorageSSLCertificateParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteStorageSSLCertificateParams) SetContext

SetContext adds the context to the delete storage s s l certificate params

func (*DeleteStorageSSLCertificateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete storage s s l certificate params

func (*DeleteStorageSSLCertificateParams) SetName

func (o *DeleteStorageSSLCertificateParams) SetName(name string)

SetName adds the name to the delete storage s s l certificate params

func (*DeleteStorageSSLCertificateParams) SetTimeout

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

SetTimeout adds the timeout to the delete storage s s l certificate params

func (*DeleteStorageSSLCertificateParams) WithContext

WithContext adds the context to the delete storage s s l certificate params

func (*DeleteStorageSSLCertificateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete storage s s l certificate params

func (*DeleteStorageSSLCertificateParams) WithName

WithName adds the name to the delete storage s s l certificate params

func (*DeleteStorageSSLCertificateParams) WithTimeout

WithTimeout adds the timeout to the delete storage s s l certificate params

func (*DeleteStorageSSLCertificateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteStorageSSLCertificateReader

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

DeleteStorageSSLCertificateReader is a Reader for the DeleteStorageSSLCertificate structure.

func (*DeleteStorageSSLCertificateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllStorageMapFilesDefault

type GetAllStorageMapFilesDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
	// contains filtered or unexported fields
}

GetAllStorageMapFilesDefault handles this case with default header values.

General Error

func NewGetAllStorageMapFilesDefault

func NewGetAllStorageMapFilesDefault(code int) *GetAllStorageMapFilesDefault

NewGetAllStorageMapFilesDefault creates a GetAllStorageMapFilesDefault with default headers values

func (*GetAllStorageMapFilesDefault) Code

Code gets the status code for the get all storage map files default response

func (*GetAllStorageMapFilesDefault) Error

func (*GetAllStorageMapFilesDefault) GetPayload

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

type GetAllStorageMapFilesNotFound

type GetAllStorageMapFilesNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
}

GetAllStorageMapFilesNotFound handles this case with default header values.

The specified resource was not found

func NewGetAllStorageMapFilesNotFound

func NewGetAllStorageMapFilesNotFound() *GetAllStorageMapFilesNotFound

NewGetAllStorageMapFilesNotFound creates a GetAllStorageMapFilesNotFound with default headers values

func (*GetAllStorageMapFilesNotFound) Error

func (*GetAllStorageMapFilesNotFound) GetPayload

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

type GetAllStorageMapFilesOK

type GetAllStorageMapFilesOK struct {
	Payload models.Maps
}

GetAllStorageMapFilesOK handles this case with default header values.

Successful operation

func NewGetAllStorageMapFilesOK

func NewGetAllStorageMapFilesOK() *GetAllStorageMapFilesOK

NewGetAllStorageMapFilesOK creates a GetAllStorageMapFilesOK with default headers values

func (*GetAllStorageMapFilesOK) Error

func (o *GetAllStorageMapFilesOK) Error() string

func (*GetAllStorageMapFilesOK) GetPayload

func (o *GetAllStorageMapFilesOK) GetPayload() models.Maps

type GetAllStorageMapFilesParams

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

GetAllStorageMapFilesParams contains all the parameters to send to the API endpoint for the get all storage map files operation typically these are written to a http.Request

func NewGetAllStorageMapFilesParams

func NewGetAllStorageMapFilesParams() *GetAllStorageMapFilesParams

NewGetAllStorageMapFilesParams creates a new GetAllStorageMapFilesParams object with the default values initialized.

func NewGetAllStorageMapFilesParamsWithContext

func NewGetAllStorageMapFilesParamsWithContext(ctx context.Context) *GetAllStorageMapFilesParams

NewGetAllStorageMapFilesParamsWithContext creates a new GetAllStorageMapFilesParams object with the default values initialized, and the ability to set a context for a request

func NewGetAllStorageMapFilesParamsWithHTTPClient

func NewGetAllStorageMapFilesParamsWithHTTPClient(client *http.Client) *GetAllStorageMapFilesParams

NewGetAllStorageMapFilesParamsWithHTTPClient creates a new GetAllStorageMapFilesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAllStorageMapFilesParamsWithTimeout

func NewGetAllStorageMapFilesParamsWithTimeout(timeout time.Duration) *GetAllStorageMapFilesParams

NewGetAllStorageMapFilesParamsWithTimeout creates a new GetAllStorageMapFilesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAllStorageMapFilesParams) SetContext

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

SetContext adds the context to the get all storage map files params

func (*GetAllStorageMapFilesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all storage map files params

func (*GetAllStorageMapFilesParams) SetTimeout

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

SetTimeout adds the timeout to the get all storage map files params

func (*GetAllStorageMapFilesParams) WithContext

WithContext adds the context to the get all storage map files params

func (*GetAllStorageMapFilesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all storage map files params

func (*GetAllStorageMapFilesParams) WithTimeout

WithTimeout adds the timeout to the get all storage map files params

func (*GetAllStorageMapFilesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllStorageMapFilesReader

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

GetAllStorageMapFilesReader is a Reader for the GetAllStorageMapFiles structure.

func (*GetAllStorageMapFilesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllStorageSSLCertificatesDefault

type GetAllStorageSSLCertificatesDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
	// contains filtered or unexported fields
}

GetAllStorageSSLCertificatesDefault handles this case with default header values.

General Error

func NewGetAllStorageSSLCertificatesDefault

func NewGetAllStorageSSLCertificatesDefault(code int) *GetAllStorageSSLCertificatesDefault

NewGetAllStorageSSLCertificatesDefault creates a GetAllStorageSSLCertificatesDefault with default headers values

func (*GetAllStorageSSLCertificatesDefault) Code

Code gets the status code for the get all storage s s l certificates default response

func (*GetAllStorageSSLCertificatesDefault) Error

func (*GetAllStorageSSLCertificatesDefault) GetPayload

type GetAllStorageSSLCertificatesNotFound

type GetAllStorageSSLCertificatesNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
}

GetAllStorageSSLCertificatesNotFound handles this case with default header values.

The specified resource was not found

func NewGetAllStorageSSLCertificatesNotFound

func NewGetAllStorageSSLCertificatesNotFound() *GetAllStorageSSLCertificatesNotFound

NewGetAllStorageSSLCertificatesNotFound creates a GetAllStorageSSLCertificatesNotFound with default headers values

func (*GetAllStorageSSLCertificatesNotFound) Error

func (*GetAllStorageSSLCertificatesNotFound) GetPayload

type GetAllStorageSSLCertificatesOK

type GetAllStorageSSLCertificatesOK struct {
	Payload models.SslCertificates
}

GetAllStorageSSLCertificatesOK handles this case with default header values.

Successful operation

func NewGetAllStorageSSLCertificatesOK

func NewGetAllStorageSSLCertificatesOK() *GetAllStorageSSLCertificatesOK

NewGetAllStorageSSLCertificatesOK creates a GetAllStorageSSLCertificatesOK with default headers values

func (*GetAllStorageSSLCertificatesOK) Error

func (*GetAllStorageSSLCertificatesOK) GetPayload

type GetAllStorageSSLCertificatesParams

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

GetAllStorageSSLCertificatesParams contains all the parameters to send to the API endpoint for the get all storage s s l certificates operation typically these are written to a http.Request

func NewGetAllStorageSSLCertificatesParams

func NewGetAllStorageSSLCertificatesParams() *GetAllStorageSSLCertificatesParams

NewGetAllStorageSSLCertificatesParams creates a new GetAllStorageSSLCertificatesParams object with the default values initialized.

func NewGetAllStorageSSLCertificatesParamsWithContext

func NewGetAllStorageSSLCertificatesParamsWithContext(ctx context.Context) *GetAllStorageSSLCertificatesParams

NewGetAllStorageSSLCertificatesParamsWithContext creates a new GetAllStorageSSLCertificatesParams object with the default values initialized, and the ability to set a context for a request

func NewGetAllStorageSSLCertificatesParamsWithHTTPClient

func NewGetAllStorageSSLCertificatesParamsWithHTTPClient(client *http.Client) *GetAllStorageSSLCertificatesParams

NewGetAllStorageSSLCertificatesParamsWithHTTPClient creates a new GetAllStorageSSLCertificatesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetAllStorageSSLCertificatesParamsWithTimeout

func NewGetAllStorageSSLCertificatesParamsWithTimeout(timeout time.Duration) *GetAllStorageSSLCertificatesParams

NewGetAllStorageSSLCertificatesParamsWithTimeout creates a new GetAllStorageSSLCertificatesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetAllStorageSSLCertificatesParams) SetContext

SetContext adds the context to the get all storage s s l certificates params

func (*GetAllStorageSSLCertificatesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all storage s s l certificates params

func (*GetAllStorageSSLCertificatesParams) SetTimeout

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

SetTimeout adds the timeout to the get all storage s s l certificates params

func (*GetAllStorageSSLCertificatesParams) WithContext

WithContext adds the context to the get all storage s s l certificates params

func (*GetAllStorageSSLCertificatesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get all storage s s l certificates params

func (*GetAllStorageSSLCertificatesParams) WithTimeout

WithTimeout adds the timeout to the get all storage s s l certificates params

func (*GetAllStorageSSLCertificatesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllStorageSSLCertificatesReader

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

GetAllStorageSSLCertificatesReader is a Reader for the GetAllStorageSSLCertificates structure.

func (*GetAllStorageSSLCertificatesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOneStorageMapDefault

type GetOneStorageMapDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
	// contains filtered or unexported fields
}

GetOneStorageMapDefault handles this case with default header values.

General Error

func NewGetOneStorageMapDefault

func NewGetOneStorageMapDefault(code int) *GetOneStorageMapDefault

NewGetOneStorageMapDefault creates a GetOneStorageMapDefault with default headers values

func (*GetOneStorageMapDefault) Code

func (o *GetOneStorageMapDefault) Code() int

Code gets the status code for the get one storage map default response

func (*GetOneStorageMapDefault) Error

func (o *GetOneStorageMapDefault) Error() string

func (*GetOneStorageMapDefault) GetPayload

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

type GetOneStorageMapNotFound

type GetOneStorageMapNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
}

GetOneStorageMapNotFound handles this case with default header values.

The specified resource was not found

func NewGetOneStorageMapNotFound

func NewGetOneStorageMapNotFound() *GetOneStorageMapNotFound

NewGetOneStorageMapNotFound creates a GetOneStorageMapNotFound with default headers values

func (*GetOneStorageMapNotFound) Error

func (o *GetOneStorageMapNotFound) Error() string

func (*GetOneStorageMapNotFound) GetPayload

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

type GetOneStorageMapOK

type GetOneStorageMapOK struct {
	Payload io.Writer
}

GetOneStorageMapOK handles this case with default header values.

Successful operation

func NewGetOneStorageMapOK

func NewGetOneStorageMapOK(writer io.Writer) *GetOneStorageMapOK

NewGetOneStorageMapOK creates a GetOneStorageMapOK with default headers values

func (*GetOneStorageMapOK) Error

func (o *GetOneStorageMapOK) Error() string

func (*GetOneStorageMapOK) GetPayload

func (o *GetOneStorageMapOK) GetPayload() io.Writer

type GetOneStorageMapParams

type GetOneStorageMapParams struct {

	/*Name
	  Map file storage_name

	*/
	Name string

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

GetOneStorageMapParams contains all the parameters to send to the API endpoint for the get one storage map operation typically these are written to a http.Request

func NewGetOneStorageMapParams

func NewGetOneStorageMapParams() *GetOneStorageMapParams

NewGetOneStorageMapParams creates a new GetOneStorageMapParams object with the default values initialized.

func NewGetOneStorageMapParamsWithContext

func NewGetOneStorageMapParamsWithContext(ctx context.Context) *GetOneStorageMapParams

NewGetOneStorageMapParamsWithContext creates a new GetOneStorageMapParams object with the default values initialized, and the ability to set a context for a request

func NewGetOneStorageMapParamsWithHTTPClient

func NewGetOneStorageMapParamsWithHTTPClient(client *http.Client) *GetOneStorageMapParams

NewGetOneStorageMapParamsWithHTTPClient creates a new GetOneStorageMapParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetOneStorageMapParamsWithTimeout

func NewGetOneStorageMapParamsWithTimeout(timeout time.Duration) *GetOneStorageMapParams

NewGetOneStorageMapParamsWithTimeout creates a new GetOneStorageMapParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetOneStorageMapParams) SetContext

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

SetContext adds the context to the get one storage map params

func (*GetOneStorageMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get one storage map params

func (*GetOneStorageMapParams) SetName

func (o *GetOneStorageMapParams) SetName(name string)

SetName adds the name to the get one storage map params

func (*GetOneStorageMapParams) SetTimeout

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

SetTimeout adds the timeout to the get one storage map params

func (*GetOneStorageMapParams) WithContext

WithContext adds the context to the get one storage map params

func (*GetOneStorageMapParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get one storage map params

func (*GetOneStorageMapParams) WithName

WithName adds the name to the get one storage map params

func (*GetOneStorageMapParams) WithTimeout

WithTimeout adds the timeout to the get one storage map params

func (*GetOneStorageMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOneStorageMapReader

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

GetOneStorageMapReader is a Reader for the GetOneStorageMap structure.

func (*GetOneStorageMapReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOneStorageSSLCertificateDefault

type GetOneStorageSSLCertificateDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
	// contains filtered or unexported fields
}

GetOneStorageSSLCertificateDefault handles this case with default header values.

General Error

func NewGetOneStorageSSLCertificateDefault

func NewGetOneStorageSSLCertificateDefault(code int) *GetOneStorageSSLCertificateDefault

NewGetOneStorageSSLCertificateDefault creates a GetOneStorageSSLCertificateDefault with default headers values

func (*GetOneStorageSSLCertificateDefault) Code

Code gets the status code for the get one storage s s l certificate default response

func (*GetOneStorageSSLCertificateDefault) Error

func (*GetOneStorageSSLCertificateDefault) GetPayload

type GetOneStorageSSLCertificateNotFound

type GetOneStorageSSLCertificateNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
}

GetOneStorageSSLCertificateNotFound handles this case with default header values.

The specified resource was not found

func NewGetOneStorageSSLCertificateNotFound

func NewGetOneStorageSSLCertificateNotFound() *GetOneStorageSSLCertificateNotFound

NewGetOneStorageSSLCertificateNotFound creates a GetOneStorageSSLCertificateNotFound with default headers values

func (*GetOneStorageSSLCertificateNotFound) Error

func (*GetOneStorageSSLCertificateNotFound) GetPayload

type GetOneStorageSSLCertificateOK

type GetOneStorageSSLCertificateOK struct {
	Payload *models.SslCertificate
}

GetOneStorageSSLCertificateOK handles this case with default header values.

Successful operation

func NewGetOneStorageSSLCertificateOK

func NewGetOneStorageSSLCertificateOK() *GetOneStorageSSLCertificateOK

NewGetOneStorageSSLCertificateOK creates a GetOneStorageSSLCertificateOK with default headers values

func (*GetOneStorageSSLCertificateOK) Error

func (*GetOneStorageSSLCertificateOK) GetPayload

type GetOneStorageSSLCertificateParams

type GetOneStorageSSLCertificateParams struct {

	/*Name
	  SSL certificate name

	*/
	Name string

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

GetOneStorageSSLCertificateParams contains all the parameters to send to the API endpoint for the get one storage s s l certificate operation typically these are written to a http.Request

func NewGetOneStorageSSLCertificateParams

func NewGetOneStorageSSLCertificateParams() *GetOneStorageSSLCertificateParams

NewGetOneStorageSSLCertificateParams creates a new GetOneStorageSSLCertificateParams object with the default values initialized.

func NewGetOneStorageSSLCertificateParamsWithContext

func NewGetOneStorageSSLCertificateParamsWithContext(ctx context.Context) *GetOneStorageSSLCertificateParams

NewGetOneStorageSSLCertificateParamsWithContext creates a new GetOneStorageSSLCertificateParams object with the default values initialized, and the ability to set a context for a request

func NewGetOneStorageSSLCertificateParamsWithHTTPClient

func NewGetOneStorageSSLCertificateParamsWithHTTPClient(client *http.Client) *GetOneStorageSSLCertificateParams

NewGetOneStorageSSLCertificateParamsWithHTTPClient creates a new GetOneStorageSSLCertificateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetOneStorageSSLCertificateParamsWithTimeout

func NewGetOneStorageSSLCertificateParamsWithTimeout(timeout time.Duration) *GetOneStorageSSLCertificateParams

NewGetOneStorageSSLCertificateParamsWithTimeout creates a new GetOneStorageSSLCertificateParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetOneStorageSSLCertificateParams) SetContext

SetContext adds the context to the get one storage s s l certificate params

func (*GetOneStorageSSLCertificateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get one storage s s l certificate params

func (*GetOneStorageSSLCertificateParams) SetName

func (o *GetOneStorageSSLCertificateParams) SetName(name string)

SetName adds the name to the get one storage s s l certificate params

func (*GetOneStorageSSLCertificateParams) SetTimeout

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

SetTimeout adds the timeout to the get one storage s s l certificate params

func (*GetOneStorageSSLCertificateParams) WithContext

WithContext adds the context to the get one storage s s l certificate params

func (*GetOneStorageSSLCertificateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get one storage s s l certificate params

func (*GetOneStorageSSLCertificateParams) WithName

WithName adds the name to the get one storage s s l certificate params

func (*GetOneStorageSSLCertificateParams) WithTimeout

WithTimeout adds the timeout to the get one storage s s l certificate params

func (*GetOneStorageSSLCertificateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOneStorageSSLCertificateReader

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

GetOneStorageSSLCertificateReader is a Reader for the GetOneStorageSSLCertificate structure.

func (*GetOneStorageSSLCertificateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceStorageMapFileAccepted

type ReplaceStorageMapFileAccepted struct {
	/*ID of the requested reload
	 */
	ReloadID string
}

ReplaceStorageMapFileAccepted handles this case with default header values.

Configuration change accepted and reload requested

func NewReplaceStorageMapFileAccepted

func NewReplaceStorageMapFileAccepted() *ReplaceStorageMapFileAccepted

NewReplaceStorageMapFileAccepted creates a ReplaceStorageMapFileAccepted with default headers values

func (*ReplaceStorageMapFileAccepted) Error

type ReplaceStorageMapFileBadRequest

type ReplaceStorageMapFileBadRequest struct {
	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
}

ReplaceStorageMapFileBadRequest handles this case with default header values.

Bad request

func NewReplaceStorageMapFileBadRequest

func NewReplaceStorageMapFileBadRequest() *ReplaceStorageMapFileBadRequest

NewReplaceStorageMapFileBadRequest creates a ReplaceStorageMapFileBadRequest with default headers values

func (*ReplaceStorageMapFileBadRequest) Error

func (*ReplaceStorageMapFileBadRequest) GetPayload

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

type ReplaceStorageMapFileDefault

type ReplaceStorageMapFileDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
	// contains filtered or unexported fields
}

ReplaceStorageMapFileDefault handles this case with default header values.

General Error

func NewReplaceStorageMapFileDefault

func NewReplaceStorageMapFileDefault(code int) *ReplaceStorageMapFileDefault

NewReplaceStorageMapFileDefault creates a ReplaceStorageMapFileDefault with default headers values

func (*ReplaceStorageMapFileDefault) Code

Code gets the status code for the replace storage map file default response

func (*ReplaceStorageMapFileDefault) Error

func (*ReplaceStorageMapFileDefault) GetPayload

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

type ReplaceStorageMapFileNoContent

type ReplaceStorageMapFileNoContent struct {
}

ReplaceStorageMapFileNoContent handles this case with default header values.

Map file replaced

func NewReplaceStorageMapFileNoContent

func NewReplaceStorageMapFileNoContent() *ReplaceStorageMapFileNoContent

NewReplaceStorageMapFileNoContent creates a ReplaceStorageMapFileNoContent with default headers values

func (*ReplaceStorageMapFileNoContent) Error

type ReplaceStorageMapFileNotFound

type ReplaceStorageMapFileNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
}

ReplaceStorageMapFileNotFound handles this case with default header values.

The specified resource was not found

func NewReplaceStorageMapFileNotFound

func NewReplaceStorageMapFileNotFound() *ReplaceStorageMapFileNotFound

NewReplaceStorageMapFileNotFound creates a ReplaceStorageMapFileNotFound with default headers values

func (*ReplaceStorageMapFileNotFound) Error

func (*ReplaceStorageMapFileNotFound) GetPayload

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

type ReplaceStorageMapFileParams

type ReplaceStorageMapFileParams struct {

	/*Data*/
	Data string
	/*ForceReload
	  If set, do a force reload, do not wait for the configured reload-delay. Cannot be used when transaction is specified, as changes in transaction are not applied directly to configuration.

	*/
	ForceReload *bool
	/*Name
	  Map file storage_name

	*/
	Name string

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

ReplaceStorageMapFileParams contains all the parameters to send to the API endpoint for the replace storage map file operation typically these are written to a http.Request

func NewReplaceStorageMapFileParams

func NewReplaceStorageMapFileParams() *ReplaceStorageMapFileParams

NewReplaceStorageMapFileParams creates a new ReplaceStorageMapFileParams object with the default values initialized.

func NewReplaceStorageMapFileParamsWithContext

func NewReplaceStorageMapFileParamsWithContext(ctx context.Context) *ReplaceStorageMapFileParams

NewReplaceStorageMapFileParamsWithContext creates a new ReplaceStorageMapFileParams object with the default values initialized, and the ability to set a context for a request

func NewReplaceStorageMapFileParamsWithHTTPClient

func NewReplaceStorageMapFileParamsWithHTTPClient(client *http.Client) *ReplaceStorageMapFileParams

NewReplaceStorageMapFileParamsWithHTTPClient creates a new ReplaceStorageMapFileParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewReplaceStorageMapFileParamsWithTimeout

func NewReplaceStorageMapFileParamsWithTimeout(timeout time.Duration) *ReplaceStorageMapFileParams

NewReplaceStorageMapFileParamsWithTimeout creates a new ReplaceStorageMapFileParams object with the default values initialized, and the ability to set a timeout on a request

func (*ReplaceStorageMapFileParams) SetContext

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

SetContext adds the context to the replace storage map file params

func (*ReplaceStorageMapFileParams) SetData

func (o *ReplaceStorageMapFileParams) SetData(data string)

SetData adds the data to the replace storage map file params

func (*ReplaceStorageMapFileParams) SetForceReload

func (o *ReplaceStorageMapFileParams) SetForceReload(forceReload *bool)

SetForceReload adds the forceReload to the replace storage map file params

func (*ReplaceStorageMapFileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace storage map file params

func (*ReplaceStorageMapFileParams) SetName

func (o *ReplaceStorageMapFileParams) SetName(name string)

SetName adds the name to the replace storage map file params

func (*ReplaceStorageMapFileParams) SetTimeout

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

SetTimeout adds the timeout to the replace storage map file params

func (*ReplaceStorageMapFileParams) WithContext

WithContext adds the context to the replace storage map file params

func (*ReplaceStorageMapFileParams) WithData

WithData adds the data to the replace storage map file params

func (*ReplaceStorageMapFileParams) WithForceReload

func (o *ReplaceStorageMapFileParams) WithForceReload(forceReload *bool) *ReplaceStorageMapFileParams

WithForceReload adds the forceReload to the replace storage map file params

func (*ReplaceStorageMapFileParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace storage map file params

func (*ReplaceStorageMapFileParams) WithName

WithName adds the name to the replace storage map file params

func (*ReplaceStorageMapFileParams) WithTimeout

WithTimeout adds the timeout to the replace storage map file params

func (*ReplaceStorageMapFileParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceStorageMapFileReader

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

ReplaceStorageMapFileReader is a Reader for the ReplaceStorageMapFile structure.

func (*ReplaceStorageMapFileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceStorageSSLCertificateAccepted

type ReplaceStorageSSLCertificateAccepted struct {
	Payload *models.SslCertificate
}

ReplaceStorageSSLCertificateAccepted handles this case with default header values.

SSL certificate replaced

func NewReplaceStorageSSLCertificateAccepted

func NewReplaceStorageSSLCertificateAccepted() *ReplaceStorageSSLCertificateAccepted

NewReplaceStorageSSLCertificateAccepted creates a ReplaceStorageSSLCertificateAccepted with default headers values

func (*ReplaceStorageSSLCertificateAccepted) Error

func (*ReplaceStorageSSLCertificateAccepted) GetPayload

type ReplaceStorageSSLCertificateBadRequest

type ReplaceStorageSSLCertificateBadRequest struct {
	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
}

ReplaceStorageSSLCertificateBadRequest handles this case with default header values.

Bad request

func NewReplaceStorageSSLCertificateBadRequest

func NewReplaceStorageSSLCertificateBadRequest() *ReplaceStorageSSLCertificateBadRequest

NewReplaceStorageSSLCertificateBadRequest creates a ReplaceStorageSSLCertificateBadRequest with default headers values

func (*ReplaceStorageSSLCertificateBadRequest) Error

func (*ReplaceStorageSSLCertificateBadRequest) GetPayload

type ReplaceStorageSSLCertificateDefault

type ReplaceStorageSSLCertificateDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
	// contains filtered or unexported fields
}

ReplaceStorageSSLCertificateDefault handles this case with default header values.

General Error

func NewReplaceStorageSSLCertificateDefault

func NewReplaceStorageSSLCertificateDefault(code int) *ReplaceStorageSSLCertificateDefault

NewReplaceStorageSSLCertificateDefault creates a ReplaceStorageSSLCertificateDefault with default headers values

func (*ReplaceStorageSSLCertificateDefault) Code

Code gets the status code for the replace storage s s l certificate default response

func (*ReplaceStorageSSLCertificateDefault) Error

func (*ReplaceStorageSSLCertificateDefault) GetPayload

type ReplaceStorageSSLCertificateNotFound

type ReplaceStorageSSLCertificateNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion int64

	Payload *models.Error
}

ReplaceStorageSSLCertificateNotFound handles this case with default header values.

The specified resource was not found

func NewReplaceStorageSSLCertificateNotFound

func NewReplaceStorageSSLCertificateNotFound() *ReplaceStorageSSLCertificateNotFound

NewReplaceStorageSSLCertificateNotFound creates a ReplaceStorageSSLCertificateNotFound with default headers values

func (*ReplaceStorageSSLCertificateNotFound) Error

func (*ReplaceStorageSSLCertificateNotFound) GetPayload

type ReplaceStorageSSLCertificateParams

type ReplaceStorageSSLCertificateParams struct {

	/*Data*/
	Data string
	/*ForceReload
	  If set, do a force reload, do not wait for the configured reload-delay. Cannot be used when transaction is specified, as changes in transaction are not applied directly to configuration.

	*/
	ForceReload *bool
	/*Name
	  SSL certificate name

	*/
	Name string

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

ReplaceStorageSSLCertificateParams contains all the parameters to send to the API endpoint for the replace storage s s l certificate operation typically these are written to a http.Request

func NewReplaceStorageSSLCertificateParams

func NewReplaceStorageSSLCertificateParams() *ReplaceStorageSSLCertificateParams

NewReplaceStorageSSLCertificateParams creates a new ReplaceStorageSSLCertificateParams object with the default values initialized.

func NewReplaceStorageSSLCertificateParamsWithContext

func NewReplaceStorageSSLCertificateParamsWithContext(ctx context.Context) *ReplaceStorageSSLCertificateParams

NewReplaceStorageSSLCertificateParamsWithContext creates a new ReplaceStorageSSLCertificateParams object with the default values initialized, and the ability to set a context for a request

func NewReplaceStorageSSLCertificateParamsWithHTTPClient

func NewReplaceStorageSSLCertificateParamsWithHTTPClient(client *http.Client) *ReplaceStorageSSLCertificateParams

NewReplaceStorageSSLCertificateParamsWithHTTPClient creates a new ReplaceStorageSSLCertificateParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewReplaceStorageSSLCertificateParamsWithTimeout

func NewReplaceStorageSSLCertificateParamsWithTimeout(timeout time.Duration) *ReplaceStorageSSLCertificateParams

NewReplaceStorageSSLCertificateParamsWithTimeout creates a new ReplaceStorageSSLCertificateParams object with the default values initialized, and the ability to set a timeout on a request

func (*ReplaceStorageSSLCertificateParams) SetContext

SetContext adds the context to the replace storage s s l certificate params

func (*ReplaceStorageSSLCertificateParams) SetData

func (o *ReplaceStorageSSLCertificateParams) SetData(data string)

SetData adds the data to the replace storage s s l certificate params

func (*ReplaceStorageSSLCertificateParams) SetForceReload

func (o *ReplaceStorageSSLCertificateParams) SetForceReload(forceReload *bool)

SetForceReload adds the forceReload to the replace storage s s l certificate params

func (*ReplaceStorageSSLCertificateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace storage s s l certificate params

func (*ReplaceStorageSSLCertificateParams) SetName

func (o *ReplaceStorageSSLCertificateParams) SetName(name string)

SetName adds the name to the replace storage s s l certificate params

func (*ReplaceStorageSSLCertificateParams) SetTimeout

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

SetTimeout adds the timeout to the replace storage s s l certificate params

func (*ReplaceStorageSSLCertificateParams) WithContext

WithContext adds the context to the replace storage s s l certificate params

func (*ReplaceStorageSSLCertificateParams) WithData

WithData adds the data to the replace storage s s l certificate params

func (*ReplaceStorageSSLCertificateParams) WithForceReload

WithForceReload adds the forceReload to the replace storage s s l certificate params

func (*ReplaceStorageSSLCertificateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace storage s s l certificate params

func (*ReplaceStorageSSLCertificateParams) WithName

WithName adds the name to the replace storage s s l certificate params

func (*ReplaceStorageSSLCertificateParams) WithTimeout

WithTimeout adds the timeout to the replace storage s s l certificate params

func (*ReplaceStorageSSLCertificateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceStorageSSLCertificateReader

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

ReplaceStorageSSLCertificateReader is a Reader for the ReplaceStorageSSLCertificate structure.

func (*ReplaceStorageSSLCertificateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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