log_allocation_config

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for log allocation config API

func (*Client) CreateLogAllocationConfig

func (a *Client) CreateLogAllocationConfig(params *CreateLogAllocationConfigParams, opts ...ClientOption) (*CreateLogAllocationConfigOK, error)

CreateLogAllocationConfig create log allocation config API

func (*Client) DeleteLogAllocationConfig

func (a *Client) DeleteLogAllocationConfig(params *DeleteLogAllocationConfigParams, opts ...ClientOption) (*DeleteLogAllocationConfigOK, error)

DeleteLogAllocationConfig delete log allocation config API

func (*Client) ReadLogAllocationConfig

func (a *Client) ReadLogAllocationConfig(params *ReadLogAllocationConfigParams, opts ...ClientOption) (*ReadLogAllocationConfigOK, error)

ReadLogAllocationConfig read log allocation config API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateLogAllocationConfig

func (a *Client) UpdateLogAllocationConfig(params *UpdateLogAllocationConfigParams, opts ...ClientOption) (*UpdateLogAllocationConfigOK, error)

UpdateLogAllocationConfig update log allocation config API

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateLogAllocationConfig(params *CreateLogAllocationConfigParams, opts ...ClientOption) (*CreateLogAllocationConfigOK, error)

	DeleteLogAllocationConfig(params *DeleteLogAllocationConfigParams, opts ...ClientOption) (*DeleteLogAllocationConfigOK, error)

	ReadLogAllocationConfig(params *ReadLogAllocationConfigParams, opts ...ClientOption) (*ReadLogAllocationConfigOK, error)

	UpdateLogAllocationConfig(params *UpdateLogAllocationConfigParams, opts ...ClientOption) (*UpdateLogAllocationConfigOK, 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 log allocation config API client.

type CreateLogAllocationConfigBadRequest

type CreateLogAllocationConfigBadRequest struct {
	Payload *models.APIError
}

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

Cannot create the LogAllocationConfig because the request is invalid.

func NewCreateLogAllocationConfigBadRequest

func NewCreateLogAllocationConfigBadRequest() *CreateLogAllocationConfigBadRequest

NewCreateLogAllocationConfigBadRequest creates a CreateLogAllocationConfigBadRequest with default headers values

func (*CreateLogAllocationConfigBadRequest) Code

Code gets the status code for the create log allocation config bad request response

func (*CreateLogAllocationConfigBadRequest) Error

func (*CreateLogAllocationConfigBadRequest) GetPayload

func (*CreateLogAllocationConfigBadRequest) IsClientError

func (o *CreateLogAllocationConfigBadRequest) IsClientError() bool

IsClientError returns true when this create log allocation config bad request response has a 4xx status code

func (*CreateLogAllocationConfigBadRequest) IsCode

IsCode returns true when this create log allocation config bad request response a status code equal to that given

func (*CreateLogAllocationConfigBadRequest) IsRedirect

func (o *CreateLogAllocationConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this create log allocation config bad request response has a 3xx status code

func (*CreateLogAllocationConfigBadRequest) IsServerError

func (o *CreateLogAllocationConfigBadRequest) IsServerError() bool

IsServerError returns true when this create log allocation config bad request response has a 5xx status code

func (*CreateLogAllocationConfigBadRequest) IsSuccess

IsSuccess returns true when this create log allocation config bad request response has a 2xx status code

func (*CreateLogAllocationConfigBadRequest) String

type CreateLogAllocationConfigConflict

type CreateLogAllocationConfigConflict struct {
	Payload *models.APIError
}

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

Cannot create the LogAllocationConfig because there is a conflict with an existing LogAllocationConfig.

func NewCreateLogAllocationConfigConflict

func NewCreateLogAllocationConfigConflict() *CreateLogAllocationConfigConflict

NewCreateLogAllocationConfigConflict creates a CreateLogAllocationConfigConflict with default headers values

func (*CreateLogAllocationConfigConflict) Code

Code gets the status code for the create log allocation config conflict response

func (*CreateLogAllocationConfigConflict) Error

func (*CreateLogAllocationConfigConflict) GetPayload

func (*CreateLogAllocationConfigConflict) IsClientError

func (o *CreateLogAllocationConfigConflict) IsClientError() bool

IsClientError returns true when this create log allocation config conflict response has a 4xx status code

func (*CreateLogAllocationConfigConflict) IsCode

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

IsCode returns true when this create log allocation config conflict response a status code equal to that given

func (*CreateLogAllocationConfigConflict) IsRedirect

func (o *CreateLogAllocationConfigConflict) IsRedirect() bool

IsRedirect returns true when this create log allocation config conflict response has a 3xx status code

func (*CreateLogAllocationConfigConflict) IsServerError

func (o *CreateLogAllocationConfigConflict) IsServerError() bool

IsServerError returns true when this create log allocation config conflict response has a 5xx status code

func (*CreateLogAllocationConfigConflict) IsSuccess

func (o *CreateLogAllocationConfigConflict) IsSuccess() bool

IsSuccess returns true when this create log allocation config conflict response has a 2xx status code

func (*CreateLogAllocationConfigConflict) String

type CreateLogAllocationConfigDefault

type CreateLogAllocationConfigDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

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

An undefined error response.

func NewCreateLogAllocationConfigDefault

func NewCreateLogAllocationConfigDefault(code int) *CreateLogAllocationConfigDefault

NewCreateLogAllocationConfigDefault creates a CreateLogAllocationConfigDefault with default headers values

func (*CreateLogAllocationConfigDefault) Code

Code gets the status code for the create log allocation config default response

func (*CreateLogAllocationConfigDefault) Error

func (*CreateLogAllocationConfigDefault) GetPayload

func (*CreateLogAllocationConfigDefault) IsClientError

func (o *CreateLogAllocationConfigDefault) IsClientError() bool

IsClientError returns true when this create log allocation config default response has a 4xx status code

func (*CreateLogAllocationConfigDefault) IsCode

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

IsCode returns true when this create log allocation config default response a status code equal to that given

func (*CreateLogAllocationConfigDefault) IsRedirect

func (o *CreateLogAllocationConfigDefault) IsRedirect() bool

IsRedirect returns true when this create log allocation config default response has a 3xx status code

func (*CreateLogAllocationConfigDefault) IsServerError

func (o *CreateLogAllocationConfigDefault) IsServerError() bool

IsServerError returns true when this create log allocation config default response has a 5xx status code

func (*CreateLogAllocationConfigDefault) IsSuccess

func (o *CreateLogAllocationConfigDefault) IsSuccess() bool

IsSuccess returns true when this create log allocation config default response has a 2xx status code

func (*CreateLogAllocationConfigDefault) String

type CreateLogAllocationConfigInternalServerError

type CreateLogAllocationConfigInternalServerError struct {
	Payload *models.APIError
}

CreateLogAllocationConfigInternalServerError describes a response with status code 500, with default header values.

An unexpected error response.

func NewCreateLogAllocationConfigInternalServerError

func NewCreateLogAllocationConfigInternalServerError() *CreateLogAllocationConfigInternalServerError

NewCreateLogAllocationConfigInternalServerError creates a CreateLogAllocationConfigInternalServerError with default headers values

func (*CreateLogAllocationConfigInternalServerError) Code

Code gets the status code for the create log allocation config internal server error response

func (*CreateLogAllocationConfigInternalServerError) Error

func (*CreateLogAllocationConfigInternalServerError) GetPayload

func (*CreateLogAllocationConfigInternalServerError) IsClientError

IsClientError returns true when this create log allocation config internal server error response has a 4xx status code

func (*CreateLogAllocationConfigInternalServerError) IsCode

IsCode returns true when this create log allocation config internal server error response a status code equal to that given

func (*CreateLogAllocationConfigInternalServerError) IsRedirect

IsRedirect returns true when this create log allocation config internal server error response has a 3xx status code

func (*CreateLogAllocationConfigInternalServerError) IsServerError

IsServerError returns true when this create log allocation config internal server error response has a 5xx status code

func (*CreateLogAllocationConfigInternalServerError) IsSuccess

IsSuccess returns true when this create log allocation config internal server error response has a 2xx status code

func (*CreateLogAllocationConfigInternalServerError) String

type CreateLogAllocationConfigOK

type CreateLogAllocationConfigOK struct {
	Payload *models.ConfigunstableCreateLogAllocationConfigResponse
}

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

A successful response containing the created LogAllocationConfig.

func NewCreateLogAllocationConfigOK

func NewCreateLogAllocationConfigOK() *CreateLogAllocationConfigOK

NewCreateLogAllocationConfigOK creates a CreateLogAllocationConfigOK with default headers values

func (*CreateLogAllocationConfigOK) Code

func (o *CreateLogAllocationConfigOK) Code() int

Code gets the status code for the create log allocation config o k response

func (*CreateLogAllocationConfigOK) Error

func (*CreateLogAllocationConfigOK) GetPayload

func (*CreateLogAllocationConfigOK) IsClientError

func (o *CreateLogAllocationConfigOK) IsClientError() bool

IsClientError returns true when this create log allocation config o k response has a 4xx status code

func (*CreateLogAllocationConfigOK) IsCode

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

IsCode returns true when this create log allocation config o k response a status code equal to that given

func (*CreateLogAllocationConfigOK) IsRedirect

func (o *CreateLogAllocationConfigOK) IsRedirect() bool

IsRedirect returns true when this create log allocation config o k response has a 3xx status code

func (*CreateLogAllocationConfigOK) IsServerError

func (o *CreateLogAllocationConfigOK) IsServerError() bool

IsServerError returns true when this create log allocation config o k response has a 5xx status code

func (*CreateLogAllocationConfigOK) IsSuccess

func (o *CreateLogAllocationConfigOK) IsSuccess() bool

IsSuccess returns true when this create log allocation config o k response has a 2xx status code

func (*CreateLogAllocationConfigOK) String

func (o *CreateLogAllocationConfigOK) String() string

type CreateLogAllocationConfigParams

type CreateLogAllocationConfigParams struct {

	// Body.
	Body *models.ConfigunstableCreateLogAllocationConfigRequest

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

CreateLogAllocationConfigParams contains all the parameters to send to the API endpoint

for the create log allocation config operation.

Typically these are written to a http.Request.

func NewCreateLogAllocationConfigParams

func NewCreateLogAllocationConfigParams() *CreateLogAllocationConfigParams

NewCreateLogAllocationConfigParams creates a new CreateLogAllocationConfigParams 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 NewCreateLogAllocationConfigParamsWithContext

func NewCreateLogAllocationConfigParamsWithContext(ctx context.Context) *CreateLogAllocationConfigParams

NewCreateLogAllocationConfigParamsWithContext creates a new CreateLogAllocationConfigParams object with the ability to set a context for a request.

func NewCreateLogAllocationConfigParamsWithHTTPClient

func NewCreateLogAllocationConfigParamsWithHTTPClient(client *http.Client) *CreateLogAllocationConfigParams

NewCreateLogAllocationConfigParamsWithHTTPClient creates a new CreateLogAllocationConfigParams object with the ability to set a custom HTTPClient for a request.

func NewCreateLogAllocationConfigParamsWithTimeout

func NewCreateLogAllocationConfigParamsWithTimeout(timeout time.Duration) *CreateLogAllocationConfigParams

NewCreateLogAllocationConfigParamsWithTimeout creates a new CreateLogAllocationConfigParams object with the ability to set a timeout on a request.

func (*CreateLogAllocationConfigParams) SetBody

SetBody adds the body to the create log allocation config params

func (*CreateLogAllocationConfigParams) SetContext

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

SetContext adds the context to the create log allocation config params

func (*CreateLogAllocationConfigParams) SetDefaults

func (o *CreateLogAllocationConfigParams) SetDefaults()

SetDefaults hydrates default values in the create log allocation config params (not the query body).

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

func (*CreateLogAllocationConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create log allocation config params

func (*CreateLogAllocationConfigParams) SetTimeout

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

SetTimeout adds the timeout to the create log allocation config params

func (*CreateLogAllocationConfigParams) WithBody

WithBody adds the body to the create log allocation config params

func (*CreateLogAllocationConfigParams) WithContext

WithContext adds the context to the create log allocation config params

func (*CreateLogAllocationConfigParams) WithDefaults

WithDefaults hydrates default values in the create log allocation config params (not the query body).

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

func (*CreateLogAllocationConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create log allocation config params

func (*CreateLogAllocationConfigParams) WithTimeout

WithTimeout adds the timeout to the create log allocation config params

func (*CreateLogAllocationConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateLogAllocationConfigReader

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

CreateLogAllocationConfigReader is a Reader for the CreateLogAllocationConfig structure.

func (*CreateLogAllocationConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteLogAllocationConfigBadRequest

type DeleteLogAllocationConfigBadRequest struct {
	Payload *models.APIError
}

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

Cannot delete the LogAllocationConfig because it is in use.

func NewDeleteLogAllocationConfigBadRequest

func NewDeleteLogAllocationConfigBadRequest() *DeleteLogAllocationConfigBadRequest

NewDeleteLogAllocationConfigBadRequest creates a DeleteLogAllocationConfigBadRequest with default headers values

func (*DeleteLogAllocationConfigBadRequest) Code

Code gets the status code for the delete log allocation config bad request response

func (*DeleteLogAllocationConfigBadRequest) Error

func (*DeleteLogAllocationConfigBadRequest) GetPayload

func (*DeleteLogAllocationConfigBadRequest) IsClientError

func (o *DeleteLogAllocationConfigBadRequest) IsClientError() bool

IsClientError returns true when this delete log allocation config bad request response has a 4xx status code

func (*DeleteLogAllocationConfigBadRequest) IsCode

IsCode returns true when this delete log allocation config bad request response a status code equal to that given

func (*DeleteLogAllocationConfigBadRequest) IsRedirect

func (o *DeleteLogAllocationConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this delete log allocation config bad request response has a 3xx status code

func (*DeleteLogAllocationConfigBadRequest) IsServerError

func (o *DeleteLogAllocationConfigBadRequest) IsServerError() bool

IsServerError returns true when this delete log allocation config bad request response has a 5xx status code

func (*DeleteLogAllocationConfigBadRequest) IsSuccess

IsSuccess returns true when this delete log allocation config bad request response has a 2xx status code

func (*DeleteLogAllocationConfigBadRequest) String

type DeleteLogAllocationConfigDefault

type DeleteLogAllocationConfigDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

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

An undefined error response.

func NewDeleteLogAllocationConfigDefault

func NewDeleteLogAllocationConfigDefault(code int) *DeleteLogAllocationConfigDefault

NewDeleteLogAllocationConfigDefault creates a DeleteLogAllocationConfigDefault with default headers values

func (*DeleteLogAllocationConfigDefault) Code

Code gets the status code for the delete log allocation config default response

func (*DeleteLogAllocationConfigDefault) Error

func (*DeleteLogAllocationConfigDefault) GetPayload

func (*DeleteLogAllocationConfigDefault) IsClientError

func (o *DeleteLogAllocationConfigDefault) IsClientError() bool

IsClientError returns true when this delete log allocation config default response has a 4xx status code

func (*DeleteLogAllocationConfigDefault) IsCode

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

IsCode returns true when this delete log allocation config default response a status code equal to that given

func (*DeleteLogAllocationConfigDefault) IsRedirect

func (o *DeleteLogAllocationConfigDefault) IsRedirect() bool

IsRedirect returns true when this delete log allocation config default response has a 3xx status code

func (*DeleteLogAllocationConfigDefault) IsServerError

func (o *DeleteLogAllocationConfigDefault) IsServerError() bool

IsServerError returns true when this delete log allocation config default response has a 5xx status code

func (*DeleteLogAllocationConfigDefault) IsSuccess

func (o *DeleteLogAllocationConfigDefault) IsSuccess() bool

IsSuccess returns true when this delete log allocation config default response has a 2xx status code

func (*DeleteLogAllocationConfigDefault) String

type DeleteLogAllocationConfigInternalServerError

type DeleteLogAllocationConfigInternalServerError struct {
	Payload *models.APIError
}

DeleteLogAllocationConfigInternalServerError describes a response with status code 500, with default header values.

An unexpected error response.

func NewDeleteLogAllocationConfigInternalServerError

func NewDeleteLogAllocationConfigInternalServerError() *DeleteLogAllocationConfigInternalServerError

NewDeleteLogAllocationConfigInternalServerError creates a DeleteLogAllocationConfigInternalServerError with default headers values

func (*DeleteLogAllocationConfigInternalServerError) Code

Code gets the status code for the delete log allocation config internal server error response

func (*DeleteLogAllocationConfigInternalServerError) Error

func (*DeleteLogAllocationConfigInternalServerError) GetPayload

func (*DeleteLogAllocationConfigInternalServerError) IsClientError

IsClientError returns true when this delete log allocation config internal server error response has a 4xx status code

func (*DeleteLogAllocationConfigInternalServerError) IsCode

IsCode returns true when this delete log allocation config internal server error response a status code equal to that given

func (*DeleteLogAllocationConfigInternalServerError) IsRedirect

IsRedirect returns true when this delete log allocation config internal server error response has a 3xx status code

func (*DeleteLogAllocationConfigInternalServerError) IsServerError

IsServerError returns true when this delete log allocation config internal server error response has a 5xx status code

func (*DeleteLogAllocationConfigInternalServerError) IsSuccess

IsSuccess returns true when this delete log allocation config internal server error response has a 2xx status code

func (*DeleteLogAllocationConfigInternalServerError) String

type DeleteLogAllocationConfigNotFound

type DeleteLogAllocationConfigNotFound struct {
	Payload *models.APIError
}

DeleteLogAllocationConfigNotFound describes a response with status code 404, with default header values.

Cannot delete the LogAllocationConfig because the slug does not exist.

func NewDeleteLogAllocationConfigNotFound

func NewDeleteLogAllocationConfigNotFound() *DeleteLogAllocationConfigNotFound

NewDeleteLogAllocationConfigNotFound creates a DeleteLogAllocationConfigNotFound with default headers values

func (*DeleteLogAllocationConfigNotFound) Code

Code gets the status code for the delete log allocation config not found response

func (*DeleteLogAllocationConfigNotFound) Error

func (*DeleteLogAllocationConfigNotFound) GetPayload

func (*DeleteLogAllocationConfigNotFound) IsClientError

func (o *DeleteLogAllocationConfigNotFound) IsClientError() bool

IsClientError returns true when this delete log allocation config not found response has a 4xx status code

func (*DeleteLogAllocationConfigNotFound) IsCode

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

IsCode returns true when this delete log allocation config not found response a status code equal to that given

func (*DeleteLogAllocationConfigNotFound) IsRedirect

func (o *DeleteLogAllocationConfigNotFound) IsRedirect() bool

IsRedirect returns true when this delete log allocation config not found response has a 3xx status code

func (*DeleteLogAllocationConfigNotFound) IsServerError

func (o *DeleteLogAllocationConfigNotFound) IsServerError() bool

IsServerError returns true when this delete log allocation config not found response has a 5xx status code

func (*DeleteLogAllocationConfigNotFound) IsSuccess

func (o *DeleteLogAllocationConfigNotFound) IsSuccess() bool

IsSuccess returns true when this delete log allocation config not found response has a 2xx status code

func (*DeleteLogAllocationConfigNotFound) String

type DeleteLogAllocationConfigOK

type DeleteLogAllocationConfigOK struct {
	Payload models.ConfigunstableDeleteLogAllocationConfigResponse
}

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

A successful response.

func NewDeleteLogAllocationConfigOK

func NewDeleteLogAllocationConfigOK() *DeleteLogAllocationConfigOK

NewDeleteLogAllocationConfigOK creates a DeleteLogAllocationConfigOK with default headers values

func (*DeleteLogAllocationConfigOK) Code

func (o *DeleteLogAllocationConfigOK) Code() int

Code gets the status code for the delete log allocation config o k response

func (*DeleteLogAllocationConfigOK) Error

func (*DeleteLogAllocationConfigOK) GetPayload

func (*DeleteLogAllocationConfigOK) IsClientError

func (o *DeleteLogAllocationConfigOK) IsClientError() bool

IsClientError returns true when this delete log allocation config o k response has a 4xx status code

func (*DeleteLogAllocationConfigOK) IsCode

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

IsCode returns true when this delete log allocation config o k response a status code equal to that given

func (*DeleteLogAllocationConfigOK) IsRedirect

func (o *DeleteLogAllocationConfigOK) IsRedirect() bool

IsRedirect returns true when this delete log allocation config o k response has a 3xx status code

func (*DeleteLogAllocationConfigOK) IsServerError

func (o *DeleteLogAllocationConfigOK) IsServerError() bool

IsServerError returns true when this delete log allocation config o k response has a 5xx status code

func (*DeleteLogAllocationConfigOK) IsSuccess

func (o *DeleteLogAllocationConfigOK) IsSuccess() bool

IsSuccess returns true when this delete log allocation config o k response has a 2xx status code

func (*DeleteLogAllocationConfigOK) String

func (o *DeleteLogAllocationConfigOK) String() string

type DeleteLogAllocationConfigParams

type DeleteLogAllocationConfigParams struct {

	// DryRun.
	DryRun *bool

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

DeleteLogAllocationConfigParams contains all the parameters to send to the API endpoint

for the delete log allocation config operation.

Typically these are written to a http.Request.

func NewDeleteLogAllocationConfigParams

func NewDeleteLogAllocationConfigParams() *DeleteLogAllocationConfigParams

NewDeleteLogAllocationConfigParams creates a new DeleteLogAllocationConfigParams 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 NewDeleteLogAllocationConfigParamsWithContext

func NewDeleteLogAllocationConfigParamsWithContext(ctx context.Context) *DeleteLogAllocationConfigParams

NewDeleteLogAllocationConfigParamsWithContext creates a new DeleteLogAllocationConfigParams object with the ability to set a context for a request.

func NewDeleteLogAllocationConfigParamsWithHTTPClient

func NewDeleteLogAllocationConfigParamsWithHTTPClient(client *http.Client) *DeleteLogAllocationConfigParams

NewDeleteLogAllocationConfigParamsWithHTTPClient creates a new DeleteLogAllocationConfigParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteLogAllocationConfigParamsWithTimeout

func NewDeleteLogAllocationConfigParamsWithTimeout(timeout time.Duration) *DeleteLogAllocationConfigParams

NewDeleteLogAllocationConfigParamsWithTimeout creates a new DeleteLogAllocationConfigParams object with the ability to set a timeout on a request.

func (*DeleteLogAllocationConfigParams) SetContext

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

SetContext adds the context to the delete log allocation config params

func (*DeleteLogAllocationConfigParams) SetDefaults

func (o *DeleteLogAllocationConfigParams) SetDefaults()

SetDefaults hydrates default values in the delete log allocation config params (not the query body).

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

func (*DeleteLogAllocationConfigParams) SetDryRun

func (o *DeleteLogAllocationConfigParams) SetDryRun(dryRun *bool)

SetDryRun adds the dryRun to the delete log allocation config params

func (*DeleteLogAllocationConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete log allocation config params

func (*DeleteLogAllocationConfigParams) SetTimeout

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

SetTimeout adds the timeout to the delete log allocation config params

func (*DeleteLogAllocationConfigParams) WithContext

WithContext adds the context to the delete log allocation config params

func (*DeleteLogAllocationConfigParams) WithDefaults

WithDefaults hydrates default values in the delete log allocation config params (not the query body).

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

func (*DeleteLogAllocationConfigParams) WithDryRun

WithDryRun adds the dryRun to the delete log allocation config params

func (*DeleteLogAllocationConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete log allocation config params

func (*DeleteLogAllocationConfigParams) WithTimeout

WithTimeout adds the timeout to the delete log allocation config params

func (*DeleteLogAllocationConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteLogAllocationConfigReader

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

DeleteLogAllocationConfigReader is a Reader for the DeleteLogAllocationConfig structure.

func (*DeleteLogAllocationConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReadLogAllocationConfigDefault

type ReadLogAllocationConfigDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

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

An undefined error response.

func NewReadLogAllocationConfigDefault

func NewReadLogAllocationConfigDefault(code int) *ReadLogAllocationConfigDefault

NewReadLogAllocationConfigDefault creates a ReadLogAllocationConfigDefault with default headers values

func (*ReadLogAllocationConfigDefault) Code

Code gets the status code for the read log allocation config default response

func (*ReadLogAllocationConfigDefault) Error

func (*ReadLogAllocationConfigDefault) GetPayload

func (*ReadLogAllocationConfigDefault) IsClientError

func (o *ReadLogAllocationConfigDefault) IsClientError() bool

IsClientError returns true when this read log allocation config default response has a 4xx status code

func (*ReadLogAllocationConfigDefault) IsCode

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

IsCode returns true when this read log allocation config default response a status code equal to that given

func (*ReadLogAllocationConfigDefault) IsRedirect

func (o *ReadLogAllocationConfigDefault) IsRedirect() bool

IsRedirect returns true when this read log allocation config default response has a 3xx status code

func (*ReadLogAllocationConfigDefault) IsServerError

func (o *ReadLogAllocationConfigDefault) IsServerError() bool

IsServerError returns true when this read log allocation config default response has a 5xx status code

func (*ReadLogAllocationConfigDefault) IsSuccess

func (o *ReadLogAllocationConfigDefault) IsSuccess() bool

IsSuccess returns true when this read log allocation config default response has a 2xx status code

func (*ReadLogAllocationConfigDefault) String

type ReadLogAllocationConfigInternalServerError

type ReadLogAllocationConfigInternalServerError struct {
	Payload *models.APIError
}

ReadLogAllocationConfigInternalServerError describes a response with status code 500, with default header values.

An unexpected error response.

func NewReadLogAllocationConfigInternalServerError

func NewReadLogAllocationConfigInternalServerError() *ReadLogAllocationConfigInternalServerError

NewReadLogAllocationConfigInternalServerError creates a ReadLogAllocationConfigInternalServerError with default headers values

func (*ReadLogAllocationConfigInternalServerError) Code

Code gets the status code for the read log allocation config internal server error response

func (*ReadLogAllocationConfigInternalServerError) Error

func (*ReadLogAllocationConfigInternalServerError) GetPayload

func (*ReadLogAllocationConfigInternalServerError) IsClientError

IsClientError returns true when this read log allocation config internal server error response has a 4xx status code

func (*ReadLogAllocationConfigInternalServerError) IsCode

IsCode returns true when this read log allocation config internal server error response a status code equal to that given

func (*ReadLogAllocationConfigInternalServerError) IsRedirect

IsRedirect returns true when this read log allocation config internal server error response has a 3xx status code

func (*ReadLogAllocationConfigInternalServerError) IsServerError

IsServerError returns true when this read log allocation config internal server error response has a 5xx status code

func (*ReadLogAllocationConfigInternalServerError) IsSuccess

IsSuccess returns true when this read log allocation config internal server error response has a 2xx status code

func (*ReadLogAllocationConfigInternalServerError) String

type ReadLogAllocationConfigNotFound

type ReadLogAllocationConfigNotFound struct {
	Payload *models.APIError
}

ReadLogAllocationConfigNotFound describes a response with status code 404, with default header values.

Cannot read the LogAllocationConfig because LogAllocationConfig has not been created.

func NewReadLogAllocationConfigNotFound

func NewReadLogAllocationConfigNotFound() *ReadLogAllocationConfigNotFound

NewReadLogAllocationConfigNotFound creates a ReadLogAllocationConfigNotFound with default headers values

func (*ReadLogAllocationConfigNotFound) Code

Code gets the status code for the read log allocation config not found response

func (*ReadLogAllocationConfigNotFound) Error

func (*ReadLogAllocationConfigNotFound) GetPayload

func (*ReadLogAllocationConfigNotFound) IsClientError

func (o *ReadLogAllocationConfigNotFound) IsClientError() bool

IsClientError returns true when this read log allocation config not found response has a 4xx status code

func (*ReadLogAllocationConfigNotFound) IsCode

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

IsCode returns true when this read log allocation config not found response a status code equal to that given

func (*ReadLogAllocationConfigNotFound) IsRedirect

func (o *ReadLogAllocationConfigNotFound) IsRedirect() bool

IsRedirect returns true when this read log allocation config not found response has a 3xx status code

func (*ReadLogAllocationConfigNotFound) IsServerError

func (o *ReadLogAllocationConfigNotFound) IsServerError() bool

IsServerError returns true when this read log allocation config not found response has a 5xx status code

func (*ReadLogAllocationConfigNotFound) IsSuccess

func (o *ReadLogAllocationConfigNotFound) IsSuccess() bool

IsSuccess returns true when this read log allocation config not found response has a 2xx status code

func (*ReadLogAllocationConfigNotFound) String

type ReadLogAllocationConfigOK

type ReadLogAllocationConfigOK struct {
	Payload *models.ConfigunstableReadLogAllocationConfigResponse
}

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

A successful response.

func NewReadLogAllocationConfigOK

func NewReadLogAllocationConfigOK() *ReadLogAllocationConfigOK

NewReadLogAllocationConfigOK creates a ReadLogAllocationConfigOK with default headers values

func (*ReadLogAllocationConfigOK) Code

func (o *ReadLogAllocationConfigOK) Code() int

Code gets the status code for the read log allocation config o k response

func (*ReadLogAllocationConfigOK) Error

func (o *ReadLogAllocationConfigOK) Error() string

func (*ReadLogAllocationConfigOK) GetPayload

func (*ReadLogAllocationConfigOK) IsClientError

func (o *ReadLogAllocationConfigOK) IsClientError() bool

IsClientError returns true when this read log allocation config o k response has a 4xx status code

func (*ReadLogAllocationConfigOK) IsCode

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

IsCode returns true when this read log allocation config o k response a status code equal to that given

func (*ReadLogAllocationConfigOK) IsRedirect

func (o *ReadLogAllocationConfigOK) IsRedirect() bool

IsRedirect returns true when this read log allocation config o k response has a 3xx status code

func (*ReadLogAllocationConfigOK) IsServerError

func (o *ReadLogAllocationConfigOK) IsServerError() bool

IsServerError returns true when this read log allocation config o k response has a 5xx status code

func (*ReadLogAllocationConfigOK) IsSuccess

func (o *ReadLogAllocationConfigOK) IsSuccess() bool

IsSuccess returns true when this read log allocation config o k response has a 2xx status code

func (*ReadLogAllocationConfigOK) String

func (o *ReadLogAllocationConfigOK) String() string

type ReadLogAllocationConfigParams

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

ReadLogAllocationConfigParams contains all the parameters to send to the API endpoint

for the read log allocation config operation.

Typically these are written to a http.Request.

func NewReadLogAllocationConfigParams

func NewReadLogAllocationConfigParams() *ReadLogAllocationConfigParams

NewReadLogAllocationConfigParams creates a new ReadLogAllocationConfigParams 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 NewReadLogAllocationConfigParamsWithContext

func NewReadLogAllocationConfigParamsWithContext(ctx context.Context) *ReadLogAllocationConfigParams

NewReadLogAllocationConfigParamsWithContext creates a new ReadLogAllocationConfigParams object with the ability to set a context for a request.

func NewReadLogAllocationConfigParamsWithHTTPClient

func NewReadLogAllocationConfigParamsWithHTTPClient(client *http.Client) *ReadLogAllocationConfigParams

NewReadLogAllocationConfigParamsWithHTTPClient creates a new ReadLogAllocationConfigParams object with the ability to set a custom HTTPClient for a request.

func NewReadLogAllocationConfigParamsWithTimeout

func NewReadLogAllocationConfigParamsWithTimeout(timeout time.Duration) *ReadLogAllocationConfigParams

NewReadLogAllocationConfigParamsWithTimeout creates a new ReadLogAllocationConfigParams object with the ability to set a timeout on a request.

func (*ReadLogAllocationConfigParams) SetContext

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

SetContext adds the context to the read log allocation config params

func (*ReadLogAllocationConfigParams) SetDefaults

func (o *ReadLogAllocationConfigParams) SetDefaults()

SetDefaults hydrates default values in the read log allocation config params (not the query body).

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

func (*ReadLogAllocationConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the read log allocation config params

func (*ReadLogAllocationConfigParams) SetTimeout

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

SetTimeout adds the timeout to the read log allocation config params

func (*ReadLogAllocationConfigParams) WithContext

WithContext adds the context to the read log allocation config params

func (*ReadLogAllocationConfigParams) WithDefaults

WithDefaults hydrates default values in the read log allocation config params (not the query body).

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

func (*ReadLogAllocationConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the read log allocation config params

func (*ReadLogAllocationConfigParams) WithTimeout

WithTimeout adds the timeout to the read log allocation config params

func (*ReadLogAllocationConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReadLogAllocationConfigReader

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

ReadLogAllocationConfigReader is a Reader for the ReadLogAllocationConfig structure.

func (*ReadLogAllocationConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateLogAllocationConfigBadRequest

type UpdateLogAllocationConfigBadRequest struct {
	Payload *models.APIError
}

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

Cannot update the LogAllocationConfig because the request is invalid.

func NewUpdateLogAllocationConfigBadRequest

func NewUpdateLogAllocationConfigBadRequest() *UpdateLogAllocationConfigBadRequest

NewUpdateLogAllocationConfigBadRequest creates a UpdateLogAllocationConfigBadRequest with default headers values

func (*UpdateLogAllocationConfigBadRequest) Code

Code gets the status code for the update log allocation config bad request response

func (*UpdateLogAllocationConfigBadRequest) Error

func (*UpdateLogAllocationConfigBadRequest) GetPayload

func (*UpdateLogAllocationConfigBadRequest) IsClientError

func (o *UpdateLogAllocationConfigBadRequest) IsClientError() bool

IsClientError returns true when this update log allocation config bad request response has a 4xx status code

func (*UpdateLogAllocationConfigBadRequest) IsCode

IsCode returns true when this update log allocation config bad request response a status code equal to that given

func (*UpdateLogAllocationConfigBadRequest) IsRedirect

func (o *UpdateLogAllocationConfigBadRequest) IsRedirect() bool

IsRedirect returns true when this update log allocation config bad request response has a 3xx status code

func (*UpdateLogAllocationConfigBadRequest) IsServerError

func (o *UpdateLogAllocationConfigBadRequest) IsServerError() bool

IsServerError returns true when this update log allocation config bad request response has a 5xx status code

func (*UpdateLogAllocationConfigBadRequest) IsSuccess

IsSuccess returns true when this update log allocation config bad request response has a 2xx status code

func (*UpdateLogAllocationConfigBadRequest) String

type UpdateLogAllocationConfigDefault

type UpdateLogAllocationConfigDefault struct {
	Payload models.GenericError
	// contains filtered or unexported fields
}

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

An undefined error response.

func NewUpdateLogAllocationConfigDefault

func NewUpdateLogAllocationConfigDefault(code int) *UpdateLogAllocationConfigDefault

NewUpdateLogAllocationConfigDefault creates a UpdateLogAllocationConfigDefault with default headers values

func (*UpdateLogAllocationConfigDefault) Code

Code gets the status code for the update log allocation config default response

func (*UpdateLogAllocationConfigDefault) Error

func (*UpdateLogAllocationConfigDefault) GetPayload

func (*UpdateLogAllocationConfigDefault) IsClientError

func (o *UpdateLogAllocationConfigDefault) IsClientError() bool

IsClientError returns true when this update log allocation config default response has a 4xx status code

func (*UpdateLogAllocationConfigDefault) IsCode

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

IsCode returns true when this update log allocation config default response a status code equal to that given

func (*UpdateLogAllocationConfigDefault) IsRedirect

func (o *UpdateLogAllocationConfigDefault) IsRedirect() bool

IsRedirect returns true when this update log allocation config default response has a 3xx status code

func (*UpdateLogAllocationConfigDefault) IsServerError

func (o *UpdateLogAllocationConfigDefault) IsServerError() bool

IsServerError returns true when this update log allocation config default response has a 5xx status code

func (*UpdateLogAllocationConfigDefault) IsSuccess

func (o *UpdateLogAllocationConfigDefault) IsSuccess() bool

IsSuccess returns true when this update log allocation config default response has a 2xx status code

func (*UpdateLogAllocationConfigDefault) String

type UpdateLogAllocationConfigInternalServerError

type UpdateLogAllocationConfigInternalServerError struct {
	Payload *models.APIError
}

UpdateLogAllocationConfigInternalServerError describes a response with status code 500, with default header values.

An unexpected error response.

func NewUpdateLogAllocationConfigInternalServerError

func NewUpdateLogAllocationConfigInternalServerError() *UpdateLogAllocationConfigInternalServerError

NewUpdateLogAllocationConfigInternalServerError creates a UpdateLogAllocationConfigInternalServerError with default headers values

func (*UpdateLogAllocationConfigInternalServerError) Code

Code gets the status code for the update log allocation config internal server error response

func (*UpdateLogAllocationConfigInternalServerError) Error

func (*UpdateLogAllocationConfigInternalServerError) GetPayload

func (*UpdateLogAllocationConfigInternalServerError) IsClientError

IsClientError returns true when this update log allocation config internal server error response has a 4xx status code

func (*UpdateLogAllocationConfigInternalServerError) IsCode

IsCode returns true when this update log allocation config internal server error response a status code equal to that given

func (*UpdateLogAllocationConfigInternalServerError) IsRedirect

IsRedirect returns true when this update log allocation config internal server error response has a 3xx status code

func (*UpdateLogAllocationConfigInternalServerError) IsServerError

IsServerError returns true when this update log allocation config internal server error response has a 5xx status code

func (*UpdateLogAllocationConfigInternalServerError) IsSuccess

IsSuccess returns true when this update log allocation config internal server error response has a 2xx status code

func (*UpdateLogAllocationConfigInternalServerError) String

type UpdateLogAllocationConfigNotFound

type UpdateLogAllocationConfigNotFound struct {
	Payload *models.APIError
}

UpdateLogAllocationConfigNotFound describes a response with status code 404, with default header values.

Cannot update the LogAllocationConfig because LogAllocationConfig has not been created.

func NewUpdateLogAllocationConfigNotFound

func NewUpdateLogAllocationConfigNotFound() *UpdateLogAllocationConfigNotFound

NewUpdateLogAllocationConfigNotFound creates a UpdateLogAllocationConfigNotFound with default headers values

func (*UpdateLogAllocationConfigNotFound) Code

Code gets the status code for the update log allocation config not found response

func (*UpdateLogAllocationConfigNotFound) Error

func (*UpdateLogAllocationConfigNotFound) GetPayload

func (*UpdateLogAllocationConfigNotFound) IsClientError

func (o *UpdateLogAllocationConfigNotFound) IsClientError() bool

IsClientError returns true when this update log allocation config not found response has a 4xx status code

func (*UpdateLogAllocationConfigNotFound) IsCode

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

IsCode returns true when this update log allocation config not found response a status code equal to that given

func (*UpdateLogAllocationConfigNotFound) IsRedirect

func (o *UpdateLogAllocationConfigNotFound) IsRedirect() bool

IsRedirect returns true when this update log allocation config not found response has a 3xx status code

func (*UpdateLogAllocationConfigNotFound) IsServerError

func (o *UpdateLogAllocationConfigNotFound) IsServerError() bool

IsServerError returns true when this update log allocation config not found response has a 5xx status code

func (*UpdateLogAllocationConfigNotFound) IsSuccess

func (o *UpdateLogAllocationConfigNotFound) IsSuccess() bool

IsSuccess returns true when this update log allocation config not found response has a 2xx status code

func (*UpdateLogAllocationConfigNotFound) String

type UpdateLogAllocationConfigOK

type UpdateLogAllocationConfigOK struct {
	Payload *models.ConfigunstableUpdateLogAllocationConfigResponse
}

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

A successful response containing the updated LogAllocationConfig.

func NewUpdateLogAllocationConfigOK

func NewUpdateLogAllocationConfigOK() *UpdateLogAllocationConfigOK

NewUpdateLogAllocationConfigOK creates a UpdateLogAllocationConfigOK with default headers values

func (*UpdateLogAllocationConfigOK) Code

func (o *UpdateLogAllocationConfigOK) Code() int

Code gets the status code for the update log allocation config o k response

func (*UpdateLogAllocationConfigOK) Error

func (*UpdateLogAllocationConfigOK) GetPayload

func (*UpdateLogAllocationConfigOK) IsClientError

func (o *UpdateLogAllocationConfigOK) IsClientError() bool

IsClientError returns true when this update log allocation config o k response has a 4xx status code

func (*UpdateLogAllocationConfigOK) IsCode

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

IsCode returns true when this update log allocation config o k response a status code equal to that given

func (*UpdateLogAllocationConfigOK) IsRedirect

func (o *UpdateLogAllocationConfigOK) IsRedirect() bool

IsRedirect returns true when this update log allocation config o k response has a 3xx status code

func (*UpdateLogAllocationConfigOK) IsServerError

func (o *UpdateLogAllocationConfigOK) IsServerError() bool

IsServerError returns true when this update log allocation config o k response has a 5xx status code

func (*UpdateLogAllocationConfigOK) IsSuccess

func (o *UpdateLogAllocationConfigOK) IsSuccess() bool

IsSuccess returns true when this update log allocation config o k response has a 2xx status code

func (*UpdateLogAllocationConfigOK) String

func (o *UpdateLogAllocationConfigOK) String() string

type UpdateLogAllocationConfigParams

type UpdateLogAllocationConfigParams struct {

	// Body.
	Body *models.ConfigunstableUpdateLogAllocationConfigRequest

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

UpdateLogAllocationConfigParams contains all the parameters to send to the API endpoint

for the update log allocation config operation.

Typically these are written to a http.Request.

func NewUpdateLogAllocationConfigParams

func NewUpdateLogAllocationConfigParams() *UpdateLogAllocationConfigParams

NewUpdateLogAllocationConfigParams creates a new UpdateLogAllocationConfigParams 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 NewUpdateLogAllocationConfigParamsWithContext

func NewUpdateLogAllocationConfigParamsWithContext(ctx context.Context) *UpdateLogAllocationConfigParams

NewUpdateLogAllocationConfigParamsWithContext creates a new UpdateLogAllocationConfigParams object with the ability to set a context for a request.

func NewUpdateLogAllocationConfigParamsWithHTTPClient

func NewUpdateLogAllocationConfigParamsWithHTTPClient(client *http.Client) *UpdateLogAllocationConfigParams

NewUpdateLogAllocationConfigParamsWithHTTPClient creates a new UpdateLogAllocationConfigParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateLogAllocationConfigParamsWithTimeout

func NewUpdateLogAllocationConfigParamsWithTimeout(timeout time.Duration) *UpdateLogAllocationConfigParams

NewUpdateLogAllocationConfigParamsWithTimeout creates a new UpdateLogAllocationConfigParams object with the ability to set a timeout on a request.

func (*UpdateLogAllocationConfigParams) SetBody

SetBody adds the body to the update log allocation config params

func (*UpdateLogAllocationConfigParams) SetContext

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

SetContext adds the context to the update log allocation config params

func (*UpdateLogAllocationConfigParams) SetDefaults

func (o *UpdateLogAllocationConfigParams) SetDefaults()

SetDefaults hydrates default values in the update log allocation config params (not the query body).

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

func (*UpdateLogAllocationConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update log allocation config params

func (*UpdateLogAllocationConfigParams) SetTimeout

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

SetTimeout adds the timeout to the update log allocation config params

func (*UpdateLogAllocationConfigParams) WithBody

WithBody adds the body to the update log allocation config params

func (*UpdateLogAllocationConfigParams) WithContext

WithContext adds the context to the update log allocation config params

func (*UpdateLogAllocationConfigParams) WithDefaults

WithDefaults hydrates default values in the update log allocation config params (not the query body).

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

func (*UpdateLogAllocationConfigParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update log allocation config params

func (*UpdateLogAllocationConfigParams) WithTimeout

WithTimeout adds the timeout to the update log allocation config params

func (*UpdateLogAllocationConfigParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateLogAllocationConfigReader

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

UpdateLogAllocationConfigReader is a Reader for the UpdateLogAllocationConfig structure.

func (*UpdateLogAllocationConfigReader) ReadResponse

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