storage

package
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2023 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

func (a *Client) CreateStorageGeneralFile(params *CreateStorageGeneralFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateStorageGeneralFileCreated, error)

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, opts ...ClientOption) (*CreateStorageMapFileCreated, error)

CreateStorageMapFile creates a managed storage map file with its entries

Creates a managed storage map file with its entries.

func (*Client) CreateStorageSSLCertificate

func (a *Client) CreateStorageSSLCertificate(params *CreateStorageSSLCertificateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateStorageSSLCertificateCreated, error)

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, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*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 ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateStorageGeneralFile(params *CreateStorageGeneralFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateStorageGeneralFileCreated, error)

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

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

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

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

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

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

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

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

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

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

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

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

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

	ReplaceStorageSSLCertificate(params *ReplaceStorageSSLCertificateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*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 describes a response with status code 400, 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) Code added in v1.1.5

Code gets the status code for the create storage general file bad request response

func (*CreateStorageGeneralFileBadRequest) Error added in v0.0.18

func (*CreateStorageGeneralFileBadRequest) GetPayload added in v0.0.18

func (*CreateStorageGeneralFileBadRequest) IsClientError added in v1.1.0

func (o *CreateStorageGeneralFileBadRequest) IsClientError() bool

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

func (*CreateStorageGeneralFileBadRequest) IsCode added in v1.1.0

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

func (*CreateStorageGeneralFileBadRequest) IsRedirect added in v1.1.0

func (o *CreateStorageGeneralFileBadRequest) IsRedirect() bool

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

func (*CreateStorageGeneralFileBadRequest) IsServerError added in v1.1.0

func (o *CreateStorageGeneralFileBadRequest) IsServerError() bool

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

func (*CreateStorageGeneralFileBadRequest) IsSuccess added in v1.1.0

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

func (*CreateStorageGeneralFileBadRequest) String added in v1.1.0

type CreateStorageGeneralFileConflict added in v0.0.18

type CreateStorageGeneralFileConflict struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

CreateStorageGeneralFileConflict describes a response with status code 409, 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) Code added in v1.1.5

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

func (*CreateStorageGeneralFileConflict) Error added in v0.0.18

func (*CreateStorageGeneralFileConflict) GetPayload added in v0.0.18

func (*CreateStorageGeneralFileConflict) IsClientError added in v1.1.0

func (o *CreateStorageGeneralFileConflict) IsClientError() bool

IsClientError returns true when this create storage general file conflict response has a 4xx status code

func (*CreateStorageGeneralFileConflict) IsCode added in v1.1.0

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

IsCode returns true when this create storage general file conflict response a status code equal to that given

func (*CreateStorageGeneralFileConflict) IsRedirect added in v1.1.0

func (o *CreateStorageGeneralFileConflict) IsRedirect() bool

IsRedirect returns true when this create storage general file conflict response has a 3xx status code

func (*CreateStorageGeneralFileConflict) IsServerError added in v1.1.0

func (o *CreateStorageGeneralFileConflict) IsServerError() bool

IsServerError returns true when this create storage general file conflict response has a 5xx status code

func (*CreateStorageGeneralFileConflict) IsSuccess added in v1.1.0

func (o *CreateStorageGeneralFileConflict) IsSuccess() bool

IsSuccess returns true when this create storage general file conflict response has a 2xx status code

func (*CreateStorageGeneralFileConflict) String added in v1.1.0

type CreateStorageGeneralFileCreated added in v0.0.18

type CreateStorageGeneralFileCreated struct {
	Payload *models.GeneralFile
}

CreateStorageGeneralFileCreated describes a response with status code 201, 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) Code added in v1.1.5

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

func (*CreateStorageGeneralFileCreated) Error added in v0.0.18

func (*CreateStorageGeneralFileCreated) GetPayload added in v0.0.18

func (*CreateStorageGeneralFileCreated) IsClientError added in v1.1.0

func (o *CreateStorageGeneralFileCreated) IsClientError() bool

IsClientError returns true when this create storage general file created response has a 4xx status code

func (*CreateStorageGeneralFileCreated) IsCode added in v1.1.0

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

IsCode returns true when this create storage general file created response a status code equal to that given

func (*CreateStorageGeneralFileCreated) IsRedirect added in v1.1.0

func (o *CreateStorageGeneralFileCreated) IsRedirect() bool

IsRedirect returns true when this create storage general file created response has a 3xx status code

func (*CreateStorageGeneralFileCreated) IsServerError added in v1.1.0

func (o *CreateStorageGeneralFileCreated) IsServerError() bool

IsServerError returns true when this create storage general file created response has a 5xx status code

func (*CreateStorageGeneralFileCreated) IsSuccess added in v1.1.0

func (o *CreateStorageGeneralFileCreated) IsSuccess() bool

IsSuccess returns true when this create storage general file created response has a 2xx status code

func (*CreateStorageGeneralFileCreated) String added in v1.1.0

type CreateStorageGeneralFileDefault added in v0.0.18

type CreateStorageGeneralFileDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

CreateStorageGeneralFileDefault describes a response with status code -1, 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

func (*CreateStorageGeneralFileDefault) IsClientError added in v1.1.0

func (o *CreateStorageGeneralFileDefault) IsClientError() bool

IsClientError returns true when this create storage general file default response has a 4xx status code

func (*CreateStorageGeneralFileDefault) IsCode added in v1.1.0

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

IsCode returns true when this create storage general file default response a status code equal to that given

func (*CreateStorageGeneralFileDefault) IsRedirect added in v1.1.0

func (o *CreateStorageGeneralFileDefault) IsRedirect() bool

IsRedirect returns true when this create storage general file default response has a 3xx status code

func (*CreateStorageGeneralFileDefault) IsServerError added in v1.1.0

func (o *CreateStorageGeneralFileDefault) IsServerError() bool

IsServerError returns true when this create storage general file default response has a 5xx status code

func (*CreateStorageGeneralFileDefault) IsSuccess added in v1.1.0

func (o *CreateStorageGeneralFileDefault) IsSuccess() bool

IsSuccess returns true when this create storage general file default response has a 2xx status code

func (*CreateStorageGeneralFileDefault) String added in v1.1.0

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateStorageGeneralFileParamsWithContext added in v0.0.18

func NewCreateStorageGeneralFileParamsWithContext(ctx context.Context) *CreateStorageGeneralFileParams

NewCreateStorageGeneralFileParamsWithContext creates a new CreateStorageGeneralFileParams object with 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 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 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) SetDefaults added in v1.0.0

func (o *CreateStorageGeneralFileParams) SetDefaults()

SetDefaults hydrates default values in the create storage general file params (not the query body).

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

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) WithDefaults added in v1.0.0

WithDefaults hydrates default values in the create storage general file params (not the query body).

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

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 describes a response with status code 400, 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) Code added in v1.1.5

Code gets the status code for the create storage map file bad request response

func (*CreateStorageMapFileBadRequest) Error added in v0.0.2

func (*CreateStorageMapFileBadRequest) GetPayload added in v0.0.2

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

func (*CreateStorageMapFileBadRequest) IsClientError added in v1.1.0

func (o *CreateStorageMapFileBadRequest) IsClientError() bool

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

func (*CreateStorageMapFileBadRequest) IsCode added in v1.1.0

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

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

func (*CreateStorageMapFileBadRequest) IsRedirect added in v1.1.0

func (o *CreateStorageMapFileBadRequest) IsRedirect() bool

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

func (*CreateStorageMapFileBadRequest) IsServerError added in v1.1.0

func (o *CreateStorageMapFileBadRequest) IsServerError() bool

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

func (*CreateStorageMapFileBadRequest) IsSuccess added in v1.1.0

func (o *CreateStorageMapFileBadRequest) IsSuccess() bool

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

func (*CreateStorageMapFileBadRequest) String added in v1.1.0

type CreateStorageMapFileConflict added in v0.0.2

type CreateStorageMapFileConflict struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

CreateStorageMapFileConflict describes a response with status code 409, 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) Code added in v1.1.5

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

func (*CreateStorageMapFileConflict) Error added in v0.0.2

func (*CreateStorageMapFileConflict) GetPayload added in v0.0.2

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

func (*CreateStorageMapFileConflict) IsClientError added in v1.1.0

func (o *CreateStorageMapFileConflict) IsClientError() bool

IsClientError returns true when this create storage map file conflict response has a 4xx status code

func (*CreateStorageMapFileConflict) IsCode added in v1.1.0

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

IsCode returns true when this create storage map file conflict response a status code equal to that given

func (*CreateStorageMapFileConflict) IsRedirect added in v1.1.0

func (o *CreateStorageMapFileConflict) IsRedirect() bool

IsRedirect returns true when this create storage map file conflict response has a 3xx status code

func (*CreateStorageMapFileConflict) IsServerError added in v1.1.0

func (o *CreateStorageMapFileConflict) IsServerError() bool

IsServerError returns true when this create storage map file conflict response has a 5xx status code

func (*CreateStorageMapFileConflict) IsSuccess added in v1.1.0

func (o *CreateStorageMapFileConflict) IsSuccess() bool

IsSuccess returns true when this create storage map file conflict response has a 2xx status code

func (*CreateStorageMapFileConflict) String added in v1.1.0

type CreateStorageMapFileCreated added in v0.0.2

type CreateStorageMapFileCreated struct {
	Payload *models.Map
}

CreateStorageMapFileCreated describes a response with status code 201, 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) Code added in v1.1.5

func (o *CreateStorageMapFileCreated) Code() int

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

func (*CreateStorageMapFileCreated) Error added in v0.0.2

func (*CreateStorageMapFileCreated) GetPayload added in v0.0.2

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

func (*CreateStorageMapFileCreated) IsClientError added in v1.1.0

func (o *CreateStorageMapFileCreated) IsClientError() bool

IsClientError returns true when this create storage map file created response has a 4xx status code

func (*CreateStorageMapFileCreated) IsCode added in v1.1.0

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

IsCode returns true when this create storage map file created response a status code equal to that given

func (*CreateStorageMapFileCreated) IsRedirect added in v1.1.0

func (o *CreateStorageMapFileCreated) IsRedirect() bool

IsRedirect returns true when this create storage map file created response has a 3xx status code

func (*CreateStorageMapFileCreated) IsServerError added in v1.1.0

func (o *CreateStorageMapFileCreated) IsServerError() bool

IsServerError returns true when this create storage map file created response has a 5xx status code

func (*CreateStorageMapFileCreated) IsSuccess added in v1.1.0

func (o *CreateStorageMapFileCreated) IsSuccess() bool

IsSuccess returns true when this create storage map file created response has a 2xx status code

func (*CreateStorageMapFileCreated) String added in v1.1.0

func (o *CreateStorageMapFileCreated) String() string

type CreateStorageMapFileDefault added in v0.0.2

type CreateStorageMapFileDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

CreateStorageMapFileDefault describes a response with status code -1, 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

func (*CreateStorageMapFileDefault) IsClientError added in v1.1.0

func (o *CreateStorageMapFileDefault) IsClientError() bool

IsClientError returns true when this create storage map file default response has a 4xx status code

func (*CreateStorageMapFileDefault) IsCode added in v1.1.0

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

IsCode returns true when this create storage map file default response a status code equal to that given

func (*CreateStorageMapFileDefault) IsRedirect added in v1.1.0

func (o *CreateStorageMapFileDefault) IsRedirect() bool

IsRedirect returns true when this create storage map file default response has a 3xx status code

func (*CreateStorageMapFileDefault) IsServerError added in v1.1.0

func (o *CreateStorageMapFileDefault) IsServerError() bool

IsServerError returns true when this create storage map file default response has a 5xx status code

func (*CreateStorageMapFileDefault) IsSuccess added in v1.1.0

func (o *CreateStorageMapFileDefault) IsSuccess() bool

IsSuccess returns true when this create storage map file default response has a 2xx status code

func (*CreateStorageMapFileDefault) String added in v1.1.0

func (o *CreateStorageMapFileDefault) String() string

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateStorageMapFileParamsWithContext added in v0.0.2

func NewCreateStorageMapFileParamsWithContext(ctx context.Context) *CreateStorageMapFileParams

NewCreateStorageMapFileParamsWithContext creates a new CreateStorageMapFileParams object with 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 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 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) SetDefaults added in v0.0.2

func (o *CreateStorageMapFileParams) SetDefaults()

SetDefaults hydrates default values in the create storage map file params (not the query body).

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

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

WithDefaults hydrates default values in the create storage map file params (not the query body).

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

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 describes a response with status code 400, with default header values.

Bad request

func NewCreateStorageSSLCertificateBadRequest

func NewCreateStorageSSLCertificateBadRequest() *CreateStorageSSLCertificateBadRequest

NewCreateStorageSSLCertificateBadRequest creates a CreateStorageSSLCertificateBadRequest with default headers values

func (*CreateStorageSSLCertificateBadRequest) Code added in v1.1.5

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

func (*CreateStorageSSLCertificateBadRequest) Error

func (*CreateStorageSSLCertificateBadRequest) GetPayload

func (*CreateStorageSSLCertificateBadRequest) IsClientError added in v1.1.0

func (o *CreateStorageSSLCertificateBadRequest) IsClientError() bool

IsClientError returns true when this create storage s s l certificate bad request response has a 4xx status code

func (*CreateStorageSSLCertificateBadRequest) IsCode added in v1.1.0

IsCode returns true when this create storage s s l certificate bad request response a status code equal to that given

func (*CreateStorageSSLCertificateBadRequest) IsRedirect added in v1.1.0

IsRedirect returns true when this create storage s s l certificate bad request response has a 3xx status code

func (*CreateStorageSSLCertificateBadRequest) IsServerError added in v1.1.0

func (o *CreateStorageSSLCertificateBadRequest) IsServerError() bool

IsServerError returns true when this create storage s s l certificate bad request response has a 5xx status code

func (*CreateStorageSSLCertificateBadRequest) IsSuccess added in v1.1.0

IsSuccess returns true when this create storage s s l certificate bad request response has a 2xx status code

func (*CreateStorageSSLCertificateBadRequest) String added in v1.1.0

type CreateStorageSSLCertificateConflict

type CreateStorageSSLCertificateConflict struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

CreateStorageSSLCertificateConflict describes a response with status code 409, with default header values.

The specified resource already exists

func NewCreateStorageSSLCertificateConflict

func NewCreateStorageSSLCertificateConflict() *CreateStorageSSLCertificateConflict

NewCreateStorageSSLCertificateConflict creates a CreateStorageSSLCertificateConflict with default headers values

func (*CreateStorageSSLCertificateConflict) Code added in v1.1.5

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

func (*CreateStorageSSLCertificateConflict) Error

func (*CreateStorageSSLCertificateConflict) GetPayload

func (*CreateStorageSSLCertificateConflict) IsClientError added in v1.1.0

func (o *CreateStorageSSLCertificateConflict) IsClientError() bool

IsClientError returns true when this create storage s s l certificate conflict response has a 4xx status code

func (*CreateStorageSSLCertificateConflict) IsCode added in v1.1.0

IsCode returns true when this create storage s s l certificate conflict response a status code equal to that given

func (*CreateStorageSSLCertificateConflict) IsRedirect added in v1.1.0

func (o *CreateStorageSSLCertificateConflict) IsRedirect() bool

IsRedirect returns true when this create storage s s l certificate conflict response has a 3xx status code

func (*CreateStorageSSLCertificateConflict) IsServerError added in v1.1.0

func (o *CreateStorageSSLCertificateConflict) IsServerError() bool

IsServerError returns true when this create storage s s l certificate conflict response has a 5xx status code

func (*CreateStorageSSLCertificateConflict) IsSuccess added in v1.1.0

IsSuccess returns true when this create storage s s l certificate conflict response has a 2xx status code

func (*CreateStorageSSLCertificateConflict) String added in v1.1.0

type CreateStorageSSLCertificateCreated

type CreateStorageSSLCertificateCreated struct {
	Payload *models.SslCertificate
}

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

SSL certificate created

func NewCreateStorageSSLCertificateCreated

func NewCreateStorageSSLCertificateCreated() *CreateStorageSSLCertificateCreated

NewCreateStorageSSLCertificateCreated creates a CreateStorageSSLCertificateCreated with default headers values

func (*CreateStorageSSLCertificateCreated) Code added in v1.1.5

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

func (*CreateStorageSSLCertificateCreated) Error

func (*CreateStorageSSLCertificateCreated) GetPayload

func (*CreateStorageSSLCertificateCreated) IsClientError added in v1.1.0

func (o *CreateStorageSSLCertificateCreated) IsClientError() bool

IsClientError returns true when this create storage s s l certificate created response has a 4xx status code

func (*CreateStorageSSLCertificateCreated) IsCode added in v1.1.0

IsCode returns true when this create storage s s l certificate created response a status code equal to that given

func (*CreateStorageSSLCertificateCreated) IsRedirect added in v1.1.0

func (o *CreateStorageSSLCertificateCreated) IsRedirect() bool

IsRedirect returns true when this create storage s s l certificate created response has a 3xx status code

func (*CreateStorageSSLCertificateCreated) IsServerError added in v1.1.0

func (o *CreateStorageSSLCertificateCreated) IsServerError() bool

IsServerError returns true when this create storage s s l certificate created response has a 5xx status code

func (*CreateStorageSSLCertificateCreated) IsSuccess added in v1.1.0

IsSuccess returns true when this create storage s s l certificate created response has a 2xx status code

func (*CreateStorageSSLCertificateCreated) String added in v1.1.0

type CreateStorageSSLCertificateDefault

type CreateStorageSSLCertificateDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

CreateStorageSSLCertificateDefault describes a response with status code -1, 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

func (*CreateStorageSSLCertificateDefault) IsClientError added in v1.1.0

func (o *CreateStorageSSLCertificateDefault) IsClientError() bool

IsClientError returns true when this create storage s s l certificate default response has a 4xx status code

func (*CreateStorageSSLCertificateDefault) IsCode added in v1.1.0

IsCode returns true when this create storage s s l certificate default response a status code equal to that given

func (*CreateStorageSSLCertificateDefault) IsRedirect added in v1.1.0

func (o *CreateStorageSSLCertificateDefault) IsRedirect() bool

IsRedirect returns true when this create storage s s l certificate default response has a 3xx status code

func (*CreateStorageSSLCertificateDefault) IsServerError added in v1.1.0

func (o *CreateStorageSSLCertificateDefault) IsServerError() bool

IsServerError returns true when this create storage s s l certificate default response has a 5xx status code

func (*CreateStorageSSLCertificateDefault) IsSuccess added in v1.1.0

IsSuccess returns true when this create storage s s l certificate default response has a 2xx status code

func (*CreateStorageSSLCertificateDefault) String added in v1.1.0

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCreateStorageSSLCertificateParamsWithContext

func NewCreateStorageSSLCertificateParamsWithContext(ctx context.Context) *CreateStorageSSLCertificateParams

NewCreateStorageSSLCertificateParamsWithContext creates a new CreateStorageSSLCertificateParams object with 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 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 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) SetDefaults

func (o *CreateStorageSSLCertificateParams) SetDefaults()

SetDefaults hydrates default values in the create storage s s l certificate params (not the query body).

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

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) WithDefaults

WithDefaults hydrates default values in the create storage s s l certificate params (not the query body).

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

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 describes a response with status code -1, 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

func (*DeleteStorageGeneralFileDefault) IsClientError added in v1.1.0

func (o *DeleteStorageGeneralFileDefault) IsClientError() bool

IsClientError returns true when this delete storage general file default response has a 4xx status code

func (*DeleteStorageGeneralFileDefault) IsCode added in v1.1.0

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

IsCode returns true when this delete storage general file default response a status code equal to that given

func (*DeleteStorageGeneralFileDefault) IsRedirect added in v1.1.0

func (o *DeleteStorageGeneralFileDefault) IsRedirect() bool

IsRedirect returns true when this delete storage general file default response has a 3xx status code

func (*DeleteStorageGeneralFileDefault) IsServerError added in v1.1.0

func (o *DeleteStorageGeneralFileDefault) IsServerError() bool

IsServerError returns true when this delete storage general file default response has a 5xx status code

func (*DeleteStorageGeneralFileDefault) IsSuccess added in v1.1.0

func (o *DeleteStorageGeneralFileDefault) IsSuccess() bool

IsSuccess returns true when this delete storage general file default response has a 2xx status code

func (*DeleteStorageGeneralFileDefault) String added in v1.1.0

type DeleteStorageGeneralFileNoContent added in v0.0.18

type DeleteStorageGeneralFileNoContent struct {
}

DeleteStorageGeneralFileNoContent describes a response with status code 204, 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) Code added in v1.1.5

Code gets the status code for the delete storage general file no content response

func (*DeleteStorageGeneralFileNoContent) Error added in v0.0.18

func (*DeleteStorageGeneralFileNoContent) IsClientError added in v1.1.0

func (o *DeleteStorageGeneralFileNoContent) IsClientError() bool

IsClientError returns true when this delete storage general file no content response has a 4xx status code

func (*DeleteStorageGeneralFileNoContent) IsCode added in v1.1.0

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

IsCode returns true when this delete storage general file no content response a status code equal to that given

func (*DeleteStorageGeneralFileNoContent) IsRedirect added in v1.1.0

func (o *DeleteStorageGeneralFileNoContent) IsRedirect() bool

IsRedirect returns true when this delete storage general file no content response has a 3xx status code

func (*DeleteStorageGeneralFileNoContent) IsServerError added in v1.1.0

func (o *DeleteStorageGeneralFileNoContent) IsServerError() bool

IsServerError returns true when this delete storage general file no content response has a 5xx status code

func (*DeleteStorageGeneralFileNoContent) IsSuccess added in v1.1.0

func (o *DeleteStorageGeneralFileNoContent) IsSuccess() bool

IsSuccess returns true when this delete storage general file no content response has a 2xx status code

func (*DeleteStorageGeneralFileNoContent) String added in v1.1.0

type DeleteStorageGeneralFileNotFound added in v0.0.18

type DeleteStorageGeneralFileNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

DeleteStorageGeneralFileNotFound describes a response with status code 404, 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) Code added in v1.1.5

Code gets the status code for the delete storage general file not found response

func (*DeleteStorageGeneralFileNotFound) Error added in v0.0.18

func (*DeleteStorageGeneralFileNotFound) GetPayload added in v0.0.18

func (*DeleteStorageGeneralFileNotFound) IsClientError added in v1.1.0

func (o *DeleteStorageGeneralFileNotFound) IsClientError() bool

IsClientError returns true when this delete storage general file not found response has a 4xx status code

func (*DeleteStorageGeneralFileNotFound) IsCode added in v1.1.0

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

IsCode returns true when this delete storage general file not found response a status code equal to that given

func (*DeleteStorageGeneralFileNotFound) IsRedirect added in v1.1.0

func (o *DeleteStorageGeneralFileNotFound) IsRedirect() bool

IsRedirect returns true when this delete storage general file not found response has a 3xx status code

func (*DeleteStorageGeneralFileNotFound) IsServerError added in v1.1.0

func (o *DeleteStorageGeneralFileNotFound) IsServerError() bool

IsServerError returns true when this delete storage general file not found response has a 5xx status code

func (*DeleteStorageGeneralFileNotFound) IsSuccess added in v1.1.0

func (o *DeleteStorageGeneralFileNotFound) IsSuccess() bool

IsSuccess returns true when this delete storage general file not found response has a 2xx status code

func (*DeleteStorageGeneralFileNotFound) String added in v1.1.0

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteStorageGeneralFileParamsWithContext added in v0.0.18

func NewDeleteStorageGeneralFileParamsWithContext(ctx context.Context) *DeleteStorageGeneralFileParams

NewDeleteStorageGeneralFileParamsWithContext creates a new DeleteStorageGeneralFileParams object with 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 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 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) SetDefaults added in v1.0.0

func (o *DeleteStorageGeneralFileParams) SetDefaults()

SetDefaults hydrates default values in the delete storage general file params (not the query body).

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

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) WithDefaults added in v1.0.0

WithDefaults hydrates default values in the delete storage general file params (not the query body).

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

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 describes a response with status code -1, 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

func (*DeleteStorageMapDefault) IsClientError added in v1.1.0

func (o *DeleteStorageMapDefault) IsClientError() bool

IsClientError returns true when this delete storage map default response has a 4xx status code

func (*DeleteStorageMapDefault) IsCode added in v1.1.0

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

IsCode returns true when this delete storage map default response a status code equal to that given

func (*DeleteStorageMapDefault) IsRedirect added in v1.1.0

func (o *DeleteStorageMapDefault) IsRedirect() bool

IsRedirect returns true when this delete storage map default response has a 3xx status code

func (*DeleteStorageMapDefault) IsServerError added in v1.1.0

func (o *DeleteStorageMapDefault) IsServerError() bool

IsServerError returns true when this delete storage map default response has a 5xx status code

func (*DeleteStorageMapDefault) IsSuccess added in v1.1.0

func (o *DeleteStorageMapDefault) IsSuccess() bool

IsSuccess returns true when this delete storage map default response has a 2xx status code

func (*DeleteStorageMapDefault) String added in v1.1.0

func (o *DeleteStorageMapDefault) String() string

type DeleteStorageMapNoContent

type DeleteStorageMapNoContent struct {
}

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

Map file deleted

func NewDeleteStorageMapNoContent

func NewDeleteStorageMapNoContent() *DeleteStorageMapNoContent

NewDeleteStorageMapNoContent creates a DeleteStorageMapNoContent with default headers values

func (*DeleteStorageMapNoContent) Code added in v1.1.5

func (o *DeleteStorageMapNoContent) Code() int

Code gets the status code for the delete storage map no content response

func (*DeleteStorageMapNoContent) Error

func (o *DeleteStorageMapNoContent) Error() string

func (*DeleteStorageMapNoContent) IsClientError added in v1.1.0

func (o *DeleteStorageMapNoContent) IsClientError() bool

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

func (*DeleteStorageMapNoContent) IsCode added in v1.1.0

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

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

func (*DeleteStorageMapNoContent) IsRedirect added in v1.1.0

func (o *DeleteStorageMapNoContent) IsRedirect() bool

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

func (*DeleteStorageMapNoContent) IsServerError added in v1.1.0

func (o *DeleteStorageMapNoContent) IsServerError() bool

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

func (*DeleteStorageMapNoContent) IsSuccess added in v1.1.0

func (o *DeleteStorageMapNoContent) IsSuccess() bool

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

func (*DeleteStorageMapNoContent) String added in v1.1.0

func (o *DeleteStorageMapNoContent) String() string

type DeleteStorageMapNotFound

type DeleteStorageMapNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

DeleteStorageMapNotFound describes a response with status code 404, 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) Code added in v1.1.5

func (o *DeleteStorageMapNotFound) Code() int

Code gets the status code for the delete storage map not found response

func (*DeleteStorageMapNotFound) Error

func (o *DeleteStorageMapNotFound) Error() string

func (*DeleteStorageMapNotFound) GetPayload

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

func (*DeleteStorageMapNotFound) IsClientError added in v1.1.0

func (o *DeleteStorageMapNotFound) IsClientError() bool

IsClientError returns true when this delete storage map not found response has a 4xx status code

func (*DeleteStorageMapNotFound) IsCode added in v1.1.0

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

IsCode returns true when this delete storage map not found response a status code equal to that given

func (*DeleteStorageMapNotFound) IsRedirect added in v1.1.0

func (o *DeleteStorageMapNotFound) IsRedirect() bool

IsRedirect returns true when this delete storage map not found response has a 3xx status code

func (*DeleteStorageMapNotFound) IsServerError added in v1.1.0

func (o *DeleteStorageMapNotFound) IsServerError() bool

IsServerError returns true when this delete storage map not found response has a 5xx status code

func (*DeleteStorageMapNotFound) IsSuccess added in v1.1.0

func (o *DeleteStorageMapNotFound) IsSuccess() bool

IsSuccess returns true when this delete storage map not found response has a 2xx status code

func (*DeleteStorageMapNotFound) String added in v1.1.0

func (o *DeleteStorageMapNotFound) String() string

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteStorageMapParamsWithContext

func NewDeleteStorageMapParamsWithContext(ctx context.Context) *DeleteStorageMapParams

NewDeleteStorageMapParamsWithContext creates a new DeleteStorageMapParams object with 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 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 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) SetDefaults

func (o *DeleteStorageMapParams) SetDefaults()

SetDefaults hydrates default values in the delete storage map params (not the query body).

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

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) WithDefaults

WithDefaults hydrates default values in the delete storage map params (not the query body).

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

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 describes a response with status code 202, 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) Code added in v1.1.5

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

func (*DeleteStorageSSLCertificateAccepted) Error added in v0.0.2

func (*DeleteStorageSSLCertificateAccepted) IsClientError added in v1.1.0

func (o *DeleteStorageSSLCertificateAccepted) IsClientError() bool

IsClientError returns true when this delete storage s s l certificate accepted response has a 4xx status code

func (*DeleteStorageSSLCertificateAccepted) IsCode added in v1.1.0

IsCode returns true when this delete storage s s l certificate accepted response a status code equal to that given

func (*DeleteStorageSSLCertificateAccepted) IsRedirect added in v1.1.0

func (o *DeleteStorageSSLCertificateAccepted) IsRedirect() bool

IsRedirect returns true when this delete storage s s l certificate accepted response has a 3xx status code

func (*DeleteStorageSSLCertificateAccepted) IsServerError added in v1.1.0

func (o *DeleteStorageSSLCertificateAccepted) IsServerError() bool

IsServerError returns true when this delete storage s s l certificate accepted response has a 5xx status code

func (*DeleteStorageSSLCertificateAccepted) IsSuccess added in v1.1.0

IsSuccess returns true when this delete storage s s l certificate accepted response has a 2xx status code

func (*DeleteStorageSSLCertificateAccepted) String added in v1.1.0

type DeleteStorageSSLCertificateDefault

type DeleteStorageSSLCertificateDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

DeleteStorageSSLCertificateDefault describes a response with status code -1, 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

func (*DeleteStorageSSLCertificateDefault) IsClientError added in v1.1.0

func (o *DeleteStorageSSLCertificateDefault) IsClientError() bool

IsClientError returns true when this delete storage s s l certificate default response has a 4xx status code

func (*DeleteStorageSSLCertificateDefault) IsCode added in v1.1.0

IsCode returns true when this delete storage s s l certificate default response a status code equal to that given

func (*DeleteStorageSSLCertificateDefault) IsRedirect added in v1.1.0

func (o *DeleteStorageSSLCertificateDefault) IsRedirect() bool

IsRedirect returns true when this delete storage s s l certificate default response has a 3xx status code

func (*DeleteStorageSSLCertificateDefault) IsServerError added in v1.1.0

func (o *DeleteStorageSSLCertificateDefault) IsServerError() bool

IsServerError returns true when this delete storage s s l certificate default response has a 5xx status code

func (*DeleteStorageSSLCertificateDefault) IsSuccess added in v1.1.0

IsSuccess returns true when this delete storage s s l certificate default response has a 2xx status code

func (*DeleteStorageSSLCertificateDefault) String added in v1.1.0

type DeleteStorageSSLCertificateNoContent

type DeleteStorageSSLCertificateNoContent struct {
}

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

SSL certificate deleted

func NewDeleteStorageSSLCertificateNoContent

func NewDeleteStorageSSLCertificateNoContent() *DeleteStorageSSLCertificateNoContent

NewDeleteStorageSSLCertificateNoContent creates a DeleteStorageSSLCertificateNoContent with default headers values

func (*DeleteStorageSSLCertificateNoContent) Code added in v1.1.5

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

func (*DeleteStorageSSLCertificateNoContent) Error

func (*DeleteStorageSSLCertificateNoContent) IsClientError added in v1.1.0

func (o *DeleteStorageSSLCertificateNoContent) IsClientError() bool

IsClientError returns true when this delete storage s s l certificate no content response has a 4xx status code

func (*DeleteStorageSSLCertificateNoContent) IsCode added in v1.1.0

IsCode returns true when this delete storage s s l certificate no content response a status code equal to that given

func (*DeleteStorageSSLCertificateNoContent) IsRedirect added in v1.1.0

IsRedirect returns true when this delete storage s s l certificate no content response has a 3xx status code

func (*DeleteStorageSSLCertificateNoContent) IsServerError added in v1.1.0

func (o *DeleteStorageSSLCertificateNoContent) IsServerError() bool

IsServerError returns true when this delete storage s s l certificate no content response has a 5xx status code

func (*DeleteStorageSSLCertificateNoContent) IsSuccess added in v1.1.0

IsSuccess returns true when this delete storage s s l certificate no content response has a 2xx status code

func (*DeleteStorageSSLCertificateNoContent) String added in v1.1.0

type DeleteStorageSSLCertificateNotFound

type DeleteStorageSSLCertificateNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

DeleteStorageSSLCertificateNotFound describes a response with status code 404, 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) Code added in v1.1.5

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

func (*DeleteStorageSSLCertificateNotFound) Error

func (*DeleteStorageSSLCertificateNotFound) GetPayload

func (*DeleteStorageSSLCertificateNotFound) IsClientError added in v1.1.0

func (o *DeleteStorageSSLCertificateNotFound) IsClientError() bool

IsClientError returns true when this delete storage s s l certificate not found response has a 4xx status code

func (*DeleteStorageSSLCertificateNotFound) IsCode added in v1.1.0

IsCode returns true when this delete storage s s l certificate not found response a status code equal to that given

func (*DeleteStorageSSLCertificateNotFound) IsRedirect added in v1.1.0

func (o *DeleteStorageSSLCertificateNotFound) IsRedirect() bool

IsRedirect returns true when this delete storage s s l certificate not found response has a 3xx status code

func (*DeleteStorageSSLCertificateNotFound) IsServerError added in v1.1.0

func (o *DeleteStorageSSLCertificateNotFound) IsServerError() bool

IsServerError returns true when this delete storage s s l certificate not found response has a 5xx status code

func (*DeleteStorageSSLCertificateNotFound) IsSuccess added in v1.1.0

IsSuccess returns true when this delete storage s s l certificate not found response has a 2xx status code

func (*DeleteStorageSSLCertificateNotFound) String added in v1.1.0

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewDeleteStorageSSLCertificateParamsWithContext

func NewDeleteStorageSSLCertificateParamsWithContext(ctx context.Context) *DeleteStorageSSLCertificateParams

NewDeleteStorageSSLCertificateParamsWithContext creates a new DeleteStorageSSLCertificateParams object with 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 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 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) SetDefaults

func (o *DeleteStorageSSLCertificateParams) SetDefaults()

SetDefaults hydrates default values in the delete storage s s l certificate params (not the query body).

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

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) WithDefaults

WithDefaults hydrates default values in the delete storage s s l certificate params (not the query body).

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

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 describes a response with status code -1, 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

func (*GetAllStorageGeneralFilesDefault) IsClientError added in v1.1.0

func (o *GetAllStorageGeneralFilesDefault) IsClientError() bool

IsClientError returns true when this get all storage general files default response has a 4xx status code

func (*GetAllStorageGeneralFilesDefault) IsCode added in v1.1.0

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

IsCode returns true when this get all storage general files default response a status code equal to that given

func (*GetAllStorageGeneralFilesDefault) IsRedirect added in v1.1.0

func (o *GetAllStorageGeneralFilesDefault) IsRedirect() bool

IsRedirect returns true when this get all storage general files default response has a 3xx status code

func (*GetAllStorageGeneralFilesDefault) IsServerError added in v1.1.0

func (o *GetAllStorageGeneralFilesDefault) IsServerError() bool

IsServerError returns true when this get all storage general files default response has a 5xx status code

func (*GetAllStorageGeneralFilesDefault) IsSuccess added in v1.1.0

func (o *GetAllStorageGeneralFilesDefault) IsSuccess() bool

IsSuccess returns true when this get all storage general files default response has a 2xx status code

func (*GetAllStorageGeneralFilesDefault) String added in v1.1.0

type GetAllStorageGeneralFilesNotFound added in v0.0.18

type GetAllStorageGeneralFilesNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

GetAllStorageGeneralFilesNotFound describes a response with status code 404, 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) Code added in v1.1.5

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

func (*GetAllStorageGeneralFilesNotFound) Error added in v0.0.18

func (*GetAllStorageGeneralFilesNotFound) GetPayload added in v0.0.18

func (*GetAllStorageGeneralFilesNotFound) IsClientError added in v1.1.0

func (o *GetAllStorageGeneralFilesNotFound) IsClientError() bool

IsClientError returns true when this get all storage general files not found response has a 4xx status code

func (*GetAllStorageGeneralFilesNotFound) IsCode added in v1.1.0

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

IsCode returns true when this get all storage general files not found response a status code equal to that given

func (*GetAllStorageGeneralFilesNotFound) IsRedirect added in v1.1.0

func (o *GetAllStorageGeneralFilesNotFound) IsRedirect() bool

IsRedirect returns true when this get all storage general files not found response has a 3xx status code

func (*GetAllStorageGeneralFilesNotFound) IsServerError added in v1.1.0

func (o *GetAllStorageGeneralFilesNotFound) IsServerError() bool

IsServerError returns true when this get all storage general files not found response has a 5xx status code

func (*GetAllStorageGeneralFilesNotFound) IsSuccess added in v1.1.0

func (o *GetAllStorageGeneralFilesNotFound) IsSuccess() bool

IsSuccess returns true when this get all storage general files not found response has a 2xx status code

func (*GetAllStorageGeneralFilesNotFound) String added in v1.1.0

type GetAllStorageGeneralFilesOK added in v0.0.18

type GetAllStorageGeneralFilesOK struct {
	Payload models.GeneralFiles
}

GetAllStorageGeneralFilesOK describes a response with status code 200, 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) Code added in v1.1.5

func (o *GetAllStorageGeneralFilesOK) Code() int

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

func (*GetAllStorageGeneralFilesOK) Error added in v0.0.18

func (*GetAllStorageGeneralFilesOK) GetPayload added in v0.0.18

func (*GetAllStorageGeneralFilesOK) IsClientError added in v1.1.0

func (o *GetAllStorageGeneralFilesOK) IsClientError() bool

IsClientError returns true when this get all storage general files o k response has a 4xx status code

func (*GetAllStorageGeneralFilesOK) IsCode added in v1.1.0

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

IsCode returns true when this get all storage general files o k response a status code equal to that given

func (*GetAllStorageGeneralFilesOK) IsRedirect added in v1.1.0

func (o *GetAllStorageGeneralFilesOK) IsRedirect() bool

IsRedirect returns true when this get all storage general files o k response has a 3xx status code

func (*GetAllStorageGeneralFilesOK) IsServerError added in v1.1.0

func (o *GetAllStorageGeneralFilesOK) IsServerError() bool

IsServerError returns true when this get all storage general files o k response has a 5xx status code

func (*GetAllStorageGeneralFilesOK) IsSuccess added in v1.1.0

func (o *GetAllStorageGeneralFilesOK) IsSuccess() bool

IsSuccess returns true when this get all storage general files o k response has a 2xx status code

func (*GetAllStorageGeneralFilesOK) String added in v1.1.0

func (o *GetAllStorageGeneralFilesOK) String() string

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAllStorageGeneralFilesParamsWithContext added in v0.0.18

func NewGetAllStorageGeneralFilesParamsWithContext(ctx context.Context) *GetAllStorageGeneralFilesParams

NewGetAllStorageGeneralFilesParamsWithContext creates a new GetAllStorageGeneralFilesParams object with 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 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 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) SetDefaults added in v1.0.0

func (o *GetAllStorageGeneralFilesParams) SetDefaults()

SetDefaults hydrates default values in the get all storage general files params (not the query body).

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

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) WithDefaults added in v1.0.0

WithDefaults hydrates default values in the get all storage general files params (not the query body).

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

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 describes a response with status code -1, 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

func (*GetAllStorageMapFilesDefault) IsClientError added in v1.1.0

func (o *GetAllStorageMapFilesDefault) IsClientError() bool

IsClientError returns true when this get all storage map files default response has a 4xx status code

func (*GetAllStorageMapFilesDefault) IsCode added in v1.1.0

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

IsCode returns true when this get all storage map files default response a status code equal to that given

func (*GetAllStorageMapFilesDefault) IsRedirect added in v1.1.0

func (o *GetAllStorageMapFilesDefault) IsRedirect() bool

IsRedirect returns true when this get all storage map files default response has a 3xx status code

func (*GetAllStorageMapFilesDefault) IsServerError added in v1.1.0

func (o *GetAllStorageMapFilesDefault) IsServerError() bool

IsServerError returns true when this get all storage map files default response has a 5xx status code

func (*GetAllStorageMapFilesDefault) IsSuccess added in v1.1.0

func (o *GetAllStorageMapFilesDefault) IsSuccess() bool

IsSuccess returns true when this get all storage map files default response has a 2xx status code

func (*GetAllStorageMapFilesDefault) String added in v1.1.0

type GetAllStorageMapFilesNotFound

type GetAllStorageMapFilesNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

GetAllStorageMapFilesNotFound describes a response with status code 404, 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) Code added in v1.1.5

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

func (*GetAllStorageMapFilesNotFound) Error

func (*GetAllStorageMapFilesNotFound) GetPayload

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

func (*GetAllStorageMapFilesNotFound) IsClientError added in v1.1.0

func (o *GetAllStorageMapFilesNotFound) IsClientError() bool

IsClientError returns true when this get all storage map files not found response has a 4xx status code

func (*GetAllStorageMapFilesNotFound) IsCode added in v1.1.0

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

IsCode returns true when this get all storage map files not found response a status code equal to that given

func (*GetAllStorageMapFilesNotFound) IsRedirect added in v1.1.0

func (o *GetAllStorageMapFilesNotFound) IsRedirect() bool

IsRedirect returns true when this get all storage map files not found response has a 3xx status code

func (*GetAllStorageMapFilesNotFound) IsServerError added in v1.1.0

func (o *GetAllStorageMapFilesNotFound) IsServerError() bool

IsServerError returns true when this get all storage map files not found response has a 5xx status code

func (*GetAllStorageMapFilesNotFound) IsSuccess added in v1.1.0

func (o *GetAllStorageMapFilesNotFound) IsSuccess() bool

IsSuccess returns true when this get all storage map files not found response has a 2xx status code

func (*GetAllStorageMapFilesNotFound) String added in v1.1.0

type GetAllStorageMapFilesOK

type GetAllStorageMapFilesOK struct {
	Payload models.Maps
}

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

Successful operation

func NewGetAllStorageMapFilesOK

func NewGetAllStorageMapFilesOK() *GetAllStorageMapFilesOK

NewGetAllStorageMapFilesOK creates a GetAllStorageMapFilesOK with default headers values

func (*GetAllStorageMapFilesOK) Code added in v1.1.5

func (o *GetAllStorageMapFilesOK) Code() int

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

func (*GetAllStorageMapFilesOK) Error

func (o *GetAllStorageMapFilesOK) Error() string

func (*GetAllStorageMapFilesOK) GetPayload

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

func (*GetAllStorageMapFilesOK) IsClientError added in v1.1.0

func (o *GetAllStorageMapFilesOK) IsClientError() bool

IsClientError returns true when this get all storage map files o k response has a 4xx status code

func (*GetAllStorageMapFilesOK) IsCode added in v1.1.0

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

IsCode returns true when this get all storage map files o k response a status code equal to that given

func (*GetAllStorageMapFilesOK) IsRedirect added in v1.1.0

func (o *GetAllStorageMapFilesOK) IsRedirect() bool

IsRedirect returns true when this get all storage map files o k response has a 3xx status code

func (*GetAllStorageMapFilesOK) IsServerError added in v1.1.0

func (o *GetAllStorageMapFilesOK) IsServerError() bool

IsServerError returns true when this get all storage map files o k response has a 5xx status code

func (*GetAllStorageMapFilesOK) IsSuccess added in v1.1.0

func (o *GetAllStorageMapFilesOK) IsSuccess() bool

IsSuccess returns true when this get all storage map files o k response has a 2xx status code

func (*GetAllStorageMapFilesOK) String added in v1.1.0

func (o *GetAllStorageMapFilesOK) String() string

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAllStorageMapFilesParamsWithContext

func NewGetAllStorageMapFilesParamsWithContext(ctx context.Context) *GetAllStorageMapFilesParams

NewGetAllStorageMapFilesParamsWithContext creates a new GetAllStorageMapFilesParams object with 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 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 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) SetDefaults

func (o *GetAllStorageMapFilesParams) SetDefaults()

SetDefaults hydrates default values in the get all storage map files params (not the query body).

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

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) WithDefaults

WithDefaults hydrates default values in the get all storage map files params (not the query body).

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

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 describes a response with status code -1, 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

func (*GetAllStorageSSLCertificatesDefault) IsClientError added in v1.1.0

func (o *GetAllStorageSSLCertificatesDefault) IsClientError() bool

IsClientError returns true when this get all storage s s l certificates default response has a 4xx status code

func (*GetAllStorageSSLCertificatesDefault) IsCode added in v1.1.0

IsCode returns true when this get all storage s s l certificates default response a status code equal to that given

func (*GetAllStorageSSLCertificatesDefault) IsRedirect added in v1.1.0

func (o *GetAllStorageSSLCertificatesDefault) IsRedirect() bool

IsRedirect returns true when this get all storage s s l certificates default response has a 3xx status code

func (*GetAllStorageSSLCertificatesDefault) IsServerError added in v1.1.0

func (o *GetAllStorageSSLCertificatesDefault) IsServerError() bool

IsServerError returns true when this get all storage s s l certificates default response has a 5xx status code

func (*GetAllStorageSSLCertificatesDefault) IsSuccess added in v1.1.0

IsSuccess returns true when this get all storage s s l certificates default response has a 2xx status code

func (*GetAllStorageSSLCertificatesDefault) String added in v1.1.0

type GetAllStorageSSLCertificatesNotFound

type GetAllStorageSSLCertificatesNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

GetAllStorageSSLCertificatesNotFound describes a response with status code 404, 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) Code added in v1.1.5

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

func (*GetAllStorageSSLCertificatesNotFound) Error

func (*GetAllStorageSSLCertificatesNotFound) GetPayload

func (*GetAllStorageSSLCertificatesNotFound) IsClientError added in v1.1.0

func (o *GetAllStorageSSLCertificatesNotFound) IsClientError() bool

IsClientError returns true when this get all storage s s l certificates not found response has a 4xx status code

func (*GetAllStorageSSLCertificatesNotFound) IsCode added in v1.1.0

IsCode returns true when this get all storage s s l certificates not found response a status code equal to that given

func (*GetAllStorageSSLCertificatesNotFound) IsRedirect added in v1.1.0

IsRedirect returns true when this get all storage s s l certificates not found response has a 3xx status code

func (*GetAllStorageSSLCertificatesNotFound) IsServerError added in v1.1.0

func (o *GetAllStorageSSLCertificatesNotFound) IsServerError() bool

IsServerError returns true when this get all storage s s l certificates not found response has a 5xx status code

func (*GetAllStorageSSLCertificatesNotFound) IsSuccess added in v1.1.0

IsSuccess returns true when this get all storage s s l certificates not found response has a 2xx status code

func (*GetAllStorageSSLCertificatesNotFound) String added in v1.1.0

type GetAllStorageSSLCertificatesOK

type GetAllStorageSSLCertificatesOK struct {
	Payload models.SslCertificates
}

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

Successful operation

func NewGetAllStorageSSLCertificatesOK

func NewGetAllStorageSSLCertificatesOK() *GetAllStorageSSLCertificatesOK

NewGetAllStorageSSLCertificatesOK creates a GetAllStorageSSLCertificatesOK with default headers values

func (*GetAllStorageSSLCertificatesOK) Code added in v1.1.5

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

func (*GetAllStorageSSLCertificatesOK) Error

func (*GetAllStorageSSLCertificatesOK) GetPayload

func (*GetAllStorageSSLCertificatesOK) IsClientError added in v1.1.0

func (o *GetAllStorageSSLCertificatesOK) IsClientError() bool

IsClientError returns true when this get all storage s s l certificates o k response has a 4xx status code

func (*GetAllStorageSSLCertificatesOK) IsCode added in v1.1.0

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

IsCode returns true when this get all storage s s l certificates o k response a status code equal to that given

func (*GetAllStorageSSLCertificatesOK) IsRedirect added in v1.1.0

func (o *GetAllStorageSSLCertificatesOK) IsRedirect() bool

IsRedirect returns true when this get all storage s s l certificates o k response has a 3xx status code

func (*GetAllStorageSSLCertificatesOK) IsServerError added in v1.1.0

func (o *GetAllStorageSSLCertificatesOK) IsServerError() bool

IsServerError returns true when this get all storage s s l certificates o k response has a 5xx status code

func (*GetAllStorageSSLCertificatesOK) IsSuccess added in v1.1.0

func (o *GetAllStorageSSLCertificatesOK) IsSuccess() bool

IsSuccess returns true when this get all storage s s l certificates o k response has a 2xx status code

func (*GetAllStorageSSLCertificatesOK) String added in v1.1.0

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetAllStorageSSLCertificatesParamsWithContext

func NewGetAllStorageSSLCertificatesParamsWithContext(ctx context.Context) *GetAllStorageSSLCertificatesParams

NewGetAllStorageSSLCertificatesParamsWithContext creates a new GetAllStorageSSLCertificatesParams object with 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 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 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) SetDefaults

func (o *GetAllStorageSSLCertificatesParams) SetDefaults()

SetDefaults hydrates default values in the get all storage s s l certificates params (not the query body).

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

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) WithDefaults

WithDefaults hydrates default values in the get all storage s s l certificates params (not the query body).

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

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 describes a response with status code -1, 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

func (*GetOneStorageGeneralFileDefault) IsClientError added in v1.1.0

func (o *GetOneStorageGeneralFileDefault) IsClientError() bool

IsClientError returns true when this get one storage general file default response has a 4xx status code

func (*GetOneStorageGeneralFileDefault) IsCode added in v1.1.0

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

IsCode returns true when this get one storage general file default response a status code equal to that given

func (*GetOneStorageGeneralFileDefault) IsRedirect added in v1.1.0

func (o *GetOneStorageGeneralFileDefault) IsRedirect() bool

IsRedirect returns true when this get one storage general file default response has a 3xx status code

func (*GetOneStorageGeneralFileDefault) IsServerError added in v1.1.0

func (o *GetOneStorageGeneralFileDefault) IsServerError() bool

IsServerError returns true when this get one storage general file default response has a 5xx status code

func (*GetOneStorageGeneralFileDefault) IsSuccess added in v1.1.0

func (o *GetOneStorageGeneralFileDefault) IsSuccess() bool

IsSuccess returns true when this get one storage general file default response has a 2xx status code

func (*GetOneStorageGeneralFileDefault) String added in v1.1.0

type GetOneStorageGeneralFileNotFound added in v0.0.18

type GetOneStorageGeneralFileNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

GetOneStorageGeneralFileNotFound describes a response with status code 404, 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) Code added in v1.1.5

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

func (*GetOneStorageGeneralFileNotFound) Error added in v0.0.18

func (*GetOneStorageGeneralFileNotFound) GetPayload added in v0.0.18

func (*GetOneStorageGeneralFileNotFound) IsClientError added in v1.1.0

func (o *GetOneStorageGeneralFileNotFound) IsClientError() bool

IsClientError returns true when this get one storage general file not found response has a 4xx status code

func (*GetOneStorageGeneralFileNotFound) IsCode added in v1.1.0

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

IsCode returns true when this get one storage general file not found response a status code equal to that given

func (*GetOneStorageGeneralFileNotFound) IsRedirect added in v1.1.0

func (o *GetOneStorageGeneralFileNotFound) IsRedirect() bool

IsRedirect returns true when this get one storage general file not found response has a 3xx status code

func (*GetOneStorageGeneralFileNotFound) IsServerError added in v1.1.0

func (o *GetOneStorageGeneralFileNotFound) IsServerError() bool

IsServerError returns true when this get one storage general file not found response has a 5xx status code

func (*GetOneStorageGeneralFileNotFound) IsSuccess added in v1.1.0

func (o *GetOneStorageGeneralFileNotFound) IsSuccess() bool

IsSuccess returns true when this get one storage general file not found response has a 2xx status code

func (*GetOneStorageGeneralFileNotFound) String added in v1.1.0

type GetOneStorageGeneralFileOK added in v0.0.18

type GetOneStorageGeneralFileOK struct {
	Payload io.Writer
}

GetOneStorageGeneralFileOK describes a response with status code 200, 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) Code added in v1.1.5

func (o *GetOneStorageGeneralFileOK) Code() int

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

func (*GetOneStorageGeneralFileOK) Error added in v0.0.18

func (*GetOneStorageGeneralFileOK) GetPayload added in v0.0.18

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

func (*GetOneStorageGeneralFileOK) IsClientError added in v1.1.0

func (o *GetOneStorageGeneralFileOK) IsClientError() bool

IsClientError returns true when this get one storage general file o k response has a 4xx status code

func (*GetOneStorageGeneralFileOK) IsCode added in v1.1.0

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

IsCode returns true when this get one storage general file o k response a status code equal to that given

func (*GetOneStorageGeneralFileOK) IsRedirect added in v1.1.0

func (o *GetOneStorageGeneralFileOK) IsRedirect() bool

IsRedirect returns true when this get one storage general file o k response has a 3xx status code

func (*GetOneStorageGeneralFileOK) IsServerError added in v1.1.0

func (o *GetOneStorageGeneralFileOK) IsServerError() bool

IsServerError returns true when this get one storage general file o k response has a 5xx status code

func (*GetOneStorageGeneralFileOK) IsSuccess added in v1.1.0

func (o *GetOneStorageGeneralFileOK) IsSuccess() bool

IsSuccess returns true when this get one storage general file o k response has a 2xx status code

func (*GetOneStorageGeneralFileOK) String added in v1.1.0

func (o *GetOneStorageGeneralFileOK) String() string

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOneStorageGeneralFileParamsWithContext added in v0.0.18

func NewGetOneStorageGeneralFileParamsWithContext(ctx context.Context) *GetOneStorageGeneralFileParams

NewGetOneStorageGeneralFileParamsWithContext creates a new GetOneStorageGeneralFileParams object with 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 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 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) SetDefaults added in v1.0.0

func (o *GetOneStorageGeneralFileParams) SetDefaults()

SetDefaults hydrates default values in the get one storage general file params (not the query body).

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

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) WithDefaults added in v1.0.0

WithDefaults hydrates default values in the get one storage general file params (not the query body).

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

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 describes a response with status code -1, 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

func (*GetOneStorageMapDefault) IsClientError added in v1.1.0

func (o *GetOneStorageMapDefault) IsClientError() bool

IsClientError returns true when this get one storage map default response has a 4xx status code

func (*GetOneStorageMapDefault) IsCode added in v1.1.0

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

IsCode returns true when this get one storage map default response a status code equal to that given

func (*GetOneStorageMapDefault) IsRedirect added in v1.1.0

func (o *GetOneStorageMapDefault) IsRedirect() bool

IsRedirect returns true when this get one storage map default response has a 3xx status code

func (*GetOneStorageMapDefault) IsServerError added in v1.1.0

func (o *GetOneStorageMapDefault) IsServerError() bool

IsServerError returns true when this get one storage map default response has a 5xx status code

func (*GetOneStorageMapDefault) IsSuccess added in v1.1.0

func (o *GetOneStorageMapDefault) IsSuccess() bool

IsSuccess returns true when this get one storage map default response has a 2xx status code

func (*GetOneStorageMapDefault) String added in v1.1.0

func (o *GetOneStorageMapDefault) String() string

type GetOneStorageMapNotFound

type GetOneStorageMapNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

GetOneStorageMapNotFound describes a response with status code 404, 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) Code added in v1.1.5

func (o *GetOneStorageMapNotFound) Code() int

Code gets the status code for the get one storage map not found response

func (*GetOneStorageMapNotFound) Error

func (o *GetOneStorageMapNotFound) Error() string

func (*GetOneStorageMapNotFound) GetPayload

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

func (*GetOneStorageMapNotFound) IsClientError added in v1.1.0

func (o *GetOneStorageMapNotFound) IsClientError() bool

IsClientError returns true when this get one storage map not found response has a 4xx status code

func (*GetOneStorageMapNotFound) IsCode added in v1.1.0

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

IsCode returns true when this get one storage map not found response a status code equal to that given

func (*GetOneStorageMapNotFound) IsRedirect added in v1.1.0

func (o *GetOneStorageMapNotFound) IsRedirect() bool

IsRedirect returns true when this get one storage map not found response has a 3xx status code

func (*GetOneStorageMapNotFound) IsServerError added in v1.1.0

func (o *GetOneStorageMapNotFound) IsServerError() bool

IsServerError returns true when this get one storage map not found response has a 5xx status code

func (*GetOneStorageMapNotFound) IsSuccess added in v1.1.0

func (o *GetOneStorageMapNotFound) IsSuccess() bool

IsSuccess returns true when this get one storage map not found response has a 2xx status code

func (*GetOneStorageMapNotFound) String added in v1.1.0

func (o *GetOneStorageMapNotFound) String() string

type GetOneStorageMapOK

type GetOneStorageMapOK struct {
	Payload io.Writer
}

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

Successful operation

func NewGetOneStorageMapOK

func NewGetOneStorageMapOK(writer io.Writer) *GetOneStorageMapOK

NewGetOneStorageMapOK creates a GetOneStorageMapOK with default headers values

func (*GetOneStorageMapOK) Code added in v1.1.5

func (o *GetOneStorageMapOK) Code() int

Code gets the status code for the get one storage map o k response

func (*GetOneStorageMapOK) Error

func (o *GetOneStorageMapOK) Error() string

func (*GetOneStorageMapOK) GetPayload

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

func (*GetOneStorageMapOK) IsClientError added in v1.1.0

func (o *GetOneStorageMapOK) IsClientError() bool

IsClientError returns true when this get one storage map o k response has a 4xx status code

func (*GetOneStorageMapOK) IsCode added in v1.1.0

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

IsCode returns true when this get one storage map o k response a status code equal to that given

func (*GetOneStorageMapOK) IsRedirect added in v1.1.0

func (o *GetOneStorageMapOK) IsRedirect() bool

IsRedirect returns true when this get one storage map o k response has a 3xx status code

func (*GetOneStorageMapOK) IsServerError added in v1.1.0

func (o *GetOneStorageMapOK) IsServerError() bool

IsServerError returns true when this get one storage map o k response has a 5xx status code

func (*GetOneStorageMapOK) IsSuccess added in v1.1.0

func (o *GetOneStorageMapOK) IsSuccess() bool

IsSuccess returns true when this get one storage map o k response has a 2xx status code

func (*GetOneStorageMapOK) String added in v1.1.0

func (o *GetOneStorageMapOK) String() string

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOneStorageMapParamsWithContext

func NewGetOneStorageMapParamsWithContext(ctx context.Context) *GetOneStorageMapParams

NewGetOneStorageMapParamsWithContext creates a new GetOneStorageMapParams object with 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 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 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) SetDefaults

func (o *GetOneStorageMapParams) SetDefaults()

SetDefaults hydrates default values in the get one storage map params (not the query body).

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

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) WithDefaults

WithDefaults hydrates default values in the get one storage map params (not the query body).

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

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 describes a response with status code -1, 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

func (*GetOneStorageSSLCertificateDefault) IsClientError added in v1.1.0

func (o *GetOneStorageSSLCertificateDefault) IsClientError() bool

IsClientError returns true when this get one storage s s l certificate default response has a 4xx status code

func (*GetOneStorageSSLCertificateDefault) IsCode added in v1.1.0

IsCode returns true when this get one storage s s l certificate default response a status code equal to that given

func (*GetOneStorageSSLCertificateDefault) IsRedirect added in v1.1.0

func (o *GetOneStorageSSLCertificateDefault) IsRedirect() bool

IsRedirect returns true when this get one storage s s l certificate default response has a 3xx status code

func (*GetOneStorageSSLCertificateDefault) IsServerError added in v1.1.0

func (o *GetOneStorageSSLCertificateDefault) IsServerError() bool

IsServerError returns true when this get one storage s s l certificate default response has a 5xx status code

func (*GetOneStorageSSLCertificateDefault) IsSuccess added in v1.1.0

IsSuccess returns true when this get one storage s s l certificate default response has a 2xx status code

func (*GetOneStorageSSLCertificateDefault) String added in v1.1.0

type GetOneStorageSSLCertificateNotFound

type GetOneStorageSSLCertificateNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

GetOneStorageSSLCertificateNotFound describes a response with status code 404, 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) Code added in v1.1.5

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

func (*GetOneStorageSSLCertificateNotFound) Error

func (*GetOneStorageSSLCertificateNotFound) GetPayload

func (*GetOneStorageSSLCertificateNotFound) IsClientError added in v1.1.0

func (o *GetOneStorageSSLCertificateNotFound) IsClientError() bool

IsClientError returns true when this get one storage s s l certificate not found response has a 4xx status code

func (*GetOneStorageSSLCertificateNotFound) IsCode added in v1.1.0

IsCode returns true when this get one storage s s l certificate not found response a status code equal to that given

func (*GetOneStorageSSLCertificateNotFound) IsRedirect added in v1.1.0

func (o *GetOneStorageSSLCertificateNotFound) IsRedirect() bool

IsRedirect returns true when this get one storage s s l certificate not found response has a 3xx status code

func (*GetOneStorageSSLCertificateNotFound) IsServerError added in v1.1.0

func (o *GetOneStorageSSLCertificateNotFound) IsServerError() bool

IsServerError returns true when this get one storage s s l certificate not found response has a 5xx status code

func (*GetOneStorageSSLCertificateNotFound) IsSuccess added in v1.1.0

IsSuccess returns true when this get one storage s s l certificate not found response has a 2xx status code

func (*GetOneStorageSSLCertificateNotFound) String added in v1.1.0

type GetOneStorageSSLCertificateOK

type GetOneStorageSSLCertificateOK struct {
	Payload *models.SslCertificate
}

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

Successful operation

func NewGetOneStorageSSLCertificateOK

func NewGetOneStorageSSLCertificateOK() *GetOneStorageSSLCertificateOK

NewGetOneStorageSSLCertificateOK creates a GetOneStorageSSLCertificateOK with default headers values

func (*GetOneStorageSSLCertificateOK) Code added in v1.1.5

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

func (*GetOneStorageSSLCertificateOK) Error

func (*GetOneStorageSSLCertificateOK) GetPayload

func (*GetOneStorageSSLCertificateOK) IsClientError added in v1.1.0

func (o *GetOneStorageSSLCertificateOK) IsClientError() bool

IsClientError returns true when this get one storage s s l certificate o k response has a 4xx status code

func (*GetOneStorageSSLCertificateOK) IsCode added in v1.1.0

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

IsCode returns true when this get one storage s s l certificate o k response a status code equal to that given

func (*GetOneStorageSSLCertificateOK) IsRedirect added in v1.1.0

func (o *GetOneStorageSSLCertificateOK) IsRedirect() bool

IsRedirect returns true when this get one storage s s l certificate o k response has a 3xx status code

func (*GetOneStorageSSLCertificateOK) IsServerError added in v1.1.0

func (o *GetOneStorageSSLCertificateOK) IsServerError() bool

IsServerError returns true when this get one storage s s l certificate o k response has a 5xx status code

func (*GetOneStorageSSLCertificateOK) IsSuccess added in v1.1.0

func (o *GetOneStorageSSLCertificateOK) IsSuccess() bool

IsSuccess returns true when this get one storage s s l certificate o k response has a 2xx status code

func (*GetOneStorageSSLCertificateOK) String added in v1.1.0

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewGetOneStorageSSLCertificateParamsWithContext

func NewGetOneStorageSSLCertificateParamsWithContext(ctx context.Context) *GetOneStorageSSLCertificateParams

NewGetOneStorageSSLCertificateParamsWithContext creates a new GetOneStorageSSLCertificateParams object with 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 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 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) SetDefaults

func (o *GetOneStorageSSLCertificateParams) SetDefaults()

SetDefaults hydrates default values in the get one storage s s l certificate params (not the query body).

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

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) WithDefaults

WithDefaults hydrates default values in the get one storage s s l certificate params (not the query body).

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

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 describes a response with status code 202, 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) Code added in v1.1.5

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

func (*ReplaceStorageGeneralFileAccepted) Error added in v0.0.18

func (*ReplaceStorageGeneralFileAccepted) IsClientError added in v1.1.0

func (o *ReplaceStorageGeneralFileAccepted) IsClientError() bool

IsClientError returns true when this replace storage general file accepted response has a 4xx status code

func (*ReplaceStorageGeneralFileAccepted) IsCode added in v1.1.0

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

IsCode returns true when this replace storage general file accepted response a status code equal to that given

func (*ReplaceStorageGeneralFileAccepted) IsRedirect added in v1.1.0

func (o *ReplaceStorageGeneralFileAccepted) IsRedirect() bool

IsRedirect returns true when this replace storage general file accepted response has a 3xx status code

func (*ReplaceStorageGeneralFileAccepted) IsServerError added in v1.1.0

func (o *ReplaceStorageGeneralFileAccepted) IsServerError() bool

IsServerError returns true when this replace storage general file accepted response has a 5xx status code

func (*ReplaceStorageGeneralFileAccepted) IsSuccess added in v1.1.0

func (o *ReplaceStorageGeneralFileAccepted) IsSuccess() bool

IsSuccess returns true when this replace storage general file accepted response has a 2xx status code

func (*ReplaceStorageGeneralFileAccepted) String added in v1.1.0

type ReplaceStorageGeneralFileBadRequest added in v0.0.18

type ReplaceStorageGeneralFileBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

ReplaceStorageGeneralFileBadRequest describes a response with status code 400, 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) Code added in v1.1.5

Code gets the status code for the replace storage general file bad request response

func (*ReplaceStorageGeneralFileBadRequest) Error added in v0.0.18

func (*ReplaceStorageGeneralFileBadRequest) GetPayload added in v0.0.18

func (*ReplaceStorageGeneralFileBadRequest) IsClientError added in v1.1.0

func (o *ReplaceStorageGeneralFileBadRequest) IsClientError() bool

IsClientError returns true when this replace storage general file bad request response has a 4xx status code

func (*ReplaceStorageGeneralFileBadRequest) IsCode added in v1.1.0

IsCode returns true when this replace storage general file bad request response a status code equal to that given

func (*ReplaceStorageGeneralFileBadRequest) IsRedirect added in v1.1.0

func (o *ReplaceStorageGeneralFileBadRequest) IsRedirect() bool

IsRedirect returns true when this replace storage general file bad request response has a 3xx status code

func (*ReplaceStorageGeneralFileBadRequest) IsServerError added in v1.1.0

func (o *ReplaceStorageGeneralFileBadRequest) IsServerError() bool

IsServerError returns true when this replace storage general file bad request response has a 5xx status code

func (*ReplaceStorageGeneralFileBadRequest) IsSuccess added in v1.1.0

IsSuccess returns true when this replace storage general file bad request response has a 2xx status code

func (*ReplaceStorageGeneralFileBadRequest) String added in v1.1.0

type ReplaceStorageGeneralFileDefault added in v0.0.18

type ReplaceStorageGeneralFileDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

ReplaceStorageGeneralFileDefault describes a response with status code -1, 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

func (*ReplaceStorageGeneralFileDefault) IsClientError added in v1.1.0

func (o *ReplaceStorageGeneralFileDefault) IsClientError() bool

IsClientError returns true when this replace storage general file default response has a 4xx status code

func (*ReplaceStorageGeneralFileDefault) IsCode added in v1.1.0

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

IsCode returns true when this replace storage general file default response a status code equal to that given

func (*ReplaceStorageGeneralFileDefault) IsRedirect added in v1.1.0

func (o *ReplaceStorageGeneralFileDefault) IsRedirect() bool

IsRedirect returns true when this replace storage general file default response has a 3xx status code

func (*ReplaceStorageGeneralFileDefault) IsServerError added in v1.1.0

func (o *ReplaceStorageGeneralFileDefault) IsServerError() bool

IsServerError returns true when this replace storage general file default response has a 5xx status code

func (*ReplaceStorageGeneralFileDefault) IsSuccess added in v1.1.0

func (o *ReplaceStorageGeneralFileDefault) IsSuccess() bool

IsSuccess returns true when this replace storage general file default response has a 2xx status code

func (*ReplaceStorageGeneralFileDefault) String added in v1.1.0

type ReplaceStorageGeneralFileNoContent added in v0.0.18

type ReplaceStorageGeneralFileNoContent struct {
}

ReplaceStorageGeneralFileNoContent describes a response with status code 204, 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) Code added in v1.1.5

Code gets the status code for the replace storage general file no content response

func (*ReplaceStorageGeneralFileNoContent) Error added in v0.0.18

func (*ReplaceStorageGeneralFileNoContent) IsClientError added in v1.1.0

func (o *ReplaceStorageGeneralFileNoContent) IsClientError() bool

IsClientError returns true when this replace storage general file no content response has a 4xx status code

func (*ReplaceStorageGeneralFileNoContent) IsCode added in v1.1.0

IsCode returns true when this replace storage general file no content response a status code equal to that given

func (*ReplaceStorageGeneralFileNoContent) IsRedirect added in v1.1.0

func (o *ReplaceStorageGeneralFileNoContent) IsRedirect() bool

IsRedirect returns true when this replace storage general file no content response has a 3xx status code

func (*ReplaceStorageGeneralFileNoContent) IsServerError added in v1.1.0

func (o *ReplaceStorageGeneralFileNoContent) IsServerError() bool

IsServerError returns true when this replace storage general file no content response has a 5xx status code

func (*ReplaceStorageGeneralFileNoContent) IsSuccess added in v1.1.0

IsSuccess returns true when this replace storage general file no content response has a 2xx status code

func (*ReplaceStorageGeneralFileNoContent) String added in v1.1.0

type ReplaceStorageGeneralFileNotFound added in v0.0.18

type ReplaceStorageGeneralFileNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

ReplaceStorageGeneralFileNotFound describes a response with status code 404, 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) Code added in v1.1.5

Code gets the status code for the replace storage general file not found response

func (*ReplaceStorageGeneralFileNotFound) Error added in v0.0.18

func (*ReplaceStorageGeneralFileNotFound) GetPayload added in v0.0.18

func (*ReplaceStorageGeneralFileNotFound) IsClientError added in v1.1.0

func (o *ReplaceStorageGeneralFileNotFound) IsClientError() bool

IsClientError returns true when this replace storage general file not found response has a 4xx status code

func (*ReplaceStorageGeneralFileNotFound) IsCode added in v1.1.0

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

IsCode returns true when this replace storage general file not found response a status code equal to that given

func (*ReplaceStorageGeneralFileNotFound) IsRedirect added in v1.1.0

func (o *ReplaceStorageGeneralFileNotFound) IsRedirect() bool

IsRedirect returns true when this replace storage general file not found response has a 3xx status code

func (*ReplaceStorageGeneralFileNotFound) IsServerError added in v1.1.0

func (o *ReplaceStorageGeneralFileNotFound) IsServerError() bool

IsServerError returns true when this replace storage general file not found response has a 5xx status code

func (*ReplaceStorageGeneralFileNotFound) IsSuccess added in v1.1.0

func (o *ReplaceStorageGeneralFileNotFound) IsSuccess() bool

IsSuccess returns true when this replace storage general file not found response has a 2xx status code

func (*ReplaceStorageGeneralFileNotFound) String added in v1.1.0

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewReplaceStorageGeneralFileParamsWithContext added in v0.0.18

func NewReplaceStorageGeneralFileParamsWithContext(ctx context.Context) *ReplaceStorageGeneralFileParams

NewReplaceStorageGeneralFileParamsWithContext creates a new ReplaceStorageGeneralFileParams object with 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 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 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) SetDefaults added in v1.0.0

func (o *ReplaceStorageGeneralFileParams) SetDefaults()

SetDefaults hydrates default values in the replace storage general file params (not the query body).

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

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) WithDefaults added in v1.0.0

WithDefaults hydrates default values in the replace storage general file params (not the query body).

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

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 describes a response with status code 202, 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) Code added in v1.1.5

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

func (*ReplaceStorageMapFileAccepted) Error

func (*ReplaceStorageMapFileAccepted) IsClientError added in v1.1.0

func (o *ReplaceStorageMapFileAccepted) IsClientError() bool

IsClientError returns true when this replace storage map file accepted response has a 4xx status code

func (*ReplaceStorageMapFileAccepted) IsCode added in v1.1.0

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

IsCode returns true when this replace storage map file accepted response a status code equal to that given

func (*ReplaceStorageMapFileAccepted) IsRedirect added in v1.1.0

func (o *ReplaceStorageMapFileAccepted) IsRedirect() bool

IsRedirect returns true when this replace storage map file accepted response has a 3xx status code

func (*ReplaceStorageMapFileAccepted) IsServerError added in v1.1.0

func (o *ReplaceStorageMapFileAccepted) IsServerError() bool

IsServerError returns true when this replace storage map file accepted response has a 5xx status code

func (*ReplaceStorageMapFileAccepted) IsSuccess added in v1.1.0

func (o *ReplaceStorageMapFileAccepted) IsSuccess() bool

IsSuccess returns true when this replace storage map file accepted response has a 2xx status code

func (*ReplaceStorageMapFileAccepted) String added in v1.1.0

type ReplaceStorageMapFileBadRequest

type ReplaceStorageMapFileBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Bad request

func NewReplaceStorageMapFileBadRequest

func NewReplaceStorageMapFileBadRequest() *ReplaceStorageMapFileBadRequest

NewReplaceStorageMapFileBadRequest creates a ReplaceStorageMapFileBadRequest with default headers values

func (*ReplaceStorageMapFileBadRequest) Code added in v1.1.5

Code gets the status code for the replace storage map file bad request response

func (*ReplaceStorageMapFileBadRequest) Error

func (*ReplaceStorageMapFileBadRequest) GetPayload

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

func (*ReplaceStorageMapFileBadRequest) IsClientError added in v1.1.0

func (o *ReplaceStorageMapFileBadRequest) IsClientError() bool

IsClientError returns true when this replace storage map file bad request response has a 4xx status code

func (*ReplaceStorageMapFileBadRequest) IsCode added in v1.1.0

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

IsCode returns true when this replace storage map file bad request response a status code equal to that given

func (*ReplaceStorageMapFileBadRequest) IsRedirect added in v1.1.0

func (o *ReplaceStorageMapFileBadRequest) IsRedirect() bool

IsRedirect returns true when this replace storage map file bad request response has a 3xx status code

func (*ReplaceStorageMapFileBadRequest) IsServerError added in v1.1.0

func (o *ReplaceStorageMapFileBadRequest) IsServerError() bool

IsServerError returns true when this replace storage map file bad request response has a 5xx status code

func (*ReplaceStorageMapFileBadRequest) IsSuccess added in v1.1.0

func (o *ReplaceStorageMapFileBadRequest) IsSuccess() bool

IsSuccess returns true when this replace storage map file bad request response has a 2xx status code

func (*ReplaceStorageMapFileBadRequest) String added in v1.1.0

type ReplaceStorageMapFileDefault

type ReplaceStorageMapFileDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

ReplaceStorageMapFileDefault describes a response with status code -1, 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

func (*ReplaceStorageMapFileDefault) IsClientError added in v1.1.0

func (o *ReplaceStorageMapFileDefault) IsClientError() bool

IsClientError returns true when this replace storage map file default response has a 4xx status code

func (*ReplaceStorageMapFileDefault) IsCode added in v1.1.0

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

IsCode returns true when this replace storage map file default response a status code equal to that given

func (*ReplaceStorageMapFileDefault) IsRedirect added in v1.1.0

func (o *ReplaceStorageMapFileDefault) IsRedirect() bool

IsRedirect returns true when this replace storage map file default response has a 3xx status code

func (*ReplaceStorageMapFileDefault) IsServerError added in v1.1.0

func (o *ReplaceStorageMapFileDefault) IsServerError() bool

IsServerError returns true when this replace storage map file default response has a 5xx status code

func (*ReplaceStorageMapFileDefault) IsSuccess added in v1.1.0

func (o *ReplaceStorageMapFileDefault) IsSuccess() bool

IsSuccess returns true when this replace storage map file default response has a 2xx status code

func (*ReplaceStorageMapFileDefault) String added in v1.1.0

type ReplaceStorageMapFileNoContent

type ReplaceStorageMapFileNoContent struct {
}

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

Map file replaced

func NewReplaceStorageMapFileNoContent

func NewReplaceStorageMapFileNoContent() *ReplaceStorageMapFileNoContent

NewReplaceStorageMapFileNoContent creates a ReplaceStorageMapFileNoContent with default headers values

func (*ReplaceStorageMapFileNoContent) Code added in v1.1.5

Code gets the status code for the replace storage map file no content response

func (*ReplaceStorageMapFileNoContent) Error

func (*ReplaceStorageMapFileNoContent) IsClientError added in v1.1.0

func (o *ReplaceStorageMapFileNoContent) IsClientError() bool

IsClientError returns true when this replace storage map file no content response has a 4xx status code

func (*ReplaceStorageMapFileNoContent) IsCode added in v1.1.0

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

IsCode returns true when this replace storage map file no content response a status code equal to that given

func (*ReplaceStorageMapFileNoContent) IsRedirect added in v1.1.0

func (o *ReplaceStorageMapFileNoContent) IsRedirect() bool

IsRedirect returns true when this replace storage map file no content response has a 3xx status code

func (*ReplaceStorageMapFileNoContent) IsServerError added in v1.1.0

func (o *ReplaceStorageMapFileNoContent) IsServerError() bool

IsServerError returns true when this replace storage map file no content response has a 5xx status code

func (*ReplaceStorageMapFileNoContent) IsSuccess added in v1.1.0

func (o *ReplaceStorageMapFileNoContent) IsSuccess() bool

IsSuccess returns true when this replace storage map file no content response has a 2xx status code

func (*ReplaceStorageMapFileNoContent) String added in v1.1.0

type ReplaceStorageMapFileNotFound

type ReplaceStorageMapFileNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

ReplaceStorageMapFileNotFound describes a response with status code 404, 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) Code added in v1.1.5

Code gets the status code for the replace storage map file not found response

func (*ReplaceStorageMapFileNotFound) Error

func (*ReplaceStorageMapFileNotFound) GetPayload

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

func (*ReplaceStorageMapFileNotFound) IsClientError added in v1.1.0

func (o *ReplaceStorageMapFileNotFound) IsClientError() bool

IsClientError returns true when this replace storage map file not found response has a 4xx status code

func (*ReplaceStorageMapFileNotFound) IsCode added in v1.1.0

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

IsCode returns true when this replace storage map file not found response a status code equal to that given

func (*ReplaceStorageMapFileNotFound) IsRedirect added in v1.1.0

func (o *ReplaceStorageMapFileNotFound) IsRedirect() bool

IsRedirect returns true when this replace storage map file not found response has a 3xx status code

func (*ReplaceStorageMapFileNotFound) IsServerError added in v1.1.0

func (o *ReplaceStorageMapFileNotFound) IsServerError() bool

IsServerError returns true when this replace storage map file not found response has a 5xx status code

func (*ReplaceStorageMapFileNotFound) IsSuccess added in v1.1.0

func (o *ReplaceStorageMapFileNotFound) IsSuccess() bool

IsSuccess returns true when this replace storage map file not found response has a 2xx status code

func (*ReplaceStorageMapFileNotFound) String added in v1.1.0

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewReplaceStorageMapFileParamsWithContext

func NewReplaceStorageMapFileParamsWithContext(ctx context.Context) *ReplaceStorageMapFileParams

NewReplaceStorageMapFileParamsWithContext creates a new ReplaceStorageMapFileParams object with 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 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 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) SetDefaults

func (o *ReplaceStorageMapFileParams) SetDefaults()

SetDefaults hydrates default values in the replace storage map file params (not the query body).

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

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) WithDefaults

WithDefaults hydrates default values in the replace storage map file params (not the query body).

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

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 describes a response with status code 202, 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) Code added in v1.1.5

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

func (*ReplaceStorageSSLCertificateAccepted) Error

func (*ReplaceStorageSSLCertificateAccepted) GetPayload

func (*ReplaceStorageSSLCertificateAccepted) IsClientError added in v1.1.0

func (o *ReplaceStorageSSLCertificateAccepted) IsClientError() bool

IsClientError returns true when this replace storage s s l certificate accepted response has a 4xx status code

func (*ReplaceStorageSSLCertificateAccepted) IsCode added in v1.1.0

IsCode returns true when this replace storage s s l certificate accepted response a status code equal to that given

func (*ReplaceStorageSSLCertificateAccepted) IsRedirect added in v1.1.0

IsRedirect returns true when this replace storage s s l certificate accepted response has a 3xx status code

func (*ReplaceStorageSSLCertificateAccepted) IsServerError added in v1.1.0

func (o *ReplaceStorageSSLCertificateAccepted) IsServerError() bool

IsServerError returns true when this replace storage s s l certificate accepted response has a 5xx status code

func (*ReplaceStorageSSLCertificateAccepted) IsSuccess added in v1.1.0

IsSuccess returns true when this replace storage s s l certificate accepted response has a 2xx status code

func (*ReplaceStorageSSLCertificateAccepted) String added in v1.1.0

type ReplaceStorageSSLCertificateBadRequest

type ReplaceStorageSSLCertificateBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Bad request

func NewReplaceStorageSSLCertificateBadRequest

func NewReplaceStorageSSLCertificateBadRequest() *ReplaceStorageSSLCertificateBadRequest

NewReplaceStorageSSLCertificateBadRequest creates a ReplaceStorageSSLCertificateBadRequest with default headers values

func (*ReplaceStorageSSLCertificateBadRequest) Code added in v1.1.5

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

func (*ReplaceStorageSSLCertificateBadRequest) Error

func (*ReplaceStorageSSLCertificateBadRequest) GetPayload

func (*ReplaceStorageSSLCertificateBadRequest) IsClientError added in v1.1.0

func (o *ReplaceStorageSSLCertificateBadRequest) IsClientError() bool

IsClientError returns true when this replace storage s s l certificate bad request response has a 4xx status code

func (*ReplaceStorageSSLCertificateBadRequest) IsCode added in v1.1.0

IsCode returns true when this replace storage s s l certificate bad request response a status code equal to that given

func (*ReplaceStorageSSLCertificateBadRequest) IsRedirect added in v1.1.0

IsRedirect returns true when this replace storage s s l certificate bad request response has a 3xx status code

func (*ReplaceStorageSSLCertificateBadRequest) IsServerError added in v1.1.0

func (o *ReplaceStorageSSLCertificateBadRequest) IsServerError() bool

IsServerError returns true when this replace storage s s l certificate bad request response has a 5xx status code

func (*ReplaceStorageSSLCertificateBadRequest) IsSuccess added in v1.1.0

IsSuccess returns true when this replace storage s s l certificate bad request response has a 2xx status code

func (*ReplaceStorageSSLCertificateBadRequest) String added in v1.1.0

type ReplaceStorageSSLCertificateDefault

type ReplaceStorageSSLCertificateDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

ReplaceStorageSSLCertificateDefault describes a response with status code -1, 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

func (*ReplaceStorageSSLCertificateDefault) IsClientError added in v1.1.0

func (o *ReplaceStorageSSLCertificateDefault) IsClientError() bool

IsClientError returns true when this replace storage s s l certificate default response has a 4xx status code

func (*ReplaceStorageSSLCertificateDefault) IsCode added in v1.1.0

IsCode returns true when this replace storage s s l certificate default response a status code equal to that given

func (*ReplaceStorageSSLCertificateDefault) IsRedirect added in v1.1.0

func (o *ReplaceStorageSSLCertificateDefault) IsRedirect() bool

IsRedirect returns true when this replace storage s s l certificate default response has a 3xx status code

func (*ReplaceStorageSSLCertificateDefault) IsServerError added in v1.1.0

func (o *ReplaceStorageSSLCertificateDefault) IsServerError() bool

IsServerError returns true when this replace storage s s l certificate default response has a 5xx status code

func (*ReplaceStorageSSLCertificateDefault) IsSuccess added in v1.1.0

IsSuccess returns true when this replace storage s s l certificate default response has a 2xx status code

func (*ReplaceStorageSSLCertificateDefault) String added in v1.1.0

type ReplaceStorageSSLCertificateNotFound

type ReplaceStorageSSLCertificateNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

ReplaceStorageSSLCertificateNotFound describes a response with status code 404, 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) Code added in v1.1.5

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

func (*ReplaceStorageSSLCertificateNotFound) Error

func (*ReplaceStorageSSLCertificateNotFound) GetPayload

func (*ReplaceStorageSSLCertificateNotFound) IsClientError added in v1.1.0

func (o *ReplaceStorageSSLCertificateNotFound) IsClientError() bool

IsClientError returns true when this replace storage s s l certificate not found response has a 4xx status code

func (*ReplaceStorageSSLCertificateNotFound) IsCode added in v1.1.0

IsCode returns true when this replace storage s s l certificate not found response a status code equal to that given

func (*ReplaceStorageSSLCertificateNotFound) IsRedirect added in v1.1.0

IsRedirect returns true when this replace storage s s l certificate not found response has a 3xx status code

func (*ReplaceStorageSSLCertificateNotFound) IsServerError added in v1.1.0

func (o *ReplaceStorageSSLCertificateNotFound) IsServerError() bool

IsServerError returns true when this replace storage s s l certificate not found response has a 5xx status code

func (*ReplaceStorageSSLCertificateNotFound) IsSuccess added in v1.1.0

IsSuccess returns true when this replace storage s s l certificate not found response has a 2xx status code

func (*ReplaceStorageSSLCertificateNotFound) String added in v1.1.0

type ReplaceStorageSSLCertificateOK added in v0.0.2

type ReplaceStorageSSLCertificateOK struct {
	Payload *models.SslCertificate
}

ReplaceStorageSSLCertificateOK describes a response with status code 200, 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) Code added in v1.1.5

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

func (*ReplaceStorageSSLCertificateOK) Error added in v0.0.2

func (*ReplaceStorageSSLCertificateOK) GetPayload added in v0.0.2

func (*ReplaceStorageSSLCertificateOK) IsClientError added in v1.1.0

func (o *ReplaceStorageSSLCertificateOK) IsClientError() bool

IsClientError returns true when this replace storage s s l certificate o k response has a 4xx status code

func (*ReplaceStorageSSLCertificateOK) IsCode added in v1.1.0

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

IsCode returns true when this replace storage s s l certificate o k response a status code equal to that given

func (*ReplaceStorageSSLCertificateOK) IsRedirect added in v1.1.0

func (o *ReplaceStorageSSLCertificateOK) IsRedirect() bool

IsRedirect returns true when this replace storage s s l certificate o k response has a 3xx status code

func (*ReplaceStorageSSLCertificateOK) IsServerError added in v1.1.0

func (o *ReplaceStorageSSLCertificateOK) IsServerError() bool

IsServerError returns true when this replace storage s s l certificate o k response has a 5xx status code

func (*ReplaceStorageSSLCertificateOK) IsSuccess added in v1.1.0

func (o *ReplaceStorageSSLCertificateOK) IsSuccess() bool

IsSuccess returns true when this replace storage s s l certificate o k response has a 2xx status code

func (*ReplaceStorageSSLCertificateOK) String added in v1.1.0

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 timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewReplaceStorageSSLCertificateParamsWithContext

func NewReplaceStorageSSLCertificateParamsWithContext(ctx context.Context) *ReplaceStorageSSLCertificateParams

NewReplaceStorageSSLCertificateParamsWithContext creates a new ReplaceStorageSSLCertificateParams object with 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 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 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) SetDefaults

func (o *ReplaceStorageSSLCertificateParams) SetDefaults()

SetDefaults hydrates default values in the replace storage s s l certificate params (not the query body).

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

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) WithDefaults

WithDefaults hydrates default values in the replace storage s s l certificate params (not the query body).

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

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