maps

package
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2023 License: Apache-2.0 Imports: 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 string

	Payload *models.Error
}

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

Bad request

func NewAddMapEntryBadRequest

func NewAddMapEntryBadRequest() *AddMapEntryBadRequest

NewAddMapEntryBadRequest creates a AddMapEntryBadRequest with default headers values

func (*AddMapEntryBadRequest) Code added in v1.1.5

func (o *AddMapEntryBadRequest) Code() int

Code gets the status code for the add map entry bad request response

func (*AddMapEntryBadRequest) Error

func (o *AddMapEntryBadRequest) Error() string

func (*AddMapEntryBadRequest) GetPayload

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

func (*AddMapEntryBadRequest) IsClientError added in v1.1.0

func (o *AddMapEntryBadRequest) IsClientError() bool

IsClientError returns true when this add map entry bad request response has a 4xx status code

func (*AddMapEntryBadRequest) IsCode added in v1.1.0

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

IsCode returns true when this add map entry bad request response a status code equal to that given

func (*AddMapEntryBadRequest) IsRedirect added in v1.1.0

func (o *AddMapEntryBadRequest) IsRedirect() bool

IsRedirect returns true when this add map entry bad request response has a 3xx status code

func (*AddMapEntryBadRequest) IsServerError added in v1.1.0

func (o *AddMapEntryBadRequest) IsServerError() bool

IsServerError returns true when this add map entry bad request response has a 5xx status code

func (*AddMapEntryBadRequest) IsSuccess added in v1.1.0

func (o *AddMapEntryBadRequest) IsSuccess() bool

IsSuccess returns true when this add map entry bad request response has a 2xx status code

func (*AddMapEntryBadRequest) String added in v1.1.0

func (o *AddMapEntryBadRequest) String() string

type AddMapEntryConflict

type AddMapEntryConflict struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource already exists

func NewAddMapEntryConflict

func NewAddMapEntryConflict() *AddMapEntryConflict

NewAddMapEntryConflict creates a AddMapEntryConflict with default headers values

func (*AddMapEntryConflict) Code added in v1.1.5

func (o *AddMapEntryConflict) Code() int

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

func (*AddMapEntryConflict) Error

func (o *AddMapEntryConflict) Error() string

func (*AddMapEntryConflict) GetPayload

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

func (*AddMapEntryConflict) IsClientError added in v1.1.0

func (o *AddMapEntryConflict) IsClientError() bool

IsClientError returns true when this add map entry conflict response has a 4xx status code

func (*AddMapEntryConflict) IsCode added in v1.1.0

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

IsCode returns true when this add map entry conflict response a status code equal to that given

func (*AddMapEntryConflict) IsRedirect added in v1.1.0

func (o *AddMapEntryConflict) IsRedirect() bool

IsRedirect returns true when this add map entry conflict response has a 3xx status code

func (*AddMapEntryConflict) IsServerError added in v1.1.0

func (o *AddMapEntryConflict) IsServerError() bool

IsServerError returns true when this add map entry conflict response has a 5xx status code

func (*AddMapEntryConflict) IsSuccess added in v1.1.0

func (o *AddMapEntryConflict) IsSuccess() bool

IsSuccess returns true when this add map entry conflict response has a 2xx status code

func (*AddMapEntryConflict) String added in v1.1.0

func (o *AddMapEntryConflict) String() string

type AddMapEntryCreated

type AddMapEntryCreated struct {
	Payload *models.MapEntry
}

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

Map entry created

func NewAddMapEntryCreated

func NewAddMapEntryCreated() *AddMapEntryCreated

NewAddMapEntryCreated creates a AddMapEntryCreated with default headers values

func (*AddMapEntryCreated) Code added in v1.1.5

func (o *AddMapEntryCreated) Code() int

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

func (*AddMapEntryCreated) Error

func (o *AddMapEntryCreated) Error() string

func (*AddMapEntryCreated) GetPayload

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

func (*AddMapEntryCreated) IsClientError added in v1.1.0

func (o *AddMapEntryCreated) IsClientError() bool

IsClientError returns true when this add map entry created response has a 4xx status code

func (*AddMapEntryCreated) IsCode added in v1.1.0

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

IsCode returns true when this add map entry created response a status code equal to that given

func (*AddMapEntryCreated) IsRedirect added in v1.1.0

func (o *AddMapEntryCreated) IsRedirect() bool

IsRedirect returns true when this add map entry created response has a 3xx status code

func (*AddMapEntryCreated) IsServerError added in v1.1.0

func (o *AddMapEntryCreated) IsServerError() bool

IsServerError returns true when this add map entry created response has a 5xx status code

func (*AddMapEntryCreated) IsSuccess added in v1.1.0

func (o *AddMapEntryCreated) IsSuccess() bool

IsSuccess returns true when this add map entry created response has a 2xx status code

func (*AddMapEntryCreated) String added in v1.1.0

func (o *AddMapEntryCreated) String() string

type AddMapEntryDefault

type AddMapEntryDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

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

func (*AddMapEntryDefault) IsClientError added in v1.1.0

func (o *AddMapEntryDefault) IsClientError() bool

IsClientError returns true when this add map entry default response has a 4xx status code

func (*AddMapEntryDefault) IsCode added in v1.1.0

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

IsCode returns true when this add map entry default response a status code equal to that given

func (*AddMapEntryDefault) IsRedirect added in v1.1.0

func (o *AddMapEntryDefault) IsRedirect() bool

IsRedirect returns true when this add map entry default response has a 3xx status code

func (*AddMapEntryDefault) IsServerError added in v1.1.0

func (o *AddMapEntryDefault) IsServerError() bool

IsServerError returns true when this add map entry default response has a 5xx status code

func (*AddMapEntryDefault) IsSuccess added in v1.1.0

func (o *AddMapEntryDefault) IsSuccess() bool

IsSuccess returns true when this add map entry default response has a 2xx status code

func (*AddMapEntryDefault) String added in v1.1.0

func (o *AddMapEntryDefault) String() string

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

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

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

func NewAddMapEntryParamsWithContext

func NewAddMapEntryParamsWithContext(ctx context.Context) *AddMapEntryParams

NewAddMapEntryParamsWithContext creates a new AddMapEntryParams object with 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 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 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) SetDefaults

func (o *AddMapEntryParams) SetDefaults()

SetDefaults hydrates default values in the add map entry params (not the query body).

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

func (*AddMapEntryParams) SetForceSync

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

func (o *AddMapEntryParams) WithDefaults() *AddMapEntryParams

WithDefaults hydrates default values in the add map entry params (not the query body).

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

func (*AddMapEntryParams) WithForceSync

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

type AddPayloadRuntimeMapBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Bad request

func NewAddPayloadRuntimeMapBadRequest added in v0.0.2

func NewAddPayloadRuntimeMapBadRequest() *AddPayloadRuntimeMapBadRequest

NewAddPayloadRuntimeMapBadRequest creates a AddPayloadRuntimeMapBadRequest with default headers values

func (*AddPayloadRuntimeMapBadRequest) Code added in v1.1.5

Code gets the status code for the add payload runtime map bad request response

func (*AddPayloadRuntimeMapBadRequest) Error added in v0.0.2

func (*AddPayloadRuntimeMapBadRequest) GetPayload added in v0.0.2

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

func (*AddPayloadRuntimeMapBadRequest) IsClientError added in v1.1.0

func (o *AddPayloadRuntimeMapBadRequest) IsClientError() bool

IsClientError returns true when this add payload runtime map bad request response has a 4xx status code

func (*AddPayloadRuntimeMapBadRequest) IsCode added in v1.1.0

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

IsCode returns true when this add payload runtime map bad request response a status code equal to that given

func (*AddPayloadRuntimeMapBadRequest) IsRedirect added in v1.1.0

func (o *AddPayloadRuntimeMapBadRequest) IsRedirect() bool

IsRedirect returns true when this add payload runtime map bad request response has a 3xx status code

func (*AddPayloadRuntimeMapBadRequest) IsServerError added in v1.1.0

func (o *AddPayloadRuntimeMapBadRequest) IsServerError() bool

IsServerError returns true when this add payload runtime map bad request response has a 5xx status code

func (*AddPayloadRuntimeMapBadRequest) IsSuccess added in v1.1.0

func (o *AddPayloadRuntimeMapBadRequest) IsSuccess() bool

IsSuccess returns true when this add payload runtime map bad request response has a 2xx status code

func (*AddPayloadRuntimeMapBadRequest) String added in v1.1.0

type AddPayloadRuntimeMapCreated added in v0.0.2

type AddPayloadRuntimeMapCreated struct {
	Payload models.MapEntries
}

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

Map payload added

func NewAddPayloadRuntimeMapCreated added in v0.0.2

func NewAddPayloadRuntimeMapCreated() *AddPayloadRuntimeMapCreated

NewAddPayloadRuntimeMapCreated creates a AddPayloadRuntimeMapCreated with default headers values

func (*AddPayloadRuntimeMapCreated) Code added in v1.1.5

func (o *AddPayloadRuntimeMapCreated) Code() int

Code gets the status code for the add payload runtime map created response

func (*AddPayloadRuntimeMapCreated) Error added in v0.0.2

func (*AddPayloadRuntimeMapCreated) GetPayload added in v0.0.2

func (*AddPayloadRuntimeMapCreated) IsClientError added in v1.1.0

func (o *AddPayloadRuntimeMapCreated) IsClientError() bool

IsClientError returns true when this add payload runtime map created response has a 4xx status code

func (*AddPayloadRuntimeMapCreated) IsCode added in v1.1.0

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

IsCode returns true when this add payload runtime map created response a status code equal to that given

func (*AddPayloadRuntimeMapCreated) IsRedirect added in v1.1.0

func (o *AddPayloadRuntimeMapCreated) IsRedirect() bool

IsRedirect returns true when this add payload runtime map created response has a 3xx status code

func (*AddPayloadRuntimeMapCreated) IsServerError added in v1.1.0

func (o *AddPayloadRuntimeMapCreated) IsServerError() bool

IsServerError returns true when this add payload runtime map created response has a 5xx status code

func (*AddPayloadRuntimeMapCreated) IsSuccess added in v1.1.0

func (o *AddPayloadRuntimeMapCreated) IsSuccess() bool

IsSuccess returns true when this add payload runtime map created response has a 2xx status code

func (*AddPayloadRuntimeMapCreated) String added in v1.1.0

func (o *AddPayloadRuntimeMapCreated) String() string

type AddPayloadRuntimeMapDefault added in v0.0.2

type AddPayloadRuntimeMapDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

AddPayloadRuntimeMapDefault describes a response with status code -1, with default header values.

General Error

func NewAddPayloadRuntimeMapDefault added in v0.0.2

func NewAddPayloadRuntimeMapDefault(code int) *AddPayloadRuntimeMapDefault

NewAddPayloadRuntimeMapDefault creates a AddPayloadRuntimeMapDefault with default headers values

func (*AddPayloadRuntimeMapDefault) Code added in v0.0.2

func (o *AddPayloadRuntimeMapDefault) Code() int

Code gets the status code for the add payload runtime map default response

func (*AddPayloadRuntimeMapDefault) Error added in v0.0.2

func (*AddPayloadRuntimeMapDefault) GetPayload added in v0.0.2

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

func (*AddPayloadRuntimeMapDefault) IsClientError added in v1.1.0

func (o *AddPayloadRuntimeMapDefault) IsClientError() bool

IsClientError returns true when this add payload runtime map default response has a 4xx status code

func (*AddPayloadRuntimeMapDefault) IsCode added in v1.1.0

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

IsCode returns true when this add payload runtime map default response a status code equal to that given

func (*AddPayloadRuntimeMapDefault) IsRedirect added in v1.1.0

func (o *AddPayloadRuntimeMapDefault) IsRedirect() bool

IsRedirect returns true when this add payload runtime map default response has a 3xx status code

func (*AddPayloadRuntimeMapDefault) IsServerError added in v1.1.0

func (o *AddPayloadRuntimeMapDefault) IsServerError() bool

IsServerError returns true when this add payload runtime map default response has a 5xx status code

func (*AddPayloadRuntimeMapDefault) IsSuccess added in v1.1.0

func (o *AddPayloadRuntimeMapDefault) IsSuccess() bool

IsSuccess returns true when this add payload runtime map default response has a 2xx status code

func (*AddPayloadRuntimeMapDefault) String added in v1.1.0

func (o *AddPayloadRuntimeMapDefault) String() string

type AddPayloadRuntimeMapParams added in v0.0.2

type AddPayloadRuntimeMapParams struct {

	// Data.
	Data models.MapEntries

	/* 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
}

AddPayloadRuntimeMapParams contains all the parameters to send to the API endpoint

for the add payload runtime map operation.

Typically these are written to a http.Request.

func NewAddPayloadRuntimeMapParams added in v0.0.2

func NewAddPayloadRuntimeMapParams() *AddPayloadRuntimeMapParams

NewAddPayloadRuntimeMapParams creates a new AddPayloadRuntimeMapParams object, with the default timeout for this client.

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

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

func NewAddPayloadRuntimeMapParamsWithContext added in v0.0.2

func NewAddPayloadRuntimeMapParamsWithContext(ctx context.Context) *AddPayloadRuntimeMapParams

NewAddPayloadRuntimeMapParamsWithContext creates a new AddPayloadRuntimeMapParams object with the ability to set a context for a request.

func NewAddPayloadRuntimeMapParamsWithHTTPClient added in v0.0.2

func NewAddPayloadRuntimeMapParamsWithHTTPClient(client *http.Client) *AddPayloadRuntimeMapParams

NewAddPayloadRuntimeMapParamsWithHTTPClient creates a new AddPayloadRuntimeMapParams object with the ability to set a custom HTTPClient for a request.

func NewAddPayloadRuntimeMapParamsWithTimeout added in v0.0.2

func NewAddPayloadRuntimeMapParamsWithTimeout(timeout time.Duration) *AddPayloadRuntimeMapParams

NewAddPayloadRuntimeMapParamsWithTimeout creates a new AddPayloadRuntimeMapParams object with the ability to set a timeout on a request.

func (*AddPayloadRuntimeMapParams) SetContext added in v0.0.2

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

SetContext adds the context to the add payload runtime map params

func (*AddPayloadRuntimeMapParams) SetData added in v0.0.2

func (o *AddPayloadRuntimeMapParams) SetData(data models.MapEntries)

SetData adds the data to the add payload runtime map params

func (*AddPayloadRuntimeMapParams) SetDefaults added in v0.0.2

func (o *AddPayloadRuntimeMapParams) SetDefaults()

SetDefaults hydrates default values in the add payload runtime map params (not the query body).

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

func (*AddPayloadRuntimeMapParams) SetForceSync added in v0.0.2

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

SetForceSync adds the forceSync to the add payload runtime map params

func (*AddPayloadRuntimeMapParams) SetHTTPClient added in v0.0.2

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

SetHTTPClient adds the HTTPClient to the add payload runtime map params

func (*AddPayloadRuntimeMapParams) SetName added in v0.0.2

func (o *AddPayloadRuntimeMapParams) SetName(name string)

SetName adds the name to the add payload runtime map params

func (*AddPayloadRuntimeMapParams) SetTimeout added in v0.0.2

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

SetTimeout adds the timeout to the add payload runtime map params

func (*AddPayloadRuntimeMapParams) WithContext added in v0.0.2

WithContext adds the context to the add payload runtime map params

func (*AddPayloadRuntimeMapParams) WithData added in v0.0.2

WithData adds the data to the add payload runtime map params

func (*AddPayloadRuntimeMapParams) WithDefaults added in v0.0.2

WithDefaults hydrates default values in the add payload runtime map params (not the query body).

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

func (*AddPayloadRuntimeMapParams) WithForceSync added in v0.0.2

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

WithForceSync adds the forceSync to the add payload runtime map params

func (*AddPayloadRuntimeMapParams) WithHTTPClient added in v0.0.2

WithHTTPClient adds the HTTPClient to the add payload runtime map params

func (*AddPayloadRuntimeMapParams) WithName added in v0.0.2

WithName adds the name to the add payload runtime map params

func (*AddPayloadRuntimeMapParams) WithTimeout added in v0.0.2

WithTimeout adds the timeout to the add payload runtime map params

func (*AddPayloadRuntimeMapParams) WriteToRequest added in v0.0.2

WriteToRequest writes these params to a swagger request

type AddPayloadRuntimeMapReader added in v0.0.2

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

AddPayloadRuntimeMapReader is a Reader for the AddPayloadRuntimeMap structure.

func (*AddPayloadRuntimeMapReader) ReadResponse added in v0.0.2

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

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

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

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

func (*ClearRuntimeMapDefault) IsClientError added in v1.1.0

func (o *ClearRuntimeMapDefault) IsClientError() bool

IsClientError returns true when this clear runtime map default response has a 4xx status code

func (*ClearRuntimeMapDefault) IsCode added in v1.1.0

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

IsCode returns true when this clear runtime map default response a status code equal to that given

func (*ClearRuntimeMapDefault) IsRedirect added in v1.1.0

func (o *ClearRuntimeMapDefault) IsRedirect() bool

IsRedirect returns true when this clear runtime map default response has a 3xx status code

func (*ClearRuntimeMapDefault) IsServerError added in v1.1.0

func (o *ClearRuntimeMapDefault) IsServerError() bool

IsServerError returns true when this clear runtime map default response has a 5xx status code

func (*ClearRuntimeMapDefault) IsSuccess added in v1.1.0

func (o *ClearRuntimeMapDefault) IsSuccess() bool

IsSuccess returns true when this clear runtime map default response has a 2xx status code

func (*ClearRuntimeMapDefault) String added in v1.1.0

func (o *ClearRuntimeMapDefault) String() string

type ClearRuntimeMapNoContent

type ClearRuntimeMapNoContent struct {
}

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

All map entries deleted

func NewClearRuntimeMapNoContent

func NewClearRuntimeMapNoContent() *ClearRuntimeMapNoContent

NewClearRuntimeMapNoContent creates a ClearRuntimeMapNoContent with default headers values

func (*ClearRuntimeMapNoContent) Code added in v1.1.5

func (o *ClearRuntimeMapNoContent) Code() int

Code gets the status code for the clear runtime map no content response

func (*ClearRuntimeMapNoContent) Error

func (o *ClearRuntimeMapNoContent) Error() string

func (*ClearRuntimeMapNoContent) IsClientError added in v1.1.0

func (o *ClearRuntimeMapNoContent) IsClientError() bool

IsClientError returns true when this clear runtime map no content response has a 4xx status code

func (*ClearRuntimeMapNoContent) IsCode added in v1.1.0

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

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

func (*ClearRuntimeMapNoContent) IsRedirect added in v1.1.0

func (o *ClearRuntimeMapNoContent) IsRedirect() bool

IsRedirect returns true when this clear runtime map no content response has a 3xx status code

func (*ClearRuntimeMapNoContent) IsServerError added in v1.1.0

func (o *ClearRuntimeMapNoContent) IsServerError() bool

IsServerError returns true when this clear runtime map no content response has a 5xx status code

func (*ClearRuntimeMapNoContent) IsSuccess added in v1.1.0

func (o *ClearRuntimeMapNoContent) IsSuccess() bool

IsSuccess returns true when this clear runtime map no content response has a 2xx status code

func (*ClearRuntimeMapNoContent) String added in v1.1.0

func (o *ClearRuntimeMapNoContent) String() string

type ClearRuntimeMapNotFound

type ClearRuntimeMapNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

func (o *ClearRuntimeMapNotFound) Code() int

Code gets the status code for the clear runtime map not found response

func (*ClearRuntimeMapNotFound) Error

func (o *ClearRuntimeMapNotFound) Error() string

func (*ClearRuntimeMapNotFound) GetPayload

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

func (*ClearRuntimeMapNotFound) IsClientError added in v1.1.0

func (o *ClearRuntimeMapNotFound) IsClientError() bool

IsClientError returns true when this clear runtime map not found response has a 4xx status code

func (*ClearRuntimeMapNotFound) IsCode added in v1.1.0

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

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

func (*ClearRuntimeMapNotFound) IsRedirect added in v1.1.0

func (o *ClearRuntimeMapNotFound) IsRedirect() bool

IsRedirect returns true when this clear runtime map not found response has a 3xx status code

func (*ClearRuntimeMapNotFound) IsServerError added in v1.1.0

func (o *ClearRuntimeMapNotFound) IsServerError() bool

IsServerError returns true when this clear runtime map not found response has a 5xx status code

func (*ClearRuntimeMapNotFound) IsSuccess added in v1.1.0

func (o *ClearRuntimeMapNotFound) IsSuccess() bool

IsSuccess returns true when this clear runtime map not found response has a 2xx status code

func (*ClearRuntimeMapNotFound) String added in v1.1.0

func (o *ClearRuntimeMapNotFound) String() string

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

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

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

func NewClearRuntimeMapParamsWithContext

func NewClearRuntimeMapParamsWithContext(ctx context.Context) *ClearRuntimeMapParams

NewClearRuntimeMapParamsWithContext creates a new ClearRuntimeMapParams object with 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 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 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) SetDefaults

func (o *ClearRuntimeMapParams) SetDefaults()

SetDefaults hydrates default values in the clear runtime map params (not the query body).

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

func (*ClearRuntimeMapParams) SetForceDelete

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

SetForceDelete adds the forceDelete to the clear runtime map params

func (*ClearRuntimeMapParams) SetForceSync

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

func (o *ClearRuntimeMapParams) WithDefaults() *ClearRuntimeMapParams

WithDefaults hydrates default values in the clear runtime map params (not the query body).

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

func (*ClearRuntimeMapParams) WithForceDelete

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

WithForceDelete adds the forceDelete to the clear runtime map params

func (*ClearRuntimeMapParams) WithForceSync

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

AddMapEntry adds an entry into the map file

Adds an entry into the map file.

func (*Client) AddPayloadRuntimeMap added in v0.0.2

func (a *Client) AddPayloadRuntimeMap(params *AddPayloadRuntimeMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddPayloadRuntimeMapCreated, error)

AddPayloadRuntimeMap adds a new map payload

Adds a new map payload.

func (*Client) ClearRuntimeMap

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

ClearRuntimeMap removes all map entries from the map file

Remove all map entries from the map file.

func (*Client) DeleteRuntimeMapEntry

func (a *Client) DeleteRuntimeMapEntry(params *DeleteRuntimeMapEntryParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteRuntimeMapEntryNoContent, error)

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

GetAllRuntimeMapFiles returns runtime map files

Returns runtime map files.

func (*Client) GetOneRuntimeMap

func (a *Client) GetOneRuntimeMap(params *GetOneRuntimeMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*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, opts ...ClientOption) (*ShowRuntimeMapOK, error)

ShowRuntimeMap returns one map runtime entries

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

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

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

	AddPayloadRuntimeMap(params *AddPayloadRuntimeMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddPayloadRuntimeMapCreated, error)

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

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

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

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

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

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

	ShowRuntimeMap(params *ShowRuntimeMapParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*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 string

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

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

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

func (*DeleteRuntimeMapEntryDefault) IsClientError added in v1.1.0

func (o *DeleteRuntimeMapEntryDefault) IsClientError() bool

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

func (*DeleteRuntimeMapEntryDefault) IsCode added in v1.1.0

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

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

func (*DeleteRuntimeMapEntryDefault) IsRedirect added in v1.1.0

func (o *DeleteRuntimeMapEntryDefault) IsRedirect() bool

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

func (*DeleteRuntimeMapEntryDefault) IsServerError added in v1.1.0

func (o *DeleteRuntimeMapEntryDefault) IsServerError() bool

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

func (*DeleteRuntimeMapEntryDefault) IsSuccess added in v1.1.0

func (o *DeleteRuntimeMapEntryDefault) IsSuccess() bool

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

func (*DeleteRuntimeMapEntryDefault) String added in v1.1.0

type DeleteRuntimeMapEntryNoContent

type DeleteRuntimeMapEntryNoContent struct {
}

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

Map key/value deleted

func NewDeleteRuntimeMapEntryNoContent

func NewDeleteRuntimeMapEntryNoContent() *DeleteRuntimeMapEntryNoContent

NewDeleteRuntimeMapEntryNoContent creates a DeleteRuntimeMapEntryNoContent with default headers values

func (*DeleteRuntimeMapEntryNoContent) Code added in v1.1.5

Code gets the status code for the delete runtime map entry no content response

func (*DeleteRuntimeMapEntryNoContent) Error

func (*DeleteRuntimeMapEntryNoContent) IsClientError added in v1.1.0

func (o *DeleteRuntimeMapEntryNoContent) IsClientError() bool

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

func (*DeleteRuntimeMapEntryNoContent) IsCode added in v1.1.0

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

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

func (*DeleteRuntimeMapEntryNoContent) IsRedirect added in v1.1.0

func (o *DeleteRuntimeMapEntryNoContent) IsRedirect() bool

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

func (*DeleteRuntimeMapEntryNoContent) IsServerError added in v1.1.0

func (o *DeleteRuntimeMapEntryNoContent) IsServerError() bool

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

func (*DeleteRuntimeMapEntryNoContent) IsSuccess added in v1.1.0

func (o *DeleteRuntimeMapEntryNoContent) IsSuccess() bool

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

func (*DeleteRuntimeMapEntryNoContent) String added in v1.1.0

type DeleteRuntimeMapEntryNotFound

type DeleteRuntimeMapEntryNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Code gets the status code for the delete runtime map entry not found response

func (*DeleteRuntimeMapEntryNotFound) Error

func (*DeleteRuntimeMapEntryNotFound) GetPayload

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

func (*DeleteRuntimeMapEntryNotFound) IsClientError added in v1.1.0

func (o *DeleteRuntimeMapEntryNotFound) IsClientError() bool

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

func (*DeleteRuntimeMapEntryNotFound) IsCode added in v1.1.0

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

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

func (*DeleteRuntimeMapEntryNotFound) IsRedirect added in v1.1.0

func (o *DeleteRuntimeMapEntryNotFound) IsRedirect() bool

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

func (*DeleteRuntimeMapEntryNotFound) IsServerError added in v1.1.0

func (o *DeleteRuntimeMapEntryNotFound) IsServerError() bool

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

func (*DeleteRuntimeMapEntryNotFound) IsSuccess added in v1.1.0

func (o *DeleteRuntimeMapEntryNotFound) IsSuccess() bool

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

func (*DeleteRuntimeMapEntryNotFound) String added in v1.1.0

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

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

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

func NewDeleteRuntimeMapEntryParamsWithContext

func NewDeleteRuntimeMapEntryParamsWithContext(ctx context.Context) *DeleteRuntimeMapEntryParams

NewDeleteRuntimeMapEntryParamsWithContext creates a new DeleteRuntimeMapEntryParams object with 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 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 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) SetDefaults

func (o *DeleteRuntimeMapEntryParams) SetDefaults()

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

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

func (*DeleteRuntimeMapEntryParams) SetForceSync

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

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

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

func (*DeleteRuntimeMapEntryParams) WithForceSync

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 string

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

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

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

func (*GetAllRuntimeMapFilesDefault) IsClientError added in v1.1.0

func (o *GetAllRuntimeMapFilesDefault) IsClientError() bool

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

func (*GetAllRuntimeMapFilesDefault) IsCode added in v1.1.0

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

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

func (*GetAllRuntimeMapFilesDefault) IsRedirect added in v1.1.0

func (o *GetAllRuntimeMapFilesDefault) IsRedirect() bool

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

func (*GetAllRuntimeMapFilesDefault) IsServerError added in v1.1.0

func (o *GetAllRuntimeMapFilesDefault) IsServerError() bool

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

func (*GetAllRuntimeMapFilesDefault) IsSuccess added in v1.1.0

func (o *GetAllRuntimeMapFilesDefault) IsSuccess() bool

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

func (*GetAllRuntimeMapFilesDefault) String added in v1.1.0

type GetAllRuntimeMapFilesNotFound

type GetAllRuntimeMapFilesNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

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

func (*GetAllRuntimeMapFilesNotFound) Error

func (*GetAllRuntimeMapFilesNotFound) GetPayload

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

func (*GetAllRuntimeMapFilesNotFound) IsClientError added in v1.1.0

func (o *GetAllRuntimeMapFilesNotFound) IsClientError() bool

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

func (*GetAllRuntimeMapFilesNotFound) IsCode added in v1.1.0

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

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

func (*GetAllRuntimeMapFilesNotFound) IsRedirect added in v1.1.0

func (o *GetAllRuntimeMapFilesNotFound) IsRedirect() bool

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

func (*GetAllRuntimeMapFilesNotFound) IsServerError added in v1.1.0

func (o *GetAllRuntimeMapFilesNotFound) IsServerError() bool

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

func (*GetAllRuntimeMapFilesNotFound) IsSuccess added in v1.1.0

func (o *GetAllRuntimeMapFilesNotFound) IsSuccess() bool

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

func (*GetAllRuntimeMapFilesNotFound) String added in v1.1.0

type GetAllRuntimeMapFilesOK

type GetAllRuntimeMapFilesOK struct {
	Payload models.Maps
}

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

Successful operation

func NewGetAllRuntimeMapFilesOK

func NewGetAllRuntimeMapFilesOK() *GetAllRuntimeMapFilesOK

NewGetAllRuntimeMapFilesOK creates a GetAllRuntimeMapFilesOK with default headers values

func (*GetAllRuntimeMapFilesOK) Code added in v1.1.5

func (o *GetAllRuntimeMapFilesOK) Code() int

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

func (*GetAllRuntimeMapFilesOK) Error

func (o *GetAllRuntimeMapFilesOK) Error() string

func (*GetAllRuntimeMapFilesOK) GetPayload

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

func (*GetAllRuntimeMapFilesOK) IsClientError added in v1.1.0

func (o *GetAllRuntimeMapFilesOK) IsClientError() bool

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

func (*GetAllRuntimeMapFilesOK) IsCode added in v1.1.0

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

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

func (*GetAllRuntimeMapFilesOK) IsRedirect added in v1.1.0

func (o *GetAllRuntimeMapFilesOK) IsRedirect() bool

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

func (*GetAllRuntimeMapFilesOK) IsServerError added in v1.1.0

func (o *GetAllRuntimeMapFilesOK) IsServerError() bool

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

func (*GetAllRuntimeMapFilesOK) IsSuccess added in v1.1.0

func (o *GetAllRuntimeMapFilesOK) IsSuccess() bool

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

func (*GetAllRuntimeMapFilesOK) String added in v1.1.0

func (o *GetAllRuntimeMapFilesOK) String() string

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

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

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

func NewGetAllRuntimeMapFilesParamsWithContext

func NewGetAllRuntimeMapFilesParamsWithContext(ctx context.Context) *GetAllRuntimeMapFilesParams

NewGetAllRuntimeMapFilesParamsWithContext creates a new GetAllRuntimeMapFilesParams object with 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 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 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) SetDefaults

func (o *GetAllRuntimeMapFilesParams) SetDefaults()

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

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

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

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

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

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

func (*GetAllRuntimeMapFilesParams) WithHTTPClient

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

func (*GetAllRuntimeMapFilesParams) WithIncludeUnmanaged

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 string

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

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

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

func (*GetOneRuntimeMapDefault) IsClientError added in v1.1.0

func (o *GetOneRuntimeMapDefault) IsClientError() bool

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

func (*GetOneRuntimeMapDefault) IsCode added in v1.1.0

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

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

func (*GetOneRuntimeMapDefault) IsRedirect added in v1.1.0

func (o *GetOneRuntimeMapDefault) IsRedirect() bool

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

func (*GetOneRuntimeMapDefault) IsServerError added in v1.1.0

func (o *GetOneRuntimeMapDefault) IsServerError() bool

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

func (*GetOneRuntimeMapDefault) IsSuccess added in v1.1.0

func (o *GetOneRuntimeMapDefault) IsSuccess() bool

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

func (*GetOneRuntimeMapDefault) String added in v1.1.0

func (o *GetOneRuntimeMapDefault) String() string

type GetOneRuntimeMapNotFound

type GetOneRuntimeMapNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

func (o *GetOneRuntimeMapNotFound) Code() int

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

func (*GetOneRuntimeMapNotFound) Error

func (o *GetOneRuntimeMapNotFound) Error() string

func (*GetOneRuntimeMapNotFound) GetPayload

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

func (*GetOneRuntimeMapNotFound) IsClientError added in v1.1.0

func (o *GetOneRuntimeMapNotFound) IsClientError() bool

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

func (*GetOneRuntimeMapNotFound) IsCode added in v1.1.0

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

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

func (*GetOneRuntimeMapNotFound) IsRedirect added in v1.1.0

func (o *GetOneRuntimeMapNotFound) IsRedirect() bool

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

func (*GetOneRuntimeMapNotFound) IsServerError added in v1.1.0

func (o *GetOneRuntimeMapNotFound) IsServerError() bool

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

func (*GetOneRuntimeMapNotFound) IsSuccess added in v1.1.0

func (o *GetOneRuntimeMapNotFound) IsSuccess() bool

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

func (*GetOneRuntimeMapNotFound) String added in v1.1.0

func (o *GetOneRuntimeMapNotFound) String() string

type GetOneRuntimeMapOK

type GetOneRuntimeMapOK struct {
	Payload *models.Map
}

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

Successful operation

func NewGetOneRuntimeMapOK

func NewGetOneRuntimeMapOK() *GetOneRuntimeMapOK

NewGetOneRuntimeMapOK creates a GetOneRuntimeMapOK with default headers values

func (*GetOneRuntimeMapOK) Code added in v1.1.5

func (o *GetOneRuntimeMapOK) Code() int

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

func (*GetOneRuntimeMapOK) Error

func (o *GetOneRuntimeMapOK) Error() string

func (*GetOneRuntimeMapOK) GetPayload

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

func (*GetOneRuntimeMapOK) IsClientError added in v1.1.0

func (o *GetOneRuntimeMapOK) IsClientError() bool

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

func (*GetOneRuntimeMapOK) IsCode added in v1.1.0

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

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

func (*GetOneRuntimeMapOK) IsRedirect added in v1.1.0

func (o *GetOneRuntimeMapOK) IsRedirect() bool

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

func (*GetOneRuntimeMapOK) IsServerError added in v1.1.0

func (o *GetOneRuntimeMapOK) IsServerError() bool

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

func (*GetOneRuntimeMapOK) IsSuccess added in v1.1.0

func (o *GetOneRuntimeMapOK) IsSuccess() bool

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

func (*GetOneRuntimeMapOK) String added in v1.1.0

func (o *GetOneRuntimeMapOK) String() string

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

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

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

func NewGetOneRuntimeMapParamsWithContext

func NewGetOneRuntimeMapParamsWithContext(ctx context.Context) *GetOneRuntimeMapParams

NewGetOneRuntimeMapParamsWithContext creates a new GetOneRuntimeMapParams object with 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 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 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) SetDefaults

func (o *GetOneRuntimeMapParams) SetDefaults()

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

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

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

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

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

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 string

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

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

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

func (*GetRuntimeMapEntryDefault) IsClientError added in v1.1.0

func (o *GetRuntimeMapEntryDefault) IsClientError() bool

IsClientError returns true when this get runtime map entry default response has a 4xx status code

func (*GetRuntimeMapEntryDefault) IsCode added in v1.1.0

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

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

func (*GetRuntimeMapEntryDefault) IsRedirect added in v1.1.0

func (o *GetRuntimeMapEntryDefault) IsRedirect() bool

IsRedirect returns true when this get runtime map entry default response has a 3xx status code

func (*GetRuntimeMapEntryDefault) IsServerError added in v1.1.0

func (o *GetRuntimeMapEntryDefault) IsServerError() bool

IsServerError returns true when this get runtime map entry default response has a 5xx status code

func (*GetRuntimeMapEntryDefault) IsSuccess added in v1.1.0

func (o *GetRuntimeMapEntryDefault) IsSuccess() bool

IsSuccess returns true when this get runtime map entry default response has a 2xx status code

func (*GetRuntimeMapEntryDefault) String added in v1.1.0

func (o *GetRuntimeMapEntryDefault) String() string

type GetRuntimeMapEntryNotFound

type GetRuntimeMapEntryNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

func (o *GetRuntimeMapEntryNotFound) Code() int

Code gets the status code for the get runtime map entry not found response

func (*GetRuntimeMapEntryNotFound) Error

func (*GetRuntimeMapEntryNotFound) GetPayload

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

func (*GetRuntimeMapEntryNotFound) IsClientError added in v1.1.0

func (o *GetRuntimeMapEntryNotFound) IsClientError() bool

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

func (*GetRuntimeMapEntryNotFound) IsCode added in v1.1.0

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

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

func (*GetRuntimeMapEntryNotFound) IsRedirect added in v1.1.0

func (o *GetRuntimeMapEntryNotFound) IsRedirect() bool

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

func (*GetRuntimeMapEntryNotFound) IsServerError added in v1.1.0

func (o *GetRuntimeMapEntryNotFound) IsServerError() bool

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

func (*GetRuntimeMapEntryNotFound) IsSuccess added in v1.1.0

func (o *GetRuntimeMapEntryNotFound) IsSuccess() bool

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

func (*GetRuntimeMapEntryNotFound) String added in v1.1.0

func (o *GetRuntimeMapEntryNotFound) String() string

type GetRuntimeMapEntryOK

type GetRuntimeMapEntryOK struct {
	Payload *models.MapEntry
}

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

Successful operation

func NewGetRuntimeMapEntryOK

func NewGetRuntimeMapEntryOK() *GetRuntimeMapEntryOK

NewGetRuntimeMapEntryOK creates a GetRuntimeMapEntryOK with default headers values

func (*GetRuntimeMapEntryOK) Code added in v1.1.5

func (o *GetRuntimeMapEntryOK) Code() int

Code gets the status code for the get runtime map entry o k response

func (*GetRuntimeMapEntryOK) Error

func (o *GetRuntimeMapEntryOK) Error() string

func (*GetRuntimeMapEntryOK) GetPayload

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

func (*GetRuntimeMapEntryOK) IsClientError added in v1.1.0

func (o *GetRuntimeMapEntryOK) IsClientError() bool

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

func (*GetRuntimeMapEntryOK) IsCode added in v1.1.0

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

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

func (*GetRuntimeMapEntryOK) IsRedirect added in v1.1.0

func (o *GetRuntimeMapEntryOK) IsRedirect() bool

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

func (*GetRuntimeMapEntryOK) IsServerError added in v1.1.0

func (o *GetRuntimeMapEntryOK) IsServerError() bool

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

func (*GetRuntimeMapEntryOK) IsSuccess added in v1.1.0

func (o *GetRuntimeMapEntryOK) IsSuccess() bool

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

func (*GetRuntimeMapEntryOK) String added in v1.1.0

func (o *GetRuntimeMapEntryOK) String() string

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

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

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

func NewGetRuntimeMapEntryParamsWithContext

func NewGetRuntimeMapEntryParamsWithContext(ctx context.Context) *GetRuntimeMapEntryParams

NewGetRuntimeMapEntryParamsWithContext creates a new GetRuntimeMapEntryParams object with 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 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 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) SetDefaults

func (o *GetRuntimeMapEntryParams) SetDefaults()

SetDefaults hydrates default values in the get runtime map entry params (not the query body).

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

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

WithDefaults hydrates default values in the get runtime map entry params (not the query body).

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

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 string

	Payload *models.Error
}

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

Bad request

func NewReplaceRuntimeMapEntryBadRequest

func NewReplaceRuntimeMapEntryBadRequest() *ReplaceRuntimeMapEntryBadRequest

NewReplaceRuntimeMapEntryBadRequest creates a ReplaceRuntimeMapEntryBadRequest with default headers values

func (*ReplaceRuntimeMapEntryBadRequest) Code added in v1.1.5

Code gets the status code for the replace runtime map entry bad request response

func (*ReplaceRuntimeMapEntryBadRequest) Error

func (*ReplaceRuntimeMapEntryBadRequest) GetPayload

func (*ReplaceRuntimeMapEntryBadRequest) IsClientError added in v1.1.0

func (o *ReplaceRuntimeMapEntryBadRequest) IsClientError() bool

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

func (*ReplaceRuntimeMapEntryBadRequest) IsCode added in v1.1.0

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

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

func (*ReplaceRuntimeMapEntryBadRequest) IsRedirect added in v1.1.0

func (o *ReplaceRuntimeMapEntryBadRequest) IsRedirect() bool

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

func (*ReplaceRuntimeMapEntryBadRequest) IsServerError added in v1.1.0

func (o *ReplaceRuntimeMapEntryBadRequest) IsServerError() bool

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

func (*ReplaceRuntimeMapEntryBadRequest) IsSuccess added in v1.1.0

func (o *ReplaceRuntimeMapEntryBadRequest) IsSuccess() bool

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

func (*ReplaceRuntimeMapEntryBadRequest) String added in v1.1.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) ContextValidate

func (o *ReplaceRuntimeMapEntryBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error

ContextValidate validates this replace runtime map entry body based on context it is used

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 string

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

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

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

func (*ReplaceRuntimeMapEntryDefault) IsClientError added in v1.1.0

func (o *ReplaceRuntimeMapEntryDefault) IsClientError() bool

IsClientError returns true when this replace runtime map entry default response has a 4xx status code

func (*ReplaceRuntimeMapEntryDefault) IsCode added in v1.1.0

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

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

func (*ReplaceRuntimeMapEntryDefault) IsRedirect added in v1.1.0

func (o *ReplaceRuntimeMapEntryDefault) IsRedirect() bool

IsRedirect returns true when this replace runtime map entry default response has a 3xx status code

func (*ReplaceRuntimeMapEntryDefault) IsServerError added in v1.1.0

func (o *ReplaceRuntimeMapEntryDefault) IsServerError() bool

IsServerError returns true when this replace runtime map entry default response has a 5xx status code

func (*ReplaceRuntimeMapEntryDefault) IsSuccess added in v1.1.0

func (o *ReplaceRuntimeMapEntryDefault) IsSuccess() bool

IsSuccess returns true when this replace runtime map entry default response has a 2xx status code

func (*ReplaceRuntimeMapEntryDefault) String added in v1.1.0

type ReplaceRuntimeMapEntryNotFound

type ReplaceRuntimeMapEntryNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Code gets the status code for the replace runtime map entry not found response

func (*ReplaceRuntimeMapEntryNotFound) Error

func (*ReplaceRuntimeMapEntryNotFound) GetPayload

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

func (*ReplaceRuntimeMapEntryNotFound) IsClientError added in v1.1.0

func (o *ReplaceRuntimeMapEntryNotFound) IsClientError() bool

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

func (*ReplaceRuntimeMapEntryNotFound) IsCode added in v1.1.0

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

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

func (*ReplaceRuntimeMapEntryNotFound) IsRedirect added in v1.1.0

func (o *ReplaceRuntimeMapEntryNotFound) IsRedirect() bool

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

func (*ReplaceRuntimeMapEntryNotFound) IsServerError added in v1.1.0

func (o *ReplaceRuntimeMapEntryNotFound) IsServerError() bool

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

func (*ReplaceRuntimeMapEntryNotFound) IsSuccess added in v1.1.0

func (o *ReplaceRuntimeMapEntryNotFound) IsSuccess() bool

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

func (*ReplaceRuntimeMapEntryNotFound) String added in v1.1.0

type ReplaceRuntimeMapEntryOK

type ReplaceRuntimeMapEntryOK struct {
	Payload *models.MapEntry
}

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

Map value replaced

func NewReplaceRuntimeMapEntryOK

func NewReplaceRuntimeMapEntryOK() *ReplaceRuntimeMapEntryOK

NewReplaceRuntimeMapEntryOK creates a ReplaceRuntimeMapEntryOK with default headers values

func (*ReplaceRuntimeMapEntryOK) Code added in v1.1.5

func (o *ReplaceRuntimeMapEntryOK) Code() int

Code gets the status code for the replace runtime map entry o k response

func (*ReplaceRuntimeMapEntryOK) Error

func (o *ReplaceRuntimeMapEntryOK) Error() string

func (*ReplaceRuntimeMapEntryOK) GetPayload

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

func (*ReplaceRuntimeMapEntryOK) IsClientError added in v1.1.0

func (o *ReplaceRuntimeMapEntryOK) IsClientError() bool

IsClientError returns true when this replace runtime map entry o k response has a 4xx status code

func (*ReplaceRuntimeMapEntryOK) IsCode added in v1.1.0

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

IsCode returns true when this replace runtime map entry o k response a status code equal to that given

func (*ReplaceRuntimeMapEntryOK) IsRedirect added in v1.1.0

func (o *ReplaceRuntimeMapEntryOK) IsRedirect() bool

IsRedirect returns true when this replace runtime map entry o k response has a 3xx status code

func (*ReplaceRuntimeMapEntryOK) IsServerError added in v1.1.0

func (o *ReplaceRuntimeMapEntryOK) IsServerError() bool

IsServerError returns true when this replace runtime map entry o k response has a 5xx status code

func (*ReplaceRuntimeMapEntryOK) IsSuccess added in v1.1.0

func (o *ReplaceRuntimeMapEntryOK) IsSuccess() bool

IsSuccess returns true when this replace runtime map entry o k response has a 2xx status code

func (*ReplaceRuntimeMapEntryOK) String added in v1.1.0

func (o *ReplaceRuntimeMapEntryOK) String() string

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

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

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

func NewReplaceRuntimeMapEntryParamsWithContext

func NewReplaceRuntimeMapEntryParamsWithContext(ctx context.Context) *ReplaceRuntimeMapEntryParams

NewReplaceRuntimeMapEntryParamsWithContext creates a new ReplaceRuntimeMapEntryParams object with 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 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 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) SetDefaults

func (o *ReplaceRuntimeMapEntryParams) SetDefaults()

SetDefaults hydrates default values in the replace runtime map entry params (not the query body).

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

func (*ReplaceRuntimeMapEntryParams) SetForceSync

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

WithDefaults hydrates default values in the replace runtime map entry params (not the query body).

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

func (*ReplaceRuntimeMapEntryParams) WithForceSync

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 string

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

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

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

func (*ShowRuntimeMapDefault) IsClientError added in v1.1.0

func (o *ShowRuntimeMapDefault) IsClientError() bool

IsClientError returns true when this show runtime map default response has a 4xx status code

func (*ShowRuntimeMapDefault) IsCode added in v1.1.0

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

IsCode returns true when this show runtime map default response a status code equal to that given

func (*ShowRuntimeMapDefault) IsRedirect added in v1.1.0

func (o *ShowRuntimeMapDefault) IsRedirect() bool

IsRedirect returns true when this show runtime map default response has a 3xx status code

func (*ShowRuntimeMapDefault) IsServerError added in v1.1.0

func (o *ShowRuntimeMapDefault) IsServerError() bool

IsServerError returns true when this show runtime map default response has a 5xx status code

func (*ShowRuntimeMapDefault) IsSuccess added in v1.1.0

func (o *ShowRuntimeMapDefault) IsSuccess() bool

IsSuccess returns true when this show runtime map default response has a 2xx status code

func (*ShowRuntimeMapDefault) String added in v1.1.0

func (o *ShowRuntimeMapDefault) String() string

type ShowRuntimeMapNotFound

type ShowRuntimeMapNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

func (o *ShowRuntimeMapNotFound) Code() int

Code gets the status code for the show runtime map not found response

func (*ShowRuntimeMapNotFound) Error

func (o *ShowRuntimeMapNotFound) Error() string

func (*ShowRuntimeMapNotFound) GetPayload

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

func (*ShowRuntimeMapNotFound) IsClientError added in v1.1.0

func (o *ShowRuntimeMapNotFound) IsClientError() bool

IsClientError returns true when this show runtime map not found response has a 4xx status code

func (*ShowRuntimeMapNotFound) IsCode added in v1.1.0

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

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

func (*ShowRuntimeMapNotFound) IsRedirect added in v1.1.0

func (o *ShowRuntimeMapNotFound) IsRedirect() bool

IsRedirect returns true when this show runtime map not found response has a 3xx status code

func (*ShowRuntimeMapNotFound) IsServerError added in v1.1.0

func (o *ShowRuntimeMapNotFound) IsServerError() bool

IsServerError returns true when this show runtime map not found response has a 5xx status code

func (*ShowRuntimeMapNotFound) IsSuccess added in v1.1.0

func (o *ShowRuntimeMapNotFound) IsSuccess() bool

IsSuccess returns true when this show runtime map not found response has a 2xx status code

func (*ShowRuntimeMapNotFound) String added in v1.1.0

func (o *ShowRuntimeMapNotFound) String() string

type ShowRuntimeMapOK

type ShowRuntimeMapOK struct {
	Payload models.MapEntries
}

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

Successful operation

func NewShowRuntimeMapOK

func NewShowRuntimeMapOK() *ShowRuntimeMapOK

NewShowRuntimeMapOK creates a ShowRuntimeMapOK with default headers values

func (*ShowRuntimeMapOK) Code added in v1.1.5

func (o *ShowRuntimeMapOK) Code() int

Code gets the status code for the show runtime map o k response

func (*ShowRuntimeMapOK) Error

func (o *ShowRuntimeMapOK) Error() string

func (*ShowRuntimeMapOK) GetPayload

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

func (*ShowRuntimeMapOK) IsClientError added in v1.1.0

func (o *ShowRuntimeMapOK) IsClientError() bool

IsClientError returns true when this show runtime map o k response has a 4xx status code

func (*ShowRuntimeMapOK) IsCode added in v1.1.0

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

IsCode returns true when this show runtime map o k response a status code equal to that given

func (*ShowRuntimeMapOK) IsRedirect added in v1.1.0

func (o *ShowRuntimeMapOK) IsRedirect() bool

IsRedirect returns true when this show runtime map o k response has a 3xx status code

func (*ShowRuntimeMapOK) IsServerError added in v1.1.0

func (o *ShowRuntimeMapOK) IsServerError() bool

IsServerError returns true when this show runtime map o k response has a 5xx status code

func (*ShowRuntimeMapOK) IsSuccess added in v1.1.0

func (o *ShowRuntimeMapOK) IsSuccess() bool

IsSuccess returns true when this show runtime map o k response has a 2xx status code

func (*ShowRuntimeMapOK) String added in v1.1.0

func (o *ShowRuntimeMapOK) String() string

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

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

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

func NewShowRuntimeMapParamsWithContext

func NewShowRuntimeMapParamsWithContext(ctx context.Context) *ShowRuntimeMapParams

NewShowRuntimeMapParamsWithContext creates a new ShowRuntimeMapParams object with 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 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 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) SetDefaults

func (o *ShowRuntimeMapParams) SetDefaults()

SetDefaults hydrates default values in the show runtime map params (not the query body).

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

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

func (o *ShowRuntimeMapParams) WithDefaults() *ShowRuntimeMapParams

WithDefaults hydrates default values in the show runtime map params (not the query body).

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

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