storage

package
v0.0.21 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2022 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) CreateStorageGeneralFile added in v0.0.18

CreateStorageGeneralFile creates a managed storage general use file with contents

Creates a managed storage general use file with contents.

func (*Client) CreateStorageMapFile added in v0.0.2

func (a *Client) CreateStorageMapFile(params *CreateStorageMapFileParams, authInfo runtime.ClientAuthInfoWriter) (*CreateStorageMapFileCreated, error)

CreateStorageMapFile creates a managed storage map file with its entries

Creates a managed storage map file with its entries.

func (*Client) CreateStorageSSLCertificate

CreateStorageSSLCertificate creates s s l certificate

Creates SSL certificate.

func (*Client) DeleteStorageGeneralFile added in v0.0.18

DeleteStorageGeneralFile deletes a managed general use file from disk

Deletes a managed general use file from disk.

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) GetAllStorageGeneralFiles added in v0.0.18

func (a *Client) GetAllStorageGeneralFiles(params *GetAllStorageGeneralFilesParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllStorageGeneralFilesOK, error)

GetAllStorageGeneralFiles returns a list of all managed general use files

Returns a list of all managed general use files

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) GetOneStorageGeneralFile added in v0.0.18

func (a *Client) GetOneStorageGeneralFile(params *GetOneStorageGeneralFileParams, authInfo runtime.ClientAuthInfoWriter, writer io.Writer) (*GetOneStorageGeneralFileOK, error)

GetOneStorageGeneralFile returns the contents of one managed general use file from disk

Returns the contents of one managed general use file from 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) ReplaceStorageGeneralFile added in v0.0.18

ReplaceStorageGeneralFile replaces contents of a managed general use file on disk

Replaces the contents of a managed general use file on 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 {
	CreateStorageGeneralFile(params *CreateStorageGeneralFileParams, authInfo runtime.ClientAuthInfoWriter) (*CreateStorageGeneralFileCreated, error)

	CreateStorageMapFile(params *CreateStorageMapFileParams, authInfo runtime.ClientAuthInfoWriter) (*CreateStorageMapFileCreated, error)

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

	DeleteStorageGeneralFile(params *DeleteStorageGeneralFileParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteStorageGeneralFileNoContent, error)

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

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

	GetAllStorageGeneralFiles(params *GetAllStorageGeneralFilesParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllStorageGeneralFilesOK, error)

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

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

	GetOneStorageGeneralFile(params *GetOneStorageGeneralFileParams, authInfo runtime.ClientAuthInfoWriter, writer io.Writer) (*GetOneStorageGeneralFileOK, error)

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

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

	ReplaceStorageGeneralFile(params *ReplaceStorageGeneralFileParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceStorageGeneralFileAccepted, *ReplaceStorageGeneralFileNoContent, error)

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

	ReplaceStorageSSLCertificate(params *ReplaceStorageSSLCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceStorageSSLCertificateOK, *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 CreateStorageGeneralFileBadRequest added in v0.0.18

type CreateStorageGeneralFileBadRequest struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

CreateStorageGeneralFileBadRequest handles this case with default header values.

Bad request

func NewCreateStorageGeneralFileBadRequest added in v0.0.18

func NewCreateStorageGeneralFileBadRequest() *CreateStorageGeneralFileBadRequest

NewCreateStorageGeneralFileBadRequest creates a CreateStorageGeneralFileBadRequest with default headers values

func (*CreateStorageGeneralFileBadRequest) Error added in v0.0.18

func (*CreateStorageGeneralFileBadRequest) GetPayload added in v0.0.18

type CreateStorageGeneralFileConflict added in v0.0.18

type CreateStorageGeneralFileConflict struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

CreateStorageGeneralFileConflict handles this case with default header values.

The specified resource already exists

func NewCreateStorageGeneralFileConflict added in v0.0.18

func NewCreateStorageGeneralFileConflict() *CreateStorageGeneralFileConflict

NewCreateStorageGeneralFileConflict creates a CreateStorageGeneralFileConflict with default headers values

func (*CreateStorageGeneralFileConflict) Error added in v0.0.18

func (*CreateStorageGeneralFileConflict) GetPayload added in v0.0.18

type CreateStorageGeneralFileCreated added in v0.0.18

type CreateStorageGeneralFileCreated struct {
	Payload *models.GeneralFile
}

CreateStorageGeneralFileCreated handles this case with default header values.

General use file created with its contents

func NewCreateStorageGeneralFileCreated added in v0.0.18

func NewCreateStorageGeneralFileCreated() *CreateStorageGeneralFileCreated

NewCreateStorageGeneralFileCreated creates a CreateStorageGeneralFileCreated with default headers values

func (*CreateStorageGeneralFileCreated) Error added in v0.0.18

func (*CreateStorageGeneralFileCreated) GetPayload added in v0.0.18

type CreateStorageGeneralFileDefault added in v0.0.18

type CreateStorageGeneralFileDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion string

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

CreateStorageGeneralFileDefault handles this case with default header values.

General Error

func NewCreateStorageGeneralFileDefault added in v0.0.18

func NewCreateStorageGeneralFileDefault(code int) *CreateStorageGeneralFileDefault

NewCreateStorageGeneralFileDefault creates a CreateStorageGeneralFileDefault with default headers values

func (*CreateStorageGeneralFileDefault) Code added in v0.0.18

Code gets the status code for the create storage general file default response

func (*CreateStorageGeneralFileDefault) Error added in v0.0.18

func (*CreateStorageGeneralFileDefault) GetPayload added in v0.0.18

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

type CreateStorageGeneralFileParams added in v0.0.18

type CreateStorageGeneralFileParams struct {

	/*FileUpload
	  General use file content

	*/
	FileUpload runtime.NamedReadCloser

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

CreateStorageGeneralFileParams contains all the parameters to send to the API endpoint for the create storage general file operation typically these are written to a http.Request

func NewCreateStorageGeneralFileParams added in v0.0.18

func NewCreateStorageGeneralFileParams() *CreateStorageGeneralFileParams

NewCreateStorageGeneralFileParams creates a new CreateStorageGeneralFileParams object with the default values initialized.

func NewCreateStorageGeneralFileParamsWithContext added in v0.0.18

func NewCreateStorageGeneralFileParamsWithContext(ctx context.Context) *CreateStorageGeneralFileParams

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

func NewCreateStorageGeneralFileParamsWithHTTPClient added in v0.0.18

func NewCreateStorageGeneralFileParamsWithHTTPClient(client *http.Client) *CreateStorageGeneralFileParams

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

func NewCreateStorageGeneralFileParamsWithTimeout added in v0.0.18

func NewCreateStorageGeneralFileParamsWithTimeout(timeout time.Duration) *CreateStorageGeneralFileParams

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

func (*CreateStorageGeneralFileParams) SetContext added in v0.0.18

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

SetContext adds the context to the create storage general file params

func (*CreateStorageGeneralFileParams) SetFileUpload added in v0.0.18

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

SetFileUpload adds the fileUpload to the create storage general file params

func (*CreateStorageGeneralFileParams) SetHTTPClient added in v0.0.18

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

SetHTTPClient adds the HTTPClient to the create storage general file params

func (*CreateStorageGeneralFileParams) SetTimeout added in v0.0.18

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

SetTimeout adds the timeout to the create storage general file params

func (*CreateStorageGeneralFileParams) WithContext added in v0.0.18

WithContext adds the context to the create storage general file params

func (*CreateStorageGeneralFileParams) WithFileUpload added in v0.0.18

WithFileUpload adds the fileUpload to the create storage general file params

func (*CreateStorageGeneralFileParams) WithHTTPClient added in v0.0.18

WithHTTPClient adds the HTTPClient to the create storage general file params

func (*CreateStorageGeneralFileParams) WithTimeout added in v0.0.18

WithTimeout adds the timeout to the create storage general file params

func (*CreateStorageGeneralFileParams) WriteToRequest added in v0.0.18

WriteToRequest writes these params to a swagger request

type CreateStorageGeneralFileReader added in v0.0.18

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

CreateStorageGeneralFileReader is a Reader for the CreateStorageGeneralFile structure.

func (*CreateStorageGeneralFileReader) ReadResponse added in v0.0.18

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

ReadResponse reads a server response into the received o.

type CreateStorageMapFileBadRequest added in v0.0.2

type CreateStorageMapFileBadRequest struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

CreateStorageMapFileBadRequest handles this case with default header values.

Bad request

func NewCreateStorageMapFileBadRequest added in v0.0.2

func NewCreateStorageMapFileBadRequest() *CreateStorageMapFileBadRequest

NewCreateStorageMapFileBadRequest creates a CreateStorageMapFileBadRequest with default headers values

func (*CreateStorageMapFileBadRequest) Error added in v0.0.2

func (*CreateStorageMapFileBadRequest) GetPayload added in v0.0.2

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

type CreateStorageMapFileConflict added in v0.0.2

type CreateStorageMapFileConflict struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

CreateStorageMapFileConflict handles this case with default header values.

The specified resource already exists

func NewCreateStorageMapFileConflict added in v0.0.2

func NewCreateStorageMapFileConflict() *CreateStorageMapFileConflict

NewCreateStorageMapFileConflict creates a CreateStorageMapFileConflict with default headers values

func (*CreateStorageMapFileConflict) Error added in v0.0.2

func (*CreateStorageMapFileConflict) GetPayload added in v0.0.2

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

type CreateStorageMapFileCreated added in v0.0.2

type CreateStorageMapFileCreated struct {
	Payload *models.Map
}

CreateStorageMapFileCreated handles this case with default header values.

Map file created with its entries

func NewCreateStorageMapFileCreated added in v0.0.2

func NewCreateStorageMapFileCreated() *CreateStorageMapFileCreated

NewCreateStorageMapFileCreated creates a CreateStorageMapFileCreated with default headers values

func (*CreateStorageMapFileCreated) Error added in v0.0.2

func (*CreateStorageMapFileCreated) GetPayload added in v0.0.2

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

type CreateStorageMapFileDefault added in v0.0.2

type CreateStorageMapFileDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion string

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

CreateStorageMapFileDefault handles this case with default header values.

General Error

func NewCreateStorageMapFileDefault added in v0.0.2

func NewCreateStorageMapFileDefault(code int) *CreateStorageMapFileDefault

NewCreateStorageMapFileDefault creates a CreateStorageMapFileDefault with default headers values

func (*CreateStorageMapFileDefault) Code added in v0.0.2

func (o *CreateStorageMapFileDefault) Code() int

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

func (*CreateStorageMapFileDefault) Error added in v0.0.2

func (*CreateStorageMapFileDefault) GetPayload added in v0.0.2

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

type CreateStorageMapFileParams added in v0.0.2

type CreateStorageMapFileParams struct {

	/*FileUpload
	  The map file contents

	*/
	FileUpload runtime.NamedReadCloser

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

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

func NewCreateStorageMapFileParams added in v0.0.2

func NewCreateStorageMapFileParams() *CreateStorageMapFileParams

NewCreateStorageMapFileParams creates a new CreateStorageMapFileParams object with the default values initialized.

func NewCreateStorageMapFileParamsWithContext added in v0.0.2

func NewCreateStorageMapFileParamsWithContext(ctx context.Context) *CreateStorageMapFileParams

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

func NewCreateStorageMapFileParamsWithHTTPClient added in v0.0.2

func NewCreateStorageMapFileParamsWithHTTPClient(client *http.Client) *CreateStorageMapFileParams

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

func NewCreateStorageMapFileParamsWithTimeout added in v0.0.2

func NewCreateStorageMapFileParamsWithTimeout(timeout time.Duration) *CreateStorageMapFileParams

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

func (*CreateStorageMapFileParams) SetContext added in v0.0.2

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

SetContext adds the context to the create storage map file params

func (*CreateStorageMapFileParams) SetFileUpload added in v0.0.2

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

SetFileUpload adds the fileUpload to the create storage map file params

func (*CreateStorageMapFileParams) SetHTTPClient added in v0.0.2

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

SetHTTPClient adds the HTTPClient to the create storage map file params

func (*CreateStorageMapFileParams) SetTimeout added in v0.0.2

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

SetTimeout adds the timeout to the create storage map file params

func (*CreateStorageMapFileParams) WithContext added in v0.0.2

WithContext adds the context to the create storage map file params

func (*CreateStorageMapFileParams) WithFileUpload added in v0.0.2

WithFileUpload adds the fileUpload to the create storage map file params

func (*CreateStorageMapFileParams) WithHTTPClient added in v0.0.2

WithHTTPClient adds the HTTPClient to the create storage map file params

func (*CreateStorageMapFileParams) WithTimeout added in v0.0.2

WithTimeout adds the timeout to the create storage map file params

func (*CreateStorageMapFileParams) WriteToRequest added in v0.0.2

WriteToRequest writes these params to a swagger request

type CreateStorageMapFileReader added in v0.0.2

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

CreateStorageMapFileReader is a Reader for the CreateStorageMapFile structure.

func (*CreateStorageMapFileReader) ReadResponse added in v0.0.2

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

	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 string

	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 string

	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 DeleteStorageGeneralFileDefault added in v0.0.18

type DeleteStorageGeneralFileDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion string

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

DeleteStorageGeneralFileDefault handles this case with default header values.

General Error

func NewDeleteStorageGeneralFileDefault added in v0.0.18

func NewDeleteStorageGeneralFileDefault(code int) *DeleteStorageGeneralFileDefault

NewDeleteStorageGeneralFileDefault creates a DeleteStorageGeneralFileDefault with default headers values

func (*DeleteStorageGeneralFileDefault) Code added in v0.0.18

Code gets the status code for the delete storage general file default response

func (*DeleteStorageGeneralFileDefault) Error added in v0.0.18

func (*DeleteStorageGeneralFileDefault) GetPayload added in v0.0.18

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

type DeleteStorageGeneralFileNoContent added in v0.0.18

type DeleteStorageGeneralFileNoContent struct {
}

DeleteStorageGeneralFileNoContent handles this case with default header values.

General use file deleted

func NewDeleteStorageGeneralFileNoContent added in v0.0.18

func NewDeleteStorageGeneralFileNoContent() *DeleteStorageGeneralFileNoContent

NewDeleteStorageGeneralFileNoContent creates a DeleteStorageGeneralFileNoContent with default headers values

func (*DeleteStorageGeneralFileNoContent) Error added in v0.0.18

type DeleteStorageGeneralFileNotFound added in v0.0.18

type DeleteStorageGeneralFileNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

DeleteStorageGeneralFileNotFound handles this case with default header values.

The specified resource was not found

func NewDeleteStorageGeneralFileNotFound added in v0.0.18

func NewDeleteStorageGeneralFileNotFound() *DeleteStorageGeneralFileNotFound

NewDeleteStorageGeneralFileNotFound creates a DeleteStorageGeneralFileNotFound with default headers values

func (*DeleteStorageGeneralFileNotFound) Error added in v0.0.18

func (*DeleteStorageGeneralFileNotFound) GetPayload added in v0.0.18

type DeleteStorageGeneralFileParams added in v0.0.18

type DeleteStorageGeneralFileParams struct {

	/*Name
	  General use file storage_name

	*/
	Name string

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

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

func NewDeleteStorageGeneralFileParams added in v0.0.18

func NewDeleteStorageGeneralFileParams() *DeleteStorageGeneralFileParams

NewDeleteStorageGeneralFileParams creates a new DeleteStorageGeneralFileParams object with the default values initialized.

func NewDeleteStorageGeneralFileParamsWithContext added in v0.0.18

func NewDeleteStorageGeneralFileParamsWithContext(ctx context.Context) *DeleteStorageGeneralFileParams

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

func NewDeleteStorageGeneralFileParamsWithHTTPClient added in v0.0.18

func NewDeleteStorageGeneralFileParamsWithHTTPClient(client *http.Client) *DeleteStorageGeneralFileParams

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

func NewDeleteStorageGeneralFileParamsWithTimeout added in v0.0.18

func NewDeleteStorageGeneralFileParamsWithTimeout(timeout time.Duration) *DeleteStorageGeneralFileParams

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

func (*DeleteStorageGeneralFileParams) SetContext added in v0.0.18

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

SetContext adds the context to the delete storage general file params

func (*DeleteStorageGeneralFileParams) SetHTTPClient added in v0.0.18

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

SetHTTPClient adds the HTTPClient to the delete storage general file params

func (*DeleteStorageGeneralFileParams) SetName added in v0.0.18

func (o *DeleteStorageGeneralFileParams) SetName(name string)

SetName adds the name to the delete storage general file params

func (*DeleteStorageGeneralFileParams) SetTimeout added in v0.0.18

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

SetTimeout adds the timeout to the delete storage general file params

func (*DeleteStorageGeneralFileParams) WithContext added in v0.0.18

WithContext adds the context to the delete storage general file params

func (*DeleteStorageGeneralFileParams) WithHTTPClient added in v0.0.18

WithHTTPClient adds the HTTPClient to the delete storage general file params

func (*DeleteStorageGeneralFileParams) WithName added in v0.0.18

WithName adds the name to the delete storage general file params

func (*DeleteStorageGeneralFileParams) WithTimeout added in v0.0.18

WithTimeout adds the timeout to the delete storage general file params

func (*DeleteStorageGeneralFileParams) WriteToRequest added in v0.0.18

WriteToRequest writes these params to a swagger request

type DeleteStorageGeneralFileReader added in v0.0.18

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

DeleteStorageGeneralFileReader is a Reader for the DeleteStorageGeneralFile structure.

func (*DeleteStorageGeneralFileReader) ReadResponse added in v0.0.18

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

	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 string

	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 DeleteStorageSSLCertificateAccepted added in v0.0.2

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

DeleteStorageSSLCertificateAccepted handles this case with default header values.

SSL certificate deleted and reload requested

func NewDeleteStorageSSLCertificateAccepted added in v0.0.2

func NewDeleteStorageSSLCertificateAccepted() *DeleteStorageSSLCertificateAccepted

NewDeleteStorageSSLCertificateAccepted creates a DeleteStorageSSLCertificateAccepted with default headers values

func (*DeleteStorageSSLCertificateAccepted) Error added in v0.0.2

type DeleteStorageSSLCertificateDefault

type DeleteStorageSSLCertificateDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion string

	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 string

	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 {

	/*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
	/*SkipReload
	  If set, no reload will be initiated after update

	*/
	SkipReload *bool

	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) SetForceReload added in v0.0.2

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

SetForceReload adds the forceReload 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) SetSkipReload added in v0.0.2

func (o *DeleteStorageSSLCertificateParams) SetSkipReload(skipReload *bool)

SetSkipReload adds the skipReload 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) WithForceReload added in v0.0.2

WithForceReload adds the forceReload 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) WithSkipReload added in v0.0.2

WithSkipReload adds the skipReload 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 GetAllStorageGeneralFilesDefault added in v0.0.18

type GetAllStorageGeneralFilesDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion string

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

GetAllStorageGeneralFilesDefault handles this case with default header values.

General Error

func NewGetAllStorageGeneralFilesDefault added in v0.0.18

func NewGetAllStorageGeneralFilesDefault(code int) *GetAllStorageGeneralFilesDefault

NewGetAllStorageGeneralFilesDefault creates a GetAllStorageGeneralFilesDefault with default headers values

func (*GetAllStorageGeneralFilesDefault) Code added in v0.0.18

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

func (*GetAllStorageGeneralFilesDefault) Error added in v0.0.18

func (*GetAllStorageGeneralFilesDefault) GetPayload added in v0.0.18

type GetAllStorageGeneralFilesNotFound added in v0.0.18

type GetAllStorageGeneralFilesNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

GetAllStorageGeneralFilesNotFound handles this case with default header values.

The specified resource was not found

func NewGetAllStorageGeneralFilesNotFound added in v0.0.18

func NewGetAllStorageGeneralFilesNotFound() *GetAllStorageGeneralFilesNotFound

NewGetAllStorageGeneralFilesNotFound creates a GetAllStorageGeneralFilesNotFound with default headers values

func (*GetAllStorageGeneralFilesNotFound) Error added in v0.0.18

func (*GetAllStorageGeneralFilesNotFound) GetPayload added in v0.0.18

type GetAllStorageGeneralFilesOK added in v0.0.18

type GetAllStorageGeneralFilesOK struct {
	Payload models.GeneralFiles
}

GetAllStorageGeneralFilesOK handles this case with default header values.

Successful operation

func NewGetAllStorageGeneralFilesOK added in v0.0.18

func NewGetAllStorageGeneralFilesOK() *GetAllStorageGeneralFilesOK

NewGetAllStorageGeneralFilesOK creates a GetAllStorageGeneralFilesOK with default headers values

func (*GetAllStorageGeneralFilesOK) Error added in v0.0.18

func (*GetAllStorageGeneralFilesOK) GetPayload added in v0.0.18

type GetAllStorageGeneralFilesParams added in v0.0.18

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

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

func NewGetAllStorageGeneralFilesParams added in v0.0.18

func NewGetAllStorageGeneralFilesParams() *GetAllStorageGeneralFilesParams

NewGetAllStorageGeneralFilesParams creates a new GetAllStorageGeneralFilesParams object with the default values initialized.

func NewGetAllStorageGeneralFilesParamsWithContext added in v0.0.18

func NewGetAllStorageGeneralFilesParamsWithContext(ctx context.Context) *GetAllStorageGeneralFilesParams

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

func NewGetAllStorageGeneralFilesParamsWithHTTPClient added in v0.0.18

func NewGetAllStorageGeneralFilesParamsWithHTTPClient(client *http.Client) *GetAllStorageGeneralFilesParams

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

func NewGetAllStorageGeneralFilesParamsWithTimeout added in v0.0.18

func NewGetAllStorageGeneralFilesParamsWithTimeout(timeout time.Duration) *GetAllStorageGeneralFilesParams

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

func (*GetAllStorageGeneralFilesParams) SetContext added in v0.0.18

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

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

func (*GetAllStorageGeneralFilesParams) SetHTTPClient added in v0.0.18

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

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

func (*GetAllStorageGeneralFilesParams) SetTimeout added in v0.0.18

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

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

func (*GetAllStorageGeneralFilesParams) WithContext added in v0.0.18

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

func (*GetAllStorageGeneralFilesParams) WithHTTPClient added in v0.0.18

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

func (*GetAllStorageGeneralFilesParams) WithTimeout added in v0.0.18

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

func (*GetAllStorageGeneralFilesParams) WriteToRequest added in v0.0.18

WriteToRequest writes these params to a swagger request

type GetAllStorageGeneralFilesReader added in v0.0.18

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

GetAllStorageGeneralFilesReader is a Reader for the GetAllStorageGeneralFiles structure.

func (*GetAllStorageGeneralFilesReader) ReadResponse added in v0.0.18

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

	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 string

	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 string

	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 string

	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 GetOneStorageGeneralFileDefault added in v0.0.18

type GetOneStorageGeneralFileDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion string

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

GetOneStorageGeneralFileDefault handles this case with default header values.

General Error

func NewGetOneStorageGeneralFileDefault added in v0.0.18

func NewGetOneStorageGeneralFileDefault(code int) *GetOneStorageGeneralFileDefault

NewGetOneStorageGeneralFileDefault creates a GetOneStorageGeneralFileDefault with default headers values

func (*GetOneStorageGeneralFileDefault) Code added in v0.0.18

Code gets the status code for the get one storage general file default response

func (*GetOneStorageGeneralFileDefault) Error added in v0.0.18

func (*GetOneStorageGeneralFileDefault) GetPayload added in v0.0.18

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

type GetOneStorageGeneralFileNotFound added in v0.0.18

type GetOneStorageGeneralFileNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

GetOneStorageGeneralFileNotFound handles this case with default header values.

The specified resource was not found

func NewGetOneStorageGeneralFileNotFound added in v0.0.18

func NewGetOneStorageGeneralFileNotFound() *GetOneStorageGeneralFileNotFound

NewGetOneStorageGeneralFileNotFound creates a GetOneStorageGeneralFileNotFound with default headers values

func (*GetOneStorageGeneralFileNotFound) Error added in v0.0.18

func (*GetOneStorageGeneralFileNotFound) GetPayload added in v0.0.18

type GetOneStorageGeneralFileOK added in v0.0.18

type GetOneStorageGeneralFileOK struct {
	Payload io.Writer
}

GetOneStorageGeneralFileOK handles this case with default header values.

Successful operation

func NewGetOneStorageGeneralFileOK added in v0.0.18

func NewGetOneStorageGeneralFileOK(writer io.Writer) *GetOneStorageGeneralFileOK

NewGetOneStorageGeneralFileOK creates a GetOneStorageGeneralFileOK with default headers values

func (*GetOneStorageGeneralFileOK) Error added in v0.0.18

func (*GetOneStorageGeneralFileOK) GetPayload added in v0.0.18

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

type GetOneStorageGeneralFileParams added in v0.0.18

type GetOneStorageGeneralFileParams struct {

	/*Name
	  General use file storage_name

	*/
	Name string

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

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

func NewGetOneStorageGeneralFileParams added in v0.0.18

func NewGetOneStorageGeneralFileParams() *GetOneStorageGeneralFileParams

NewGetOneStorageGeneralFileParams creates a new GetOneStorageGeneralFileParams object with the default values initialized.

func NewGetOneStorageGeneralFileParamsWithContext added in v0.0.18

func NewGetOneStorageGeneralFileParamsWithContext(ctx context.Context) *GetOneStorageGeneralFileParams

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

func NewGetOneStorageGeneralFileParamsWithHTTPClient added in v0.0.18

func NewGetOneStorageGeneralFileParamsWithHTTPClient(client *http.Client) *GetOneStorageGeneralFileParams

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

func NewGetOneStorageGeneralFileParamsWithTimeout added in v0.0.18

func NewGetOneStorageGeneralFileParamsWithTimeout(timeout time.Duration) *GetOneStorageGeneralFileParams

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

func (*GetOneStorageGeneralFileParams) SetContext added in v0.0.18

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

SetContext adds the context to the get one storage general file params

func (*GetOneStorageGeneralFileParams) SetHTTPClient added in v0.0.18

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

SetHTTPClient adds the HTTPClient to the get one storage general file params

func (*GetOneStorageGeneralFileParams) SetName added in v0.0.18

func (o *GetOneStorageGeneralFileParams) SetName(name string)

SetName adds the name to the get one storage general file params

func (*GetOneStorageGeneralFileParams) SetTimeout added in v0.0.18

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

SetTimeout adds the timeout to the get one storage general file params

func (*GetOneStorageGeneralFileParams) WithContext added in v0.0.18

WithContext adds the context to the get one storage general file params

func (*GetOneStorageGeneralFileParams) WithHTTPClient added in v0.0.18

WithHTTPClient adds the HTTPClient to the get one storage general file params

func (*GetOneStorageGeneralFileParams) WithName added in v0.0.18

WithName adds the name to the get one storage general file params

func (*GetOneStorageGeneralFileParams) WithTimeout added in v0.0.18

WithTimeout adds the timeout to the get one storage general file params

func (*GetOneStorageGeneralFileParams) WriteToRequest added in v0.0.18

WriteToRequest writes these params to a swagger request

type GetOneStorageGeneralFileReader added in v0.0.18

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

GetOneStorageGeneralFileReader is a Reader for the GetOneStorageGeneralFile structure.

func (*GetOneStorageGeneralFileReader) ReadResponse added in v0.0.18

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

	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 string

	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 string

	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 string

	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 ReplaceStorageGeneralFileAccepted added in v0.0.18

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

ReplaceStorageGeneralFileAccepted handles this case with default header values.

Configuration change accepted and reload requested

func NewReplaceStorageGeneralFileAccepted added in v0.0.18

func NewReplaceStorageGeneralFileAccepted() *ReplaceStorageGeneralFileAccepted

NewReplaceStorageGeneralFileAccepted creates a ReplaceStorageGeneralFileAccepted with default headers values

func (*ReplaceStorageGeneralFileAccepted) Error added in v0.0.18

type ReplaceStorageGeneralFileBadRequest added in v0.0.18

type ReplaceStorageGeneralFileBadRequest struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

ReplaceStorageGeneralFileBadRequest handles this case with default header values.

Bad request

func NewReplaceStorageGeneralFileBadRequest added in v0.0.18

func NewReplaceStorageGeneralFileBadRequest() *ReplaceStorageGeneralFileBadRequest

NewReplaceStorageGeneralFileBadRequest creates a ReplaceStorageGeneralFileBadRequest with default headers values

func (*ReplaceStorageGeneralFileBadRequest) Error added in v0.0.18

func (*ReplaceStorageGeneralFileBadRequest) GetPayload added in v0.0.18

type ReplaceStorageGeneralFileDefault added in v0.0.18

type ReplaceStorageGeneralFileDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion string

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

ReplaceStorageGeneralFileDefault handles this case with default header values.

General Error

func NewReplaceStorageGeneralFileDefault added in v0.0.18

func NewReplaceStorageGeneralFileDefault(code int) *ReplaceStorageGeneralFileDefault

NewReplaceStorageGeneralFileDefault creates a ReplaceStorageGeneralFileDefault with default headers values

func (*ReplaceStorageGeneralFileDefault) Code added in v0.0.18

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

func (*ReplaceStorageGeneralFileDefault) Error added in v0.0.18

func (*ReplaceStorageGeneralFileDefault) GetPayload added in v0.0.18

type ReplaceStorageGeneralFileNoContent added in v0.0.18

type ReplaceStorageGeneralFileNoContent struct {
}

ReplaceStorageGeneralFileNoContent handles this case with default header values.

General use file replaced

func NewReplaceStorageGeneralFileNoContent added in v0.0.18

func NewReplaceStorageGeneralFileNoContent() *ReplaceStorageGeneralFileNoContent

NewReplaceStorageGeneralFileNoContent creates a ReplaceStorageGeneralFileNoContent with default headers values

func (*ReplaceStorageGeneralFileNoContent) Error added in v0.0.18

type ReplaceStorageGeneralFileNotFound added in v0.0.18

type ReplaceStorageGeneralFileNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

ReplaceStorageGeneralFileNotFound handles this case with default header values.

The specified resource was not found

func NewReplaceStorageGeneralFileNotFound added in v0.0.18

func NewReplaceStorageGeneralFileNotFound() *ReplaceStorageGeneralFileNotFound

NewReplaceStorageGeneralFileNotFound creates a ReplaceStorageGeneralFileNotFound with default headers values

func (*ReplaceStorageGeneralFileNotFound) Error added in v0.0.18

func (*ReplaceStorageGeneralFileNotFound) GetPayload added in v0.0.18

type ReplaceStorageGeneralFileParams added in v0.0.18

type ReplaceStorageGeneralFileParams 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
	  General use file storage_name

	*/
	Name string
	/*SkipReload
	  If set, no reload will be initiated after update

	*/
	SkipReload *bool

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

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

func NewReplaceStorageGeneralFileParams added in v0.0.18

func NewReplaceStorageGeneralFileParams() *ReplaceStorageGeneralFileParams

NewReplaceStorageGeneralFileParams creates a new ReplaceStorageGeneralFileParams object with the default values initialized.

func NewReplaceStorageGeneralFileParamsWithContext added in v0.0.18

func NewReplaceStorageGeneralFileParamsWithContext(ctx context.Context) *ReplaceStorageGeneralFileParams

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

func NewReplaceStorageGeneralFileParamsWithHTTPClient added in v0.0.18

func NewReplaceStorageGeneralFileParamsWithHTTPClient(client *http.Client) *ReplaceStorageGeneralFileParams

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

func NewReplaceStorageGeneralFileParamsWithTimeout added in v0.0.18

func NewReplaceStorageGeneralFileParamsWithTimeout(timeout time.Duration) *ReplaceStorageGeneralFileParams

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

func (*ReplaceStorageGeneralFileParams) SetContext added in v0.0.18

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

SetContext adds the context to the replace storage general file params

func (*ReplaceStorageGeneralFileParams) SetData added in v0.0.18

func (o *ReplaceStorageGeneralFileParams) SetData(data string)

SetData adds the data to the replace storage general file params

func (*ReplaceStorageGeneralFileParams) SetForceReload added in v0.0.18

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

SetForceReload adds the forceReload to the replace storage general file params

func (*ReplaceStorageGeneralFileParams) SetHTTPClient added in v0.0.18

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

SetHTTPClient adds the HTTPClient to the replace storage general file params

func (*ReplaceStorageGeneralFileParams) SetName added in v0.0.18

func (o *ReplaceStorageGeneralFileParams) SetName(name string)

SetName adds the name to the replace storage general file params

func (*ReplaceStorageGeneralFileParams) SetSkipReload added in v0.0.18

func (o *ReplaceStorageGeneralFileParams) SetSkipReload(skipReload *bool)

SetSkipReload adds the skipReload to the replace storage general file params

func (*ReplaceStorageGeneralFileParams) SetTimeout added in v0.0.18

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

SetTimeout adds the timeout to the replace storage general file params

func (*ReplaceStorageGeneralFileParams) WithContext added in v0.0.18

WithContext adds the context to the replace storage general file params

func (*ReplaceStorageGeneralFileParams) WithData added in v0.0.18

WithData adds the data to the replace storage general file params

func (*ReplaceStorageGeneralFileParams) WithForceReload added in v0.0.18

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

WithForceReload adds the forceReload to the replace storage general file params

func (*ReplaceStorageGeneralFileParams) WithHTTPClient added in v0.0.18

WithHTTPClient adds the HTTPClient to the replace storage general file params

func (*ReplaceStorageGeneralFileParams) WithName added in v0.0.18

WithName adds the name to the replace storage general file params

func (*ReplaceStorageGeneralFileParams) WithSkipReload added in v0.0.18

WithSkipReload adds the skipReload to the replace storage general file params

func (*ReplaceStorageGeneralFileParams) WithTimeout added in v0.0.18

WithTimeout adds the timeout to the replace storage general file params

func (*ReplaceStorageGeneralFileParams) WriteToRequest added in v0.0.18

WriteToRequest writes these params to a swagger request

type ReplaceStorageGeneralFileReader added in v0.0.18

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

ReplaceStorageGeneralFileReader is a Reader for the ReplaceStorageGeneralFile structure.

func (*ReplaceStorageGeneralFileReader) ReadResponse added in v0.0.18

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

	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 string

	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 string

	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
	/*SkipReload
	  If set, no reload will be initiated after update

	*/
	SkipReload *bool

	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) SetSkipReload added in v0.0.2

func (o *ReplaceStorageMapFileParams) SetSkipReload(skipReload *bool)

SetSkipReload adds the skipReload 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) WithSkipReload added in v0.0.2

func (o *ReplaceStorageMapFileParams) WithSkipReload(skipReload *bool) *ReplaceStorageMapFileParams

WithSkipReload adds the skipReload 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 {
	/*ID of the requested reload
	 */
	ReloadID string

	Payload *models.SslCertificate
}

ReplaceStorageSSLCertificateAccepted handles this case with default header values.

SSL certificate replaced and reload requested

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 string

	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 string

	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 string

	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 ReplaceStorageSSLCertificateOK added in v0.0.2

type ReplaceStorageSSLCertificateOK struct {
	Payload *models.SslCertificate
}

ReplaceStorageSSLCertificateOK handles this case with default header values.

SSL certificate replaced

func NewReplaceStorageSSLCertificateOK added in v0.0.2

func NewReplaceStorageSSLCertificateOK() *ReplaceStorageSSLCertificateOK

NewReplaceStorageSSLCertificateOK creates a ReplaceStorageSSLCertificateOK with default headers values

func (*ReplaceStorageSSLCertificateOK) Error added in v0.0.2

func (*ReplaceStorageSSLCertificateOK) GetPayload added in v0.0.2

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
	/*SkipReload
	  If set, no reload will be initiated after update

	*/
	SkipReload *bool

	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) SetSkipReload added in v0.0.2

func (o *ReplaceStorageSSLCertificateParams) SetSkipReload(skipReload *bool)

SetSkipReload adds the skipReload 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) WithSkipReload added in v0.0.2

WithSkipReload adds the skipReload 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