server

package
v0.0.0-...-a39a1f1 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2020 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 AddLicenseKeysOK

type AddLicenseKeysOK struct {
	Payload *models.LicenseKeys
}

AddLicenseKeysOK handles this case with default header values.

successful operation

func NewAddLicenseKeysOK

func NewAddLicenseKeysOK() *AddLicenseKeysOK

NewAddLicenseKeysOK creates a AddLicenseKeysOK with default headers values

func (*AddLicenseKeysOK) Error

func (o *AddLicenseKeysOK) Error() string

func (*AddLicenseKeysOK) GetPayload

func (o *AddLicenseKeysOK) GetPayload() *models.LicenseKeys

type AddLicenseKeysParams

type AddLicenseKeysParams struct {

	/*Body*/
	Body string
	/*Fields*/
	Fields *string

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

AddLicenseKeysParams contains all the parameters to send to the API endpoint for the add license keys operation typically these are written to a http.Request

func NewAddLicenseKeysParams

func NewAddLicenseKeysParams() *AddLicenseKeysParams

NewAddLicenseKeysParams creates a new AddLicenseKeysParams object with the default values initialized.

func NewAddLicenseKeysParamsWithContext

func NewAddLicenseKeysParamsWithContext(ctx context.Context) *AddLicenseKeysParams

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

func NewAddLicenseKeysParamsWithHTTPClient

func NewAddLicenseKeysParamsWithHTTPClient(client *http.Client) *AddLicenseKeysParams

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

func NewAddLicenseKeysParamsWithTimeout

func NewAddLicenseKeysParamsWithTimeout(timeout time.Duration) *AddLicenseKeysParams

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

func (*AddLicenseKeysParams) SetBody

func (o *AddLicenseKeysParams) SetBody(body string)

SetBody adds the body to the add license keys params

func (*AddLicenseKeysParams) SetContext

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

SetContext adds the context to the add license keys params

func (*AddLicenseKeysParams) SetFields

func (o *AddLicenseKeysParams) SetFields(fields *string)

SetFields adds the fields to the add license keys params

func (*AddLicenseKeysParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add license keys params

func (*AddLicenseKeysParams) SetTimeout

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

SetTimeout adds the timeout to the add license keys params

func (*AddLicenseKeysParams) WithBody

WithBody adds the body to the add license keys params

func (*AddLicenseKeysParams) WithContext

WithContext adds the context to the add license keys params

func (*AddLicenseKeysParams) WithFields

func (o *AddLicenseKeysParams) WithFields(fields *string) *AddLicenseKeysParams

WithFields adds the fields to the add license keys params

func (*AddLicenseKeysParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add license keys params

func (*AddLicenseKeysParams) WithTimeout

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

WithTimeout adds the timeout to the add license keys params

func (*AddLicenseKeysParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddLicenseKeysReader

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

AddLicenseKeysReader is a Reader for the AddLicenseKeys structure.

func (*AddLicenseKeysReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type Client

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

Client for server API

func (*Client) AddLicenseKeys

func (a *Client) AddLicenseKeys(params *AddLicenseKeysParams, authInfo runtime.ClientAuthInfoWriter) (*AddLicenseKeysOK, error)

AddLicenseKeys add license keys API

func (*Client) DeleteLicenseKey

func (a *Client) DeleteLicenseKey(params *DeleteLicenseKeyParams, authInfo runtime.ClientAuthInfoWriter) error

DeleteLicenseKey delete license key API

func (*Client) GetBackupStatus

func (a *Client) GetBackupStatus(params *GetBackupStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetBackupStatusOK, error)

GetBackupStatus get backup status API

func (*Client) GetLicenseKey

func (a *Client) GetLicenseKey(params *GetLicenseKeyParams, authInfo runtime.ClientAuthInfoWriter) (*GetLicenseKeyOK, error)

GetLicenseKey get license key API

func (*Client) GetLicenseKeys

func (a *Client) GetLicenseKeys(params *GetLicenseKeysParams, authInfo runtime.ClientAuthInfoWriter) (*GetLicenseKeysOK, error)

GetLicenseKeys get license keys API

func (*Client) GetLicensingData

func (a *Client) GetLicensingData(params *GetLicensingDataParams, authInfo runtime.ClientAuthInfoWriter) (*GetLicensingDataOK, error)

GetLicensingData get licensing data API

func (*Client) ServeMetrics

func (a *Client) ServeMetrics(params *ServeMetricsParams, authInfo runtime.ClientAuthInfoWriter) (*ServeMetricsOK, error)

ServeMetrics serve metrics API

func (*Client) ServePlugins

func (a *Client) ServePlugins(params *ServePluginsParams, authInfo runtime.ClientAuthInfoWriter) (*ServePluginsOK, error)

ServePlugins serve plugins API

func (*Client) ServeServerInfo

func (a *Client) ServeServerInfo(params *ServeServerInfoParams, authInfo runtime.ClientAuthInfoWriter) (*ServeServerInfoOK, error)

ServeServerInfo serve server info API

func (*Client) ServeServerVersion

func (a *Client) ServeServerVersion(params *ServeServerVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ServeServerVersionOK, error)

ServeServerVersion serve server version API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) StartBackup

func (a *Client) StartBackup(params *StartBackupParams, authInfo runtime.ClientAuthInfoWriter) (*StartBackupOK, error)

StartBackup start backup API

type ClientService

type ClientService interface {
	AddLicenseKeys(params *AddLicenseKeysParams, authInfo runtime.ClientAuthInfoWriter) (*AddLicenseKeysOK, error)

	DeleteLicenseKey(params *DeleteLicenseKeyParams, authInfo runtime.ClientAuthInfoWriter) error

	GetBackupStatus(params *GetBackupStatusParams, authInfo runtime.ClientAuthInfoWriter) (*GetBackupStatusOK, error)

	GetLicenseKey(params *GetLicenseKeyParams, authInfo runtime.ClientAuthInfoWriter) (*GetLicenseKeyOK, error)

	GetLicenseKeys(params *GetLicenseKeysParams, authInfo runtime.ClientAuthInfoWriter) (*GetLicenseKeysOK, error)

	GetLicensingData(params *GetLicensingDataParams, authInfo runtime.ClientAuthInfoWriter) (*GetLicensingDataOK, error)

	ServeMetrics(params *ServeMetricsParams, authInfo runtime.ClientAuthInfoWriter) (*ServeMetricsOK, error)

	ServePlugins(params *ServePluginsParams, authInfo runtime.ClientAuthInfoWriter) (*ServePluginsOK, error)

	ServeServerInfo(params *ServeServerInfoParams, authInfo runtime.ClientAuthInfoWriter) (*ServeServerInfoOK, error)

	ServeServerVersion(params *ServeServerVersionParams, authInfo runtime.ClientAuthInfoWriter) (*ServeServerVersionOK, error)

	StartBackup(params *StartBackupParams, authInfo runtime.ClientAuthInfoWriter) (*StartBackupOK, 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 server API client.

type DeleteLicenseKeyDefault

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

DeleteLicenseKeyDefault handles this case with default header values.

successful operation

func NewDeleteLicenseKeyDefault

func NewDeleteLicenseKeyDefault(code int) *DeleteLicenseKeyDefault

NewDeleteLicenseKeyDefault creates a DeleteLicenseKeyDefault with default headers values

func (*DeleteLicenseKeyDefault) Code

func (o *DeleteLicenseKeyDefault) Code() int

Code gets the status code for the delete license key default response

func (*DeleteLicenseKeyDefault) Error

func (o *DeleteLicenseKeyDefault) Error() string

type DeleteLicenseKeyParams

type DeleteLicenseKeyParams struct {

	/*LicenseKey*/
	LicenseKey string

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

DeleteLicenseKeyParams contains all the parameters to send to the API endpoint for the delete license key operation typically these are written to a http.Request

func NewDeleteLicenseKeyParams

func NewDeleteLicenseKeyParams() *DeleteLicenseKeyParams

NewDeleteLicenseKeyParams creates a new DeleteLicenseKeyParams object with the default values initialized.

func NewDeleteLicenseKeyParamsWithContext

func NewDeleteLicenseKeyParamsWithContext(ctx context.Context) *DeleteLicenseKeyParams

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

func NewDeleteLicenseKeyParamsWithHTTPClient

func NewDeleteLicenseKeyParamsWithHTTPClient(client *http.Client) *DeleteLicenseKeyParams

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

func NewDeleteLicenseKeyParamsWithTimeout

func NewDeleteLicenseKeyParamsWithTimeout(timeout time.Duration) *DeleteLicenseKeyParams

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

func (*DeleteLicenseKeyParams) SetContext

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

SetContext adds the context to the delete license key params

func (*DeleteLicenseKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete license key params

func (*DeleteLicenseKeyParams) SetLicenseKey

func (o *DeleteLicenseKeyParams) SetLicenseKey(licenseKey string)

SetLicenseKey adds the licenseKey to the delete license key params

func (*DeleteLicenseKeyParams) SetTimeout

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

SetTimeout adds the timeout to the delete license key params

func (*DeleteLicenseKeyParams) WithContext

WithContext adds the context to the delete license key params

func (*DeleteLicenseKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete license key params

func (*DeleteLicenseKeyParams) WithLicenseKey

func (o *DeleteLicenseKeyParams) WithLicenseKey(licenseKey string) *DeleteLicenseKeyParams

WithLicenseKey adds the licenseKey to the delete license key params

func (*DeleteLicenseKeyParams) WithTimeout

WithTimeout adds the timeout to the delete license key params

func (*DeleteLicenseKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteLicenseKeyReader

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

DeleteLicenseKeyReader is a Reader for the DeleteLicenseKey structure.

func (*DeleteLicenseKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetBackupStatusOK

type GetBackupStatusOK struct {
	Payload string
}

GetBackupStatusOK handles this case with default header values.

successful operation

func NewGetBackupStatusOK

func NewGetBackupStatusOK() *GetBackupStatusOK

NewGetBackupStatusOK creates a GetBackupStatusOK with default headers values

func (*GetBackupStatusOK) Error

func (o *GetBackupStatusOK) Error() string

func (*GetBackupStatusOK) GetPayload

func (o *GetBackupStatusOK) GetPayload() string

type GetBackupStatusParams

type GetBackupStatusParams struct {

	/*Body*/
	Body *models.BackupProcessManager

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

GetBackupStatusParams contains all the parameters to send to the API endpoint for the get backup status operation typically these are written to a http.Request

func NewGetBackupStatusParams

func NewGetBackupStatusParams() *GetBackupStatusParams

NewGetBackupStatusParams creates a new GetBackupStatusParams object with the default values initialized.

func NewGetBackupStatusParamsWithContext

func NewGetBackupStatusParamsWithContext(ctx context.Context) *GetBackupStatusParams

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

func NewGetBackupStatusParamsWithHTTPClient

func NewGetBackupStatusParamsWithHTTPClient(client *http.Client) *GetBackupStatusParams

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

func NewGetBackupStatusParamsWithTimeout

func NewGetBackupStatusParamsWithTimeout(timeout time.Duration) *GetBackupStatusParams

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

func (*GetBackupStatusParams) SetBody

SetBody adds the body to the get backup status params

func (*GetBackupStatusParams) SetContext

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

SetContext adds the context to the get backup status params

func (*GetBackupStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get backup status params

func (*GetBackupStatusParams) SetTimeout

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

SetTimeout adds the timeout to the get backup status params

func (*GetBackupStatusParams) WithBody

WithBody adds the body to the get backup status params

func (*GetBackupStatusParams) WithContext

WithContext adds the context to the get backup status params

func (*GetBackupStatusParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get backup status params

func (*GetBackupStatusParams) WithTimeout

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

WithTimeout adds the timeout to the get backup status params

func (*GetBackupStatusParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetBackupStatusReader

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

GetBackupStatusReader is a Reader for the GetBackupStatus structure.

func (*GetBackupStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLicenseKeyOK

type GetLicenseKeyOK struct {
	Payload *models.LicenseKey
}

GetLicenseKeyOK handles this case with default header values.

successful operation

func NewGetLicenseKeyOK

func NewGetLicenseKeyOK() *GetLicenseKeyOK

NewGetLicenseKeyOK creates a GetLicenseKeyOK with default headers values

func (*GetLicenseKeyOK) Error

func (o *GetLicenseKeyOK) Error() string

func (*GetLicenseKeyOK) GetPayload

func (o *GetLicenseKeyOK) GetPayload() *models.LicenseKey

type GetLicenseKeyParams

type GetLicenseKeyParams struct {

	/*Fields*/
	Fields *string
	/*LicenseKey*/
	LicenseKey string

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

GetLicenseKeyParams contains all the parameters to send to the API endpoint for the get license key operation typically these are written to a http.Request

func NewGetLicenseKeyParams

func NewGetLicenseKeyParams() *GetLicenseKeyParams

NewGetLicenseKeyParams creates a new GetLicenseKeyParams object with the default values initialized.

func NewGetLicenseKeyParamsWithContext

func NewGetLicenseKeyParamsWithContext(ctx context.Context) *GetLicenseKeyParams

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

func NewGetLicenseKeyParamsWithHTTPClient

func NewGetLicenseKeyParamsWithHTTPClient(client *http.Client) *GetLicenseKeyParams

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

func NewGetLicenseKeyParamsWithTimeout

func NewGetLicenseKeyParamsWithTimeout(timeout time.Duration) *GetLicenseKeyParams

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

func (*GetLicenseKeyParams) SetContext

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

SetContext adds the context to the get license key params

func (*GetLicenseKeyParams) SetFields

func (o *GetLicenseKeyParams) SetFields(fields *string)

SetFields adds the fields to the get license key params

func (*GetLicenseKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get license key params

func (*GetLicenseKeyParams) SetLicenseKey

func (o *GetLicenseKeyParams) SetLicenseKey(licenseKey string)

SetLicenseKey adds the licenseKey to the get license key params

func (*GetLicenseKeyParams) SetTimeout

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

SetTimeout adds the timeout to the get license key params

func (*GetLicenseKeyParams) WithContext

WithContext adds the context to the get license key params

func (*GetLicenseKeyParams) WithFields

func (o *GetLicenseKeyParams) WithFields(fields *string) *GetLicenseKeyParams

WithFields adds the fields to the get license key params

func (*GetLicenseKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get license key params

func (*GetLicenseKeyParams) WithLicenseKey

func (o *GetLicenseKeyParams) WithLicenseKey(licenseKey string) *GetLicenseKeyParams

WithLicenseKey adds the licenseKey to the get license key params

func (*GetLicenseKeyParams) WithTimeout

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

WithTimeout adds the timeout to the get license key params

func (*GetLicenseKeyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetLicenseKeyReader

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

GetLicenseKeyReader is a Reader for the GetLicenseKey structure.

func (*GetLicenseKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLicenseKeysOK

type GetLicenseKeysOK struct {
	Payload *models.LicenseKeys
}

GetLicenseKeysOK handles this case with default header values.

successful operation

func NewGetLicenseKeysOK

func NewGetLicenseKeysOK() *GetLicenseKeysOK

NewGetLicenseKeysOK creates a GetLicenseKeysOK with default headers values

func (*GetLicenseKeysOK) Error

func (o *GetLicenseKeysOK) Error() string

func (*GetLicenseKeysOK) GetPayload

func (o *GetLicenseKeysOK) GetPayload() *models.LicenseKeys

type GetLicenseKeysParams

type GetLicenseKeysParams struct {

	/*Fields*/
	Fields *string

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

GetLicenseKeysParams contains all the parameters to send to the API endpoint for the get license keys operation typically these are written to a http.Request

func NewGetLicenseKeysParams

func NewGetLicenseKeysParams() *GetLicenseKeysParams

NewGetLicenseKeysParams creates a new GetLicenseKeysParams object with the default values initialized.

func NewGetLicenseKeysParamsWithContext

func NewGetLicenseKeysParamsWithContext(ctx context.Context) *GetLicenseKeysParams

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

func NewGetLicenseKeysParamsWithHTTPClient

func NewGetLicenseKeysParamsWithHTTPClient(client *http.Client) *GetLicenseKeysParams

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

func NewGetLicenseKeysParamsWithTimeout

func NewGetLicenseKeysParamsWithTimeout(timeout time.Duration) *GetLicenseKeysParams

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

func (*GetLicenseKeysParams) SetContext

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

SetContext adds the context to the get license keys params

func (*GetLicenseKeysParams) SetFields

func (o *GetLicenseKeysParams) SetFields(fields *string)

SetFields adds the fields to the get license keys params

func (*GetLicenseKeysParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get license keys params

func (*GetLicenseKeysParams) SetTimeout

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

SetTimeout adds the timeout to the get license keys params

func (*GetLicenseKeysParams) WithContext

WithContext adds the context to the get license keys params

func (*GetLicenseKeysParams) WithFields

func (o *GetLicenseKeysParams) WithFields(fields *string) *GetLicenseKeysParams

WithFields adds the fields to the get license keys params

func (*GetLicenseKeysParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get license keys params

func (*GetLicenseKeysParams) WithTimeout

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

WithTimeout adds the timeout to the get license keys params

func (*GetLicenseKeysParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetLicenseKeysReader

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

GetLicenseKeysReader is a Reader for the GetLicenseKeys structure.

func (*GetLicenseKeysReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetLicensingDataOK

type GetLicensingDataOK struct {
	Payload *models.LicensingData
}

GetLicensingDataOK handles this case with default header values.

successful operation

func NewGetLicensingDataOK

func NewGetLicensingDataOK() *GetLicensingDataOK

NewGetLicensingDataOK creates a GetLicensingDataOK with default headers values

func (*GetLicensingDataOK) Error

func (o *GetLicensingDataOK) Error() string

func (*GetLicensingDataOK) GetPayload

func (o *GetLicensingDataOK) GetPayload() *models.LicensingData

type GetLicensingDataParams

type GetLicensingDataParams struct {

	/*Fields*/
	Fields *string

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

GetLicensingDataParams contains all the parameters to send to the API endpoint for the get licensing data operation typically these are written to a http.Request

func NewGetLicensingDataParams

func NewGetLicensingDataParams() *GetLicensingDataParams

NewGetLicensingDataParams creates a new GetLicensingDataParams object with the default values initialized.

func NewGetLicensingDataParamsWithContext

func NewGetLicensingDataParamsWithContext(ctx context.Context) *GetLicensingDataParams

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

func NewGetLicensingDataParamsWithHTTPClient

func NewGetLicensingDataParamsWithHTTPClient(client *http.Client) *GetLicensingDataParams

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

func NewGetLicensingDataParamsWithTimeout

func NewGetLicensingDataParamsWithTimeout(timeout time.Duration) *GetLicensingDataParams

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

func (*GetLicensingDataParams) SetContext

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

SetContext adds the context to the get licensing data params

func (*GetLicensingDataParams) SetFields

func (o *GetLicensingDataParams) SetFields(fields *string)

SetFields adds the fields to the get licensing data params

func (*GetLicensingDataParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get licensing data params

func (*GetLicensingDataParams) SetTimeout

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

SetTimeout adds the timeout to the get licensing data params

func (*GetLicensingDataParams) WithContext

WithContext adds the context to the get licensing data params

func (*GetLicensingDataParams) WithFields

func (o *GetLicensingDataParams) WithFields(fields *string) *GetLicensingDataParams

WithFields adds the fields to the get licensing data params

func (*GetLicensingDataParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get licensing data params

func (*GetLicensingDataParams) WithTimeout

WithTimeout adds the timeout to the get licensing data params

func (*GetLicensingDataParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetLicensingDataReader

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

GetLicensingDataReader is a Reader for the GetLicensingData structure.

func (*GetLicensingDataReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeMetricsOK

type ServeMetricsOK struct {
	Payload *models.Metrics
}

ServeMetricsOK handles this case with default header values.

successful operation

func NewServeMetricsOK

func NewServeMetricsOK() *ServeMetricsOK

NewServeMetricsOK creates a ServeMetricsOK with default headers values

func (*ServeMetricsOK) Error

func (o *ServeMetricsOK) Error() string

func (*ServeMetricsOK) GetPayload

func (o *ServeMetricsOK) GetPayload() *models.Metrics

type ServeMetricsParams

type ServeMetricsParams struct {

	/*Fields*/
	Fields *string

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

ServeMetricsParams contains all the parameters to send to the API endpoint for the serve metrics operation typically these are written to a http.Request

func NewServeMetricsParams

func NewServeMetricsParams() *ServeMetricsParams

NewServeMetricsParams creates a new ServeMetricsParams object with the default values initialized.

func NewServeMetricsParamsWithContext

func NewServeMetricsParamsWithContext(ctx context.Context) *ServeMetricsParams

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

func NewServeMetricsParamsWithHTTPClient

func NewServeMetricsParamsWithHTTPClient(client *http.Client) *ServeMetricsParams

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

func NewServeMetricsParamsWithTimeout

func NewServeMetricsParamsWithTimeout(timeout time.Duration) *ServeMetricsParams

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

func (*ServeMetricsParams) SetContext

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

SetContext adds the context to the serve metrics params

func (*ServeMetricsParams) SetFields

func (o *ServeMetricsParams) SetFields(fields *string)

SetFields adds the fields to the serve metrics params

func (*ServeMetricsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve metrics params

func (*ServeMetricsParams) SetTimeout

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

SetTimeout adds the timeout to the serve metrics params

func (*ServeMetricsParams) WithContext

WithContext adds the context to the serve metrics params

func (*ServeMetricsParams) WithFields

func (o *ServeMetricsParams) WithFields(fields *string) *ServeMetricsParams

WithFields adds the fields to the serve metrics params

func (*ServeMetricsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the serve metrics params

func (*ServeMetricsParams) WithTimeout

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

WithTimeout adds the timeout to the serve metrics params

func (*ServeMetricsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ServeMetricsReader

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

ServeMetricsReader is a Reader for the ServeMetrics structure.

func (*ServeMetricsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServePluginsOK

type ServePluginsOK struct {
	Payload *models.Plugins
}

ServePluginsOK handles this case with default header values.

successful operation

func NewServePluginsOK

func NewServePluginsOK() *ServePluginsOK

NewServePluginsOK creates a ServePluginsOK with default headers values

func (*ServePluginsOK) Error

func (o *ServePluginsOK) Error() string

func (*ServePluginsOK) GetPayload

func (o *ServePluginsOK) GetPayload() *models.Plugins

type ServePluginsParams

type ServePluginsParams struct {

	/*Fields*/
	Fields *string

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

ServePluginsParams contains all the parameters to send to the API endpoint for the serve plugins operation typically these are written to a http.Request

func NewServePluginsParams

func NewServePluginsParams() *ServePluginsParams

NewServePluginsParams creates a new ServePluginsParams object with the default values initialized.

func NewServePluginsParamsWithContext

func NewServePluginsParamsWithContext(ctx context.Context) *ServePluginsParams

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

func NewServePluginsParamsWithHTTPClient

func NewServePluginsParamsWithHTTPClient(client *http.Client) *ServePluginsParams

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

func NewServePluginsParamsWithTimeout

func NewServePluginsParamsWithTimeout(timeout time.Duration) *ServePluginsParams

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

func (*ServePluginsParams) SetContext

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

SetContext adds the context to the serve plugins params

func (*ServePluginsParams) SetFields

func (o *ServePluginsParams) SetFields(fields *string)

SetFields adds the fields to the serve plugins params

func (*ServePluginsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve plugins params

func (*ServePluginsParams) SetTimeout

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

SetTimeout adds the timeout to the serve plugins params

func (*ServePluginsParams) WithContext

WithContext adds the context to the serve plugins params

func (*ServePluginsParams) WithFields

func (o *ServePluginsParams) WithFields(fields *string) *ServePluginsParams

WithFields adds the fields to the serve plugins params

func (*ServePluginsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the serve plugins params

func (*ServePluginsParams) WithTimeout

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

WithTimeout adds the timeout to the serve plugins params

func (*ServePluginsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ServePluginsReader

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

ServePluginsReader is a Reader for the ServePlugins structure.

func (*ServePluginsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeServerInfoOK

type ServeServerInfoOK struct {
	Payload *models.Server
}

ServeServerInfoOK handles this case with default header values.

successful operation

func NewServeServerInfoOK

func NewServeServerInfoOK() *ServeServerInfoOK

NewServeServerInfoOK creates a ServeServerInfoOK with default headers values

func (*ServeServerInfoOK) Error

func (o *ServeServerInfoOK) Error() string

func (*ServeServerInfoOK) GetPayload

func (o *ServeServerInfoOK) GetPayload() *models.Server

type ServeServerInfoParams

type ServeServerInfoParams struct {

	/*Fields*/
	Fields *string

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

ServeServerInfoParams contains all the parameters to send to the API endpoint for the serve server info operation typically these are written to a http.Request

func NewServeServerInfoParams

func NewServeServerInfoParams() *ServeServerInfoParams

NewServeServerInfoParams creates a new ServeServerInfoParams object with the default values initialized.

func NewServeServerInfoParamsWithContext

func NewServeServerInfoParamsWithContext(ctx context.Context) *ServeServerInfoParams

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

func NewServeServerInfoParamsWithHTTPClient

func NewServeServerInfoParamsWithHTTPClient(client *http.Client) *ServeServerInfoParams

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

func NewServeServerInfoParamsWithTimeout

func NewServeServerInfoParamsWithTimeout(timeout time.Duration) *ServeServerInfoParams

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

func (*ServeServerInfoParams) SetContext

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

SetContext adds the context to the serve server info params

func (*ServeServerInfoParams) SetFields

func (o *ServeServerInfoParams) SetFields(fields *string)

SetFields adds the fields to the serve server info params

func (*ServeServerInfoParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve server info params

func (*ServeServerInfoParams) SetTimeout

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

SetTimeout adds the timeout to the serve server info params

func (*ServeServerInfoParams) WithContext

WithContext adds the context to the serve server info params

func (*ServeServerInfoParams) WithFields

func (o *ServeServerInfoParams) WithFields(fields *string) *ServeServerInfoParams

WithFields adds the fields to the serve server info params

func (*ServeServerInfoParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the serve server info params

func (*ServeServerInfoParams) WithTimeout

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

WithTimeout adds the timeout to the serve server info params

func (*ServeServerInfoParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ServeServerInfoReader

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

ServeServerInfoReader is a Reader for the ServeServerInfo structure.

func (*ServeServerInfoReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ServeServerVersionOK

type ServeServerVersionOK struct {
	Payload string
}

ServeServerVersionOK handles this case with default header values.

successful operation

func NewServeServerVersionOK

func NewServeServerVersionOK() *ServeServerVersionOK

NewServeServerVersionOK creates a ServeServerVersionOK with default headers values

func (*ServeServerVersionOK) Error

func (o *ServeServerVersionOK) Error() string

func (*ServeServerVersionOK) GetPayload

func (o *ServeServerVersionOK) GetPayload() string

type ServeServerVersionParams

type ServeServerVersionParams struct {

	/*Field*/
	Field string

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

ServeServerVersionParams contains all the parameters to send to the API endpoint for the serve server version operation typically these are written to a http.Request

func NewServeServerVersionParams

func NewServeServerVersionParams() *ServeServerVersionParams

NewServeServerVersionParams creates a new ServeServerVersionParams object with the default values initialized.

func NewServeServerVersionParamsWithContext

func NewServeServerVersionParamsWithContext(ctx context.Context) *ServeServerVersionParams

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

func NewServeServerVersionParamsWithHTTPClient

func NewServeServerVersionParamsWithHTTPClient(client *http.Client) *ServeServerVersionParams

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

func NewServeServerVersionParamsWithTimeout

func NewServeServerVersionParamsWithTimeout(timeout time.Duration) *ServeServerVersionParams

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

func (*ServeServerVersionParams) SetContext

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

SetContext adds the context to the serve server version params

func (*ServeServerVersionParams) SetField

func (o *ServeServerVersionParams) SetField(field string)

SetField adds the field to the serve server version params

func (*ServeServerVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the serve server version params

func (*ServeServerVersionParams) SetTimeout

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

SetTimeout adds the timeout to the serve server version params

func (*ServeServerVersionParams) WithContext

WithContext adds the context to the serve server version params

func (*ServeServerVersionParams) WithField

WithField adds the field to the serve server version params

func (*ServeServerVersionParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the serve server version params

func (*ServeServerVersionParams) WithTimeout

WithTimeout adds the timeout to the serve server version params

func (*ServeServerVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ServeServerVersionReader

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

ServeServerVersionReader is a Reader for the ServeServerVersion structure.

func (*ServeServerVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type StartBackupOK

type StartBackupOK struct {
	Payload string
}

StartBackupOK handles this case with default header values.

successful operation

func NewStartBackupOK

func NewStartBackupOK() *StartBackupOK

NewStartBackupOK creates a StartBackupOK with default headers values

func (*StartBackupOK) Error

func (o *StartBackupOK) Error() string

func (*StartBackupOK) GetPayload

func (o *StartBackupOK) GetPayload() string

type StartBackupParams

type StartBackupParams struct {

	/*AddTimestamp*/
	AddTimestamp *bool
	/*Body*/
	Body *models.BackupProcessManager
	/*FileName*/
	FileName *string
	/*IncludeBuildLogs*/
	IncludeBuildLogs *bool
	/*IncludeConfigs*/
	IncludeConfigs *bool
	/*IncludeDatabase*/
	IncludeDatabase *bool
	/*IncludePersonalChanges*/
	IncludePersonalChanges *bool
	/*IncludeRunningBuilds*/
	IncludeRunningBuilds *bool
	/*IncludeSupplimentaryData*/
	IncludeSupplimentaryData *bool

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

StartBackupParams contains all the parameters to send to the API endpoint for the start backup operation typically these are written to a http.Request

func NewStartBackupParams

func NewStartBackupParams() *StartBackupParams

NewStartBackupParams creates a new StartBackupParams object with the default values initialized.

func NewStartBackupParamsWithContext

func NewStartBackupParamsWithContext(ctx context.Context) *StartBackupParams

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

func NewStartBackupParamsWithHTTPClient

func NewStartBackupParamsWithHTTPClient(client *http.Client) *StartBackupParams

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

func NewStartBackupParamsWithTimeout

func NewStartBackupParamsWithTimeout(timeout time.Duration) *StartBackupParams

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

func (*StartBackupParams) SetAddTimestamp

func (o *StartBackupParams) SetAddTimestamp(addTimestamp *bool)

SetAddTimestamp adds the addTimestamp to the start backup params

func (*StartBackupParams) SetBody

func (o *StartBackupParams) SetBody(body *models.BackupProcessManager)

SetBody adds the body to the start backup params

func (*StartBackupParams) SetContext

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

SetContext adds the context to the start backup params

func (*StartBackupParams) SetFileName

func (o *StartBackupParams) SetFileName(fileName *string)

SetFileName adds the fileName to the start backup params

func (*StartBackupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the start backup params

func (*StartBackupParams) SetIncludeBuildLogs

func (o *StartBackupParams) SetIncludeBuildLogs(includeBuildLogs *bool)

SetIncludeBuildLogs adds the includeBuildLogs to the start backup params

func (*StartBackupParams) SetIncludeConfigs

func (o *StartBackupParams) SetIncludeConfigs(includeConfigs *bool)

SetIncludeConfigs adds the includeConfigs to the start backup params

func (*StartBackupParams) SetIncludeDatabase

func (o *StartBackupParams) SetIncludeDatabase(includeDatabase *bool)

SetIncludeDatabase adds the includeDatabase to the start backup params

func (*StartBackupParams) SetIncludePersonalChanges

func (o *StartBackupParams) SetIncludePersonalChanges(includePersonalChanges *bool)

SetIncludePersonalChanges adds the includePersonalChanges to the start backup params

func (*StartBackupParams) SetIncludeRunningBuilds

func (o *StartBackupParams) SetIncludeRunningBuilds(includeRunningBuilds *bool)

SetIncludeRunningBuilds adds the includeRunningBuilds to the start backup params

func (*StartBackupParams) SetIncludeSupplimentaryData

func (o *StartBackupParams) SetIncludeSupplimentaryData(includeSupplimentaryData *bool)

SetIncludeSupplimentaryData adds the includeSupplimentaryData to the start backup params

func (*StartBackupParams) SetTimeout

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

SetTimeout adds the timeout to the start backup params

func (*StartBackupParams) WithAddTimestamp

func (o *StartBackupParams) WithAddTimestamp(addTimestamp *bool) *StartBackupParams

WithAddTimestamp adds the addTimestamp to the start backup params

func (*StartBackupParams) WithBody

WithBody adds the body to the start backup params

func (*StartBackupParams) WithContext

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

WithContext adds the context to the start backup params

func (*StartBackupParams) WithFileName

func (o *StartBackupParams) WithFileName(fileName *string) *StartBackupParams

WithFileName adds the fileName to the start backup params

func (*StartBackupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the start backup params

func (*StartBackupParams) WithIncludeBuildLogs

func (o *StartBackupParams) WithIncludeBuildLogs(includeBuildLogs *bool) *StartBackupParams

WithIncludeBuildLogs adds the includeBuildLogs to the start backup params

func (*StartBackupParams) WithIncludeConfigs

func (o *StartBackupParams) WithIncludeConfigs(includeConfigs *bool) *StartBackupParams

WithIncludeConfigs adds the includeConfigs to the start backup params

func (*StartBackupParams) WithIncludeDatabase

func (o *StartBackupParams) WithIncludeDatabase(includeDatabase *bool) *StartBackupParams

WithIncludeDatabase adds the includeDatabase to the start backup params

func (*StartBackupParams) WithIncludePersonalChanges

func (o *StartBackupParams) WithIncludePersonalChanges(includePersonalChanges *bool) *StartBackupParams

WithIncludePersonalChanges adds the includePersonalChanges to the start backup params

func (*StartBackupParams) WithIncludeRunningBuilds

func (o *StartBackupParams) WithIncludeRunningBuilds(includeRunningBuilds *bool) *StartBackupParams

WithIncludeRunningBuilds adds the includeRunningBuilds to the start backup params

func (*StartBackupParams) WithIncludeSupplimentaryData

func (o *StartBackupParams) WithIncludeSupplimentaryData(includeSupplimentaryData *bool) *StartBackupParams

WithIncludeSupplimentaryData adds the includeSupplimentaryData to the start backup params

func (*StartBackupParams) WithTimeout

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

WithTimeout adds the timeout to the start backup params

func (*StartBackupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type StartBackupReader

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

StartBackupReader is a Reader for the StartBackup structure.

func (*StartBackupReader) ReadResponse

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