key_derivation_service_registry

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2019 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 AddKeyDerivationServiceInstanceBadRequest

type AddKeyDerivationServiceInstanceBadRequest struct {
}

AddKeyDerivationServiceInstanceBadRequest handles this case with default header values.

Unable to process request

func NewAddKeyDerivationServiceInstanceBadRequest

func NewAddKeyDerivationServiceInstanceBadRequest() *AddKeyDerivationServiceInstanceBadRequest

NewAddKeyDerivationServiceInstanceBadRequest creates a AddKeyDerivationServiceInstanceBadRequest with default headers values

func (*AddKeyDerivationServiceInstanceBadRequest) Error

type AddKeyDerivationServiceInstanceOK

type AddKeyDerivationServiceInstanceOK struct {
	Payload *models.KeyDerivationInstance
}

AddKeyDerivationServiceInstanceOK handles this case with default header values.

Returns the newly registered key derivation service instance

func NewAddKeyDerivationServiceInstanceOK

func NewAddKeyDerivationServiceInstanceOK() *AddKeyDerivationServiceInstanceOK

NewAddKeyDerivationServiceInstanceOK creates a AddKeyDerivationServiceInstanceOK with default headers values

func (*AddKeyDerivationServiceInstanceOK) Error

type AddKeyDerivationServiceInstanceParams

type AddKeyDerivationServiceInstanceParams struct {

	/*KeyDerivationInstance*/
	KeyDerivationInstance *models.KeyDerivationInstance

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

AddKeyDerivationServiceInstanceParams contains all the parameters to send to the API endpoint for the add key derivation service instance operation typically these are written to a http.Request

func NewAddKeyDerivationServiceInstanceParams

func NewAddKeyDerivationServiceInstanceParams() *AddKeyDerivationServiceInstanceParams

NewAddKeyDerivationServiceInstanceParams creates a new AddKeyDerivationServiceInstanceParams object with the default values initialized.

func NewAddKeyDerivationServiceInstanceParamsWithContext

func NewAddKeyDerivationServiceInstanceParamsWithContext(ctx context.Context) *AddKeyDerivationServiceInstanceParams

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

func NewAddKeyDerivationServiceInstanceParamsWithHTTPClient

func NewAddKeyDerivationServiceInstanceParamsWithHTTPClient(client *http.Client) *AddKeyDerivationServiceInstanceParams

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

func NewAddKeyDerivationServiceInstanceParamsWithTimeout

func NewAddKeyDerivationServiceInstanceParamsWithTimeout(timeout time.Duration) *AddKeyDerivationServiceInstanceParams

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

func (*AddKeyDerivationServiceInstanceParams) SetContext

SetContext adds the context to the add key derivation service instance params

func (*AddKeyDerivationServiceInstanceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the add key derivation service instance params

func (*AddKeyDerivationServiceInstanceParams) SetKeyDerivationInstance

func (o *AddKeyDerivationServiceInstanceParams) SetKeyDerivationInstance(keyDerivationInstance *models.KeyDerivationInstance)

SetKeyDerivationInstance adds the keyDerivationInstance to the add key derivation service instance params

func (*AddKeyDerivationServiceInstanceParams) SetTimeout

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

SetTimeout adds the timeout to the add key derivation service instance params

func (*AddKeyDerivationServiceInstanceParams) WithContext

WithContext adds the context to the add key derivation service instance params

func (*AddKeyDerivationServiceInstanceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the add key derivation service instance params

func (*AddKeyDerivationServiceInstanceParams) WithKeyDerivationInstance

WithKeyDerivationInstance adds the keyDerivationInstance to the add key derivation service instance params

func (*AddKeyDerivationServiceInstanceParams) WithTimeout

WithTimeout adds the timeout to the add key derivation service instance params

func (*AddKeyDerivationServiceInstanceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AddKeyDerivationServiceInstanceReader

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

AddKeyDerivationServiceInstanceReader is a Reader for the AddKeyDerivationServiceInstance structure.

func (*AddKeyDerivationServiceInstanceReader) ReadResponse

func (o *AddKeyDerivationServiceInstanceReader) 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 key derivation service registry API

func New

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

New creates a new key derivation service registry API client.

func (*Client) AddKeyDerivationServiceInstance

func (a *Client) AddKeyDerivationServiceInstance(params *AddKeyDerivationServiceInstanceParams, authInfo runtime.ClientAuthInfoWriter) (*AddKeyDerivationServiceInstanceOK, error)

AddKeyDerivationServiceInstance registers a new key derivation service instance

func (*Client) DeleteKeyDerivationServiceInstance

DeleteKeyDerivationServiceInstance activates or deactivate an existing key derivation service instance

func (*Client) HeartbeatKeyDerivationServiceInstance

HeartbeatKeyDerivationServiceInstance heatbeats from the given key derivation service instance

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type DeleteKeyDerivationServiceInstanceBadRequest

type DeleteKeyDerivationServiceInstanceBadRequest struct {
}

DeleteKeyDerivationServiceInstanceBadRequest handles this case with default header values.

Unable to process request

func NewDeleteKeyDerivationServiceInstanceBadRequest

func NewDeleteKeyDerivationServiceInstanceBadRequest() *DeleteKeyDerivationServiceInstanceBadRequest

NewDeleteKeyDerivationServiceInstanceBadRequest creates a DeleteKeyDerivationServiceInstanceBadRequest with default headers values

func (*DeleteKeyDerivationServiceInstanceBadRequest) Error

type DeleteKeyDerivationServiceInstanceOK

type DeleteKeyDerivationServiceInstanceOK struct {
}

DeleteKeyDerivationServiceInstanceOK handles this case with default header values.

Update successful

func NewDeleteKeyDerivationServiceInstanceOK

func NewDeleteKeyDerivationServiceInstanceOK() *DeleteKeyDerivationServiceInstanceOK

NewDeleteKeyDerivationServiceInstanceOK creates a DeleteKeyDerivationServiceInstanceOK with default headers values

func (*DeleteKeyDerivationServiceInstanceOK) Error

type DeleteKeyDerivationServiceInstanceParams

type DeleteKeyDerivationServiceInstanceParams struct {

	/*Active*/
	Active string
	/*KeyDerivationInstanceID*/
	KeyDerivationInstanceID string

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

DeleteKeyDerivationServiceInstanceParams contains all the parameters to send to the API endpoint for the delete key derivation service instance operation typically these are written to a http.Request

func NewDeleteKeyDerivationServiceInstanceParams

func NewDeleteKeyDerivationServiceInstanceParams() *DeleteKeyDerivationServiceInstanceParams

NewDeleteKeyDerivationServiceInstanceParams creates a new DeleteKeyDerivationServiceInstanceParams object with the default values initialized.

func NewDeleteKeyDerivationServiceInstanceParamsWithContext

func NewDeleteKeyDerivationServiceInstanceParamsWithContext(ctx context.Context) *DeleteKeyDerivationServiceInstanceParams

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

func NewDeleteKeyDerivationServiceInstanceParamsWithHTTPClient

func NewDeleteKeyDerivationServiceInstanceParamsWithHTTPClient(client *http.Client) *DeleteKeyDerivationServiceInstanceParams

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

func NewDeleteKeyDerivationServiceInstanceParamsWithTimeout

func NewDeleteKeyDerivationServiceInstanceParamsWithTimeout(timeout time.Duration) *DeleteKeyDerivationServiceInstanceParams

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

func (*DeleteKeyDerivationServiceInstanceParams) SetActive

func (o *DeleteKeyDerivationServiceInstanceParams) SetActive(active string)

SetActive adds the active to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) SetContext

SetContext adds the context to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) SetKeyDerivationInstanceID

func (o *DeleteKeyDerivationServiceInstanceParams) SetKeyDerivationInstanceID(keyDerivationInstanceID string)

SetKeyDerivationInstanceID adds the keyDerivationInstanceId to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) SetTimeout

SetTimeout adds the timeout to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) WithActive

WithActive adds the active to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) WithContext

WithContext adds the context to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) WithKeyDerivationInstanceID

func (o *DeleteKeyDerivationServiceInstanceParams) WithKeyDerivationInstanceID(keyDerivationInstanceID string) *DeleteKeyDerivationServiceInstanceParams

WithKeyDerivationInstanceID adds the keyDerivationInstanceID to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) WithTimeout

WithTimeout adds the timeout to the delete key derivation service instance params

func (*DeleteKeyDerivationServiceInstanceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteKeyDerivationServiceInstanceReader

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

DeleteKeyDerivationServiceInstanceReader is a Reader for the DeleteKeyDerivationServiceInstance structure.

func (*DeleteKeyDerivationServiceInstanceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type HeartbeatKeyDerivationServiceInstanceBadRequest

type HeartbeatKeyDerivationServiceInstanceBadRequest struct {
}

HeartbeatKeyDerivationServiceInstanceBadRequest handles this case with default header values.

Unable to process request

func NewHeartbeatKeyDerivationServiceInstanceBadRequest

func NewHeartbeatKeyDerivationServiceInstanceBadRequest() *HeartbeatKeyDerivationServiceInstanceBadRequest

NewHeartbeatKeyDerivationServiceInstanceBadRequest creates a HeartbeatKeyDerivationServiceInstanceBadRequest with default headers values

func (*HeartbeatKeyDerivationServiceInstanceBadRequest) Error

type HeartbeatKeyDerivationServiceInstanceOK

type HeartbeatKeyDerivationServiceInstanceOK struct {
	Payload *models.HeatbeatResponse
}

HeartbeatKeyDerivationServiceInstanceOK handles this case with default header values.

Heatbeat accepted, possibly returning work

func NewHeartbeatKeyDerivationServiceInstanceOK

func NewHeartbeatKeyDerivationServiceInstanceOK() *HeartbeatKeyDerivationServiceInstanceOK

NewHeartbeatKeyDerivationServiceInstanceOK creates a HeartbeatKeyDerivationServiceInstanceOK with default headers values

func (*HeartbeatKeyDerivationServiceInstanceOK) Error

type HeartbeatKeyDerivationServiceInstanceParams

type HeartbeatKeyDerivationServiceInstanceParams struct {

	/*KeyDerivationInstanceID*/
	KeyDerivationInstanceID string

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

HeartbeatKeyDerivationServiceInstanceParams contains all the parameters to send to the API endpoint for the heartbeat key derivation service instance operation typically these are written to a http.Request

func NewHeartbeatKeyDerivationServiceInstanceParams

func NewHeartbeatKeyDerivationServiceInstanceParams() *HeartbeatKeyDerivationServiceInstanceParams

NewHeartbeatKeyDerivationServiceInstanceParams creates a new HeartbeatKeyDerivationServiceInstanceParams object with the default values initialized.

func NewHeartbeatKeyDerivationServiceInstanceParamsWithContext

func NewHeartbeatKeyDerivationServiceInstanceParamsWithContext(ctx context.Context) *HeartbeatKeyDerivationServiceInstanceParams

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

func NewHeartbeatKeyDerivationServiceInstanceParamsWithHTTPClient

func NewHeartbeatKeyDerivationServiceInstanceParamsWithHTTPClient(client *http.Client) *HeartbeatKeyDerivationServiceInstanceParams

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

func NewHeartbeatKeyDerivationServiceInstanceParamsWithTimeout

func NewHeartbeatKeyDerivationServiceInstanceParamsWithTimeout(timeout time.Duration) *HeartbeatKeyDerivationServiceInstanceParams

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

func (*HeartbeatKeyDerivationServiceInstanceParams) SetContext

SetContext adds the context to the heartbeat key derivation service instance params

func (*HeartbeatKeyDerivationServiceInstanceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the heartbeat key derivation service instance params

func (*HeartbeatKeyDerivationServiceInstanceParams) SetKeyDerivationInstanceID

func (o *HeartbeatKeyDerivationServiceInstanceParams) SetKeyDerivationInstanceID(keyDerivationInstanceID string)

SetKeyDerivationInstanceID adds the keyDerivationInstanceId to the heartbeat key derivation service instance params

func (*HeartbeatKeyDerivationServiceInstanceParams) SetTimeout

SetTimeout adds the timeout to the heartbeat key derivation service instance params

func (*HeartbeatKeyDerivationServiceInstanceParams) WithContext

WithContext adds the context to the heartbeat key derivation service instance params

func (*HeartbeatKeyDerivationServiceInstanceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the heartbeat key derivation service instance params

func (*HeartbeatKeyDerivationServiceInstanceParams) WithKeyDerivationInstanceID

func (o *HeartbeatKeyDerivationServiceInstanceParams) WithKeyDerivationInstanceID(keyDerivationInstanceID string) *HeartbeatKeyDerivationServiceInstanceParams

WithKeyDerivationInstanceID adds the keyDerivationInstanceID to the heartbeat key derivation service instance params

func (*HeartbeatKeyDerivationServiceInstanceParams) WithTimeout

WithTimeout adds the timeout to the heartbeat key derivation service instance params

func (*HeartbeatKeyDerivationServiceInstanceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type HeartbeatKeyDerivationServiceInstanceReader

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

HeartbeatKeyDerivationServiceInstanceReader is a Reader for the HeartbeatKeyDerivationServiceInstance structure.

func (*HeartbeatKeyDerivationServiceInstanceReader) ReadResponse

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