acl_runtime

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: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddPayloadRuntimeACLBadRequest

type AddPayloadRuntimeACLBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Bad request

func NewAddPayloadRuntimeACLBadRequest

func NewAddPayloadRuntimeACLBadRequest() *AddPayloadRuntimeACLBadRequest

NewAddPayloadRuntimeACLBadRequest creates a AddPayloadRuntimeACLBadRequest with default headers values

func (*AddPayloadRuntimeACLBadRequest) Code added in v1.1.5

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

func (*AddPayloadRuntimeACLBadRequest) Error

func (*AddPayloadRuntimeACLBadRequest) GetPayload

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

func (*AddPayloadRuntimeACLBadRequest) IsClientError added in v1.1.0

func (o *AddPayloadRuntimeACLBadRequest) IsClientError() bool

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

func (*AddPayloadRuntimeACLBadRequest) IsCode added in v1.1.0

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

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

func (*AddPayloadRuntimeACLBadRequest) IsRedirect added in v1.1.0

func (o *AddPayloadRuntimeACLBadRequest) IsRedirect() bool

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

func (*AddPayloadRuntimeACLBadRequest) IsServerError added in v1.1.0

func (o *AddPayloadRuntimeACLBadRequest) IsServerError() bool

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

func (*AddPayloadRuntimeACLBadRequest) IsSuccess added in v1.1.0

func (o *AddPayloadRuntimeACLBadRequest) IsSuccess() bool

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

func (*AddPayloadRuntimeACLBadRequest) String added in v1.1.0

type AddPayloadRuntimeACLCreated

type AddPayloadRuntimeACLCreated struct {
	Payload models.ACLFilesEntries
}

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

ACL payload added

func NewAddPayloadRuntimeACLCreated

func NewAddPayloadRuntimeACLCreated() *AddPayloadRuntimeACLCreated

NewAddPayloadRuntimeACLCreated creates a AddPayloadRuntimeACLCreated with default headers values

func (*AddPayloadRuntimeACLCreated) Code added in v1.1.5

func (o *AddPayloadRuntimeACLCreated) Code() int

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

func (*AddPayloadRuntimeACLCreated) Error

func (*AddPayloadRuntimeACLCreated) GetPayload

func (*AddPayloadRuntimeACLCreated) IsClientError added in v1.1.0

func (o *AddPayloadRuntimeACLCreated) IsClientError() bool

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

func (*AddPayloadRuntimeACLCreated) IsCode added in v1.1.0

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

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

func (*AddPayloadRuntimeACLCreated) IsRedirect added in v1.1.0

func (o *AddPayloadRuntimeACLCreated) IsRedirect() bool

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

func (*AddPayloadRuntimeACLCreated) IsServerError added in v1.1.0

func (o *AddPayloadRuntimeACLCreated) IsServerError() bool

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

func (*AddPayloadRuntimeACLCreated) IsSuccess added in v1.1.0

func (o *AddPayloadRuntimeACLCreated) IsSuccess() bool

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

func (*AddPayloadRuntimeACLCreated) String added in v1.1.0

func (o *AddPayloadRuntimeACLCreated) String() string

type AddPayloadRuntimeACLDefault

type AddPayloadRuntimeACLDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewAddPayloadRuntimeACLDefault

func NewAddPayloadRuntimeACLDefault(code int) *AddPayloadRuntimeACLDefault

NewAddPayloadRuntimeACLDefault creates a AddPayloadRuntimeACLDefault with default headers values

func (*AddPayloadRuntimeACLDefault) Code

func (o *AddPayloadRuntimeACLDefault) Code() int

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

func (*AddPayloadRuntimeACLDefault) Error

func (*AddPayloadRuntimeACLDefault) GetPayload

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

func (*AddPayloadRuntimeACLDefault) IsClientError added in v1.1.0

func (o *AddPayloadRuntimeACLDefault) IsClientError() bool

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

func (*AddPayloadRuntimeACLDefault) IsCode added in v1.1.0

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

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

func (*AddPayloadRuntimeACLDefault) IsRedirect added in v1.1.0

func (o *AddPayloadRuntimeACLDefault) IsRedirect() bool

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

func (*AddPayloadRuntimeACLDefault) IsServerError added in v1.1.0

func (o *AddPayloadRuntimeACLDefault) IsServerError() bool

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

func (*AddPayloadRuntimeACLDefault) IsSuccess added in v1.1.0

func (o *AddPayloadRuntimeACLDefault) IsSuccess() bool

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

func (*AddPayloadRuntimeACLDefault) String added in v1.1.0

func (o *AddPayloadRuntimeACLDefault) String() string

type AddPayloadRuntimeACLParams

type AddPayloadRuntimeACLParams struct {

	/* ACLID.

	   ACL ID
	*/
	ACLID string

	// Data.
	Data models.ACLFilesEntries

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

AddPayloadRuntimeACLParams contains all the parameters to send to the API endpoint

for the add payload runtime ACL operation.

Typically these are written to a http.Request.

func NewAddPayloadRuntimeACLParams

func NewAddPayloadRuntimeACLParams() *AddPayloadRuntimeACLParams

NewAddPayloadRuntimeACLParams creates a new AddPayloadRuntimeACLParams 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 NewAddPayloadRuntimeACLParamsWithContext

func NewAddPayloadRuntimeACLParamsWithContext(ctx context.Context) *AddPayloadRuntimeACLParams

NewAddPayloadRuntimeACLParamsWithContext creates a new AddPayloadRuntimeACLParams object with the ability to set a context for a request.

func NewAddPayloadRuntimeACLParamsWithHTTPClient

func NewAddPayloadRuntimeACLParamsWithHTTPClient(client *http.Client) *AddPayloadRuntimeACLParams

NewAddPayloadRuntimeACLParamsWithHTTPClient creates a new AddPayloadRuntimeACLParams object with the ability to set a custom HTTPClient for a request.

func NewAddPayloadRuntimeACLParamsWithTimeout

func NewAddPayloadRuntimeACLParamsWithTimeout(timeout time.Duration) *AddPayloadRuntimeACLParams

NewAddPayloadRuntimeACLParamsWithTimeout creates a new AddPayloadRuntimeACLParams object with the ability to set a timeout on a request.

func (*AddPayloadRuntimeACLParams) SetACLID

func (o *AddPayloadRuntimeACLParams) SetACLID(aCLID string)

SetACLID adds the aclId to the add payload runtime ACL params

func (*AddPayloadRuntimeACLParams) SetContext

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

SetContext adds the context to the add payload runtime ACL params

func (*AddPayloadRuntimeACLParams) SetData

SetData adds the data to the add payload runtime ACL params

func (*AddPayloadRuntimeACLParams) SetDefaults

func (o *AddPayloadRuntimeACLParams) SetDefaults()

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

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

func (*AddPayloadRuntimeACLParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add payload runtime ACL params

func (*AddPayloadRuntimeACLParams) SetTimeout

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

SetTimeout adds the timeout to the add payload runtime ACL params

func (*AddPayloadRuntimeACLParams) WithACLID

WithACLID adds the aCLID to the add payload runtime ACL params

func (*AddPayloadRuntimeACLParams) WithContext

WithContext adds the context to the add payload runtime ACL params

func (*AddPayloadRuntimeACLParams) WithData

WithData adds the data to the add payload runtime ACL params

func (*AddPayloadRuntimeACLParams) WithDefaults

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

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

func (*AddPayloadRuntimeACLParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the add payload runtime ACL params

func (*AddPayloadRuntimeACLParams) WithTimeout

WithTimeout adds the timeout to the add payload runtime ACL params

func (*AddPayloadRuntimeACLParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddPayloadRuntimeACLReader

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

AddPayloadRuntimeACLReader is a Reader for the AddPayloadRuntimeACL structure.

func (*AddPayloadRuntimeACLReader) ReadResponse

func (o *AddPayloadRuntimeACLReader) 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 acl runtime API

func (*Client) AddPayloadRuntimeACL

func (a *Client) AddPayloadRuntimeACL(params *AddPayloadRuntimeACLParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*AddPayloadRuntimeACLCreated, error)

AddPayloadRuntimeACL adds a new ACL payload

Adds a new ACL payload.

func (*Client) DeleteServicesHaproxyRuntimeACLFileEntriesID

DeleteServicesHaproxyRuntimeACLFileEntriesID deletes an ACL entry

Deletes the entry from the ACL by its value using the runtime socket.

func (*Client) GetServicesHaproxyRuntimeACLFileEntries

GetServicesHaproxyRuntimeACLFileEntries returns an ACL entries

Returns an ACL runtime setting using the runtime socket.

func (*Client) GetServicesHaproxyRuntimeACLFileEntriesID

GetServicesHaproxyRuntimeACLFileEntriesID returns an ACL entry

Returns the ACL entry by its ID using the runtime socket.

func (*Client) GetServicesHaproxyRuntimeAcls

func (a *Client) GetServicesHaproxyRuntimeAcls(params *GetServicesHaproxyRuntimeAclsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetServicesHaproxyRuntimeAclsOK, error)

GetServicesHaproxyRuntimeAcls returns an array of all ACL files

Returns all ACL files using the runtime socket.

func (*Client) GetServicesHaproxyRuntimeAclsID

func (a *Client) GetServicesHaproxyRuntimeAclsID(params *GetServicesHaproxyRuntimeAclsIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetServicesHaproxyRuntimeAclsIDOK, error)

GetServicesHaproxyRuntimeAclsID returns an ACL file

Returns an ACL file by id using the runtime socket.

func (*Client) PostServicesHaproxyRuntimeACLFileEntries

PostServicesHaproxyRuntimeACLFileEntries adds entry to an ACL file

Adds an entry into the ACL file using the runtime socket.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new acl runtime API client.

type DeleteServicesHaproxyRuntimeACLFileEntriesIDBadRequest

type DeleteServicesHaproxyRuntimeACLFileEntriesIDBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Bad request

func NewDeleteServicesHaproxyRuntimeACLFileEntriesIDBadRequest

func NewDeleteServicesHaproxyRuntimeACLFileEntriesIDBadRequest() *DeleteServicesHaproxyRuntimeACLFileEntriesIDBadRequest

NewDeleteServicesHaproxyRuntimeACLFileEntriesIDBadRequest creates a DeleteServicesHaproxyRuntimeACLFileEntriesIDBadRequest with default headers values

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDBadRequest) Code added in v1.1.5

Code gets the status code for the delete services haproxy runtime Acl file entries Id bad request response

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDBadRequest) Error

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDBadRequest) GetPayload

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDBadRequest) IsClientError added in v1.1.0

IsClientError returns true when this delete services haproxy runtime Acl file entries Id bad request response has a 4xx status code

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDBadRequest) IsCode added in v1.1.0

IsCode returns true when this delete services haproxy runtime Acl file entries Id bad request response a status code equal to that given

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDBadRequest) IsRedirect added in v1.1.0

IsRedirect returns true when this delete services haproxy runtime Acl file entries Id bad request response has a 3xx status code

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDBadRequest) IsServerError added in v1.1.0

IsServerError returns true when this delete services haproxy runtime Acl file entries Id bad request response has a 5xx status code

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDBadRequest) IsSuccess added in v1.1.0

IsSuccess returns true when this delete services haproxy runtime Acl file entries Id bad request response has a 2xx status code

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDBadRequest) String added in v1.1.0

type DeleteServicesHaproxyRuntimeACLFileEntriesIDDefault

type DeleteServicesHaproxyRuntimeACLFileEntriesIDDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewDeleteServicesHaproxyRuntimeACLFileEntriesIDDefault

func NewDeleteServicesHaproxyRuntimeACLFileEntriesIDDefault(code int) *DeleteServicesHaproxyRuntimeACLFileEntriesIDDefault

NewDeleteServicesHaproxyRuntimeACLFileEntriesIDDefault creates a DeleteServicesHaproxyRuntimeACLFileEntriesIDDefault with default headers values

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDDefault) Code

Code gets the status code for the delete services haproxy runtime ACL file entries ID default response

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDDefault) Error

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDDefault) GetPayload

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDDefault) IsClientError added in v1.1.0

IsClientError returns true when this delete services haproxy runtime ACL file entries ID default response has a 4xx status code

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDDefault) IsCode added in v1.1.0

IsCode returns true when this delete services haproxy runtime ACL file entries ID default response a status code equal to that given

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDDefault) IsRedirect added in v1.1.0

IsRedirect returns true when this delete services haproxy runtime ACL file entries ID default response has a 3xx status code

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDDefault) IsServerError added in v1.1.0

IsServerError returns true when this delete services haproxy runtime ACL file entries ID default response has a 5xx status code

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDDefault) IsSuccess added in v1.1.0

IsSuccess returns true when this delete services haproxy runtime ACL file entries ID default response has a 2xx status code

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDDefault) String added in v1.1.0

type DeleteServicesHaproxyRuntimeACLFileEntriesIDNoContent

type DeleteServicesHaproxyRuntimeACLFileEntriesIDNoContent struct {
}

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

Successful operation

func NewDeleteServicesHaproxyRuntimeACLFileEntriesIDNoContent

func NewDeleteServicesHaproxyRuntimeACLFileEntriesIDNoContent() *DeleteServicesHaproxyRuntimeACLFileEntriesIDNoContent

NewDeleteServicesHaproxyRuntimeACLFileEntriesIDNoContent creates a DeleteServicesHaproxyRuntimeACLFileEntriesIDNoContent with default headers values

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNoContent) Code added in v1.1.5

Code gets the status code for the delete services haproxy runtime Acl file entries Id no content response

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNoContent) Error

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNoContent) IsClientError added in v1.1.0

IsClientError returns true when this delete services haproxy runtime Acl file entries Id no content response has a 4xx status code

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNoContent) IsCode added in v1.1.0

IsCode returns true when this delete services haproxy runtime Acl file entries Id no content response a status code equal to that given

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNoContent) IsRedirect added in v1.1.0

IsRedirect returns true when this delete services haproxy runtime Acl file entries Id no content response has a 3xx status code

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNoContent) IsServerError added in v1.1.0

IsServerError returns true when this delete services haproxy runtime Acl file entries Id no content response has a 5xx status code

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNoContent) IsSuccess added in v1.1.0

IsSuccess returns true when this delete services haproxy runtime Acl file entries Id no content response has a 2xx status code

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNoContent) String added in v1.1.0

type DeleteServicesHaproxyRuntimeACLFileEntriesIDNotFound

type DeleteServicesHaproxyRuntimeACLFileEntriesIDNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewDeleteServicesHaproxyRuntimeACLFileEntriesIDNotFound

func NewDeleteServicesHaproxyRuntimeACLFileEntriesIDNotFound() *DeleteServicesHaproxyRuntimeACLFileEntriesIDNotFound

NewDeleteServicesHaproxyRuntimeACLFileEntriesIDNotFound creates a DeleteServicesHaproxyRuntimeACLFileEntriesIDNotFound with default headers values

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNotFound) Code added in v1.1.5

Code gets the status code for the delete services haproxy runtime Acl file entries Id not found response

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNotFound) Error

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNotFound) GetPayload

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNotFound) IsClientError added in v1.1.0

IsClientError returns true when this delete services haproxy runtime Acl file entries Id not found response has a 4xx status code

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNotFound) IsCode added in v1.1.0

IsCode returns true when this delete services haproxy runtime Acl file entries Id not found response a status code equal to that given

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNotFound) IsRedirect added in v1.1.0

IsRedirect returns true when this delete services haproxy runtime Acl file entries Id not found response has a 3xx status code

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNotFound) IsServerError added in v1.1.0

IsServerError returns true when this delete services haproxy runtime Acl file entries Id not found response has a 5xx status code

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNotFound) IsSuccess added in v1.1.0

IsSuccess returns true when this delete services haproxy runtime Acl file entries Id not found response has a 2xx status code

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDNotFound) String added in v1.1.0

type DeleteServicesHaproxyRuntimeACLFileEntriesIDParams

type DeleteServicesHaproxyRuntimeACLFileEntriesIDParams struct {

	/* ACLID.

	   ACL ID
	*/
	ACLID string

	/* ID.

	   File entry ID
	*/
	ID string

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

DeleteServicesHaproxyRuntimeACLFileEntriesIDParams contains all the parameters to send to the API endpoint

for the delete services haproxy runtime ACL file entries ID operation.

Typically these are written to a http.Request.

func NewDeleteServicesHaproxyRuntimeACLFileEntriesIDParams

func NewDeleteServicesHaproxyRuntimeACLFileEntriesIDParams() *DeleteServicesHaproxyRuntimeACLFileEntriesIDParams

NewDeleteServicesHaproxyRuntimeACLFileEntriesIDParams creates a new DeleteServicesHaproxyRuntimeACLFileEntriesIDParams 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 NewDeleteServicesHaproxyRuntimeACLFileEntriesIDParamsWithContext

func NewDeleteServicesHaproxyRuntimeACLFileEntriesIDParamsWithContext(ctx context.Context) *DeleteServicesHaproxyRuntimeACLFileEntriesIDParams

NewDeleteServicesHaproxyRuntimeACLFileEntriesIDParamsWithContext creates a new DeleteServicesHaproxyRuntimeACLFileEntriesIDParams object with the ability to set a context for a request.

func NewDeleteServicesHaproxyRuntimeACLFileEntriesIDParamsWithHTTPClient

func NewDeleteServicesHaproxyRuntimeACLFileEntriesIDParamsWithHTTPClient(client *http.Client) *DeleteServicesHaproxyRuntimeACLFileEntriesIDParams

NewDeleteServicesHaproxyRuntimeACLFileEntriesIDParamsWithHTTPClient creates a new DeleteServicesHaproxyRuntimeACLFileEntriesIDParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteServicesHaproxyRuntimeACLFileEntriesIDParamsWithTimeout

func NewDeleteServicesHaproxyRuntimeACLFileEntriesIDParamsWithTimeout(timeout time.Duration) *DeleteServicesHaproxyRuntimeACLFileEntriesIDParams

NewDeleteServicesHaproxyRuntimeACLFileEntriesIDParamsWithTimeout creates a new DeleteServicesHaproxyRuntimeACLFileEntriesIDParams object with the ability to set a timeout on a request.

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDParams) SetACLID

SetACLID adds the aclId to the delete services haproxy runtime ACL file entries ID params

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDParams) SetContext

SetContext adds the context to the delete services haproxy runtime ACL file entries ID params

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDParams) SetDefaults

SetDefaults hydrates default values in the delete services haproxy runtime ACL file entries ID params (not the query body).

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

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the delete services haproxy runtime ACL file entries ID params

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDParams) SetID

SetID adds the id to the delete services haproxy runtime ACL file entries ID params

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDParams) SetTimeout

SetTimeout adds the timeout to the delete services haproxy runtime ACL file entries ID params

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDParams) WithACLID

WithACLID adds the aCLID to the delete services haproxy runtime ACL file entries ID params

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDParams) WithContext

WithContext adds the context to the delete services haproxy runtime ACL file entries ID params

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDParams) WithDefaults

WithDefaults hydrates default values in the delete services haproxy runtime ACL file entries ID params (not the query body).

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

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete services haproxy runtime ACL file entries ID params

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDParams) WithID

WithID adds the id to the delete services haproxy runtime ACL file entries ID params

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDParams) WithTimeout

WithTimeout adds the timeout to the delete services haproxy runtime ACL file entries ID params

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteServicesHaproxyRuntimeACLFileEntriesIDReader

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

DeleteServicesHaproxyRuntimeACLFileEntriesIDReader is a Reader for the DeleteServicesHaproxyRuntimeACLFileEntriesID structure.

func (*DeleteServicesHaproxyRuntimeACLFileEntriesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetServicesHaproxyRuntimeACLFileEntriesBadRequest

type GetServicesHaproxyRuntimeACLFileEntriesBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Bad request

func NewGetServicesHaproxyRuntimeACLFileEntriesBadRequest

func NewGetServicesHaproxyRuntimeACLFileEntriesBadRequest() *GetServicesHaproxyRuntimeACLFileEntriesBadRequest

NewGetServicesHaproxyRuntimeACLFileEntriesBadRequest creates a GetServicesHaproxyRuntimeACLFileEntriesBadRequest with default headers values

func (*GetServicesHaproxyRuntimeACLFileEntriesBadRequest) Code added in v1.1.5

Code gets the status code for the get services haproxy runtime Acl file entries bad request response

func (*GetServicesHaproxyRuntimeACLFileEntriesBadRequest) Error

func (*GetServicesHaproxyRuntimeACLFileEntriesBadRequest) GetPayload

func (*GetServicesHaproxyRuntimeACLFileEntriesBadRequest) IsClientError added in v1.1.0

IsClientError returns true when this get services haproxy runtime Acl file entries bad request response has a 4xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesBadRequest) IsCode added in v1.1.0

IsCode returns true when this get services haproxy runtime Acl file entries bad request response a status code equal to that given

func (*GetServicesHaproxyRuntimeACLFileEntriesBadRequest) IsRedirect added in v1.1.0

IsRedirect returns true when this get services haproxy runtime Acl file entries bad request response has a 3xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesBadRequest) IsServerError added in v1.1.0

IsServerError returns true when this get services haproxy runtime Acl file entries bad request response has a 5xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesBadRequest) IsSuccess added in v1.1.0

IsSuccess returns true when this get services haproxy runtime Acl file entries bad request response has a 2xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesBadRequest) String added in v1.1.0

type GetServicesHaproxyRuntimeACLFileEntriesDefault

type GetServicesHaproxyRuntimeACLFileEntriesDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewGetServicesHaproxyRuntimeACLFileEntriesDefault

func NewGetServicesHaproxyRuntimeACLFileEntriesDefault(code int) *GetServicesHaproxyRuntimeACLFileEntriesDefault

NewGetServicesHaproxyRuntimeACLFileEntriesDefault creates a GetServicesHaproxyRuntimeACLFileEntriesDefault with default headers values

func (*GetServicesHaproxyRuntimeACLFileEntriesDefault) Code

Code gets the status code for the get services haproxy runtime ACL file entries default response

func (*GetServicesHaproxyRuntimeACLFileEntriesDefault) Error

func (*GetServicesHaproxyRuntimeACLFileEntriesDefault) GetPayload

func (*GetServicesHaproxyRuntimeACLFileEntriesDefault) IsClientError added in v1.1.0

IsClientError returns true when this get services haproxy runtime ACL file entries default response has a 4xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesDefault) IsCode added in v1.1.0

IsCode returns true when this get services haproxy runtime ACL file entries default response a status code equal to that given

func (*GetServicesHaproxyRuntimeACLFileEntriesDefault) IsRedirect added in v1.1.0

IsRedirect returns true when this get services haproxy runtime ACL file entries default response has a 3xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesDefault) IsServerError added in v1.1.0

IsServerError returns true when this get services haproxy runtime ACL file entries default response has a 5xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesDefault) IsSuccess added in v1.1.0

IsSuccess returns true when this get services haproxy runtime ACL file entries default response has a 2xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesDefault) String added in v1.1.0

type GetServicesHaproxyRuntimeACLFileEntriesIDBadRequest

type GetServicesHaproxyRuntimeACLFileEntriesIDBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Bad request

func NewGetServicesHaproxyRuntimeACLFileEntriesIDBadRequest

func NewGetServicesHaproxyRuntimeACLFileEntriesIDBadRequest() *GetServicesHaproxyRuntimeACLFileEntriesIDBadRequest

NewGetServicesHaproxyRuntimeACLFileEntriesIDBadRequest creates a GetServicesHaproxyRuntimeACLFileEntriesIDBadRequest with default headers values

func (*GetServicesHaproxyRuntimeACLFileEntriesIDBadRequest) Code added in v1.1.5

Code gets the status code for the get services haproxy runtime Acl file entries Id bad request response

func (*GetServicesHaproxyRuntimeACLFileEntriesIDBadRequest) Error

func (*GetServicesHaproxyRuntimeACLFileEntriesIDBadRequest) GetPayload

func (*GetServicesHaproxyRuntimeACLFileEntriesIDBadRequest) IsClientError added in v1.1.0

IsClientError returns true when this get services haproxy runtime Acl file entries Id bad request response has a 4xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesIDBadRequest) IsCode added in v1.1.0

IsCode returns true when this get services haproxy runtime Acl file entries Id bad request response a status code equal to that given

func (*GetServicesHaproxyRuntimeACLFileEntriesIDBadRequest) IsRedirect added in v1.1.0

IsRedirect returns true when this get services haproxy runtime Acl file entries Id bad request response has a 3xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesIDBadRequest) IsServerError added in v1.1.0

IsServerError returns true when this get services haproxy runtime Acl file entries Id bad request response has a 5xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesIDBadRequest) IsSuccess added in v1.1.0

IsSuccess returns true when this get services haproxy runtime Acl file entries Id bad request response has a 2xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesIDBadRequest) String added in v1.1.0

type GetServicesHaproxyRuntimeACLFileEntriesIDDefault

type GetServicesHaproxyRuntimeACLFileEntriesIDDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewGetServicesHaproxyRuntimeACLFileEntriesIDDefault

func NewGetServicesHaproxyRuntimeACLFileEntriesIDDefault(code int) *GetServicesHaproxyRuntimeACLFileEntriesIDDefault

NewGetServicesHaproxyRuntimeACLFileEntriesIDDefault creates a GetServicesHaproxyRuntimeACLFileEntriesIDDefault with default headers values

func (*GetServicesHaproxyRuntimeACLFileEntriesIDDefault) Code

Code gets the status code for the get services haproxy runtime ACL file entries ID default response

func (*GetServicesHaproxyRuntimeACLFileEntriesIDDefault) Error

func (*GetServicesHaproxyRuntimeACLFileEntriesIDDefault) GetPayload

func (*GetServicesHaproxyRuntimeACLFileEntriesIDDefault) IsClientError added in v1.1.0

IsClientError returns true when this get services haproxy runtime ACL file entries ID default response has a 4xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesIDDefault) IsCode added in v1.1.0

IsCode returns true when this get services haproxy runtime ACL file entries ID default response a status code equal to that given

func (*GetServicesHaproxyRuntimeACLFileEntriesIDDefault) IsRedirect added in v1.1.0

IsRedirect returns true when this get services haproxy runtime ACL file entries ID default response has a 3xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesIDDefault) IsServerError added in v1.1.0

IsServerError returns true when this get services haproxy runtime ACL file entries ID default response has a 5xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesIDDefault) IsSuccess added in v1.1.0

IsSuccess returns true when this get services haproxy runtime ACL file entries ID default response has a 2xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesIDDefault) String added in v1.1.0

type GetServicesHaproxyRuntimeACLFileEntriesIDNotFound

type GetServicesHaproxyRuntimeACLFileEntriesIDNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewGetServicesHaproxyRuntimeACLFileEntriesIDNotFound

func NewGetServicesHaproxyRuntimeACLFileEntriesIDNotFound() *GetServicesHaproxyRuntimeACLFileEntriesIDNotFound

NewGetServicesHaproxyRuntimeACLFileEntriesIDNotFound creates a GetServicesHaproxyRuntimeACLFileEntriesIDNotFound with default headers values

func (*GetServicesHaproxyRuntimeACLFileEntriesIDNotFound) Code added in v1.1.5

Code gets the status code for the get services haproxy runtime Acl file entries Id not found response

func (*GetServicesHaproxyRuntimeACLFileEntriesIDNotFound) Error

func (*GetServicesHaproxyRuntimeACLFileEntriesIDNotFound) GetPayload

func (*GetServicesHaproxyRuntimeACLFileEntriesIDNotFound) IsClientError added in v1.1.0

IsClientError returns true when this get services haproxy runtime Acl file entries Id not found response has a 4xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesIDNotFound) IsCode added in v1.1.0

IsCode returns true when this get services haproxy runtime Acl file entries Id not found response a status code equal to that given

func (*GetServicesHaproxyRuntimeACLFileEntriesIDNotFound) IsRedirect added in v1.1.0

IsRedirect returns true when this get services haproxy runtime Acl file entries Id not found response has a 3xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesIDNotFound) IsServerError added in v1.1.0

IsServerError returns true when this get services haproxy runtime Acl file entries Id not found response has a 5xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesIDNotFound) IsSuccess added in v1.1.0

IsSuccess returns true when this get services haproxy runtime Acl file entries Id not found response has a 2xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesIDNotFound) String added in v1.1.0

type GetServicesHaproxyRuntimeACLFileEntriesIDOK

type GetServicesHaproxyRuntimeACLFileEntriesIDOK struct {
	Payload *models.ACLFileEntry
}

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

Successful operation

func NewGetServicesHaproxyRuntimeACLFileEntriesIDOK

func NewGetServicesHaproxyRuntimeACLFileEntriesIDOK() *GetServicesHaproxyRuntimeACLFileEntriesIDOK

NewGetServicesHaproxyRuntimeACLFileEntriesIDOK creates a GetServicesHaproxyRuntimeACLFileEntriesIDOK with default headers values

func (*GetServicesHaproxyRuntimeACLFileEntriesIDOK) Code added in v1.1.5

Code gets the status code for the get services haproxy runtime Acl file entries Id o k response

func (*GetServicesHaproxyRuntimeACLFileEntriesIDOK) Error

func (*GetServicesHaproxyRuntimeACLFileEntriesIDOK) GetPayload

func (*GetServicesHaproxyRuntimeACLFileEntriesIDOK) IsClientError added in v1.1.0

IsClientError returns true when this get services haproxy runtime Acl file entries Id o k response has a 4xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesIDOK) IsCode added in v1.1.0

IsCode returns true when this get services haproxy runtime Acl file entries Id o k response a status code equal to that given

func (*GetServicesHaproxyRuntimeACLFileEntriesIDOK) IsRedirect added in v1.1.0

IsRedirect returns true when this get services haproxy runtime Acl file entries Id o k response has a 3xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesIDOK) IsServerError added in v1.1.0

IsServerError returns true when this get services haproxy runtime Acl file entries Id o k response has a 5xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesIDOK) IsSuccess added in v1.1.0

IsSuccess returns true when this get services haproxy runtime Acl file entries Id o k response has a 2xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesIDOK) String added in v1.1.0

type GetServicesHaproxyRuntimeACLFileEntriesIDParams

type GetServicesHaproxyRuntimeACLFileEntriesIDParams struct {

	/* ACLID.

	   ACL ID
	*/
	ACLID string

	/* ID.

	   File entry ID
	*/
	ID string

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

GetServicesHaproxyRuntimeACLFileEntriesIDParams contains all the parameters to send to the API endpoint

for the get services haproxy runtime ACL file entries ID operation.

Typically these are written to a http.Request.

func NewGetServicesHaproxyRuntimeACLFileEntriesIDParams

func NewGetServicesHaproxyRuntimeACLFileEntriesIDParams() *GetServicesHaproxyRuntimeACLFileEntriesIDParams

NewGetServicesHaproxyRuntimeACLFileEntriesIDParams creates a new GetServicesHaproxyRuntimeACLFileEntriesIDParams 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 NewGetServicesHaproxyRuntimeACLFileEntriesIDParamsWithContext

func NewGetServicesHaproxyRuntimeACLFileEntriesIDParamsWithContext(ctx context.Context) *GetServicesHaproxyRuntimeACLFileEntriesIDParams

NewGetServicesHaproxyRuntimeACLFileEntriesIDParamsWithContext creates a new GetServicesHaproxyRuntimeACLFileEntriesIDParams object with the ability to set a context for a request.

func NewGetServicesHaproxyRuntimeACLFileEntriesIDParamsWithHTTPClient

func NewGetServicesHaproxyRuntimeACLFileEntriesIDParamsWithHTTPClient(client *http.Client) *GetServicesHaproxyRuntimeACLFileEntriesIDParams

NewGetServicesHaproxyRuntimeACLFileEntriesIDParamsWithHTTPClient creates a new GetServicesHaproxyRuntimeACLFileEntriesIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetServicesHaproxyRuntimeACLFileEntriesIDParamsWithTimeout

func NewGetServicesHaproxyRuntimeACLFileEntriesIDParamsWithTimeout(timeout time.Duration) *GetServicesHaproxyRuntimeACLFileEntriesIDParams

NewGetServicesHaproxyRuntimeACLFileEntriesIDParamsWithTimeout creates a new GetServicesHaproxyRuntimeACLFileEntriesIDParams object with the ability to set a timeout on a request.

func (*GetServicesHaproxyRuntimeACLFileEntriesIDParams) SetACLID

SetACLID adds the aclId to the get services haproxy runtime ACL file entries ID params

func (*GetServicesHaproxyRuntimeACLFileEntriesIDParams) SetContext

SetContext adds the context to the get services haproxy runtime ACL file entries ID params

func (*GetServicesHaproxyRuntimeACLFileEntriesIDParams) SetDefaults

SetDefaults hydrates default values in the get services haproxy runtime ACL file entries ID params (not the query body).

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

func (*GetServicesHaproxyRuntimeACLFileEntriesIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get services haproxy runtime ACL file entries ID params

func (*GetServicesHaproxyRuntimeACLFileEntriesIDParams) SetID

SetID adds the id to the get services haproxy runtime ACL file entries ID params

func (*GetServicesHaproxyRuntimeACLFileEntriesIDParams) SetTimeout

SetTimeout adds the timeout to the get services haproxy runtime ACL file entries ID params

func (*GetServicesHaproxyRuntimeACLFileEntriesIDParams) WithACLID

WithACLID adds the aCLID to the get services haproxy runtime ACL file entries ID params

func (*GetServicesHaproxyRuntimeACLFileEntriesIDParams) WithContext

WithContext adds the context to the get services haproxy runtime ACL file entries ID params

func (*GetServicesHaproxyRuntimeACLFileEntriesIDParams) WithDefaults

WithDefaults hydrates default values in the get services haproxy runtime ACL file entries ID params (not the query body).

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

func (*GetServicesHaproxyRuntimeACLFileEntriesIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get services haproxy runtime ACL file entries ID params

func (*GetServicesHaproxyRuntimeACLFileEntriesIDParams) WithID

WithID adds the id to the get services haproxy runtime ACL file entries ID params

func (*GetServicesHaproxyRuntimeACLFileEntriesIDParams) WithTimeout

WithTimeout adds the timeout to the get services haproxy runtime ACL file entries ID params

func (*GetServicesHaproxyRuntimeACLFileEntriesIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetServicesHaproxyRuntimeACLFileEntriesIDReader

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

GetServicesHaproxyRuntimeACLFileEntriesIDReader is a Reader for the GetServicesHaproxyRuntimeACLFileEntriesID structure.

func (*GetServicesHaproxyRuntimeACLFileEntriesIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetServicesHaproxyRuntimeACLFileEntriesNotFound

type GetServicesHaproxyRuntimeACLFileEntriesNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewGetServicesHaproxyRuntimeACLFileEntriesNotFound

func NewGetServicesHaproxyRuntimeACLFileEntriesNotFound() *GetServicesHaproxyRuntimeACLFileEntriesNotFound

NewGetServicesHaproxyRuntimeACLFileEntriesNotFound creates a GetServicesHaproxyRuntimeACLFileEntriesNotFound with default headers values

func (*GetServicesHaproxyRuntimeACLFileEntriesNotFound) Code added in v1.1.5

Code gets the status code for the get services haproxy runtime Acl file entries not found response

func (*GetServicesHaproxyRuntimeACLFileEntriesNotFound) Error

func (*GetServicesHaproxyRuntimeACLFileEntriesNotFound) GetPayload

func (*GetServicesHaproxyRuntimeACLFileEntriesNotFound) IsClientError added in v1.1.0

IsClientError returns true when this get services haproxy runtime Acl file entries not found response has a 4xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesNotFound) IsCode added in v1.1.0

IsCode returns true when this get services haproxy runtime Acl file entries not found response a status code equal to that given

func (*GetServicesHaproxyRuntimeACLFileEntriesNotFound) IsRedirect added in v1.1.0

IsRedirect returns true when this get services haproxy runtime Acl file entries not found response has a 3xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesNotFound) IsServerError added in v1.1.0

IsServerError returns true when this get services haproxy runtime Acl file entries not found response has a 5xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesNotFound) IsSuccess added in v1.1.0

IsSuccess returns true when this get services haproxy runtime Acl file entries not found response has a 2xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesNotFound) String added in v1.1.0

type GetServicesHaproxyRuntimeACLFileEntriesOK

type GetServicesHaproxyRuntimeACLFileEntriesOK struct {
	Payload models.ACLFilesEntries
}

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

Successful operation

func NewGetServicesHaproxyRuntimeACLFileEntriesOK

func NewGetServicesHaproxyRuntimeACLFileEntriesOK() *GetServicesHaproxyRuntimeACLFileEntriesOK

NewGetServicesHaproxyRuntimeACLFileEntriesOK creates a GetServicesHaproxyRuntimeACLFileEntriesOK with default headers values

func (*GetServicesHaproxyRuntimeACLFileEntriesOK) Code added in v1.1.5

Code gets the status code for the get services haproxy runtime Acl file entries o k response

func (*GetServicesHaproxyRuntimeACLFileEntriesOK) Error

func (*GetServicesHaproxyRuntimeACLFileEntriesOK) GetPayload

func (*GetServicesHaproxyRuntimeACLFileEntriesOK) IsClientError added in v1.1.0

IsClientError returns true when this get services haproxy runtime Acl file entries o k response has a 4xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesOK) IsCode added in v1.1.0

IsCode returns true when this get services haproxy runtime Acl file entries o k response a status code equal to that given

func (*GetServicesHaproxyRuntimeACLFileEntriesOK) IsRedirect added in v1.1.0

IsRedirect returns true when this get services haproxy runtime Acl file entries o k response has a 3xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesOK) IsServerError added in v1.1.0

IsServerError returns true when this get services haproxy runtime Acl file entries o k response has a 5xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesOK) IsSuccess added in v1.1.0

IsSuccess returns true when this get services haproxy runtime Acl file entries o k response has a 2xx status code

func (*GetServicesHaproxyRuntimeACLFileEntriesOK) String added in v1.1.0

type GetServicesHaproxyRuntimeACLFileEntriesParams

type GetServicesHaproxyRuntimeACLFileEntriesParams struct {

	/* ACLID.

	   ACL ID
	*/
	ACLID string

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

GetServicesHaproxyRuntimeACLFileEntriesParams contains all the parameters to send to the API endpoint

for the get services haproxy runtime ACL file entries operation.

Typically these are written to a http.Request.

func NewGetServicesHaproxyRuntimeACLFileEntriesParams

func NewGetServicesHaproxyRuntimeACLFileEntriesParams() *GetServicesHaproxyRuntimeACLFileEntriesParams

NewGetServicesHaproxyRuntimeACLFileEntriesParams creates a new GetServicesHaproxyRuntimeACLFileEntriesParams 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 NewGetServicesHaproxyRuntimeACLFileEntriesParamsWithContext

func NewGetServicesHaproxyRuntimeACLFileEntriesParamsWithContext(ctx context.Context) *GetServicesHaproxyRuntimeACLFileEntriesParams

NewGetServicesHaproxyRuntimeACLFileEntriesParamsWithContext creates a new GetServicesHaproxyRuntimeACLFileEntriesParams object with the ability to set a context for a request.

func NewGetServicesHaproxyRuntimeACLFileEntriesParamsWithHTTPClient

func NewGetServicesHaproxyRuntimeACLFileEntriesParamsWithHTTPClient(client *http.Client) *GetServicesHaproxyRuntimeACLFileEntriesParams

NewGetServicesHaproxyRuntimeACLFileEntriesParamsWithHTTPClient creates a new GetServicesHaproxyRuntimeACLFileEntriesParams object with the ability to set a custom HTTPClient for a request.

func NewGetServicesHaproxyRuntimeACLFileEntriesParamsWithTimeout

func NewGetServicesHaproxyRuntimeACLFileEntriesParamsWithTimeout(timeout time.Duration) *GetServicesHaproxyRuntimeACLFileEntriesParams

NewGetServicesHaproxyRuntimeACLFileEntriesParamsWithTimeout creates a new GetServicesHaproxyRuntimeACLFileEntriesParams object with the ability to set a timeout on a request.

func (*GetServicesHaproxyRuntimeACLFileEntriesParams) SetACLID

SetACLID adds the aclId to the get services haproxy runtime ACL file entries params

func (*GetServicesHaproxyRuntimeACLFileEntriesParams) SetContext

SetContext adds the context to the get services haproxy runtime ACL file entries params

func (*GetServicesHaproxyRuntimeACLFileEntriesParams) SetDefaults

SetDefaults hydrates default values in the get services haproxy runtime ACL file entries params (not the query body).

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

func (*GetServicesHaproxyRuntimeACLFileEntriesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get services haproxy runtime ACL file entries params

func (*GetServicesHaproxyRuntimeACLFileEntriesParams) SetTimeout

SetTimeout adds the timeout to the get services haproxy runtime ACL file entries params

func (*GetServicesHaproxyRuntimeACLFileEntriesParams) WithACLID

WithACLID adds the aCLID to the get services haproxy runtime ACL file entries params

func (*GetServicesHaproxyRuntimeACLFileEntriesParams) WithContext

WithContext adds the context to the get services haproxy runtime ACL file entries params

func (*GetServicesHaproxyRuntimeACLFileEntriesParams) WithDefaults

WithDefaults hydrates default values in the get services haproxy runtime ACL file entries params (not the query body).

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

func (*GetServicesHaproxyRuntimeACLFileEntriesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get services haproxy runtime ACL file entries params

func (*GetServicesHaproxyRuntimeACLFileEntriesParams) WithTimeout

WithTimeout adds the timeout to the get services haproxy runtime ACL file entries params

func (*GetServicesHaproxyRuntimeACLFileEntriesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetServicesHaproxyRuntimeACLFileEntriesReader

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

GetServicesHaproxyRuntimeACLFileEntriesReader is a Reader for the GetServicesHaproxyRuntimeACLFileEntries structure.

func (*GetServicesHaproxyRuntimeACLFileEntriesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetServicesHaproxyRuntimeAclsDefault

type GetServicesHaproxyRuntimeAclsDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewGetServicesHaproxyRuntimeAclsDefault

func NewGetServicesHaproxyRuntimeAclsDefault(code int) *GetServicesHaproxyRuntimeAclsDefault

NewGetServicesHaproxyRuntimeAclsDefault creates a GetServicesHaproxyRuntimeAclsDefault with default headers values

func (*GetServicesHaproxyRuntimeAclsDefault) Code

Code gets the status code for the get services haproxy runtime acls default response

func (*GetServicesHaproxyRuntimeAclsDefault) Error

func (*GetServicesHaproxyRuntimeAclsDefault) GetPayload

func (*GetServicesHaproxyRuntimeAclsDefault) IsClientError added in v1.1.0

func (o *GetServicesHaproxyRuntimeAclsDefault) IsClientError() bool

IsClientError returns true when this get services haproxy runtime acls default response has a 4xx status code

func (*GetServicesHaproxyRuntimeAclsDefault) IsCode added in v1.1.0

IsCode returns true when this get services haproxy runtime acls default response a status code equal to that given

func (*GetServicesHaproxyRuntimeAclsDefault) IsRedirect added in v1.1.0

IsRedirect returns true when this get services haproxy runtime acls default response has a 3xx status code

func (*GetServicesHaproxyRuntimeAclsDefault) IsServerError added in v1.1.0

func (o *GetServicesHaproxyRuntimeAclsDefault) IsServerError() bool

IsServerError returns true when this get services haproxy runtime acls default response has a 5xx status code

func (*GetServicesHaproxyRuntimeAclsDefault) IsSuccess added in v1.1.0

IsSuccess returns true when this get services haproxy runtime acls default response has a 2xx status code

func (*GetServicesHaproxyRuntimeAclsDefault) String added in v1.1.0

type GetServicesHaproxyRuntimeAclsIDDefault

type GetServicesHaproxyRuntimeAclsIDDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewGetServicesHaproxyRuntimeAclsIDDefault

func NewGetServicesHaproxyRuntimeAclsIDDefault(code int) *GetServicesHaproxyRuntimeAclsIDDefault

NewGetServicesHaproxyRuntimeAclsIDDefault creates a GetServicesHaproxyRuntimeAclsIDDefault with default headers values

func (*GetServicesHaproxyRuntimeAclsIDDefault) Code

Code gets the status code for the get services haproxy runtime acls ID default response

func (*GetServicesHaproxyRuntimeAclsIDDefault) Error

func (*GetServicesHaproxyRuntimeAclsIDDefault) GetPayload

func (*GetServicesHaproxyRuntimeAclsIDDefault) IsClientError added in v1.1.0

func (o *GetServicesHaproxyRuntimeAclsIDDefault) IsClientError() bool

IsClientError returns true when this get services haproxy runtime acls ID default response has a 4xx status code

func (*GetServicesHaproxyRuntimeAclsIDDefault) IsCode added in v1.1.0

IsCode returns true when this get services haproxy runtime acls ID default response a status code equal to that given

func (*GetServicesHaproxyRuntimeAclsIDDefault) IsRedirect added in v1.1.0

IsRedirect returns true when this get services haproxy runtime acls ID default response has a 3xx status code

func (*GetServicesHaproxyRuntimeAclsIDDefault) IsServerError added in v1.1.0

func (o *GetServicesHaproxyRuntimeAclsIDDefault) IsServerError() bool

IsServerError returns true when this get services haproxy runtime acls ID default response has a 5xx status code

func (*GetServicesHaproxyRuntimeAclsIDDefault) IsSuccess added in v1.1.0

IsSuccess returns true when this get services haproxy runtime acls ID default response has a 2xx status code

func (*GetServicesHaproxyRuntimeAclsIDDefault) String added in v1.1.0

type GetServicesHaproxyRuntimeAclsIDNotFound

type GetServicesHaproxyRuntimeAclsIDNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewGetServicesHaproxyRuntimeAclsIDNotFound

func NewGetServicesHaproxyRuntimeAclsIDNotFound() *GetServicesHaproxyRuntimeAclsIDNotFound

NewGetServicesHaproxyRuntimeAclsIDNotFound creates a GetServicesHaproxyRuntimeAclsIDNotFound with default headers values

func (*GetServicesHaproxyRuntimeAclsIDNotFound) Code added in v1.1.5

Code gets the status code for the get services haproxy runtime acls Id not found response

func (*GetServicesHaproxyRuntimeAclsIDNotFound) Error

func (*GetServicesHaproxyRuntimeAclsIDNotFound) GetPayload

func (*GetServicesHaproxyRuntimeAclsIDNotFound) IsClientError added in v1.1.0

func (o *GetServicesHaproxyRuntimeAclsIDNotFound) IsClientError() bool

IsClientError returns true when this get services haproxy runtime acls Id not found response has a 4xx status code

func (*GetServicesHaproxyRuntimeAclsIDNotFound) IsCode added in v1.1.0

IsCode returns true when this get services haproxy runtime acls Id not found response a status code equal to that given

func (*GetServicesHaproxyRuntimeAclsIDNotFound) IsRedirect added in v1.1.0

IsRedirect returns true when this get services haproxy runtime acls Id not found response has a 3xx status code

func (*GetServicesHaproxyRuntimeAclsIDNotFound) IsServerError added in v1.1.0

func (o *GetServicesHaproxyRuntimeAclsIDNotFound) IsServerError() bool

IsServerError returns true when this get services haproxy runtime acls Id not found response has a 5xx status code

func (*GetServicesHaproxyRuntimeAclsIDNotFound) IsSuccess added in v1.1.0

IsSuccess returns true when this get services haproxy runtime acls Id not found response has a 2xx status code

func (*GetServicesHaproxyRuntimeAclsIDNotFound) String added in v1.1.0

type GetServicesHaproxyRuntimeAclsIDOK

type GetServicesHaproxyRuntimeAclsIDOK struct {
	Payload *models.ACLFile
}

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

Successful operation

func NewGetServicesHaproxyRuntimeAclsIDOK

func NewGetServicesHaproxyRuntimeAclsIDOK() *GetServicesHaproxyRuntimeAclsIDOK

NewGetServicesHaproxyRuntimeAclsIDOK creates a GetServicesHaproxyRuntimeAclsIDOK with default headers values

func (*GetServicesHaproxyRuntimeAclsIDOK) Code added in v1.1.5

Code gets the status code for the get services haproxy runtime acls Id o k response

func (*GetServicesHaproxyRuntimeAclsIDOK) Error

func (*GetServicesHaproxyRuntimeAclsIDOK) GetPayload

func (*GetServicesHaproxyRuntimeAclsIDOK) IsClientError added in v1.1.0

func (o *GetServicesHaproxyRuntimeAclsIDOK) IsClientError() bool

IsClientError returns true when this get services haproxy runtime acls Id o k response has a 4xx status code

func (*GetServicesHaproxyRuntimeAclsIDOK) IsCode added in v1.1.0

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

IsCode returns true when this get services haproxy runtime acls Id o k response a status code equal to that given

func (*GetServicesHaproxyRuntimeAclsIDOK) IsRedirect added in v1.1.0

func (o *GetServicesHaproxyRuntimeAclsIDOK) IsRedirect() bool

IsRedirect returns true when this get services haproxy runtime acls Id o k response has a 3xx status code

func (*GetServicesHaproxyRuntimeAclsIDOK) IsServerError added in v1.1.0

func (o *GetServicesHaproxyRuntimeAclsIDOK) IsServerError() bool

IsServerError returns true when this get services haproxy runtime acls Id o k response has a 5xx status code

func (*GetServicesHaproxyRuntimeAclsIDOK) IsSuccess added in v1.1.0

func (o *GetServicesHaproxyRuntimeAclsIDOK) IsSuccess() bool

IsSuccess returns true when this get services haproxy runtime acls Id o k response has a 2xx status code

func (*GetServicesHaproxyRuntimeAclsIDOK) String added in v1.1.0

type GetServicesHaproxyRuntimeAclsIDParams

type GetServicesHaproxyRuntimeAclsIDParams struct {

	/* ID.

	   ACL file entry ID
	*/
	ID string

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

GetServicesHaproxyRuntimeAclsIDParams contains all the parameters to send to the API endpoint

for the get services haproxy runtime acls ID operation.

Typically these are written to a http.Request.

func NewGetServicesHaproxyRuntimeAclsIDParams

func NewGetServicesHaproxyRuntimeAclsIDParams() *GetServicesHaproxyRuntimeAclsIDParams

NewGetServicesHaproxyRuntimeAclsIDParams creates a new GetServicesHaproxyRuntimeAclsIDParams 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 NewGetServicesHaproxyRuntimeAclsIDParamsWithContext

func NewGetServicesHaproxyRuntimeAclsIDParamsWithContext(ctx context.Context) *GetServicesHaproxyRuntimeAclsIDParams

NewGetServicesHaproxyRuntimeAclsIDParamsWithContext creates a new GetServicesHaproxyRuntimeAclsIDParams object with the ability to set a context for a request.

func NewGetServicesHaproxyRuntimeAclsIDParamsWithHTTPClient

func NewGetServicesHaproxyRuntimeAclsIDParamsWithHTTPClient(client *http.Client) *GetServicesHaproxyRuntimeAclsIDParams

NewGetServicesHaproxyRuntimeAclsIDParamsWithHTTPClient creates a new GetServicesHaproxyRuntimeAclsIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetServicesHaproxyRuntimeAclsIDParamsWithTimeout

func NewGetServicesHaproxyRuntimeAclsIDParamsWithTimeout(timeout time.Duration) *GetServicesHaproxyRuntimeAclsIDParams

NewGetServicesHaproxyRuntimeAclsIDParamsWithTimeout creates a new GetServicesHaproxyRuntimeAclsIDParams object with the ability to set a timeout on a request.

func (*GetServicesHaproxyRuntimeAclsIDParams) SetContext

SetContext adds the context to the get services haproxy runtime acls ID params

func (*GetServicesHaproxyRuntimeAclsIDParams) SetDefaults

func (o *GetServicesHaproxyRuntimeAclsIDParams) SetDefaults()

SetDefaults hydrates default values in the get services haproxy runtime acls ID params (not the query body).

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

func (*GetServicesHaproxyRuntimeAclsIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get services haproxy runtime acls ID params

func (*GetServicesHaproxyRuntimeAclsIDParams) SetID

SetID adds the id to the get services haproxy runtime acls ID params

func (*GetServicesHaproxyRuntimeAclsIDParams) SetTimeout

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

SetTimeout adds the timeout to the get services haproxy runtime acls ID params

func (*GetServicesHaproxyRuntimeAclsIDParams) WithContext

WithContext adds the context to the get services haproxy runtime acls ID params

func (*GetServicesHaproxyRuntimeAclsIDParams) WithDefaults

WithDefaults hydrates default values in the get services haproxy runtime acls ID params (not the query body).

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

func (*GetServicesHaproxyRuntimeAclsIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get services haproxy runtime acls ID params

func (*GetServicesHaproxyRuntimeAclsIDParams) WithID

WithID adds the id to the get services haproxy runtime acls ID params

func (*GetServicesHaproxyRuntimeAclsIDParams) WithTimeout

WithTimeout adds the timeout to the get services haproxy runtime acls ID params

func (*GetServicesHaproxyRuntimeAclsIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetServicesHaproxyRuntimeAclsIDReader

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

GetServicesHaproxyRuntimeAclsIDReader is a Reader for the GetServicesHaproxyRuntimeAclsID structure.

func (*GetServicesHaproxyRuntimeAclsIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetServicesHaproxyRuntimeAclsOK

type GetServicesHaproxyRuntimeAclsOK struct {
	Payload models.ACLFiles
}

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

Successful operation

func NewGetServicesHaproxyRuntimeAclsOK

func NewGetServicesHaproxyRuntimeAclsOK() *GetServicesHaproxyRuntimeAclsOK

NewGetServicesHaproxyRuntimeAclsOK creates a GetServicesHaproxyRuntimeAclsOK with default headers values

func (*GetServicesHaproxyRuntimeAclsOK) Code added in v1.1.5

Code gets the status code for the get services haproxy runtime acls o k response

func (*GetServicesHaproxyRuntimeAclsOK) Error

func (*GetServicesHaproxyRuntimeAclsOK) GetPayload

func (*GetServicesHaproxyRuntimeAclsOK) IsClientError added in v1.1.0

func (o *GetServicesHaproxyRuntimeAclsOK) IsClientError() bool

IsClientError returns true when this get services haproxy runtime acls o k response has a 4xx status code

func (*GetServicesHaproxyRuntimeAclsOK) IsCode added in v1.1.0

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

IsCode returns true when this get services haproxy runtime acls o k response a status code equal to that given

func (*GetServicesHaproxyRuntimeAclsOK) IsRedirect added in v1.1.0

func (o *GetServicesHaproxyRuntimeAclsOK) IsRedirect() bool

IsRedirect returns true when this get services haproxy runtime acls o k response has a 3xx status code

func (*GetServicesHaproxyRuntimeAclsOK) IsServerError added in v1.1.0

func (o *GetServicesHaproxyRuntimeAclsOK) IsServerError() bool

IsServerError returns true when this get services haproxy runtime acls o k response has a 5xx status code

func (*GetServicesHaproxyRuntimeAclsOK) IsSuccess added in v1.1.0

func (o *GetServicesHaproxyRuntimeAclsOK) IsSuccess() bool

IsSuccess returns true when this get services haproxy runtime acls o k response has a 2xx status code

func (*GetServicesHaproxyRuntimeAclsOK) String added in v1.1.0

type GetServicesHaproxyRuntimeAclsParams

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

GetServicesHaproxyRuntimeAclsParams contains all the parameters to send to the API endpoint

for the get services haproxy runtime acls operation.

Typically these are written to a http.Request.

func NewGetServicesHaproxyRuntimeAclsParams

func NewGetServicesHaproxyRuntimeAclsParams() *GetServicesHaproxyRuntimeAclsParams

NewGetServicesHaproxyRuntimeAclsParams creates a new GetServicesHaproxyRuntimeAclsParams 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 NewGetServicesHaproxyRuntimeAclsParamsWithContext

func NewGetServicesHaproxyRuntimeAclsParamsWithContext(ctx context.Context) *GetServicesHaproxyRuntimeAclsParams

NewGetServicesHaproxyRuntimeAclsParamsWithContext creates a new GetServicesHaproxyRuntimeAclsParams object with the ability to set a context for a request.

func NewGetServicesHaproxyRuntimeAclsParamsWithHTTPClient

func NewGetServicesHaproxyRuntimeAclsParamsWithHTTPClient(client *http.Client) *GetServicesHaproxyRuntimeAclsParams

NewGetServicesHaproxyRuntimeAclsParamsWithHTTPClient creates a new GetServicesHaproxyRuntimeAclsParams object with the ability to set a custom HTTPClient for a request.

func NewGetServicesHaproxyRuntimeAclsParamsWithTimeout

func NewGetServicesHaproxyRuntimeAclsParamsWithTimeout(timeout time.Duration) *GetServicesHaproxyRuntimeAclsParams

NewGetServicesHaproxyRuntimeAclsParamsWithTimeout creates a new GetServicesHaproxyRuntimeAclsParams object with the ability to set a timeout on a request.

func (*GetServicesHaproxyRuntimeAclsParams) SetContext

SetContext adds the context to the get services haproxy runtime acls params

func (*GetServicesHaproxyRuntimeAclsParams) SetDefaults

func (o *GetServicesHaproxyRuntimeAclsParams) SetDefaults()

SetDefaults hydrates default values in the get services haproxy runtime acls params (not the query body).

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

func (*GetServicesHaproxyRuntimeAclsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get services haproxy runtime acls params

func (*GetServicesHaproxyRuntimeAclsParams) SetTimeout

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

SetTimeout adds the timeout to the get services haproxy runtime acls params

func (*GetServicesHaproxyRuntimeAclsParams) WithContext

WithContext adds the context to the get services haproxy runtime acls params

func (*GetServicesHaproxyRuntimeAclsParams) WithDefaults

WithDefaults hydrates default values in the get services haproxy runtime acls params (not the query body).

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

func (*GetServicesHaproxyRuntimeAclsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get services haproxy runtime acls params

func (*GetServicesHaproxyRuntimeAclsParams) WithTimeout

WithTimeout adds the timeout to the get services haproxy runtime acls params

func (*GetServicesHaproxyRuntimeAclsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetServicesHaproxyRuntimeAclsReader

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

GetServicesHaproxyRuntimeAclsReader is a Reader for the GetServicesHaproxyRuntimeAcls structure.

func (*GetServicesHaproxyRuntimeAclsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostServicesHaproxyRuntimeACLFileEntriesBadRequest

type PostServicesHaproxyRuntimeACLFileEntriesBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Bad request

func NewPostServicesHaproxyRuntimeACLFileEntriesBadRequest

func NewPostServicesHaproxyRuntimeACLFileEntriesBadRequest() *PostServicesHaproxyRuntimeACLFileEntriesBadRequest

NewPostServicesHaproxyRuntimeACLFileEntriesBadRequest creates a PostServicesHaproxyRuntimeACLFileEntriesBadRequest with default headers values

func (*PostServicesHaproxyRuntimeACLFileEntriesBadRequest) Code added in v1.1.5

Code gets the status code for the post services haproxy runtime Acl file entries bad request response

func (*PostServicesHaproxyRuntimeACLFileEntriesBadRequest) Error

func (*PostServicesHaproxyRuntimeACLFileEntriesBadRequest) GetPayload

func (*PostServicesHaproxyRuntimeACLFileEntriesBadRequest) IsClientError added in v1.1.0

IsClientError returns true when this post services haproxy runtime Acl file entries bad request response has a 4xx status code

func (*PostServicesHaproxyRuntimeACLFileEntriesBadRequest) IsCode added in v1.1.0

IsCode returns true when this post services haproxy runtime Acl file entries bad request response a status code equal to that given

func (*PostServicesHaproxyRuntimeACLFileEntriesBadRequest) IsRedirect added in v1.1.0

IsRedirect returns true when this post services haproxy runtime Acl file entries bad request response has a 3xx status code

func (*PostServicesHaproxyRuntimeACLFileEntriesBadRequest) IsServerError added in v1.1.0

IsServerError returns true when this post services haproxy runtime Acl file entries bad request response has a 5xx status code

func (*PostServicesHaproxyRuntimeACLFileEntriesBadRequest) IsSuccess added in v1.1.0

IsSuccess returns true when this post services haproxy runtime Acl file entries bad request response has a 2xx status code

func (*PostServicesHaproxyRuntimeACLFileEntriesBadRequest) String added in v1.1.0

type PostServicesHaproxyRuntimeACLFileEntriesConflict

type PostServicesHaproxyRuntimeACLFileEntriesConflict struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource already exists

func NewPostServicesHaproxyRuntimeACLFileEntriesConflict

func NewPostServicesHaproxyRuntimeACLFileEntriesConflict() *PostServicesHaproxyRuntimeACLFileEntriesConflict

NewPostServicesHaproxyRuntimeACLFileEntriesConflict creates a PostServicesHaproxyRuntimeACLFileEntriesConflict with default headers values

func (*PostServicesHaproxyRuntimeACLFileEntriesConflict) Code added in v1.1.5

Code gets the status code for the post services haproxy runtime Acl file entries conflict response

func (*PostServicesHaproxyRuntimeACLFileEntriesConflict) Error

func (*PostServicesHaproxyRuntimeACLFileEntriesConflict) GetPayload

func (*PostServicesHaproxyRuntimeACLFileEntriesConflict) IsClientError added in v1.1.0

IsClientError returns true when this post services haproxy runtime Acl file entries conflict response has a 4xx status code

func (*PostServicesHaproxyRuntimeACLFileEntriesConflict) IsCode added in v1.1.0

IsCode returns true when this post services haproxy runtime Acl file entries conflict response a status code equal to that given

func (*PostServicesHaproxyRuntimeACLFileEntriesConflict) IsRedirect added in v1.1.0

IsRedirect returns true when this post services haproxy runtime Acl file entries conflict response has a 3xx status code

func (*PostServicesHaproxyRuntimeACLFileEntriesConflict) IsServerError added in v1.1.0

IsServerError returns true when this post services haproxy runtime Acl file entries conflict response has a 5xx status code

func (*PostServicesHaproxyRuntimeACLFileEntriesConflict) IsSuccess added in v1.1.0

IsSuccess returns true when this post services haproxy runtime Acl file entries conflict response has a 2xx status code

func (*PostServicesHaproxyRuntimeACLFileEntriesConflict) String added in v1.1.0

type PostServicesHaproxyRuntimeACLFileEntriesCreated

type PostServicesHaproxyRuntimeACLFileEntriesCreated struct {
	Payload *models.ACLFileEntry
}

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

ACL entry created

func NewPostServicesHaproxyRuntimeACLFileEntriesCreated

func NewPostServicesHaproxyRuntimeACLFileEntriesCreated() *PostServicesHaproxyRuntimeACLFileEntriesCreated

NewPostServicesHaproxyRuntimeACLFileEntriesCreated creates a PostServicesHaproxyRuntimeACLFileEntriesCreated with default headers values

func (*PostServicesHaproxyRuntimeACLFileEntriesCreated) Code added in v1.1.5

Code gets the status code for the post services haproxy runtime Acl file entries created response

func (*PostServicesHaproxyRuntimeACLFileEntriesCreated) Error

func (*PostServicesHaproxyRuntimeACLFileEntriesCreated) GetPayload

func (*PostServicesHaproxyRuntimeACLFileEntriesCreated) IsClientError added in v1.1.0

IsClientError returns true when this post services haproxy runtime Acl file entries created response has a 4xx status code

func (*PostServicesHaproxyRuntimeACLFileEntriesCreated) IsCode added in v1.1.0

IsCode returns true when this post services haproxy runtime Acl file entries created response a status code equal to that given

func (*PostServicesHaproxyRuntimeACLFileEntriesCreated) IsRedirect added in v1.1.0

IsRedirect returns true when this post services haproxy runtime Acl file entries created response has a 3xx status code

func (*PostServicesHaproxyRuntimeACLFileEntriesCreated) IsServerError added in v1.1.0

IsServerError returns true when this post services haproxy runtime Acl file entries created response has a 5xx status code

func (*PostServicesHaproxyRuntimeACLFileEntriesCreated) IsSuccess added in v1.1.0

IsSuccess returns true when this post services haproxy runtime Acl file entries created response has a 2xx status code

func (*PostServicesHaproxyRuntimeACLFileEntriesCreated) String added in v1.1.0

type PostServicesHaproxyRuntimeACLFileEntriesDefault

type PostServicesHaproxyRuntimeACLFileEntriesDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewPostServicesHaproxyRuntimeACLFileEntriesDefault

func NewPostServicesHaproxyRuntimeACLFileEntriesDefault(code int) *PostServicesHaproxyRuntimeACLFileEntriesDefault

NewPostServicesHaproxyRuntimeACLFileEntriesDefault creates a PostServicesHaproxyRuntimeACLFileEntriesDefault with default headers values

func (*PostServicesHaproxyRuntimeACLFileEntriesDefault) Code

Code gets the status code for the post services haproxy runtime ACL file entries default response

func (*PostServicesHaproxyRuntimeACLFileEntriesDefault) Error

func (*PostServicesHaproxyRuntimeACLFileEntriesDefault) GetPayload

func (*PostServicesHaproxyRuntimeACLFileEntriesDefault) IsClientError added in v1.1.0

IsClientError returns true when this post services haproxy runtime ACL file entries default response has a 4xx status code

func (*PostServicesHaproxyRuntimeACLFileEntriesDefault) IsCode added in v1.1.0

IsCode returns true when this post services haproxy runtime ACL file entries default response a status code equal to that given

func (*PostServicesHaproxyRuntimeACLFileEntriesDefault) IsRedirect added in v1.1.0

IsRedirect returns true when this post services haproxy runtime ACL file entries default response has a 3xx status code

func (*PostServicesHaproxyRuntimeACLFileEntriesDefault) IsServerError added in v1.1.0

IsServerError returns true when this post services haproxy runtime ACL file entries default response has a 5xx status code

func (*PostServicesHaproxyRuntimeACLFileEntriesDefault) IsSuccess added in v1.1.0

IsSuccess returns true when this post services haproxy runtime ACL file entries default response has a 2xx status code

func (*PostServicesHaproxyRuntimeACLFileEntriesDefault) String added in v1.1.0

type PostServicesHaproxyRuntimeACLFileEntriesParams

type PostServicesHaproxyRuntimeACLFileEntriesParams struct {

	/* ACLID.

	   ACL ID
	*/
	ACLID string

	// Data.
	Data *models.ACLFileEntry

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

PostServicesHaproxyRuntimeACLFileEntriesParams contains all the parameters to send to the API endpoint

for the post services haproxy runtime ACL file entries operation.

Typically these are written to a http.Request.

func NewPostServicesHaproxyRuntimeACLFileEntriesParams

func NewPostServicesHaproxyRuntimeACLFileEntriesParams() *PostServicesHaproxyRuntimeACLFileEntriesParams

NewPostServicesHaproxyRuntimeACLFileEntriesParams creates a new PostServicesHaproxyRuntimeACLFileEntriesParams 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 NewPostServicesHaproxyRuntimeACLFileEntriesParamsWithContext

func NewPostServicesHaproxyRuntimeACLFileEntriesParamsWithContext(ctx context.Context) *PostServicesHaproxyRuntimeACLFileEntriesParams

NewPostServicesHaproxyRuntimeACLFileEntriesParamsWithContext creates a new PostServicesHaproxyRuntimeACLFileEntriesParams object with the ability to set a context for a request.

func NewPostServicesHaproxyRuntimeACLFileEntriesParamsWithHTTPClient

func NewPostServicesHaproxyRuntimeACLFileEntriesParamsWithHTTPClient(client *http.Client) *PostServicesHaproxyRuntimeACLFileEntriesParams

NewPostServicesHaproxyRuntimeACLFileEntriesParamsWithHTTPClient creates a new PostServicesHaproxyRuntimeACLFileEntriesParams object with the ability to set a custom HTTPClient for a request.

func NewPostServicesHaproxyRuntimeACLFileEntriesParamsWithTimeout

func NewPostServicesHaproxyRuntimeACLFileEntriesParamsWithTimeout(timeout time.Duration) *PostServicesHaproxyRuntimeACLFileEntriesParams

NewPostServicesHaproxyRuntimeACLFileEntriesParamsWithTimeout creates a new PostServicesHaproxyRuntimeACLFileEntriesParams object with the ability to set a timeout on a request.

func (*PostServicesHaproxyRuntimeACLFileEntriesParams) SetACLID

SetACLID adds the aclId to the post services haproxy runtime ACL file entries params

func (*PostServicesHaproxyRuntimeACLFileEntriesParams) SetContext

SetContext adds the context to the post services haproxy runtime ACL file entries params

func (*PostServicesHaproxyRuntimeACLFileEntriesParams) SetData

SetData adds the data to the post services haproxy runtime ACL file entries params

func (*PostServicesHaproxyRuntimeACLFileEntriesParams) SetDefaults

SetDefaults hydrates default values in the post services haproxy runtime ACL file entries params (not the query body).

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

func (*PostServicesHaproxyRuntimeACLFileEntriesParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the post services haproxy runtime ACL file entries params

func (*PostServicesHaproxyRuntimeACLFileEntriesParams) SetTimeout

SetTimeout adds the timeout to the post services haproxy runtime ACL file entries params

func (*PostServicesHaproxyRuntimeACLFileEntriesParams) WithACLID

WithACLID adds the aCLID to the post services haproxy runtime ACL file entries params

func (*PostServicesHaproxyRuntimeACLFileEntriesParams) WithContext

WithContext adds the context to the post services haproxy runtime ACL file entries params

func (*PostServicesHaproxyRuntimeACLFileEntriesParams) WithData

WithData adds the data to the post services haproxy runtime ACL file entries params

func (*PostServicesHaproxyRuntimeACLFileEntriesParams) WithDefaults

WithDefaults hydrates default values in the post services haproxy runtime ACL file entries params (not the query body).

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

func (*PostServicesHaproxyRuntimeACLFileEntriesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post services haproxy runtime ACL file entries params

func (*PostServicesHaproxyRuntimeACLFileEntriesParams) WithTimeout

WithTimeout adds the timeout to the post services haproxy runtime ACL file entries params

func (*PostServicesHaproxyRuntimeACLFileEntriesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostServicesHaproxyRuntimeACLFileEntriesReader

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

PostServicesHaproxyRuntimeACLFileEntriesReader is a Reader for the PostServicesHaproxyRuntimeACLFileEntries structure.

func (*PostServicesHaproxyRuntimeACLFileEntriesReader) ReadResponse

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