cert_key

package
v0.0.0-...-8b4fbd1 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddCertKeyBadRequest

type AddCertKeyBadRequest struct {
	Payload *vproxy_client_model.Error400
}

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

invalid input parameters

func NewAddCertKeyBadRequest

func NewAddCertKeyBadRequest() *AddCertKeyBadRequest

NewAddCertKeyBadRequest creates a AddCertKeyBadRequest with default headers values

func (*AddCertKeyBadRequest) Code

func (o *AddCertKeyBadRequest) Code() int

Code gets the status code for the add cert key bad request response

func (*AddCertKeyBadRequest) Error

func (o *AddCertKeyBadRequest) Error() string

func (*AddCertKeyBadRequest) GetPayload

func (*AddCertKeyBadRequest) IsClientError

func (o *AddCertKeyBadRequest) IsClientError() bool

IsClientError returns true when this add cert key bad request response has a 4xx status code

func (*AddCertKeyBadRequest) IsCode

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

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

func (*AddCertKeyBadRequest) IsRedirect

func (o *AddCertKeyBadRequest) IsRedirect() bool

IsRedirect returns true when this add cert key bad request response has a 3xx status code

func (*AddCertKeyBadRequest) IsServerError

func (o *AddCertKeyBadRequest) IsServerError() bool

IsServerError returns true when this add cert key bad request response has a 5xx status code

func (*AddCertKeyBadRequest) IsSuccess

func (o *AddCertKeyBadRequest) IsSuccess() bool

IsSuccess returns true when this add cert key bad request response has a 2xx status code

func (*AddCertKeyBadRequest) String

func (o *AddCertKeyBadRequest) String() string

type AddCertKeyConflict

type AddCertKeyConflict struct {
	Payload *vproxy_client_model.Error409
}

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

conflict

func NewAddCertKeyConflict

func NewAddCertKeyConflict() *AddCertKeyConflict

NewAddCertKeyConflict creates a AddCertKeyConflict with default headers values

func (*AddCertKeyConflict) Code

func (o *AddCertKeyConflict) Code() int

Code gets the status code for the add cert key conflict response

func (*AddCertKeyConflict) Error

func (o *AddCertKeyConflict) Error() string

func (*AddCertKeyConflict) GetPayload

func (*AddCertKeyConflict) IsClientError

func (o *AddCertKeyConflict) IsClientError() bool

IsClientError returns true when this add cert key conflict response has a 4xx status code

func (*AddCertKeyConflict) IsCode

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

IsCode returns true when this add cert key conflict response a status code equal to that given

func (*AddCertKeyConflict) IsRedirect

func (o *AddCertKeyConflict) IsRedirect() bool

IsRedirect returns true when this add cert key conflict response has a 3xx status code

func (*AddCertKeyConflict) IsServerError

func (o *AddCertKeyConflict) IsServerError() bool

IsServerError returns true when this add cert key conflict response has a 5xx status code

func (*AddCertKeyConflict) IsSuccess

func (o *AddCertKeyConflict) IsSuccess() bool

IsSuccess returns true when this add cert key conflict response has a 2xx status code

func (*AddCertKeyConflict) String

func (o *AddCertKeyConflict) String() string

type AddCertKeyInternalServerError

type AddCertKeyInternalServerError struct {
	Payload *vproxy_client_model.Error500
}

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

internal error

func NewAddCertKeyInternalServerError

func NewAddCertKeyInternalServerError() *AddCertKeyInternalServerError

NewAddCertKeyInternalServerError creates a AddCertKeyInternalServerError with default headers values

func (*AddCertKeyInternalServerError) Code

Code gets the status code for the add cert key internal server error response

func (*AddCertKeyInternalServerError) Error

func (*AddCertKeyInternalServerError) GetPayload

func (*AddCertKeyInternalServerError) IsClientError

func (o *AddCertKeyInternalServerError) IsClientError() bool

IsClientError returns true when this add cert key internal server error response has a 4xx status code

func (*AddCertKeyInternalServerError) IsCode

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

IsCode returns true when this add cert key internal server error response a status code equal to that given

func (*AddCertKeyInternalServerError) IsRedirect

func (o *AddCertKeyInternalServerError) IsRedirect() bool

IsRedirect returns true when this add cert key internal server error response has a 3xx status code

func (*AddCertKeyInternalServerError) IsServerError

func (o *AddCertKeyInternalServerError) IsServerError() bool

IsServerError returns true when this add cert key internal server error response has a 5xx status code

func (*AddCertKeyInternalServerError) IsSuccess

func (o *AddCertKeyInternalServerError) IsSuccess() bool

IsSuccess returns true when this add cert key internal server error response has a 2xx status code

func (*AddCertKeyInternalServerError) String

type AddCertKeyNoContent

type AddCertKeyNoContent struct {
}

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

ok

func NewAddCertKeyNoContent

func NewAddCertKeyNoContent() *AddCertKeyNoContent

NewAddCertKeyNoContent creates a AddCertKeyNoContent with default headers values

func (*AddCertKeyNoContent) Code

func (o *AddCertKeyNoContent) Code() int

Code gets the status code for the add cert key no content response

func (*AddCertKeyNoContent) Error

func (o *AddCertKeyNoContent) Error() string

func (*AddCertKeyNoContent) IsClientError

func (o *AddCertKeyNoContent) IsClientError() bool

IsClientError returns true when this add cert key no content response has a 4xx status code

func (*AddCertKeyNoContent) IsCode

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

IsCode returns true when this add cert key no content response a status code equal to that given

func (*AddCertKeyNoContent) IsRedirect

func (o *AddCertKeyNoContent) IsRedirect() bool

IsRedirect returns true when this add cert key no content response has a 3xx status code

func (*AddCertKeyNoContent) IsServerError

func (o *AddCertKeyNoContent) IsServerError() bool

IsServerError returns true when this add cert key no content response has a 5xx status code

func (*AddCertKeyNoContent) IsSuccess

func (o *AddCertKeyNoContent) IsSuccess() bool

IsSuccess returns true when this add cert key no content response has a 2xx status code

func (*AddCertKeyNoContent) String

func (o *AddCertKeyNoContent) String() string

type AddCertKeyNotFound

type AddCertKeyNotFound struct {
	Payload *vproxy_client_model.Error404
}

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

resource not found

func NewAddCertKeyNotFound

func NewAddCertKeyNotFound() *AddCertKeyNotFound

NewAddCertKeyNotFound creates a AddCertKeyNotFound with default headers values

func (*AddCertKeyNotFound) Code

func (o *AddCertKeyNotFound) Code() int

Code gets the status code for the add cert key not found response

func (*AddCertKeyNotFound) Error

func (o *AddCertKeyNotFound) Error() string

func (*AddCertKeyNotFound) GetPayload

func (*AddCertKeyNotFound) IsClientError

func (o *AddCertKeyNotFound) IsClientError() bool

IsClientError returns true when this add cert key not found response has a 4xx status code

func (*AddCertKeyNotFound) IsCode

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

IsCode returns true when this add cert key not found response a status code equal to that given

func (*AddCertKeyNotFound) IsRedirect

func (o *AddCertKeyNotFound) IsRedirect() bool

IsRedirect returns true when this add cert key not found response has a 3xx status code

func (*AddCertKeyNotFound) IsServerError

func (o *AddCertKeyNotFound) IsServerError() bool

IsServerError returns true when this add cert key not found response has a 5xx status code

func (*AddCertKeyNotFound) IsSuccess

func (o *AddCertKeyNotFound) IsSuccess() bool

IsSuccess returns true when this add cert key not found response has a 2xx status code

func (*AddCertKeyNotFound) String

func (o *AddCertKeyNotFound) String() string

type AddCertKeyParams

type AddCertKeyParams struct {

	// Body.
	Body *vproxy_client_model.CertKeyCreate

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

AddCertKeyParams contains all the parameters to send to the API endpoint

for the add cert key operation.

Typically these are written to a http.Request.

func NewAddCertKeyParams

func NewAddCertKeyParams() *AddCertKeyParams

NewAddCertKeyParams creates a new AddCertKeyParams 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 NewAddCertKeyParamsWithContext

func NewAddCertKeyParamsWithContext(ctx context.Context) *AddCertKeyParams

NewAddCertKeyParamsWithContext creates a new AddCertKeyParams object with the ability to set a context for a request.

func NewAddCertKeyParamsWithHTTPClient

func NewAddCertKeyParamsWithHTTPClient(client *http.Client) *AddCertKeyParams

NewAddCertKeyParamsWithHTTPClient creates a new AddCertKeyParams object with the ability to set a custom HTTPClient for a request.

func NewAddCertKeyParamsWithTimeout

func NewAddCertKeyParamsWithTimeout(timeout time.Duration) *AddCertKeyParams

NewAddCertKeyParamsWithTimeout creates a new AddCertKeyParams object with the ability to set a timeout on a request.

func (*AddCertKeyParams) SetBody

SetBody adds the body to the add cert key params

func (*AddCertKeyParams) SetContext

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

SetContext adds the context to the add cert key params

func (*AddCertKeyParams) SetDefaults

func (o *AddCertKeyParams) SetDefaults()

SetDefaults hydrates default values in the add cert key params (not the query body).

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

func (*AddCertKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add cert key params

func (*AddCertKeyParams) SetTimeout

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

SetTimeout adds the timeout to the add cert key params

func (*AddCertKeyParams) WithBody

WithBody adds the body to the add cert key params

func (*AddCertKeyParams) WithContext

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

WithContext adds the context to the add cert key params

func (*AddCertKeyParams) WithDefaults

func (o *AddCertKeyParams) WithDefaults() *AddCertKeyParams

WithDefaults hydrates default values in the add cert key params (not the query body).

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

func (*AddCertKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add cert key params

func (*AddCertKeyParams) WithTimeout

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

WithTimeout adds the timeout to the add cert key params

func (*AddCertKeyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddCertKeyPemBadRequest

type AddCertKeyPemBadRequest struct {
	Payload *vproxy_client_model.Error400
}

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

invalid input parameters

func NewAddCertKeyPemBadRequest

func NewAddCertKeyPemBadRequest() *AddCertKeyPemBadRequest

NewAddCertKeyPemBadRequest creates a AddCertKeyPemBadRequest with default headers values

func (*AddCertKeyPemBadRequest) Code

func (o *AddCertKeyPemBadRequest) Code() int

Code gets the status code for the add cert key pem bad request response

func (*AddCertKeyPemBadRequest) Error

func (o *AddCertKeyPemBadRequest) Error() string

func (*AddCertKeyPemBadRequest) GetPayload

func (*AddCertKeyPemBadRequest) IsClientError

func (o *AddCertKeyPemBadRequest) IsClientError() bool

IsClientError returns true when this add cert key pem bad request response has a 4xx status code

func (*AddCertKeyPemBadRequest) IsCode

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

IsCode returns true when this add cert key pem bad request response a status code equal to that given

func (*AddCertKeyPemBadRequest) IsRedirect

func (o *AddCertKeyPemBadRequest) IsRedirect() bool

IsRedirect returns true when this add cert key pem bad request response has a 3xx status code

func (*AddCertKeyPemBadRequest) IsServerError

func (o *AddCertKeyPemBadRequest) IsServerError() bool

IsServerError returns true when this add cert key pem bad request response has a 5xx status code

func (*AddCertKeyPemBadRequest) IsSuccess

func (o *AddCertKeyPemBadRequest) IsSuccess() bool

IsSuccess returns true when this add cert key pem bad request response has a 2xx status code

func (*AddCertKeyPemBadRequest) String

func (o *AddCertKeyPemBadRequest) String() string

type AddCertKeyPemConflict

type AddCertKeyPemConflict struct {
	Payload *vproxy_client_model.Error409
}

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

conflict

func NewAddCertKeyPemConflict

func NewAddCertKeyPemConflict() *AddCertKeyPemConflict

NewAddCertKeyPemConflict creates a AddCertKeyPemConflict with default headers values

func (*AddCertKeyPemConflict) Code

func (o *AddCertKeyPemConflict) Code() int

Code gets the status code for the add cert key pem conflict response

func (*AddCertKeyPemConflict) Error

func (o *AddCertKeyPemConflict) Error() string

func (*AddCertKeyPemConflict) GetPayload

func (*AddCertKeyPemConflict) IsClientError

func (o *AddCertKeyPemConflict) IsClientError() bool

IsClientError returns true when this add cert key pem conflict response has a 4xx status code

func (*AddCertKeyPemConflict) IsCode

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

IsCode returns true when this add cert key pem conflict response a status code equal to that given

func (*AddCertKeyPemConflict) IsRedirect

func (o *AddCertKeyPemConflict) IsRedirect() bool

IsRedirect returns true when this add cert key pem conflict response has a 3xx status code

func (*AddCertKeyPemConflict) IsServerError

func (o *AddCertKeyPemConflict) IsServerError() bool

IsServerError returns true when this add cert key pem conflict response has a 5xx status code

func (*AddCertKeyPemConflict) IsSuccess

func (o *AddCertKeyPemConflict) IsSuccess() bool

IsSuccess returns true when this add cert key pem conflict response has a 2xx status code

func (*AddCertKeyPemConflict) String

func (o *AddCertKeyPemConflict) String() string

type AddCertKeyPemInternalServerError

type AddCertKeyPemInternalServerError struct {
	Payload *vproxy_client_model.Error500
}

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

internal error

func NewAddCertKeyPemInternalServerError

func NewAddCertKeyPemInternalServerError() *AddCertKeyPemInternalServerError

NewAddCertKeyPemInternalServerError creates a AddCertKeyPemInternalServerError with default headers values

func (*AddCertKeyPemInternalServerError) Code

Code gets the status code for the add cert key pem internal server error response

func (*AddCertKeyPemInternalServerError) Error

func (*AddCertKeyPemInternalServerError) GetPayload

func (*AddCertKeyPemInternalServerError) IsClientError

func (o *AddCertKeyPemInternalServerError) IsClientError() bool

IsClientError returns true when this add cert key pem internal server error response has a 4xx status code

func (*AddCertKeyPemInternalServerError) IsCode

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

IsCode returns true when this add cert key pem internal server error response a status code equal to that given

func (*AddCertKeyPemInternalServerError) IsRedirect

func (o *AddCertKeyPemInternalServerError) IsRedirect() bool

IsRedirect returns true when this add cert key pem internal server error response has a 3xx status code

func (*AddCertKeyPemInternalServerError) IsServerError

func (o *AddCertKeyPemInternalServerError) IsServerError() bool

IsServerError returns true when this add cert key pem internal server error response has a 5xx status code

func (*AddCertKeyPemInternalServerError) IsSuccess

func (o *AddCertKeyPemInternalServerError) IsSuccess() bool

IsSuccess returns true when this add cert key pem internal server error response has a 2xx status code

func (*AddCertKeyPemInternalServerError) String

type AddCertKeyPemNoContent

type AddCertKeyPemNoContent struct {
}

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

ok

func NewAddCertKeyPemNoContent

func NewAddCertKeyPemNoContent() *AddCertKeyPemNoContent

NewAddCertKeyPemNoContent creates a AddCertKeyPemNoContent with default headers values

func (*AddCertKeyPemNoContent) Code

func (o *AddCertKeyPemNoContent) Code() int

Code gets the status code for the add cert key pem no content response

func (*AddCertKeyPemNoContent) Error

func (o *AddCertKeyPemNoContent) Error() string

func (*AddCertKeyPemNoContent) IsClientError

func (o *AddCertKeyPemNoContent) IsClientError() bool

IsClientError returns true when this add cert key pem no content response has a 4xx status code

func (*AddCertKeyPemNoContent) IsCode

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

IsCode returns true when this add cert key pem no content response a status code equal to that given

func (*AddCertKeyPemNoContent) IsRedirect

func (o *AddCertKeyPemNoContent) IsRedirect() bool

IsRedirect returns true when this add cert key pem no content response has a 3xx status code

func (*AddCertKeyPemNoContent) IsServerError

func (o *AddCertKeyPemNoContent) IsServerError() bool

IsServerError returns true when this add cert key pem no content response has a 5xx status code

func (*AddCertKeyPemNoContent) IsSuccess

func (o *AddCertKeyPemNoContent) IsSuccess() bool

IsSuccess returns true when this add cert key pem no content response has a 2xx status code

func (*AddCertKeyPemNoContent) String

func (o *AddCertKeyPemNoContent) String() string

type AddCertKeyPemNotFound

type AddCertKeyPemNotFound struct {
	Payload *vproxy_client_model.Error404
}

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

resource not found

func NewAddCertKeyPemNotFound

func NewAddCertKeyPemNotFound() *AddCertKeyPemNotFound

NewAddCertKeyPemNotFound creates a AddCertKeyPemNotFound with default headers values

func (*AddCertKeyPemNotFound) Code

func (o *AddCertKeyPemNotFound) Code() int

Code gets the status code for the add cert key pem not found response

func (*AddCertKeyPemNotFound) Error

func (o *AddCertKeyPemNotFound) Error() string

func (*AddCertKeyPemNotFound) GetPayload

func (*AddCertKeyPemNotFound) IsClientError

func (o *AddCertKeyPemNotFound) IsClientError() bool

IsClientError returns true when this add cert key pem not found response has a 4xx status code

func (*AddCertKeyPemNotFound) IsCode

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

IsCode returns true when this add cert key pem not found response a status code equal to that given

func (*AddCertKeyPemNotFound) IsRedirect

func (o *AddCertKeyPemNotFound) IsRedirect() bool

IsRedirect returns true when this add cert key pem not found response has a 3xx status code

func (*AddCertKeyPemNotFound) IsServerError

func (o *AddCertKeyPemNotFound) IsServerError() bool

IsServerError returns true when this add cert key pem not found response has a 5xx status code

func (*AddCertKeyPemNotFound) IsSuccess

func (o *AddCertKeyPemNotFound) IsSuccess() bool

IsSuccess returns true when this add cert key pem not found response has a 2xx status code

func (*AddCertKeyPemNotFound) String

func (o *AddCertKeyPemNotFound) String() string

type AddCertKeyPemParams

type AddCertKeyPemParams struct {

	// Body.
	Body *vproxy_client_model.CertKeyCreatePem

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

AddCertKeyPemParams contains all the parameters to send to the API endpoint

for the add cert key pem operation.

Typically these are written to a http.Request.

func NewAddCertKeyPemParams

func NewAddCertKeyPemParams() *AddCertKeyPemParams

NewAddCertKeyPemParams creates a new AddCertKeyPemParams 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 NewAddCertKeyPemParamsWithContext

func NewAddCertKeyPemParamsWithContext(ctx context.Context) *AddCertKeyPemParams

NewAddCertKeyPemParamsWithContext creates a new AddCertKeyPemParams object with the ability to set a context for a request.

func NewAddCertKeyPemParamsWithHTTPClient

func NewAddCertKeyPemParamsWithHTTPClient(client *http.Client) *AddCertKeyPemParams

NewAddCertKeyPemParamsWithHTTPClient creates a new AddCertKeyPemParams object with the ability to set a custom HTTPClient for a request.

func NewAddCertKeyPemParamsWithTimeout

func NewAddCertKeyPemParamsWithTimeout(timeout time.Duration) *AddCertKeyPemParams

NewAddCertKeyPemParamsWithTimeout creates a new AddCertKeyPemParams object with the ability to set a timeout on a request.

func (*AddCertKeyPemParams) SetBody

SetBody adds the body to the add cert key pem params

func (*AddCertKeyPemParams) SetContext

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

SetContext adds the context to the add cert key pem params

func (*AddCertKeyPemParams) SetDefaults

func (o *AddCertKeyPemParams) SetDefaults()

SetDefaults hydrates default values in the add cert key pem params (not the query body).

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

func (*AddCertKeyPemParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add cert key pem params

func (*AddCertKeyPemParams) SetTimeout

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

SetTimeout adds the timeout to the add cert key pem params

func (*AddCertKeyPemParams) WithBody

WithBody adds the body to the add cert key pem params

func (*AddCertKeyPemParams) WithContext

WithContext adds the context to the add cert key pem params

func (*AddCertKeyPemParams) WithDefaults

func (o *AddCertKeyPemParams) WithDefaults() *AddCertKeyPemParams

WithDefaults hydrates default values in the add cert key pem params (not the query body).

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

func (*AddCertKeyPemParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the add cert key pem params

func (*AddCertKeyPemParams) WithTimeout

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

WithTimeout adds the timeout to the add cert key pem params

func (*AddCertKeyPemParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type AddCertKeyPemReader

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

AddCertKeyPemReader is a Reader for the AddCertKeyPem structure.

func (*AddCertKeyPemReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AddCertKeyReader

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

AddCertKeyReader is a Reader for the AddCertKey structure.

func (*AddCertKeyReader) ReadResponse

func (o *AddCertKeyReader) 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 cert key API

func (*Client) AddCertKey

func (a *Client) AddCertKey(params *AddCertKeyParams, opts ...ClientOption) (*AddCertKeyNoContent, error)

AddCertKey adds cert key

func (*Client) AddCertKeyPem

func (a *Client) AddCertKeyPem(params *AddCertKeyPemParams, opts ...ClientOption) (*AddCertKeyPemNoContent, error)

AddCertKeyPem adds cert key pem

func (*Client) DescribeCertKey

func (a *Client) DescribeCertKey(params *DescribeCertKeyParams, opts ...ClientOption) (*DescribeCertKeyOK, error)

DescribeCertKey gets detailed info of one cert key

func (*Client) GetCertKey

func (a *Client) GetCertKey(params *GetCertKeyParams, opts ...ClientOption) (*GetCertKeyOK, error)

GetCertKey gets cert key

func (*Client) ListCertKey

func (a *Client) ListCertKey(params *ListCertKeyParams, opts ...ClientOption) (*ListCertKeyOK, error)

ListCertKey retrieves cert key list

func (*Client) RemoveCertKey

func (a *Client) RemoveCertKey(params *RemoveCertKeyParams, opts ...ClientOption) (*RemoveCertKeyNoContent, error)

RemoveCertKey removes cert key

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

type ClientService interface {
	AddCertKey(params *AddCertKeyParams, opts ...ClientOption) (*AddCertKeyNoContent, error)

	AddCertKeyPem(params *AddCertKeyPemParams, opts ...ClientOption) (*AddCertKeyPemNoContent, error)

	DescribeCertKey(params *DescribeCertKeyParams, opts ...ClientOption) (*DescribeCertKeyOK, error)

	GetCertKey(params *GetCertKeyParams, opts ...ClientOption) (*GetCertKeyOK, error)

	ListCertKey(params *ListCertKeyParams, opts ...ClientOption) (*ListCertKeyOK, error)

	RemoveCertKey(params *RemoveCertKeyParams, opts ...ClientOption) (*RemoveCertKeyNoContent, 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 cert key API client.

type DescribeCertKeyBadRequest

type DescribeCertKeyBadRequest struct {
	Payload *vproxy_client_model.Error400
}

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

invalid input parameters

func NewDescribeCertKeyBadRequest

func NewDescribeCertKeyBadRequest() *DescribeCertKeyBadRequest

NewDescribeCertKeyBadRequest creates a DescribeCertKeyBadRequest with default headers values

func (*DescribeCertKeyBadRequest) Code

func (o *DescribeCertKeyBadRequest) Code() int

Code gets the status code for the describe cert key bad request response

func (*DescribeCertKeyBadRequest) Error

func (o *DescribeCertKeyBadRequest) Error() string

func (*DescribeCertKeyBadRequest) GetPayload

func (*DescribeCertKeyBadRequest) IsClientError

func (o *DescribeCertKeyBadRequest) IsClientError() bool

IsClientError returns true when this describe cert key bad request response has a 4xx status code

func (*DescribeCertKeyBadRequest) IsCode

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

IsCode returns true when this describe cert key bad request response a status code equal to that given

func (*DescribeCertKeyBadRequest) IsRedirect

func (o *DescribeCertKeyBadRequest) IsRedirect() bool

IsRedirect returns true when this describe cert key bad request response has a 3xx status code

func (*DescribeCertKeyBadRequest) IsServerError

func (o *DescribeCertKeyBadRequest) IsServerError() bool

IsServerError returns true when this describe cert key bad request response has a 5xx status code

func (*DescribeCertKeyBadRequest) IsSuccess

func (o *DescribeCertKeyBadRequest) IsSuccess() bool

IsSuccess returns true when this describe cert key bad request response has a 2xx status code

func (*DescribeCertKeyBadRequest) String

func (o *DescribeCertKeyBadRequest) String() string

type DescribeCertKeyConflict

type DescribeCertKeyConflict struct {
	Payload *vproxy_client_model.Error409
}

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

conflict

func NewDescribeCertKeyConflict

func NewDescribeCertKeyConflict() *DescribeCertKeyConflict

NewDescribeCertKeyConflict creates a DescribeCertKeyConflict with default headers values

func (*DescribeCertKeyConflict) Code

func (o *DescribeCertKeyConflict) Code() int

Code gets the status code for the describe cert key conflict response

func (*DescribeCertKeyConflict) Error

func (o *DescribeCertKeyConflict) Error() string

func (*DescribeCertKeyConflict) GetPayload

func (*DescribeCertKeyConflict) IsClientError

func (o *DescribeCertKeyConflict) IsClientError() bool

IsClientError returns true when this describe cert key conflict response has a 4xx status code

func (*DescribeCertKeyConflict) IsCode

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

IsCode returns true when this describe cert key conflict response a status code equal to that given

func (*DescribeCertKeyConflict) IsRedirect

func (o *DescribeCertKeyConflict) IsRedirect() bool

IsRedirect returns true when this describe cert key conflict response has a 3xx status code

func (*DescribeCertKeyConflict) IsServerError

func (o *DescribeCertKeyConflict) IsServerError() bool

IsServerError returns true when this describe cert key conflict response has a 5xx status code

func (*DescribeCertKeyConflict) IsSuccess

func (o *DescribeCertKeyConflict) IsSuccess() bool

IsSuccess returns true when this describe cert key conflict response has a 2xx status code

func (*DescribeCertKeyConflict) String

func (o *DescribeCertKeyConflict) String() string

type DescribeCertKeyInternalServerError

type DescribeCertKeyInternalServerError struct {
	Payload *vproxy_client_model.Error500
}

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

internal error

func NewDescribeCertKeyInternalServerError

func NewDescribeCertKeyInternalServerError() *DescribeCertKeyInternalServerError

NewDescribeCertKeyInternalServerError creates a DescribeCertKeyInternalServerError with default headers values

func (*DescribeCertKeyInternalServerError) Code

Code gets the status code for the describe cert key internal server error response

func (*DescribeCertKeyInternalServerError) Error

func (*DescribeCertKeyInternalServerError) GetPayload

func (*DescribeCertKeyInternalServerError) IsClientError

func (o *DescribeCertKeyInternalServerError) IsClientError() bool

IsClientError returns true when this describe cert key internal server error response has a 4xx status code

func (*DescribeCertKeyInternalServerError) IsCode

IsCode returns true when this describe cert key internal server error response a status code equal to that given

func (*DescribeCertKeyInternalServerError) IsRedirect

func (o *DescribeCertKeyInternalServerError) IsRedirect() bool

IsRedirect returns true when this describe cert key internal server error response has a 3xx status code

func (*DescribeCertKeyInternalServerError) IsServerError

func (o *DescribeCertKeyInternalServerError) IsServerError() bool

IsServerError returns true when this describe cert key internal server error response has a 5xx status code

func (*DescribeCertKeyInternalServerError) IsSuccess

IsSuccess returns true when this describe cert key internal server error response has a 2xx status code

func (*DescribeCertKeyInternalServerError) String

type DescribeCertKeyNotFound

type DescribeCertKeyNotFound struct {
	Payload *vproxy_client_model.Error404
}

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

resource not found

func NewDescribeCertKeyNotFound

func NewDescribeCertKeyNotFound() *DescribeCertKeyNotFound

NewDescribeCertKeyNotFound creates a DescribeCertKeyNotFound with default headers values

func (*DescribeCertKeyNotFound) Code

func (o *DescribeCertKeyNotFound) Code() int

Code gets the status code for the describe cert key not found response

func (*DescribeCertKeyNotFound) Error

func (o *DescribeCertKeyNotFound) Error() string

func (*DescribeCertKeyNotFound) GetPayload

func (*DescribeCertKeyNotFound) IsClientError

func (o *DescribeCertKeyNotFound) IsClientError() bool

IsClientError returns true when this describe cert key not found response has a 4xx status code

func (*DescribeCertKeyNotFound) IsCode

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

IsCode returns true when this describe cert key not found response a status code equal to that given

func (*DescribeCertKeyNotFound) IsRedirect

func (o *DescribeCertKeyNotFound) IsRedirect() bool

IsRedirect returns true when this describe cert key not found response has a 3xx status code

func (*DescribeCertKeyNotFound) IsServerError

func (o *DescribeCertKeyNotFound) IsServerError() bool

IsServerError returns true when this describe cert key not found response has a 5xx status code

func (*DescribeCertKeyNotFound) IsSuccess

func (o *DescribeCertKeyNotFound) IsSuccess() bool

IsSuccess returns true when this describe cert key not found response has a 2xx status code

func (*DescribeCertKeyNotFound) String

func (o *DescribeCertKeyNotFound) String() string

type DescribeCertKeyOK

type DescribeCertKeyOK struct {
	Payload *vproxy_client_model.CertKeyDetail
}

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

ok

func NewDescribeCertKeyOK

func NewDescribeCertKeyOK() *DescribeCertKeyOK

NewDescribeCertKeyOK creates a DescribeCertKeyOK with default headers values

func (*DescribeCertKeyOK) Code

func (o *DescribeCertKeyOK) Code() int

Code gets the status code for the describe cert key o k response

func (*DescribeCertKeyOK) Error

func (o *DescribeCertKeyOK) Error() string

func (*DescribeCertKeyOK) GetPayload

func (*DescribeCertKeyOK) IsClientError

func (o *DescribeCertKeyOK) IsClientError() bool

IsClientError returns true when this describe cert key o k response has a 4xx status code

func (*DescribeCertKeyOK) IsCode

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

IsCode returns true when this describe cert key o k response a status code equal to that given

func (*DescribeCertKeyOK) IsRedirect

func (o *DescribeCertKeyOK) IsRedirect() bool

IsRedirect returns true when this describe cert key o k response has a 3xx status code

func (*DescribeCertKeyOK) IsServerError

func (o *DescribeCertKeyOK) IsServerError() bool

IsServerError returns true when this describe cert key o k response has a 5xx status code

func (*DescribeCertKeyOK) IsSuccess

func (o *DescribeCertKeyOK) IsSuccess() bool

IsSuccess returns true when this describe cert key o k response has a 2xx status code

func (*DescribeCertKeyOK) String

func (o *DescribeCertKeyOK) String() string

type DescribeCertKeyParams

type DescribeCertKeyParams struct {

	/* Ck.

	   name of the cert-key
	*/
	Ck string

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

DescribeCertKeyParams contains all the parameters to send to the API endpoint

for the describe cert key operation.

Typically these are written to a http.Request.

func NewDescribeCertKeyParams

func NewDescribeCertKeyParams() *DescribeCertKeyParams

NewDescribeCertKeyParams creates a new DescribeCertKeyParams 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 NewDescribeCertKeyParamsWithContext

func NewDescribeCertKeyParamsWithContext(ctx context.Context) *DescribeCertKeyParams

NewDescribeCertKeyParamsWithContext creates a new DescribeCertKeyParams object with the ability to set a context for a request.

func NewDescribeCertKeyParamsWithHTTPClient

func NewDescribeCertKeyParamsWithHTTPClient(client *http.Client) *DescribeCertKeyParams

NewDescribeCertKeyParamsWithHTTPClient creates a new DescribeCertKeyParams object with the ability to set a custom HTTPClient for a request.

func NewDescribeCertKeyParamsWithTimeout

func NewDescribeCertKeyParamsWithTimeout(timeout time.Duration) *DescribeCertKeyParams

NewDescribeCertKeyParamsWithTimeout creates a new DescribeCertKeyParams object with the ability to set a timeout on a request.

func (*DescribeCertKeyParams) SetCk

func (o *DescribeCertKeyParams) SetCk(ck string)

SetCk adds the ck to the describe cert key params

func (*DescribeCertKeyParams) SetContext

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

SetContext adds the context to the describe cert key params

func (*DescribeCertKeyParams) SetDefaults

func (o *DescribeCertKeyParams) SetDefaults()

SetDefaults hydrates default values in the describe cert key params (not the query body).

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

func (*DescribeCertKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the describe cert key params

func (*DescribeCertKeyParams) SetTimeout

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

SetTimeout adds the timeout to the describe cert key params

func (*DescribeCertKeyParams) WithCk

WithCk adds the ck to the describe cert key params

func (*DescribeCertKeyParams) WithContext

WithContext adds the context to the describe cert key params

func (*DescribeCertKeyParams) WithDefaults

func (o *DescribeCertKeyParams) WithDefaults() *DescribeCertKeyParams

WithDefaults hydrates default values in the describe cert key params (not the query body).

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

func (*DescribeCertKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the describe cert key params

func (*DescribeCertKeyParams) WithTimeout

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

WithTimeout adds the timeout to the describe cert key params

func (*DescribeCertKeyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DescribeCertKeyReader

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

DescribeCertKeyReader is a Reader for the DescribeCertKey structure.

func (*DescribeCertKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetCertKeyBadRequest

type GetCertKeyBadRequest struct {
	Payload *vproxy_client_model.Error400
}

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

invalid input parameters

func NewGetCertKeyBadRequest

func NewGetCertKeyBadRequest() *GetCertKeyBadRequest

NewGetCertKeyBadRequest creates a GetCertKeyBadRequest with default headers values

func (*GetCertKeyBadRequest) Code

func (o *GetCertKeyBadRequest) Code() int

Code gets the status code for the get cert key bad request response

func (*GetCertKeyBadRequest) Error

func (o *GetCertKeyBadRequest) Error() string

func (*GetCertKeyBadRequest) GetPayload

func (*GetCertKeyBadRequest) IsClientError

func (o *GetCertKeyBadRequest) IsClientError() bool

IsClientError returns true when this get cert key bad request response has a 4xx status code

func (*GetCertKeyBadRequest) IsCode

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

IsCode returns true when this get cert key bad request response a status code equal to that given

func (*GetCertKeyBadRequest) IsRedirect

func (o *GetCertKeyBadRequest) IsRedirect() bool

IsRedirect returns true when this get cert key bad request response has a 3xx status code

func (*GetCertKeyBadRequest) IsServerError

func (o *GetCertKeyBadRequest) IsServerError() bool

IsServerError returns true when this get cert key bad request response has a 5xx status code

func (*GetCertKeyBadRequest) IsSuccess

func (o *GetCertKeyBadRequest) IsSuccess() bool

IsSuccess returns true when this get cert key bad request response has a 2xx status code

func (*GetCertKeyBadRequest) String

func (o *GetCertKeyBadRequest) String() string

type GetCertKeyConflict

type GetCertKeyConflict struct {
	Payload *vproxy_client_model.Error409
}

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

conflict

func NewGetCertKeyConflict

func NewGetCertKeyConflict() *GetCertKeyConflict

NewGetCertKeyConflict creates a GetCertKeyConflict with default headers values

func (*GetCertKeyConflict) Code

func (o *GetCertKeyConflict) Code() int

Code gets the status code for the get cert key conflict response

func (*GetCertKeyConflict) Error

func (o *GetCertKeyConflict) Error() string

func (*GetCertKeyConflict) GetPayload

func (*GetCertKeyConflict) IsClientError

func (o *GetCertKeyConflict) IsClientError() bool

IsClientError returns true when this get cert key conflict response has a 4xx status code

func (*GetCertKeyConflict) IsCode

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

IsCode returns true when this get cert key conflict response a status code equal to that given

func (*GetCertKeyConflict) IsRedirect

func (o *GetCertKeyConflict) IsRedirect() bool

IsRedirect returns true when this get cert key conflict response has a 3xx status code

func (*GetCertKeyConflict) IsServerError

func (o *GetCertKeyConflict) IsServerError() bool

IsServerError returns true when this get cert key conflict response has a 5xx status code

func (*GetCertKeyConflict) IsSuccess

func (o *GetCertKeyConflict) IsSuccess() bool

IsSuccess returns true when this get cert key conflict response has a 2xx status code

func (*GetCertKeyConflict) String

func (o *GetCertKeyConflict) String() string

type GetCertKeyInternalServerError

type GetCertKeyInternalServerError struct {
	Payload *vproxy_client_model.Error500
}

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

internal error

func NewGetCertKeyInternalServerError

func NewGetCertKeyInternalServerError() *GetCertKeyInternalServerError

NewGetCertKeyInternalServerError creates a GetCertKeyInternalServerError with default headers values

func (*GetCertKeyInternalServerError) Code

Code gets the status code for the get cert key internal server error response

func (*GetCertKeyInternalServerError) Error

func (*GetCertKeyInternalServerError) GetPayload

func (*GetCertKeyInternalServerError) IsClientError

func (o *GetCertKeyInternalServerError) IsClientError() bool

IsClientError returns true when this get cert key internal server error response has a 4xx status code

func (*GetCertKeyInternalServerError) IsCode

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

IsCode returns true when this get cert key internal server error response a status code equal to that given

func (*GetCertKeyInternalServerError) IsRedirect

func (o *GetCertKeyInternalServerError) IsRedirect() bool

IsRedirect returns true when this get cert key internal server error response has a 3xx status code

func (*GetCertKeyInternalServerError) IsServerError

func (o *GetCertKeyInternalServerError) IsServerError() bool

IsServerError returns true when this get cert key internal server error response has a 5xx status code

func (*GetCertKeyInternalServerError) IsSuccess

func (o *GetCertKeyInternalServerError) IsSuccess() bool

IsSuccess returns true when this get cert key internal server error response has a 2xx status code

func (*GetCertKeyInternalServerError) String

type GetCertKeyNotFound

type GetCertKeyNotFound struct {
	Payload *vproxy_client_model.Error404
}

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

resource not found

func NewGetCertKeyNotFound

func NewGetCertKeyNotFound() *GetCertKeyNotFound

NewGetCertKeyNotFound creates a GetCertKeyNotFound with default headers values

func (*GetCertKeyNotFound) Code

func (o *GetCertKeyNotFound) Code() int

Code gets the status code for the get cert key not found response

func (*GetCertKeyNotFound) Error

func (o *GetCertKeyNotFound) Error() string

func (*GetCertKeyNotFound) GetPayload

func (*GetCertKeyNotFound) IsClientError

func (o *GetCertKeyNotFound) IsClientError() bool

IsClientError returns true when this get cert key not found response has a 4xx status code

func (*GetCertKeyNotFound) IsCode

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

IsCode returns true when this get cert key not found response a status code equal to that given

func (*GetCertKeyNotFound) IsRedirect

func (o *GetCertKeyNotFound) IsRedirect() bool

IsRedirect returns true when this get cert key not found response has a 3xx status code

func (*GetCertKeyNotFound) IsServerError

func (o *GetCertKeyNotFound) IsServerError() bool

IsServerError returns true when this get cert key not found response has a 5xx status code

func (*GetCertKeyNotFound) IsSuccess

func (o *GetCertKeyNotFound) IsSuccess() bool

IsSuccess returns true when this get cert key not found response has a 2xx status code

func (*GetCertKeyNotFound) String

func (o *GetCertKeyNotFound) String() string

type GetCertKeyOK

type GetCertKeyOK struct {
	Payload *vproxy_client_model.CertKey
}

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

ok

func NewGetCertKeyOK

func NewGetCertKeyOK() *GetCertKeyOK

NewGetCertKeyOK creates a GetCertKeyOK with default headers values

func (*GetCertKeyOK) Code

func (o *GetCertKeyOK) Code() int

Code gets the status code for the get cert key o k response

func (*GetCertKeyOK) Error

func (o *GetCertKeyOK) Error() string

func (*GetCertKeyOK) GetPayload

func (o *GetCertKeyOK) GetPayload() *vproxy_client_model.CertKey

func (*GetCertKeyOK) IsClientError

func (o *GetCertKeyOK) IsClientError() bool

IsClientError returns true when this get cert key o k response has a 4xx status code

func (*GetCertKeyOK) IsCode

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

IsCode returns true when this get cert key o k response a status code equal to that given

func (*GetCertKeyOK) IsRedirect

func (o *GetCertKeyOK) IsRedirect() bool

IsRedirect returns true when this get cert key o k response has a 3xx status code

func (*GetCertKeyOK) IsServerError

func (o *GetCertKeyOK) IsServerError() bool

IsServerError returns true when this get cert key o k response has a 5xx status code

func (*GetCertKeyOK) IsSuccess

func (o *GetCertKeyOK) IsSuccess() bool

IsSuccess returns true when this get cert key o k response has a 2xx status code

func (*GetCertKeyOK) String

func (o *GetCertKeyOK) String() string

type GetCertKeyParams

type GetCertKeyParams struct {

	/* Ck.

	   name of the cert-key
	*/
	Ck string

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

GetCertKeyParams contains all the parameters to send to the API endpoint

for the get cert key operation.

Typically these are written to a http.Request.

func NewGetCertKeyParams

func NewGetCertKeyParams() *GetCertKeyParams

NewGetCertKeyParams creates a new GetCertKeyParams 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 NewGetCertKeyParamsWithContext

func NewGetCertKeyParamsWithContext(ctx context.Context) *GetCertKeyParams

NewGetCertKeyParamsWithContext creates a new GetCertKeyParams object with the ability to set a context for a request.

func NewGetCertKeyParamsWithHTTPClient

func NewGetCertKeyParamsWithHTTPClient(client *http.Client) *GetCertKeyParams

NewGetCertKeyParamsWithHTTPClient creates a new GetCertKeyParams object with the ability to set a custom HTTPClient for a request.

func NewGetCertKeyParamsWithTimeout

func NewGetCertKeyParamsWithTimeout(timeout time.Duration) *GetCertKeyParams

NewGetCertKeyParamsWithTimeout creates a new GetCertKeyParams object with the ability to set a timeout on a request.

func (*GetCertKeyParams) SetCk

func (o *GetCertKeyParams) SetCk(ck string)

SetCk adds the ck to the get cert key params

func (*GetCertKeyParams) SetContext

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

SetContext adds the context to the get cert key params

func (*GetCertKeyParams) SetDefaults

func (o *GetCertKeyParams) SetDefaults()

SetDefaults hydrates default values in the get cert key params (not the query body).

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

func (*GetCertKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get cert key params

func (*GetCertKeyParams) SetTimeout

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

SetTimeout adds the timeout to the get cert key params

func (*GetCertKeyParams) WithCk

func (o *GetCertKeyParams) WithCk(ck string) *GetCertKeyParams

WithCk adds the ck to the get cert key params

func (*GetCertKeyParams) WithContext

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

WithContext adds the context to the get cert key params

func (*GetCertKeyParams) WithDefaults

func (o *GetCertKeyParams) WithDefaults() *GetCertKeyParams

WithDefaults hydrates default values in the get cert key params (not the query body).

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

func (*GetCertKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get cert key params

func (*GetCertKeyParams) WithTimeout

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

WithTimeout adds the timeout to the get cert key params

func (*GetCertKeyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetCertKeyReader

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

GetCertKeyReader is a Reader for the GetCertKey structure.

func (*GetCertKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListCertKeyBadRequest

type ListCertKeyBadRequest struct {
	Payload *vproxy_client_model.Error400
}

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

invalid input parameters

func NewListCertKeyBadRequest

func NewListCertKeyBadRequest() *ListCertKeyBadRequest

NewListCertKeyBadRequest creates a ListCertKeyBadRequest with default headers values

func (*ListCertKeyBadRequest) Code

func (o *ListCertKeyBadRequest) Code() int

Code gets the status code for the list cert key bad request response

func (*ListCertKeyBadRequest) Error

func (o *ListCertKeyBadRequest) Error() string

func (*ListCertKeyBadRequest) GetPayload

func (*ListCertKeyBadRequest) IsClientError

func (o *ListCertKeyBadRequest) IsClientError() bool

IsClientError returns true when this list cert key bad request response has a 4xx status code

func (*ListCertKeyBadRequest) IsCode

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

IsCode returns true when this list cert key bad request response a status code equal to that given

func (*ListCertKeyBadRequest) IsRedirect

func (o *ListCertKeyBadRequest) IsRedirect() bool

IsRedirect returns true when this list cert key bad request response has a 3xx status code

func (*ListCertKeyBadRequest) IsServerError

func (o *ListCertKeyBadRequest) IsServerError() bool

IsServerError returns true when this list cert key bad request response has a 5xx status code

func (*ListCertKeyBadRequest) IsSuccess

func (o *ListCertKeyBadRequest) IsSuccess() bool

IsSuccess returns true when this list cert key bad request response has a 2xx status code

func (*ListCertKeyBadRequest) String

func (o *ListCertKeyBadRequest) String() string

type ListCertKeyConflict

type ListCertKeyConflict struct {
	Payload *vproxy_client_model.Error409
}

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

conflict

func NewListCertKeyConflict

func NewListCertKeyConflict() *ListCertKeyConflict

NewListCertKeyConflict creates a ListCertKeyConflict with default headers values

func (*ListCertKeyConflict) Code

func (o *ListCertKeyConflict) Code() int

Code gets the status code for the list cert key conflict response

func (*ListCertKeyConflict) Error

func (o *ListCertKeyConflict) Error() string

func (*ListCertKeyConflict) GetPayload

func (*ListCertKeyConflict) IsClientError

func (o *ListCertKeyConflict) IsClientError() bool

IsClientError returns true when this list cert key conflict response has a 4xx status code

func (*ListCertKeyConflict) IsCode

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

IsCode returns true when this list cert key conflict response a status code equal to that given

func (*ListCertKeyConflict) IsRedirect

func (o *ListCertKeyConflict) IsRedirect() bool

IsRedirect returns true when this list cert key conflict response has a 3xx status code

func (*ListCertKeyConflict) IsServerError

func (o *ListCertKeyConflict) IsServerError() bool

IsServerError returns true when this list cert key conflict response has a 5xx status code

func (*ListCertKeyConflict) IsSuccess

func (o *ListCertKeyConflict) IsSuccess() bool

IsSuccess returns true when this list cert key conflict response has a 2xx status code

func (*ListCertKeyConflict) String

func (o *ListCertKeyConflict) String() string

type ListCertKeyInternalServerError

type ListCertKeyInternalServerError struct {
	Payload *vproxy_client_model.Error500
}

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

internal error

func NewListCertKeyInternalServerError

func NewListCertKeyInternalServerError() *ListCertKeyInternalServerError

NewListCertKeyInternalServerError creates a ListCertKeyInternalServerError with default headers values

func (*ListCertKeyInternalServerError) Code

Code gets the status code for the list cert key internal server error response

func (*ListCertKeyInternalServerError) Error

func (*ListCertKeyInternalServerError) GetPayload

func (*ListCertKeyInternalServerError) IsClientError

func (o *ListCertKeyInternalServerError) IsClientError() bool

IsClientError returns true when this list cert key internal server error response has a 4xx status code

func (*ListCertKeyInternalServerError) IsCode

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

IsCode returns true when this list cert key internal server error response a status code equal to that given

func (*ListCertKeyInternalServerError) IsRedirect

func (o *ListCertKeyInternalServerError) IsRedirect() bool

IsRedirect returns true when this list cert key internal server error response has a 3xx status code

func (*ListCertKeyInternalServerError) IsServerError

func (o *ListCertKeyInternalServerError) IsServerError() bool

IsServerError returns true when this list cert key internal server error response has a 5xx status code

func (*ListCertKeyInternalServerError) IsSuccess

func (o *ListCertKeyInternalServerError) IsSuccess() bool

IsSuccess returns true when this list cert key internal server error response has a 2xx status code

func (*ListCertKeyInternalServerError) String

type ListCertKeyOK

type ListCertKeyOK struct {
	Payload []*vproxy_client_model.CertKey
}

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

ok

func NewListCertKeyOK

func NewListCertKeyOK() *ListCertKeyOK

NewListCertKeyOK creates a ListCertKeyOK with default headers values

func (*ListCertKeyOK) Code

func (o *ListCertKeyOK) Code() int

Code gets the status code for the list cert key o k response

func (*ListCertKeyOK) Error

func (o *ListCertKeyOK) Error() string

func (*ListCertKeyOK) GetPayload

func (o *ListCertKeyOK) GetPayload() []*vproxy_client_model.CertKey

func (*ListCertKeyOK) IsClientError

func (o *ListCertKeyOK) IsClientError() bool

IsClientError returns true when this list cert key o k response has a 4xx status code

func (*ListCertKeyOK) IsCode

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

IsCode returns true when this list cert key o k response a status code equal to that given

func (*ListCertKeyOK) IsRedirect

func (o *ListCertKeyOK) IsRedirect() bool

IsRedirect returns true when this list cert key o k response has a 3xx status code

func (*ListCertKeyOK) IsServerError

func (o *ListCertKeyOK) IsServerError() bool

IsServerError returns true when this list cert key o k response has a 5xx status code

func (*ListCertKeyOK) IsSuccess

func (o *ListCertKeyOK) IsSuccess() bool

IsSuccess returns true when this list cert key o k response has a 2xx status code

func (*ListCertKeyOK) String

func (o *ListCertKeyOK) String() string

type ListCertKeyParams

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

ListCertKeyParams contains all the parameters to send to the API endpoint

for the list cert key operation.

Typically these are written to a http.Request.

func NewListCertKeyParams

func NewListCertKeyParams() *ListCertKeyParams

NewListCertKeyParams creates a new ListCertKeyParams 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 NewListCertKeyParamsWithContext

func NewListCertKeyParamsWithContext(ctx context.Context) *ListCertKeyParams

NewListCertKeyParamsWithContext creates a new ListCertKeyParams object with the ability to set a context for a request.

func NewListCertKeyParamsWithHTTPClient

func NewListCertKeyParamsWithHTTPClient(client *http.Client) *ListCertKeyParams

NewListCertKeyParamsWithHTTPClient creates a new ListCertKeyParams object with the ability to set a custom HTTPClient for a request.

func NewListCertKeyParamsWithTimeout

func NewListCertKeyParamsWithTimeout(timeout time.Duration) *ListCertKeyParams

NewListCertKeyParamsWithTimeout creates a new ListCertKeyParams object with the ability to set a timeout on a request.

func (*ListCertKeyParams) SetContext

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

SetContext adds the context to the list cert key params

func (*ListCertKeyParams) SetDefaults

func (o *ListCertKeyParams) SetDefaults()

SetDefaults hydrates default values in the list cert key params (not the query body).

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

func (*ListCertKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list cert key params

func (*ListCertKeyParams) SetTimeout

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

SetTimeout adds the timeout to the list cert key params

func (*ListCertKeyParams) WithContext

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

WithContext adds the context to the list cert key params

func (*ListCertKeyParams) WithDefaults

func (o *ListCertKeyParams) WithDefaults() *ListCertKeyParams

WithDefaults hydrates default values in the list cert key params (not the query body).

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

func (*ListCertKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list cert key params

func (*ListCertKeyParams) WithTimeout

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

WithTimeout adds the timeout to the list cert key params

func (*ListCertKeyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListCertKeyReader

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

ListCertKeyReader is a Reader for the ListCertKey structure.

func (*ListCertKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type RemoveCertKeyBadRequest

type RemoveCertKeyBadRequest struct {
	Payload *vproxy_client_model.Error400
}

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

invalid input parameters

func NewRemoveCertKeyBadRequest

func NewRemoveCertKeyBadRequest() *RemoveCertKeyBadRequest

NewRemoveCertKeyBadRequest creates a RemoveCertKeyBadRequest with default headers values

func (*RemoveCertKeyBadRequest) Code

func (o *RemoveCertKeyBadRequest) Code() int

Code gets the status code for the remove cert key bad request response

func (*RemoveCertKeyBadRequest) Error

func (o *RemoveCertKeyBadRequest) Error() string

func (*RemoveCertKeyBadRequest) GetPayload

func (*RemoveCertKeyBadRequest) IsClientError

func (o *RemoveCertKeyBadRequest) IsClientError() bool

IsClientError returns true when this remove cert key bad request response has a 4xx status code

func (*RemoveCertKeyBadRequest) IsCode

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

IsCode returns true when this remove cert key bad request response a status code equal to that given

func (*RemoveCertKeyBadRequest) IsRedirect

func (o *RemoveCertKeyBadRequest) IsRedirect() bool

IsRedirect returns true when this remove cert key bad request response has a 3xx status code

func (*RemoveCertKeyBadRequest) IsServerError

func (o *RemoveCertKeyBadRequest) IsServerError() bool

IsServerError returns true when this remove cert key bad request response has a 5xx status code

func (*RemoveCertKeyBadRequest) IsSuccess

func (o *RemoveCertKeyBadRequest) IsSuccess() bool

IsSuccess returns true when this remove cert key bad request response has a 2xx status code

func (*RemoveCertKeyBadRequest) String

func (o *RemoveCertKeyBadRequest) String() string

type RemoveCertKeyConflict

type RemoveCertKeyConflict struct {
	Payload *vproxy_client_model.Error409
}

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

conflict

func NewRemoveCertKeyConflict

func NewRemoveCertKeyConflict() *RemoveCertKeyConflict

NewRemoveCertKeyConflict creates a RemoveCertKeyConflict with default headers values

func (*RemoveCertKeyConflict) Code

func (o *RemoveCertKeyConflict) Code() int

Code gets the status code for the remove cert key conflict response

func (*RemoveCertKeyConflict) Error

func (o *RemoveCertKeyConflict) Error() string

func (*RemoveCertKeyConflict) GetPayload

func (*RemoveCertKeyConflict) IsClientError

func (o *RemoveCertKeyConflict) IsClientError() bool

IsClientError returns true when this remove cert key conflict response has a 4xx status code

func (*RemoveCertKeyConflict) IsCode

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

IsCode returns true when this remove cert key conflict response a status code equal to that given

func (*RemoveCertKeyConflict) IsRedirect

func (o *RemoveCertKeyConflict) IsRedirect() bool

IsRedirect returns true when this remove cert key conflict response has a 3xx status code

func (*RemoveCertKeyConflict) IsServerError

func (o *RemoveCertKeyConflict) IsServerError() bool

IsServerError returns true when this remove cert key conflict response has a 5xx status code

func (*RemoveCertKeyConflict) IsSuccess

func (o *RemoveCertKeyConflict) IsSuccess() bool

IsSuccess returns true when this remove cert key conflict response has a 2xx status code

func (*RemoveCertKeyConflict) String

func (o *RemoveCertKeyConflict) String() string

type RemoveCertKeyInternalServerError

type RemoveCertKeyInternalServerError struct {
	Payload *vproxy_client_model.Error500
}

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

internal error

func NewRemoveCertKeyInternalServerError

func NewRemoveCertKeyInternalServerError() *RemoveCertKeyInternalServerError

NewRemoveCertKeyInternalServerError creates a RemoveCertKeyInternalServerError with default headers values

func (*RemoveCertKeyInternalServerError) Code

Code gets the status code for the remove cert key internal server error response

func (*RemoveCertKeyInternalServerError) Error

func (*RemoveCertKeyInternalServerError) GetPayload

func (*RemoveCertKeyInternalServerError) IsClientError

func (o *RemoveCertKeyInternalServerError) IsClientError() bool

IsClientError returns true when this remove cert key internal server error response has a 4xx status code

func (*RemoveCertKeyInternalServerError) IsCode

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

IsCode returns true when this remove cert key internal server error response a status code equal to that given

func (*RemoveCertKeyInternalServerError) IsRedirect

func (o *RemoveCertKeyInternalServerError) IsRedirect() bool

IsRedirect returns true when this remove cert key internal server error response has a 3xx status code

func (*RemoveCertKeyInternalServerError) IsServerError

func (o *RemoveCertKeyInternalServerError) IsServerError() bool

IsServerError returns true when this remove cert key internal server error response has a 5xx status code

func (*RemoveCertKeyInternalServerError) IsSuccess

func (o *RemoveCertKeyInternalServerError) IsSuccess() bool

IsSuccess returns true when this remove cert key internal server error response has a 2xx status code

func (*RemoveCertKeyInternalServerError) String

type RemoveCertKeyNoContent

type RemoveCertKeyNoContent struct {
}

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

ok

func NewRemoveCertKeyNoContent

func NewRemoveCertKeyNoContent() *RemoveCertKeyNoContent

NewRemoveCertKeyNoContent creates a RemoveCertKeyNoContent with default headers values

func (*RemoveCertKeyNoContent) Code

func (o *RemoveCertKeyNoContent) Code() int

Code gets the status code for the remove cert key no content response

func (*RemoveCertKeyNoContent) Error

func (o *RemoveCertKeyNoContent) Error() string

func (*RemoveCertKeyNoContent) IsClientError

func (o *RemoveCertKeyNoContent) IsClientError() bool

IsClientError returns true when this remove cert key no content response has a 4xx status code

func (*RemoveCertKeyNoContent) IsCode

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

IsCode returns true when this remove cert key no content response a status code equal to that given

func (*RemoveCertKeyNoContent) IsRedirect

func (o *RemoveCertKeyNoContent) IsRedirect() bool

IsRedirect returns true when this remove cert key no content response has a 3xx status code

func (*RemoveCertKeyNoContent) IsServerError

func (o *RemoveCertKeyNoContent) IsServerError() bool

IsServerError returns true when this remove cert key no content response has a 5xx status code

func (*RemoveCertKeyNoContent) IsSuccess

func (o *RemoveCertKeyNoContent) IsSuccess() bool

IsSuccess returns true when this remove cert key no content response has a 2xx status code

func (*RemoveCertKeyNoContent) String

func (o *RemoveCertKeyNoContent) String() string

type RemoveCertKeyNotFound

type RemoveCertKeyNotFound struct {
	Payload *vproxy_client_model.Error404
}

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

resource not found

func NewRemoveCertKeyNotFound

func NewRemoveCertKeyNotFound() *RemoveCertKeyNotFound

NewRemoveCertKeyNotFound creates a RemoveCertKeyNotFound with default headers values

func (*RemoveCertKeyNotFound) Code

func (o *RemoveCertKeyNotFound) Code() int

Code gets the status code for the remove cert key not found response

func (*RemoveCertKeyNotFound) Error

func (o *RemoveCertKeyNotFound) Error() string

func (*RemoveCertKeyNotFound) GetPayload

func (*RemoveCertKeyNotFound) IsClientError

func (o *RemoveCertKeyNotFound) IsClientError() bool

IsClientError returns true when this remove cert key not found response has a 4xx status code

func (*RemoveCertKeyNotFound) IsCode

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

IsCode returns true when this remove cert key not found response a status code equal to that given

func (*RemoveCertKeyNotFound) IsRedirect

func (o *RemoveCertKeyNotFound) IsRedirect() bool

IsRedirect returns true when this remove cert key not found response has a 3xx status code

func (*RemoveCertKeyNotFound) IsServerError

func (o *RemoveCertKeyNotFound) IsServerError() bool

IsServerError returns true when this remove cert key not found response has a 5xx status code

func (*RemoveCertKeyNotFound) IsSuccess

func (o *RemoveCertKeyNotFound) IsSuccess() bool

IsSuccess returns true when this remove cert key not found response has a 2xx status code

func (*RemoveCertKeyNotFound) String

func (o *RemoveCertKeyNotFound) String() string

type RemoveCertKeyParams

type RemoveCertKeyParams struct {

	/* Ck.

	   name of the cert-key
	*/
	Ck string

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

RemoveCertKeyParams contains all the parameters to send to the API endpoint

for the remove cert key operation.

Typically these are written to a http.Request.

func NewRemoveCertKeyParams

func NewRemoveCertKeyParams() *RemoveCertKeyParams

NewRemoveCertKeyParams creates a new RemoveCertKeyParams 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 NewRemoveCertKeyParamsWithContext

func NewRemoveCertKeyParamsWithContext(ctx context.Context) *RemoveCertKeyParams

NewRemoveCertKeyParamsWithContext creates a new RemoveCertKeyParams object with the ability to set a context for a request.

func NewRemoveCertKeyParamsWithHTTPClient

func NewRemoveCertKeyParamsWithHTTPClient(client *http.Client) *RemoveCertKeyParams

NewRemoveCertKeyParamsWithHTTPClient creates a new RemoveCertKeyParams object with the ability to set a custom HTTPClient for a request.

func NewRemoveCertKeyParamsWithTimeout

func NewRemoveCertKeyParamsWithTimeout(timeout time.Duration) *RemoveCertKeyParams

NewRemoveCertKeyParamsWithTimeout creates a new RemoveCertKeyParams object with the ability to set a timeout on a request.

func (*RemoveCertKeyParams) SetCk

func (o *RemoveCertKeyParams) SetCk(ck string)

SetCk adds the ck to the remove cert key params

func (*RemoveCertKeyParams) SetContext

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

SetContext adds the context to the remove cert key params

func (*RemoveCertKeyParams) SetDefaults

func (o *RemoveCertKeyParams) SetDefaults()

SetDefaults hydrates default values in the remove cert key params (not the query body).

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

func (*RemoveCertKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the remove cert key params

func (*RemoveCertKeyParams) SetTimeout

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

SetTimeout adds the timeout to the remove cert key params

func (*RemoveCertKeyParams) WithCk

WithCk adds the ck to the remove cert key params

func (*RemoveCertKeyParams) WithContext

WithContext adds the context to the remove cert key params

func (*RemoveCertKeyParams) WithDefaults

func (o *RemoveCertKeyParams) WithDefaults() *RemoveCertKeyParams

WithDefaults hydrates default values in the remove cert key params (not the query body).

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

func (*RemoveCertKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the remove cert key params

func (*RemoveCertKeyParams) WithTimeout

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

WithTimeout adds the timeout to the remove cert key params

func (*RemoveCertKeyParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type RemoveCertKeyReader

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

RemoveCertKeyReader is a Reader for the RemoveCertKey structure.

func (*RemoveCertKeyReader) ReadResponse

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