maps

package
v0.3.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddMapEntryBadRequest

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

	Payload *models.Error
}

AddMapEntryBadRequest handles this case with default header values.

Bad request

func NewAddMapEntryBadRequest

func NewAddMapEntryBadRequest() *AddMapEntryBadRequest

NewAddMapEntryBadRequest creates a AddMapEntryBadRequest with default headers values

func (*AddMapEntryBadRequest) Error

func (o *AddMapEntryBadRequest) Error() string

func (*AddMapEntryBadRequest) GetPayload added in v0.2.0

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

type AddMapEntryConflict

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

	Payload *models.Error
}

AddMapEntryConflict handles this case with default header values.

The specified resource already exists

func NewAddMapEntryConflict

func NewAddMapEntryConflict() *AddMapEntryConflict

NewAddMapEntryConflict creates a AddMapEntryConflict with default headers values

func (*AddMapEntryConflict) Error

func (o *AddMapEntryConflict) Error() string

func (*AddMapEntryConflict) GetPayload added in v0.2.0

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

type AddMapEntryCreated

type AddMapEntryCreated struct {
	Payload *models.MapEntry
}

AddMapEntryCreated handles this case with default header values.

Map entry created

func NewAddMapEntryCreated

func NewAddMapEntryCreated() *AddMapEntryCreated

NewAddMapEntryCreated creates a AddMapEntryCreated with default headers values

func (*AddMapEntryCreated) Error

func (o *AddMapEntryCreated) Error() string

func (*AddMapEntryCreated) GetPayload added in v0.2.0

func (o *AddMapEntryCreated) GetPayload() *models.MapEntry

type AddMapEntryDefault

type AddMapEntryDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

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

AddMapEntryDefault handles this case with default header values.

General Error

func NewAddMapEntryDefault

func NewAddMapEntryDefault(code int) *AddMapEntryDefault

NewAddMapEntryDefault creates a AddMapEntryDefault with default headers values

func (*AddMapEntryDefault) Code

func (o *AddMapEntryDefault) Code() int

Code gets the status code for the add map entry default response

func (*AddMapEntryDefault) Error

func (o *AddMapEntryDefault) Error() string

func (*AddMapEntryDefault) GetPayload added in v0.2.0

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

type AddMapEntryParams

type AddMapEntryParams struct {

	/*Data*/
	Data *models.MapEntry
	/*ForceSync
	  If true, immediately syncs changes to disk

	*/
	ForceSync *bool
	/*Map
	  Mapfile attribute storage_name

	*/
	Map string

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

AddMapEntryParams contains all the parameters to send to the API endpoint for the add map entry operation typically these are written to a http.Request

func NewAddMapEntryParams

func NewAddMapEntryParams() *AddMapEntryParams

NewAddMapEntryParams creates a new AddMapEntryParams object with the default values initialized.

func NewAddMapEntryParamsWithContext

func NewAddMapEntryParamsWithContext(ctx context.Context) *AddMapEntryParams

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

func NewAddMapEntryParamsWithHTTPClient

func NewAddMapEntryParamsWithHTTPClient(client *http.Client) *AddMapEntryParams

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

func NewAddMapEntryParamsWithTimeout

func NewAddMapEntryParamsWithTimeout(timeout time.Duration) *AddMapEntryParams

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

func (*AddMapEntryParams) SetContext

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

SetContext adds the context to the add map entry params

func (*AddMapEntryParams) SetData

func (o *AddMapEntryParams) SetData(data *models.MapEntry)

SetData adds the data to the add map entry params

func (*AddMapEntryParams) SetForceSync added in v0.3.0

func (o *AddMapEntryParams) SetForceSync(forceSync *bool)

SetForceSync adds the forceSync to the add map entry params

func (*AddMapEntryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add map entry params

func (*AddMapEntryParams) SetMap

func (o *AddMapEntryParams) SetMap(mapVar string)

SetMap adds the map to the add map entry params

func (*AddMapEntryParams) SetTimeout

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

SetTimeout adds the timeout to the add map entry params

func (*AddMapEntryParams) WithContext

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

WithContext adds the context to the add map entry params

func (*AddMapEntryParams) WithData

func (o *AddMapEntryParams) WithData(data *models.MapEntry) *AddMapEntryParams

WithData adds the data to the add map entry params

func (*AddMapEntryParams) WithForceSync added in v0.3.0

func (o *AddMapEntryParams) WithForceSync(forceSync *bool) *AddMapEntryParams

WithForceSync adds the forceSync to the add map entry params

func (*AddMapEntryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add map entry params

func (*AddMapEntryParams) WithMap

func (o *AddMapEntryParams) WithMap(mapVar string) *AddMapEntryParams

WithMap adds the mapVar to the add map entry params

func (*AddMapEntryParams) WithTimeout

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

WithTimeout adds the timeout to the add map entry params

func (*AddMapEntryParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddMapEntryReader

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

AddMapEntryReader is a Reader for the AddMapEntry structure.

func (*AddMapEntryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ClearRuntimeMapDefault

type ClearRuntimeMapDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

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

ClearRuntimeMapDefault handles this case with default header values.

General Error

func NewClearRuntimeMapDefault

func NewClearRuntimeMapDefault(code int) *ClearRuntimeMapDefault

NewClearRuntimeMapDefault creates a ClearRuntimeMapDefault with default headers values

func (*ClearRuntimeMapDefault) Code

func (o *ClearRuntimeMapDefault) Code() int

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

func (*ClearRuntimeMapDefault) Error

func (o *ClearRuntimeMapDefault) Error() string

func (*ClearRuntimeMapDefault) GetPayload added in v0.2.0

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

type ClearRuntimeMapNoContent

type ClearRuntimeMapNoContent struct {
}

ClearRuntimeMapNoContent handles this case with default header values.

All map entries deleted

func NewClearRuntimeMapNoContent

func NewClearRuntimeMapNoContent() *ClearRuntimeMapNoContent

NewClearRuntimeMapNoContent creates a ClearRuntimeMapNoContent with default headers values

func (*ClearRuntimeMapNoContent) Error

func (o *ClearRuntimeMapNoContent) Error() string

type ClearRuntimeMapNotFound

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

	Payload *models.Error
}

ClearRuntimeMapNotFound handles this case with default header values.

The specified resource was not found

func NewClearRuntimeMapNotFound

func NewClearRuntimeMapNotFound() *ClearRuntimeMapNotFound

NewClearRuntimeMapNotFound creates a ClearRuntimeMapNotFound with default headers values

func (*ClearRuntimeMapNotFound) Error

func (o *ClearRuntimeMapNotFound) Error() string

func (*ClearRuntimeMapNotFound) GetPayload added in v0.2.0

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

type ClearRuntimeMapParams

type ClearRuntimeMapParams struct {

	/*ForceDelete
	  If true, deletes file from disk

	*/
	ForceDelete *bool
	/*ForceSync
	  If true, immediately syncs changes to disk

	*/
	ForceSync *bool
	/*Name
	  Map file name

	*/
	Name string

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

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

func NewClearRuntimeMapParams

func NewClearRuntimeMapParams() *ClearRuntimeMapParams

NewClearRuntimeMapParams creates a new ClearRuntimeMapParams object with the default values initialized.

func NewClearRuntimeMapParamsWithContext

func NewClearRuntimeMapParamsWithContext(ctx context.Context) *ClearRuntimeMapParams

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

func NewClearRuntimeMapParamsWithHTTPClient

func NewClearRuntimeMapParamsWithHTTPClient(client *http.Client) *ClearRuntimeMapParams

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

func NewClearRuntimeMapParamsWithTimeout

func NewClearRuntimeMapParamsWithTimeout(timeout time.Duration) *ClearRuntimeMapParams

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

func (*ClearRuntimeMapParams) SetContext

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

SetContext adds the context to the clear runtime map params

func (*ClearRuntimeMapParams) SetForceDelete

func (o *ClearRuntimeMapParams) SetForceDelete(forceDelete *bool)

SetForceDelete adds the forceDelete to the clear runtime map params

func (*ClearRuntimeMapParams) SetForceSync added in v0.3.0

func (o *ClearRuntimeMapParams) SetForceSync(forceSync *bool)

SetForceSync adds the forceSync to the clear runtime map params

func (*ClearRuntimeMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the clear runtime map params

func (*ClearRuntimeMapParams) SetName

func (o *ClearRuntimeMapParams) SetName(name string)

SetName adds the name to the clear runtime map params

func (*ClearRuntimeMapParams) SetTimeout

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

SetTimeout adds the timeout to the clear runtime map params

func (*ClearRuntimeMapParams) WithContext

WithContext adds the context to the clear runtime map params

func (*ClearRuntimeMapParams) WithForceDelete

func (o *ClearRuntimeMapParams) WithForceDelete(forceDelete *bool) *ClearRuntimeMapParams

WithForceDelete adds the forceDelete to the clear runtime map params

func (*ClearRuntimeMapParams) WithForceSync added in v0.3.0

func (o *ClearRuntimeMapParams) WithForceSync(forceSync *bool) *ClearRuntimeMapParams

WithForceSync adds the forceSync to the clear runtime map params

func (*ClearRuntimeMapParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the clear runtime map params

func (*ClearRuntimeMapParams) WithName

WithName adds the name to the clear runtime map params

func (*ClearRuntimeMapParams) WithTimeout

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

WithTimeout adds the timeout to the clear runtime map params

func (*ClearRuntimeMapParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ClearRuntimeMapReader

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

ClearRuntimeMapReader is a Reader for the ClearRuntimeMap structure.

func (*ClearRuntimeMapReader) ReadResponse

func (o *ClearRuntimeMapReader) 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 maps API

func (*Client) AddMapEntry

func (a *Client) AddMapEntry(params *AddMapEntryParams, authInfo runtime.ClientAuthInfoWriter) (*AddMapEntryCreated, error)

AddMapEntry adds an entry into the map file

Adds an entry into the map file.

func (*Client) ClearRuntimeMap

func (a *Client) ClearRuntimeMap(params *ClearRuntimeMapParams, authInfo runtime.ClientAuthInfoWriter) (*ClearRuntimeMapNoContent, error)

ClearRuntimeMap removes all map entries from the map file

Remove all map entries from the map file.

func (*Client) DeleteRuntimeMapEntry

DeleteRuntimeMapEntry deletes all the map entries from the map by its id

Delete all the map entries from the map by its id.

func (*Client) GetAllRuntimeMapFiles

func (a *Client) GetAllRuntimeMapFiles(params *GetAllRuntimeMapFilesParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllRuntimeMapFilesOK, error)

GetAllRuntimeMapFiles returns runtime map files

Returns runtime map files.

func (*Client) GetOneRuntimeMap

func (a *Client) GetOneRuntimeMap(params *GetOneRuntimeMapParams, authInfo runtime.ClientAuthInfoWriter) (*GetOneRuntimeMapOK, error)

GetOneRuntimeMap returns one runtime map file

Returns one runtime map file.

func (*Client) GetRuntimeMapEntry

func (a *Client) GetRuntimeMapEntry(params *GetRuntimeMapEntryParams, authInfo runtime.ClientAuthInfoWriter) (*GetRuntimeMapEntryOK, error)

GetRuntimeMapEntry returns one map runtime setting

Returns one map runtime setting by it's id.

func (*Client) ReplaceRuntimeMapEntry

func (a *Client) ReplaceRuntimeMapEntry(params *ReplaceRuntimeMapEntryParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceRuntimeMapEntryOK, error)

ReplaceRuntimeMapEntry replaces the value corresponding to each id in a map

Replaces the value corresponding to each id in a map.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) ShowRuntimeMap

func (a *Client) ShowRuntimeMap(params *ShowRuntimeMapParams, authInfo runtime.ClientAuthInfoWriter) (*ShowRuntimeMapOK, error)

ShowRuntimeMap returns one map runtime entries

Returns an array of all entries in a given runtime map file.

type ClientService added in v0.2.0

type ClientService interface {
	AddMapEntry(params *AddMapEntryParams, authInfo runtime.ClientAuthInfoWriter) (*AddMapEntryCreated, error)

	ClearRuntimeMap(params *ClearRuntimeMapParams, authInfo runtime.ClientAuthInfoWriter) (*ClearRuntimeMapNoContent, error)

	DeleteRuntimeMapEntry(params *DeleteRuntimeMapEntryParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteRuntimeMapEntryNoContent, error)

	GetAllRuntimeMapFiles(params *GetAllRuntimeMapFilesParams, authInfo runtime.ClientAuthInfoWriter) (*GetAllRuntimeMapFilesOK, error)

	GetOneRuntimeMap(params *GetOneRuntimeMapParams, authInfo runtime.ClientAuthInfoWriter) (*GetOneRuntimeMapOK, error)

	GetRuntimeMapEntry(params *GetRuntimeMapEntryParams, authInfo runtime.ClientAuthInfoWriter) (*GetRuntimeMapEntryOK, error)

	ReplaceRuntimeMapEntry(params *ReplaceRuntimeMapEntryParams, authInfo runtime.ClientAuthInfoWriter) (*ReplaceRuntimeMapEntryOK, error)

	ShowRuntimeMap(params *ShowRuntimeMapParams, authInfo runtime.ClientAuthInfoWriter) (*ShowRuntimeMapOK, 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 maps API client.

type DeleteRuntimeMapEntryDefault

type DeleteRuntimeMapEntryDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

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

DeleteRuntimeMapEntryDefault handles this case with default header values.

General Error

func NewDeleteRuntimeMapEntryDefault

func NewDeleteRuntimeMapEntryDefault(code int) *DeleteRuntimeMapEntryDefault

NewDeleteRuntimeMapEntryDefault creates a DeleteRuntimeMapEntryDefault with default headers values

func (*DeleteRuntimeMapEntryDefault) Code

Code gets the status code for the delete runtime map entry default response

func (*DeleteRuntimeMapEntryDefault) Error

func (*DeleteRuntimeMapEntryDefault) GetPayload added in v0.2.0

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

type DeleteRuntimeMapEntryNoContent

type DeleteRuntimeMapEntryNoContent struct {
}

DeleteRuntimeMapEntryNoContent handles this case with default header values.

Map key/value deleted

func NewDeleteRuntimeMapEntryNoContent

func NewDeleteRuntimeMapEntryNoContent() *DeleteRuntimeMapEntryNoContent

NewDeleteRuntimeMapEntryNoContent creates a DeleteRuntimeMapEntryNoContent with default headers values

func (*DeleteRuntimeMapEntryNoContent) Error

type DeleteRuntimeMapEntryNotFound

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

	Payload *models.Error
}

DeleteRuntimeMapEntryNotFound handles this case with default header values.

The specified resource was not found

func NewDeleteRuntimeMapEntryNotFound

func NewDeleteRuntimeMapEntryNotFound() *DeleteRuntimeMapEntryNotFound

NewDeleteRuntimeMapEntryNotFound creates a DeleteRuntimeMapEntryNotFound with default headers values

func (*DeleteRuntimeMapEntryNotFound) Error

func (*DeleteRuntimeMapEntryNotFound) GetPayload added in v0.2.0

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

type DeleteRuntimeMapEntryParams

type DeleteRuntimeMapEntryParams struct {

	/*ForceSync
	  If true, immediately syncs changes to disk

	*/
	ForceSync *bool
	/*ID
	  Map id

	*/
	ID string
	/*Map
	  Mapfile attribute storage_name

	*/
	Map string

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

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

func NewDeleteRuntimeMapEntryParams

func NewDeleteRuntimeMapEntryParams() *DeleteRuntimeMapEntryParams

NewDeleteRuntimeMapEntryParams creates a new DeleteRuntimeMapEntryParams object with the default values initialized.

func NewDeleteRuntimeMapEntryParamsWithContext

func NewDeleteRuntimeMapEntryParamsWithContext(ctx context.Context) *DeleteRuntimeMapEntryParams

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

func NewDeleteRuntimeMapEntryParamsWithHTTPClient

func NewDeleteRuntimeMapEntryParamsWithHTTPClient(client *http.Client) *DeleteRuntimeMapEntryParams

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

func NewDeleteRuntimeMapEntryParamsWithTimeout

func NewDeleteRuntimeMapEntryParamsWithTimeout(timeout time.Duration) *DeleteRuntimeMapEntryParams

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

func (*DeleteRuntimeMapEntryParams) SetContext

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

SetContext adds the context to the delete runtime map entry params

func (*DeleteRuntimeMapEntryParams) SetForceSync added in v0.3.0

func (o *DeleteRuntimeMapEntryParams) SetForceSync(forceSync *bool)

SetForceSync adds the forceSync to the delete runtime map entry params

func (*DeleteRuntimeMapEntryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete runtime map entry params

func (*DeleteRuntimeMapEntryParams) SetID

func (o *DeleteRuntimeMapEntryParams) SetID(id string)

SetID adds the id to the delete runtime map entry params

func (*DeleteRuntimeMapEntryParams) SetMap

func (o *DeleteRuntimeMapEntryParams) SetMap(mapVar string)

SetMap adds the map to the delete runtime map entry params

func (*DeleteRuntimeMapEntryParams) SetTimeout

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

SetTimeout adds the timeout to the delete runtime map entry params

func (*DeleteRuntimeMapEntryParams) WithContext

WithContext adds the context to the delete runtime map entry params

func (*DeleteRuntimeMapEntryParams) WithForceSync added in v0.3.0

func (o *DeleteRuntimeMapEntryParams) WithForceSync(forceSync *bool) *DeleteRuntimeMapEntryParams

WithForceSync adds the forceSync to the delete runtime map entry params

func (*DeleteRuntimeMapEntryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete runtime map entry params

func (*DeleteRuntimeMapEntryParams) WithID

WithID adds the id to the delete runtime map entry params

func (*DeleteRuntimeMapEntryParams) WithMap

WithMap adds the mapVar to the delete runtime map entry params

func (*DeleteRuntimeMapEntryParams) WithTimeout

WithTimeout adds the timeout to the delete runtime map entry params

func (*DeleteRuntimeMapEntryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteRuntimeMapEntryReader

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

DeleteRuntimeMapEntryReader is a Reader for the DeleteRuntimeMapEntry structure.

func (*DeleteRuntimeMapEntryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllRuntimeMapFilesDefault

type GetAllRuntimeMapFilesDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

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

GetAllRuntimeMapFilesDefault handles this case with default header values.

General Error

func NewGetAllRuntimeMapFilesDefault

func NewGetAllRuntimeMapFilesDefault(code int) *GetAllRuntimeMapFilesDefault

NewGetAllRuntimeMapFilesDefault creates a GetAllRuntimeMapFilesDefault with default headers values

func (*GetAllRuntimeMapFilesDefault) Code

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

func (*GetAllRuntimeMapFilesDefault) Error

func (*GetAllRuntimeMapFilesDefault) GetPayload added in v0.2.0

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

type GetAllRuntimeMapFilesNotFound

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

	Payload *models.Error
}

GetAllRuntimeMapFilesNotFound handles this case with default header values.

The specified resource was not found

func NewGetAllRuntimeMapFilesNotFound

func NewGetAllRuntimeMapFilesNotFound() *GetAllRuntimeMapFilesNotFound

NewGetAllRuntimeMapFilesNotFound creates a GetAllRuntimeMapFilesNotFound with default headers values

func (*GetAllRuntimeMapFilesNotFound) Error

func (*GetAllRuntimeMapFilesNotFound) GetPayload added in v0.2.0

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

type GetAllRuntimeMapFilesOK

type GetAllRuntimeMapFilesOK struct {
	Payload models.Maps
}

GetAllRuntimeMapFilesOK handles this case with default header values.

Successful operation

func NewGetAllRuntimeMapFilesOK

func NewGetAllRuntimeMapFilesOK() *GetAllRuntimeMapFilesOK

NewGetAllRuntimeMapFilesOK creates a GetAllRuntimeMapFilesOK with default headers values

func (*GetAllRuntimeMapFilesOK) Error

func (o *GetAllRuntimeMapFilesOK) Error() string

func (*GetAllRuntimeMapFilesOK) GetPayload added in v0.2.0

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

type GetAllRuntimeMapFilesParams

type GetAllRuntimeMapFilesParams struct {

	/*IncludeUnmanaged
	  If true, also show unmanaged map files loaded in haproxy

	*/
	IncludeUnmanaged *bool

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

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

func NewGetAllRuntimeMapFilesParams

func NewGetAllRuntimeMapFilesParams() *GetAllRuntimeMapFilesParams

NewGetAllRuntimeMapFilesParams creates a new GetAllRuntimeMapFilesParams object with the default values initialized.

func NewGetAllRuntimeMapFilesParamsWithContext

func NewGetAllRuntimeMapFilesParamsWithContext(ctx context.Context) *GetAllRuntimeMapFilesParams

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

func NewGetAllRuntimeMapFilesParamsWithHTTPClient

func NewGetAllRuntimeMapFilesParamsWithHTTPClient(client *http.Client) *GetAllRuntimeMapFilesParams

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

func NewGetAllRuntimeMapFilesParamsWithTimeout

func NewGetAllRuntimeMapFilesParamsWithTimeout(timeout time.Duration) *GetAllRuntimeMapFilesParams

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

func (*GetAllRuntimeMapFilesParams) SetContext

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

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

func (*GetAllRuntimeMapFilesParams) SetHTTPClient

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

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

func (*GetAllRuntimeMapFilesParams) SetIncludeUnmanaged added in v0.3.0

func (o *GetAllRuntimeMapFilesParams) SetIncludeUnmanaged(includeUnmanaged *bool)

SetIncludeUnmanaged adds the includeUnmanaged to the get all runtime map files params

func (*GetAllRuntimeMapFilesParams) SetTimeout

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

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

func (*GetAllRuntimeMapFilesParams) WithContext

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

func (*GetAllRuntimeMapFilesParams) WithHTTPClient

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

func (*GetAllRuntimeMapFilesParams) WithIncludeUnmanaged added in v0.3.0

func (o *GetAllRuntimeMapFilesParams) WithIncludeUnmanaged(includeUnmanaged *bool) *GetAllRuntimeMapFilesParams

WithIncludeUnmanaged adds the includeUnmanaged to the get all runtime map files params

func (*GetAllRuntimeMapFilesParams) WithTimeout

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

func (*GetAllRuntimeMapFilesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAllRuntimeMapFilesReader

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

GetAllRuntimeMapFilesReader is a Reader for the GetAllRuntimeMapFiles structure.

func (*GetAllRuntimeMapFilesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOneRuntimeMapDefault

type GetOneRuntimeMapDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

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

GetOneRuntimeMapDefault handles this case with default header values.

General Error

func NewGetOneRuntimeMapDefault

func NewGetOneRuntimeMapDefault(code int) *GetOneRuntimeMapDefault

NewGetOneRuntimeMapDefault creates a GetOneRuntimeMapDefault with default headers values

func (*GetOneRuntimeMapDefault) Code

func (o *GetOneRuntimeMapDefault) Code() int

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

func (*GetOneRuntimeMapDefault) Error

func (o *GetOneRuntimeMapDefault) Error() string

func (*GetOneRuntimeMapDefault) GetPayload added in v0.2.0

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

type GetOneRuntimeMapNotFound

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

	Payload *models.Error
}

GetOneRuntimeMapNotFound handles this case with default header values.

The specified resource was not found

func NewGetOneRuntimeMapNotFound

func NewGetOneRuntimeMapNotFound() *GetOneRuntimeMapNotFound

NewGetOneRuntimeMapNotFound creates a GetOneRuntimeMapNotFound with default headers values

func (*GetOneRuntimeMapNotFound) Error

func (o *GetOneRuntimeMapNotFound) Error() string

func (*GetOneRuntimeMapNotFound) GetPayload added in v0.2.0

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

type GetOneRuntimeMapOK

type GetOneRuntimeMapOK struct {
	Payload *models.Map
}

GetOneRuntimeMapOK handles this case with default header values.

Successful operation

func NewGetOneRuntimeMapOK

func NewGetOneRuntimeMapOK() *GetOneRuntimeMapOK

NewGetOneRuntimeMapOK creates a GetOneRuntimeMapOK with default headers values

func (*GetOneRuntimeMapOK) Error

func (o *GetOneRuntimeMapOK) Error() string

func (*GetOneRuntimeMapOK) GetPayload added in v0.2.0

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

type GetOneRuntimeMapParams

type GetOneRuntimeMapParams struct {

	/*Name
	  Map file name

	*/
	Name string

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

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

func NewGetOneRuntimeMapParams

func NewGetOneRuntimeMapParams() *GetOneRuntimeMapParams

NewGetOneRuntimeMapParams creates a new GetOneRuntimeMapParams object with the default values initialized.

func NewGetOneRuntimeMapParamsWithContext

func NewGetOneRuntimeMapParamsWithContext(ctx context.Context) *GetOneRuntimeMapParams

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

func NewGetOneRuntimeMapParamsWithHTTPClient

func NewGetOneRuntimeMapParamsWithHTTPClient(client *http.Client) *GetOneRuntimeMapParams

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

func NewGetOneRuntimeMapParamsWithTimeout

func NewGetOneRuntimeMapParamsWithTimeout(timeout time.Duration) *GetOneRuntimeMapParams

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

func (*GetOneRuntimeMapParams) SetContext

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

SetContext adds the context to the get one runtime map params

func (*GetOneRuntimeMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get one runtime map params

func (*GetOneRuntimeMapParams) SetName

func (o *GetOneRuntimeMapParams) SetName(name string)

SetName adds the name to the get one runtime map params

func (*GetOneRuntimeMapParams) SetTimeout

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

SetTimeout adds the timeout to the get one runtime map params

func (*GetOneRuntimeMapParams) WithContext

WithContext adds the context to the get one runtime map params

func (*GetOneRuntimeMapParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get one runtime map params

func (*GetOneRuntimeMapParams) WithName

WithName adds the name to the get one runtime map params

func (*GetOneRuntimeMapParams) WithTimeout

WithTimeout adds the timeout to the get one runtime map params

func (*GetOneRuntimeMapParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOneRuntimeMapReader

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

GetOneRuntimeMapReader is a Reader for the GetOneRuntimeMap structure.

func (*GetOneRuntimeMapReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRuntimeMapEntryDefault

type GetRuntimeMapEntryDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

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

GetRuntimeMapEntryDefault handles this case with default header values.

General Error

func NewGetRuntimeMapEntryDefault

func NewGetRuntimeMapEntryDefault(code int) *GetRuntimeMapEntryDefault

NewGetRuntimeMapEntryDefault creates a GetRuntimeMapEntryDefault with default headers values

func (*GetRuntimeMapEntryDefault) Code

func (o *GetRuntimeMapEntryDefault) Code() int

Code gets the status code for the get runtime map entry default response

func (*GetRuntimeMapEntryDefault) Error

func (o *GetRuntimeMapEntryDefault) Error() string

func (*GetRuntimeMapEntryDefault) GetPayload added in v0.2.0

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

type GetRuntimeMapEntryNotFound

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

	Payload *models.Error
}

GetRuntimeMapEntryNotFound handles this case with default header values.

The specified resource was not found

func NewGetRuntimeMapEntryNotFound

func NewGetRuntimeMapEntryNotFound() *GetRuntimeMapEntryNotFound

NewGetRuntimeMapEntryNotFound creates a GetRuntimeMapEntryNotFound with default headers values

func (*GetRuntimeMapEntryNotFound) Error

func (*GetRuntimeMapEntryNotFound) GetPayload added in v0.2.0

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

type GetRuntimeMapEntryOK

type GetRuntimeMapEntryOK struct {
	Payload *models.MapEntry
}

GetRuntimeMapEntryOK handles this case with default header values.

Successful operation

func NewGetRuntimeMapEntryOK

func NewGetRuntimeMapEntryOK() *GetRuntimeMapEntryOK

NewGetRuntimeMapEntryOK creates a GetRuntimeMapEntryOK with default headers values

func (*GetRuntimeMapEntryOK) Error

func (o *GetRuntimeMapEntryOK) Error() string

func (*GetRuntimeMapEntryOK) GetPayload added in v0.2.0

func (o *GetRuntimeMapEntryOK) GetPayload() *models.MapEntry

type GetRuntimeMapEntryParams

type GetRuntimeMapEntryParams struct {

	/*ID
	  Map id

	*/
	ID string
	/*Map
	  Mapfile attribute storage_name

	*/
	Map string

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

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

func NewGetRuntimeMapEntryParams

func NewGetRuntimeMapEntryParams() *GetRuntimeMapEntryParams

NewGetRuntimeMapEntryParams creates a new GetRuntimeMapEntryParams object with the default values initialized.

func NewGetRuntimeMapEntryParamsWithContext

func NewGetRuntimeMapEntryParamsWithContext(ctx context.Context) *GetRuntimeMapEntryParams

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

func NewGetRuntimeMapEntryParamsWithHTTPClient

func NewGetRuntimeMapEntryParamsWithHTTPClient(client *http.Client) *GetRuntimeMapEntryParams

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

func NewGetRuntimeMapEntryParamsWithTimeout

func NewGetRuntimeMapEntryParamsWithTimeout(timeout time.Duration) *GetRuntimeMapEntryParams

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

func (*GetRuntimeMapEntryParams) SetContext

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

SetContext adds the context to the get runtime map entry params

func (*GetRuntimeMapEntryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get runtime map entry params

func (*GetRuntimeMapEntryParams) SetID

func (o *GetRuntimeMapEntryParams) SetID(id string)

SetID adds the id to the get runtime map entry params

func (*GetRuntimeMapEntryParams) SetMap

func (o *GetRuntimeMapEntryParams) SetMap(mapVar string)

SetMap adds the map to the get runtime map entry params

func (*GetRuntimeMapEntryParams) SetTimeout

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

SetTimeout adds the timeout to the get runtime map entry params

func (*GetRuntimeMapEntryParams) WithContext

WithContext adds the context to the get runtime map entry params

func (*GetRuntimeMapEntryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get runtime map entry params

func (*GetRuntimeMapEntryParams) WithID

WithID adds the id to the get runtime map entry params

func (*GetRuntimeMapEntryParams) WithMap

WithMap adds the mapVar to the get runtime map entry params

func (*GetRuntimeMapEntryParams) WithTimeout

WithTimeout adds the timeout to the get runtime map entry params

func (*GetRuntimeMapEntryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRuntimeMapEntryReader

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

GetRuntimeMapEntryReader is a Reader for the GetRuntimeMapEntry structure.

func (*GetRuntimeMapEntryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceRuntimeMapEntryBadRequest

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

	Payload *models.Error
}

ReplaceRuntimeMapEntryBadRequest handles this case with default header values.

Bad request

func NewReplaceRuntimeMapEntryBadRequest

func NewReplaceRuntimeMapEntryBadRequest() *ReplaceRuntimeMapEntryBadRequest

NewReplaceRuntimeMapEntryBadRequest creates a ReplaceRuntimeMapEntryBadRequest with default headers values

func (*ReplaceRuntimeMapEntryBadRequest) Error

func (*ReplaceRuntimeMapEntryBadRequest) GetPayload added in v0.2.0

type ReplaceRuntimeMapEntryBody

type ReplaceRuntimeMapEntryBody struct {

	// Map value
	// Required: true
	Value *string `json:"value"`
}

ReplaceRuntimeMapEntryBody replace runtime map entry body swagger:model ReplaceRuntimeMapEntryBody

func (*ReplaceRuntimeMapEntryBody) MarshalBinary

func (o *ReplaceRuntimeMapEntryBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*ReplaceRuntimeMapEntryBody) UnmarshalBinary

func (o *ReplaceRuntimeMapEntryBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*ReplaceRuntimeMapEntryBody) Validate

func (o *ReplaceRuntimeMapEntryBody) Validate(formats strfmt.Registry) error

Validate validates this replace runtime map entry body

type ReplaceRuntimeMapEntryDefault

type ReplaceRuntimeMapEntryDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

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

ReplaceRuntimeMapEntryDefault handles this case with default header values.

General Error

func NewReplaceRuntimeMapEntryDefault

func NewReplaceRuntimeMapEntryDefault(code int) *ReplaceRuntimeMapEntryDefault

NewReplaceRuntimeMapEntryDefault creates a ReplaceRuntimeMapEntryDefault with default headers values

func (*ReplaceRuntimeMapEntryDefault) Code

Code gets the status code for the replace runtime map entry default response

func (*ReplaceRuntimeMapEntryDefault) Error

func (*ReplaceRuntimeMapEntryDefault) GetPayload added in v0.2.0

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

type ReplaceRuntimeMapEntryNotFound

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

	Payload *models.Error
}

ReplaceRuntimeMapEntryNotFound handles this case with default header values.

The specified resource was not found

func NewReplaceRuntimeMapEntryNotFound

func NewReplaceRuntimeMapEntryNotFound() *ReplaceRuntimeMapEntryNotFound

NewReplaceRuntimeMapEntryNotFound creates a ReplaceRuntimeMapEntryNotFound with default headers values

func (*ReplaceRuntimeMapEntryNotFound) Error

func (*ReplaceRuntimeMapEntryNotFound) GetPayload added in v0.2.0

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

type ReplaceRuntimeMapEntryOK

type ReplaceRuntimeMapEntryOK struct {
	Payload *models.MapEntry
}

ReplaceRuntimeMapEntryOK handles this case with default header values.

Map value replaced

func NewReplaceRuntimeMapEntryOK

func NewReplaceRuntimeMapEntryOK() *ReplaceRuntimeMapEntryOK

NewReplaceRuntimeMapEntryOK creates a ReplaceRuntimeMapEntryOK with default headers values

func (*ReplaceRuntimeMapEntryOK) Error

func (o *ReplaceRuntimeMapEntryOK) Error() string

func (*ReplaceRuntimeMapEntryOK) GetPayload added in v0.2.0

func (o *ReplaceRuntimeMapEntryOK) GetPayload() *models.MapEntry

type ReplaceRuntimeMapEntryParams

type ReplaceRuntimeMapEntryParams struct {

	/*Data*/
	Data ReplaceRuntimeMapEntryBody
	/*ForceSync
	  If true, immediately syncs changes to disk

	*/
	ForceSync *bool
	/*ID
	  Map id

	*/
	ID string
	/*Map
	  Mapfile attribute storage_name

	*/
	Map string

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

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

func NewReplaceRuntimeMapEntryParams

func NewReplaceRuntimeMapEntryParams() *ReplaceRuntimeMapEntryParams

NewReplaceRuntimeMapEntryParams creates a new ReplaceRuntimeMapEntryParams object with the default values initialized.

func NewReplaceRuntimeMapEntryParamsWithContext

func NewReplaceRuntimeMapEntryParamsWithContext(ctx context.Context) *ReplaceRuntimeMapEntryParams

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

func NewReplaceRuntimeMapEntryParamsWithHTTPClient

func NewReplaceRuntimeMapEntryParamsWithHTTPClient(client *http.Client) *ReplaceRuntimeMapEntryParams

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

func NewReplaceRuntimeMapEntryParamsWithTimeout

func NewReplaceRuntimeMapEntryParamsWithTimeout(timeout time.Duration) *ReplaceRuntimeMapEntryParams

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

func (*ReplaceRuntimeMapEntryParams) SetContext

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

SetContext adds the context to the replace runtime map entry params

func (*ReplaceRuntimeMapEntryParams) SetData

SetData adds the data to the replace runtime map entry params

func (*ReplaceRuntimeMapEntryParams) SetForceSync added in v0.3.0

func (o *ReplaceRuntimeMapEntryParams) SetForceSync(forceSync *bool)

SetForceSync adds the forceSync to the replace runtime map entry params

func (*ReplaceRuntimeMapEntryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace runtime map entry params

func (*ReplaceRuntimeMapEntryParams) SetID

func (o *ReplaceRuntimeMapEntryParams) SetID(id string)

SetID adds the id to the replace runtime map entry params

func (*ReplaceRuntimeMapEntryParams) SetMap

func (o *ReplaceRuntimeMapEntryParams) SetMap(mapVar string)

SetMap adds the map to the replace runtime map entry params

func (*ReplaceRuntimeMapEntryParams) SetTimeout

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

SetTimeout adds the timeout to the replace runtime map entry params

func (*ReplaceRuntimeMapEntryParams) WithContext

WithContext adds the context to the replace runtime map entry params

func (*ReplaceRuntimeMapEntryParams) WithData

WithData adds the data to the replace runtime map entry params

func (*ReplaceRuntimeMapEntryParams) WithForceSync added in v0.3.0

func (o *ReplaceRuntimeMapEntryParams) WithForceSync(forceSync *bool) *ReplaceRuntimeMapEntryParams

WithForceSync adds the forceSync to the replace runtime map entry params

func (*ReplaceRuntimeMapEntryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the replace runtime map entry params

func (*ReplaceRuntimeMapEntryParams) WithID

WithID adds the id to the replace runtime map entry params

func (*ReplaceRuntimeMapEntryParams) WithMap

WithMap adds the mapVar to the replace runtime map entry params

func (*ReplaceRuntimeMapEntryParams) WithTimeout

WithTimeout adds the timeout to the replace runtime map entry params

func (*ReplaceRuntimeMapEntryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceRuntimeMapEntryReader

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

ReplaceRuntimeMapEntryReader is a Reader for the ReplaceRuntimeMapEntry structure.

func (*ReplaceRuntimeMapEntryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ShowRuntimeMapDefault

type ShowRuntimeMapDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion int64

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

ShowRuntimeMapDefault handles this case with default header values.

General Error

func NewShowRuntimeMapDefault

func NewShowRuntimeMapDefault(code int) *ShowRuntimeMapDefault

NewShowRuntimeMapDefault creates a ShowRuntimeMapDefault with default headers values

func (*ShowRuntimeMapDefault) Code

func (o *ShowRuntimeMapDefault) Code() int

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

func (*ShowRuntimeMapDefault) Error

func (o *ShowRuntimeMapDefault) Error() string

func (*ShowRuntimeMapDefault) GetPayload added in v0.2.0

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

type ShowRuntimeMapNotFound

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

	Payload *models.Error
}

ShowRuntimeMapNotFound handles this case with default header values.

The specified resource was not found

func NewShowRuntimeMapNotFound

func NewShowRuntimeMapNotFound() *ShowRuntimeMapNotFound

NewShowRuntimeMapNotFound creates a ShowRuntimeMapNotFound with default headers values

func (*ShowRuntimeMapNotFound) Error

func (o *ShowRuntimeMapNotFound) Error() string

func (*ShowRuntimeMapNotFound) GetPayload added in v0.2.0

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

type ShowRuntimeMapOK

type ShowRuntimeMapOK struct {
	Payload models.MapEntries
}

ShowRuntimeMapOK handles this case with default header values.

Successful operation

func NewShowRuntimeMapOK

func NewShowRuntimeMapOK() *ShowRuntimeMapOK

NewShowRuntimeMapOK creates a ShowRuntimeMapOK with default headers values

func (*ShowRuntimeMapOK) Error

func (o *ShowRuntimeMapOK) Error() string

func (*ShowRuntimeMapOK) GetPayload added in v0.2.0

func (o *ShowRuntimeMapOK) GetPayload() models.MapEntries

type ShowRuntimeMapParams

type ShowRuntimeMapParams struct {

	/*Map
	  Mapfile attribute storage_name

	*/
	Map string

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

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

func NewShowRuntimeMapParams

func NewShowRuntimeMapParams() *ShowRuntimeMapParams

NewShowRuntimeMapParams creates a new ShowRuntimeMapParams object with the default values initialized.

func NewShowRuntimeMapParamsWithContext

func NewShowRuntimeMapParamsWithContext(ctx context.Context) *ShowRuntimeMapParams

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

func NewShowRuntimeMapParamsWithHTTPClient

func NewShowRuntimeMapParamsWithHTTPClient(client *http.Client) *ShowRuntimeMapParams

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

func NewShowRuntimeMapParamsWithTimeout

func NewShowRuntimeMapParamsWithTimeout(timeout time.Duration) *ShowRuntimeMapParams

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

func (*ShowRuntimeMapParams) SetContext

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

SetContext adds the context to the show runtime map params

func (*ShowRuntimeMapParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the show runtime map params

func (*ShowRuntimeMapParams) SetMap

func (o *ShowRuntimeMapParams) SetMap(mapVar string)

SetMap adds the map to the show runtime map params

func (*ShowRuntimeMapParams) SetTimeout

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

SetTimeout adds the timeout to the show runtime map params

func (*ShowRuntimeMapParams) WithContext

WithContext adds the context to the show runtime map params

func (*ShowRuntimeMapParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the show runtime map params

func (*ShowRuntimeMapParams) WithMap

func (o *ShowRuntimeMapParams) WithMap(mapVar string) *ShowRuntimeMapParams

WithMap adds the mapVar to the show runtime map params

func (*ShowRuntimeMapParams) WithTimeout

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

WithTimeout adds the timeout to the show runtime map params

func (*ShowRuntimeMapParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ShowRuntimeMapReader

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

ShowRuntimeMapReader is a Reader for the ShowRuntimeMap structure.

func (*ShowRuntimeMapReader) ReadResponse

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