spoe

package
v1.1.6 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for spoe API

func (*Client) CreateSpoe

func (a *Client) CreateSpoe(params *CreateSpoeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeCreated, error)

CreateSpoe creates s p o e file with its entries

Creates SPOE file with its entries.

func (*Client) CreateSpoeAgent

func (a *Client) CreateSpoeAgent(params *CreateSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeAgentCreated, error)

CreateSpoeAgent adds a new spoe agent to scope

Adds a new spoe agent to the spoe scope.

func (*Client) CreateSpoeGroup

func (a *Client) CreateSpoeGroup(params *CreateSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeGroupCreated, error)

CreateSpoeGroup adds a new s p o e groups

Adds a new SPOE groups to the SPOE scope.

func (*Client) CreateSpoeMessage

func (a *Client) CreateSpoeMessage(params *CreateSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeMessageCreated, error)

CreateSpoeMessage adds a new spoe message to scope

Adds a new spoe message to the spoe scope.

func (*Client) CreateSpoeScope

func (a *Client) CreateSpoeScope(params *CreateSpoeScopeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeScopeCreated, error)

CreateSpoeScope adds a new spoe scope

Adds a new spoe scope.

func (*Client) DeleteSpoeAgent

func (a *Client) DeleteSpoeAgent(params *DeleteSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeAgentNoContent, error)

DeleteSpoeAgent deletes a s p o e agent

Deletes a SPOE agent from the configuration in one SPOE scope.

func (*Client) DeleteSpoeFile

func (a *Client) DeleteSpoeFile(params *DeleteSpoeFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeFileNoContent, error)

DeleteSpoeFile deletes s p o e file

Deletes SPOE file.

func (*Client) DeleteSpoeGroup

func (a *Client) DeleteSpoeGroup(params *DeleteSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeGroupNoContent, error)

DeleteSpoeGroup deletes a s p o e groups

Deletes a SPOE groups from the one SPOE scope.

func (*Client) DeleteSpoeMessage

func (a *Client) DeleteSpoeMessage(params *DeleteSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeMessageNoContent, error)

DeleteSpoeMessage deletes a spoe message

Deletes a spoe message from the SPOE scope.

func (*Client) DeleteSpoeScope

func (a *Client) DeleteSpoeScope(params *DeleteSpoeScopeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeScopeNoContent, error)

DeleteSpoeScope deletes a s p o e scope

Deletes a SPOE scope from the configuration file.

func (*Client) GetAllSpoeFiles

func (a *Client) GetAllSpoeFiles(params *GetAllSpoeFilesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllSpoeFilesOK, error)

GetAllSpoeFiles returns all available s p o e files

Returns all available SPOE files.

func (*Client) GetOneSpoeFile

func (a *Client) GetOneSpoeFile(params *GetOneSpoeFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOneSpoeFileOK, error)

GetOneSpoeFile returns one s p o e file

Returns one SPOE file.

func (*Client) GetSpoeAgent

func (a *Client) GetSpoeAgent(params *GetSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeAgentOK, error)

GetSpoeAgent returns a spoe agent

Returns one spoe agent configuration in one SPOE scope.

func (*Client) GetSpoeAgents

func (a *Client) GetSpoeAgents(params *GetSpoeAgentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeAgentsOK, error)

GetSpoeAgents returns an array of spoe agents in one scope

Returns an array of all configured spoe agents in one scope.

func (*Client) GetSpoeConfigurationVersion

func (a *Client) GetSpoeConfigurationVersion(params *GetSpoeConfigurationVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeConfigurationVersionOK, error)

GetSpoeConfigurationVersion returns a s p o e configuration version

Returns SPOE configuration version.

func (*Client) GetSpoeGroup

func (a *Client) GetSpoeGroup(params *GetSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeGroupOK, error)

GetSpoeGroup returns a s p o e groups

Returns one SPOE groups configuration in one SPOE scope.

func (*Client) GetSpoeGroups

func (a *Client) GetSpoeGroups(params *GetSpoeGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeGroupsOK, error)

GetSpoeGroups returns an array of s p o e groups

Returns an array of all configured SPOE groups in one SPOE scope.

func (*Client) GetSpoeMessage

func (a *Client) GetSpoeMessage(params *GetSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeMessageOK, error)

GetSpoeMessage returns a spoe message

Returns one spoe message configuration in SPOE scope.

func (*Client) GetSpoeMessages

func (a *Client) GetSpoeMessages(params *GetSpoeMessagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeMessagesOK, error)

GetSpoeMessages returns an array of spoe messages in one scope

Returns an array of all configured spoe messages in one scope.

func (*Client) GetSpoeScope

func (a *Client) GetSpoeScope(params *GetSpoeScopeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeScopeOK, error)

GetSpoeScope returns one s p o e scope

Returns one SPOE scope in one SPOE file.

func (*Client) GetSpoeScopes

func (a *Client) GetSpoeScopes(params *GetSpoeScopesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeScopesOK, error)

GetSpoeScopes returns an array of spoe scopes

Returns an array of all configured spoe scopes.

func (*Client) ReplaceSpoeAgent

func (a *Client) ReplaceSpoeAgent(params *ReplaceSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplaceSpoeAgentOK, error)

ReplaceSpoeAgent replaces a s p o e agent

Replaces a SPOE agent configuration in one SPOE scope.

func (*Client) ReplaceSpoeGroup

func (a *Client) ReplaceSpoeGroup(params *ReplaceSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplaceSpoeGroupOK, error)

ReplaceSpoeGroup replaces a s p o e groups

Replaces a SPOE groups configuration in one SPOE scope.

func (*Client) ReplaceSpoeMessage

func (a *Client) ReplaceSpoeMessage(params *ReplaceSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplaceSpoeMessageOK, error)

ReplaceSpoeMessage replaces a spoe message

Replaces a spoe message configuration in one SPOE scope.

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 {
	CreateSpoe(params *CreateSpoeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeCreated, error)

	CreateSpoeAgent(params *CreateSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeAgentCreated, error)

	CreateSpoeGroup(params *CreateSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeGroupCreated, error)

	CreateSpoeMessage(params *CreateSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeMessageCreated, error)

	CreateSpoeScope(params *CreateSpoeScopeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeScopeCreated, error)

	DeleteSpoeAgent(params *DeleteSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeAgentNoContent, error)

	DeleteSpoeFile(params *DeleteSpoeFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeFileNoContent, error)

	DeleteSpoeGroup(params *DeleteSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeGroupNoContent, error)

	DeleteSpoeMessage(params *DeleteSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeMessageNoContent, error)

	DeleteSpoeScope(params *DeleteSpoeScopeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeScopeNoContent, error)

	GetAllSpoeFiles(params *GetAllSpoeFilesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllSpoeFilesOK, error)

	GetOneSpoeFile(params *GetOneSpoeFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOneSpoeFileOK, error)

	GetSpoeAgent(params *GetSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeAgentOK, error)

	GetSpoeAgents(params *GetSpoeAgentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeAgentsOK, error)

	GetSpoeConfigurationVersion(params *GetSpoeConfigurationVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeConfigurationVersionOK, error)

	GetSpoeGroup(params *GetSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeGroupOK, error)

	GetSpoeGroups(params *GetSpoeGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeGroupsOK, error)

	GetSpoeMessage(params *GetSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeMessageOK, error)

	GetSpoeMessages(params *GetSpoeMessagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeMessagesOK, error)

	GetSpoeScope(params *GetSpoeScopeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeScopeOK, error)

	GetSpoeScopes(params *GetSpoeScopesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeScopesOK, error)

	ReplaceSpoeAgent(params *ReplaceSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplaceSpoeAgentOK, error)

	ReplaceSpoeGroup(params *ReplaceSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplaceSpoeGroupOK, error)

	ReplaceSpoeMessage(params *ReplaceSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplaceSpoeMessageOK, 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 spoe API client.

type CreateSpoeAgentBadRequest

type CreateSpoeAgentBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Bad request

func NewCreateSpoeAgentBadRequest

func NewCreateSpoeAgentBadRequest() *CreateSpoeAgentBadRequest

NewCreateSpoeAgentBadRequest creates a CreateSpoeAgentBadRequest with default headers values

func (*CreateSpoeAgentBadRequest) Code added in v1.1.5

func (o *CreateSpoeAgentBadRequest) Code() int

Code gets the status code for the create spoe agent bad request response

func (*CreateSpoeAgentBadRequest) Error

func (o *CreateSpoeAgentBadRequest) Error() string

func (*CreateSpoeAgentBadRequest) GetPayload

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

func (*CreateSpoeAgentBadRequest) IsClientError added in v1.1.0

func (o *CreateSpoeAgentBadRequest) IsClientError() bool

IsClientError returns true when this create spoe agent bad request response has a 4xx status code

func (*CreateSpoeAgentBadRequest) IsCode added in v1.1.0

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

IsCode returns true when this create spoe agent bad request response a status code equal to that given

func (*CreateSpoeAgentBadRequest) IsRedirect added in v1.1.0

func (o *CreateSpoeAgentBadRequest) IsRedirect() bool

IsRedirect returns true when this create spoe agent bad request response has a 3xx status code

func (*CreateSpoeAgentBadRequest) IsServerError added in v1.1.0

func (o *CreateSpoeAgentBadRequest) IsServerError() bool

IsServerError returns true when this create spoe agent bad request response has a 5xx status code

func (*CreateSpoeAgentBadRequest) IsSuccess added in v1.1.0

func (o *CreateSpoeAgentBadRequest) IsSuccess() bool

IsSuccess returns true when this create spoe agent bad request response has a 2xx status code

func (*CreateSpoeAgentBadRequest) String added in v1.1.0

func (o *CreateSpoeAgentBadRequest) String() string

type CreateSpoeAgentConflict

type CreateSpoeAgentConflict struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource already exists

func NewCreateSpoeAgentConflict

func NewCreateSpoeAgentConflict() *CreateSpoeAgentConflict

NewCreateSpoeAgentConflict creates a CreateSpoeAgentConflict with default headers values

func (*CreateSpoeAgentConflict) Code added in v1.1.5

func (o *CreateSpoeAgentConflict) Code() int

Code gets the status code for the create spoe agent conflict response

func (*CreateSpoeAgentConflict) Error

func (o *CreateSpoeAgentConflict) Error() string

func (*CreateSpoeAgentConflict) GetPayload

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

func (*CreateSpoeAgentConflict) IsClientError added in v1.1.0

func (o *CreateSpoeAgentConflict) IsClientError() bool

IsClientError returns true when this create spoe agent conflict response has a 4xx status code

func (*CreateSpoeAgentConflict) IsCode added in v1.1.0

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

IsCode returns true when this create spoe agent conflict response a status code equal to that given

func (*CreateSpoeAgentConflict) IsRedirect added in v1.1.0

func (o *CreateSpoeAgentConflict) IsRedirect() bool

IsRedirect returns true when this create spoe agent conflict response has a 3xx status code

func (*CreateSpoeAgentConflict) IsServerError added in v1.1.0

func (o *CreateSpoeAgentConflict) IsServerError() bool

IsServerError returns true when this create spoe agent conflict response has a 5xx status code

func (*CreateSpoeAgentConflict) IsSuccess added in v1.1.0

func (o *CreateSpoeAgentConflict) IsSuccess() bool

IsSuccess returns true when this create spoe agent conflict response has a 2xx status code

func (*CreateSpoeAgentConflict) String added in v1.1.0

func (o *CreateSpoeAgentConflict) String() string

type CreateSpoeAgentCreated

type CreateSpoeAgentCreated struct {
	Payload *models.SpoeAgent
}

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

Spoe agent created

func NewCreateSpoeAgentCreated

func NewCreateSpoeAgentCreated() *CreateSpoeAgentCreated

NewCreateSpoeAgentCreated creates a CreateSpoeAgentCreated with default headers values

func (*CreateSpoeAgentCreated) Code added in v1.1.5

func (o *CreateSpoeAgentCreated) Code() int

Code gets the status code for the create spoe agent created response

func (*CreateSpoeAgentCreated) Error

func (o *CreateSpoeAgentCreated) Error() string

func (*CreateSpoeAgentCreated) GetPayload

func (o *CreateSpoeAgentCreated) GetPayload() *models.SpoeAgent

func (*CreateSpoeAgentCreated) IsClientError added in v1.1.0

func (o *CreateSpoeAgentCreated) IsClientError() bool

IsClientError returns true when this create spoe agent created response has a 4xx status code

func (*CreateSpoeAgentCreated) IsCode added in v1.1.0

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

IsCode returns true when this create spoe agent created response a status code equal to that given

func (*CreateSpoeAgentCreated) IsRedirect added in v1.1.0

func (o *CreateSpoeAgentCreated) IsRedirect() bool

IsRedirect returns true when this create spoe agent created response has a 3xx status code

func (*CreateSpoeAgentCreated) IsServerError added in v1.1.0

func (o *CreateSpoeAgentCreated) IsServerError() bool

IsServerError returns true when this create spoe agent created response has a 5xx status code

func (*CreateSpoeAgentCreated) IsSuccess added in v1.1.0

func (o *CreateSpoeAgentCreated) IsSuccess() bool

IsSuccess returns true when this create spoe agent created response has a 2xx status code

func (*CreateSpoeAgentCreated) String added in v1.1.0

func (o *CreateSpoeAgentCreated) String() string

type CreateSpoeAgentDefault

type CreateSpoeAgentDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewCreateSpoeAgentDefault

func NewCreateSpoeAgentDefault(code int) *CreateSpoeAgentDefault

NewCreateSpoeAgentDefault creates a CreateSpoeAgentDefault with default headers values

func (*CreateSpoeAgentDefault) Code

func (o *CreateSpoeAgentDefault) Code() int

Code gets the status code for the create spoe agent default response

func (*CreateSpoeAgentDefault) Error

func (o *CreateSpoeAgentDefault) Error() string

func (*CreateSpoeAgentDefault) GetPayload

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

func (*CreateSpoeAgentDefault) IsClientError added in v1.1.0

func (o *CreateSpoeAgentDefault) IsClientError() bool

IsClientError returns true when this create spoe agent default response has a 4xx status code

func (*CreateSpoeAgentDefault) IsCode added in v1.1.0

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

IsCode returns true when this create spoe agent default response a status code equal to that given

func (*CreateSpoeAgentDefault) IsRedirect added in v1.1.0

func (o *CreateSpoeAgentDefault) IsRedirect() bool

IsRedirect returns true when this create spoe agent default response has a 3xx status code

func (*CreateSpoeAgentDefault) IsServerError added in v1.1.0

func (o *CreateSpoeAgentDefault) IsServerError() bool

IsServerError returns true when this create spoe agent default response has a 5xx status code

func (*CreateSpoeAgentDefault) IsSuccess added in v1.1.0

func (o *CreateSpoeAgentDefault) IsSuccess() bool

IsSuccess returns true when this create spoe agent default response has a 2xx status code

func (*CreateSpoeAgentDefault) String added in v1.1.0

func (o *CreateSpoeAgentDefault) String() string

type CreateSpoeAgentParams

type CreateSpoeAgentParams struct {

	// Data.
	Data *models.SpoeAgent

	/* Scope.

	   Spoe scope
	*/
	Scope string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

	/* Version.

	   Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version.
	*/
	Version *int64

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

CreateSpoeAgentParams contains all the parameters to send to the API endpoint

for the create spoe agent operation.

Typically these are written to a http.Request.

func NewCreateSpoeAgentParams

func NewCreateSpoeAgentParams() *CreateSpoeAgentParams

NewCreateSpoeAgentParams creates a new CreateSpoeAgentParams 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 NewCreateSpoeAgentParamsWithContext

func NewCreateSpoeAgentParamsWithContext(ctx context.Context) *CreateSpoeAgentParams

NewCreateSpoeAgentParamsWithContext creates a new CreateSpoeAgentParams object with the ability to set a context for a request.

func NewCreateSpoeAgentParamsWithHTTPClient

func NewCreateSpoeAgentParamsWithHTTPClient(client *http.Client) *CreateSpoeAgentParams

NewCreateSpoeAgentParamsWithHTTPClient creates a new CreateSpoeAgentParams object with the ability to set a custom HTTPClient for a request.

func NewCreateSpoeAgentParamsWithTimeout

func NewCreateSpoeAgentParamsWithTimeout(timeout time.Duration) *CreateSpoeAgentParams

NewCreateSpoeAgentParamsWithTimeout creates a new CreateSpoeAgentParams object with the ability to set a timeout on a request.

func (*CreateSpoeAgentParams) SetContext

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

SetContext adds the context to the create spoe agent params

func (*CreateSpoeAgentParams) SetData

func (o *CreateSpoeAgentParams) SetData(data *models.SpoeAgent)

SetData adds the data to the create spoe agent params

func (*CreateSpoeAgentParams) SetDefaults

func (o *CreateSpoeAgentParams) SetDefaults()

SetDefaults hydrates default values in the create spoe agent params (not the query body).

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

func (*CreateSpoeAgentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create spoe agent params

func (*CreateSpoeAgentParams) SetScope

func (o *CreateSpoeAgentParams) SetScope(scope string)

SetScope adds the scope to the create spoe agent params

func (*CreateSpoeAgentParams) SetSpoe

func (o *CreateSpoeAgentParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the create spoe agent params

func (*CreateSpoeAgentParams) SetTimeout

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

SetTimeout adds the timeout to the create spoe agent params

func (*CreateSpoeAgentParams) SetTransactionID

func (o *CreateSpoeAgentParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the create spoe agent params

func (*CreateSpoeAgentParams) SetVersion

func (o *CreateSpoeAgentParams) SetVersion(version *int64)

SetVersion adds the version to the create spoe agent params

func (*CreateSpoeAgentParams) WithContext

WithContext adds the context to the create spoe agent params

func (*CreateSpoeAgentParams) WithData

WithData adds the data to the create spoe agent params

func (*CreateSpoeAgentParams) WithDefaults

func (o *CreateSpoeAgentParams) WithDefaults() *CreateSpoeAgentParams

WithDefaults hydrates default values in the create spoe agent params (not the query body).

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

func (*CreateSpoeAgentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create spoe agent params

func (*CreateSpoeAgentParams) WithScope

func (o *CreateSpoeAgentParams) WithScope(scope string) *CreateSpoeAgentParams

WithScope adds the scope to the create spoe agent params

func (*CreateSpoeAgentParams) WithSpoe

WithSpoe adds the spoe to the create spoe agent params

func (*CreateSpoeAgentParams) WithTimeout

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

WithTimeout adds the timeout to the create spoe agent params

func (*CreateSpoeAgentParams) WithTransactionID

func (o *CreateSpoeAgentParams) WithTransactionID(transactionID *string) *CreateSpoeAgentParams

WithTransactionID adds the transactionID to the create spoe agent params

func (*CreateSpoeAgentParams) WithVersion

func (o *CreateSpoeAgentParams) WithVersion(version *int64) *CreateSpoeAgentParams

WithVersion adds the version to the create spoe agent params

func (*CreateSpoeAgentParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateSpoeAgentReader

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

CreateSpoeAgentReader is a Reader for the CreateSpoeAgent structure.

func (*CreateSpoeAgentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateSpoeBadRequest

type CreateSpoeBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Bad request

func NewCreateSpoeBadRequest

func NewCreateSpoeBadRequest() *CreateSpoeBadRequest

NewCreateSpoeBadRequest creates a CreateSpoeBadRequest with default headers values

func (*CreateSpoeBadRequest) Code added in v1.1.5

func (o *CreateSpoeBadRequest) Code() int

Code gets the status code for the create spoe bad request response

func (*CreateSpoeBadRequest) Error

func (o *CreateSpoeBadRequest) Error() string

func (*CreateSpoeBadRequest) GetPayload

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

func (*CreateSpoeBadRequest) IsClientError added in v1.1.0

func (o *CreateSpoeBadRequest) IsClientError() bool

IsClientError returns true when this create spoe bad request response has a 4xx status code

func (*CreateSpoeBadRequest) IsCode added in v1.1.0

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

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

func (*CreateSpoeBadRequest) IsRedirect added in v1.1.0

func (o *CreateSpoeBadRequest) IsRedirect() bool

IsRedirect returns true when this create spoe bad request response has a 3xx status code

func (*CreateSpoeBadRequest) IsServerError added in v1.1.0

func (o *CreateSpoeBadRequest) IsServerError() bool

IsServerError returns true when this create spoe bad request response has a 5xx status code

func (*CreateSpoeBadRequest) IsSuccess added in v1.1.0

func (o *CreateSpoeBadRequest) IsSuccess() bool

IsSuccess returns true when this create spoe bad request response has a 2xx status code

func (*CreateSpoeBadRequest) String added in v1.1.0

func (o *CreateSpoeBadRequest) String() string

type CreateSpoeConflict

type CreateSpoeConflict struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource already exists

func NewCreateSpoeConflict

func NewCreateSpoeConflict() *CreateSpoeConflict

NewCreateSpoeConflict creates a CreateSpoeConflict with default headers values

func (*CreateSpoeConflict) Code added in v1.1.5

func (o *CreateSpoeConflict) Code() int

Code gets the status code for the create spoe conflict response

func (*CreateSpoeConflict) Error

func (o *CreateSpoeConflict) Error() string

func (*CreateSpoeConflict) GetPayload

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

func (*CreateSpoeConflict) IsClientError added in v1.1.0

func (o *CreateSpoeConflict) IsClientError() bool

IsClientError returns true when this create spoe conflict response has a 4xx status code

func (*CreateSpoeConflict) IsCode added in v1.1.0

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

IsCode returns true when this create spoe conflict response a status code equal to that given

func (*CreateSpoeConflict) IsRedirect added in v1.1.0

func (o *CreateSpoeConflict) IsRedirect() bool

IsRedirect returns true when this create spoe conflict response has a 3xx status code

func (*CreateSpoeConflict) IsServerError added in v1.1.0

func (o *CreateSpoeConflict) IsServerError() bool

IsServerError returns true when this create spoe conflict response has a 5xx status code

func (*CreateSpoeConflict) IsSuccess added in v1.1.0

func (o *CreateSpoeConflict) IsSuccess() bool

IsSuccess returns true when this create spoe conflict response has a 2xx status code

func (*CreateSpoeConflict) String added in v1.1.0

func (o *CreateSpoeConflict) String() string

type CreateSpoeCreated

type CreateSpoeCreated struct {
	Payload string
}

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

SPOE file created with its entries

func NewCreateSpoeCreated

func NewCreateSpoeCreated() *CreateSpoeCreated

NewCreateSpoeCreated creates a CreateSpoeCreated with default headers values

func (*CreateSpoeCreated) Code added in v1.1.5

func (o *CreateSpoeCreated) Code() int

Code gets the status code for the create spoe created response

func (*CreateSpoeCreated) Error

func (o *CreateSpoeCreated) Error() string

func (*CreateSpoeCreated) GetPayload

func (o *CreateSpoeCreated) GetPayload() string

func (*CreateSpoeCreated) IsClientError added in v1.1.0

func (o *CreateSpoeCreated) IsClientError() bool

IsClientError returns true when this create spoe created response has a 4xx status code

func (*CreateSpoeCreated) IsCode added in v1.1.0

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

IsCode returns true when this create spoe created response a status code equal to that given

func (*CreateSpoeCreated) IsRedirect added in v1.1.0

func (o *CreateSpoeCreated) IsRedirect() bool

IsRedirect returns true when this create spoe created response has a 3xx status code

func (*CreateSpoeCreated) IsServerError added in v1.1.0

func (o *CreateSpoeCreated) IsServerError() bool

IsServerError returns true when this create spoe created response has a 5xx status code

func (*CreateSpoeCreated) IsSuccess added in v1.1.0

func (o *CreateSpoeCreated) IsSuccess() bool

IsSuccess returns true when this create spoe created response has a 2xx status code

func (*CreateSpoeCreated) String added in v1.1.0

func (o *CreateSpoeCreated) String() string

type CreateSpoeDefault

type CreateSpoeDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewCreateSpoeDefault

func NewCreateSpoeDefault(code int) *CreateSpoeDefault

NewCreateSpoeDefault creates a CreateSpoeDefault with default headers values

func (*CreateSpoeDefault) Code

func (o *CreateSpoeDefault) Code() int

Code gets the status code for the create spoe default response

func (*CreateSpoeDefault) Error

func (o *CreateSpoeDefault) Error() string

func (*CreateSpoeDefault) GetPayload

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

func (*CreateSpoeDefault) IsClientError added in v1.1.0

func (o *CreateSpoeDefault) IsClientError() bool

IsClientError returns true when this create spoe default response has a 4xx status code

func (*CreateSpoeDefault) IsCode added in v1.1.0

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

IsCode returns true when this create spoe default response a status code equal to that given

func (*CreateSpoeDefault) IsRedirect added in v1.1.0

func (o *CreateSpoeDefault) IsRedirect() bool

IsRedirect returns true when this create spoe default response has a 3xx status code

func (*CreateSpoeDefault) IsServerError added in v1.1.0

func (o *CreateSpoeDefault) IsServerError() bool

IsServerError returns true when this create spoe default response has a 5xx status code

func (*CreateSpoeDefault) IsSuccess added in v1.1.0

func (o *CreateSpoeDefault) IsSuccess() bool

IsSuccess returns true when this create spoe default response has a 2xx status code

func (*CreateSpoeDefault) String added in v1.1.0

func (o *CreateSpoeDefault) String() string

type CreateSpoeGroupBadRequest

type CreateSpoeGroupBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Bad request

func NewCreateSpoeGroupBadRequest

func NewCreateSpoeGroupBadRequest() *CreateSpoeGroupBadRequest

NewCreateSpoeGroupBadRequest creates a CreateSpoeGroupBadRequest with default headers values

func (*CreateSpoeGroupBadRequest) Code added in v1.1.5

func (o *CreateSpoeGroupBadRequest) Code() int

Code gets the status code for the create spoe group bad request response

func (*CreateSpoeGroupBadRequest) Error

func (o *CreateSpoeGroupBadRequest) Error() string

func (*CreateSpoeGroupBadRequest) GetPayload

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

func (*CreateSpoeGroupBadRequest) IsClientError added in v1.1.0

func (o *CreateSpoeGroupBadRequest) IsClientError() bool

IsClientError returns true when this create spoe group bad request response has a 4xx status code

func (*CreateSpoeGroupBadRequest) IsCode added in v1.1.0

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

IsCode returns true when this create spoe group bad request response a status code equal to that given

func (*CreateSpoeGroupBadRequest) IsRedirect added in v1.1.0

func (o *CreateSpoeGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this create spoe group bad request response has a 3xx status code

func (*CreateSpoeGroupBadRequest) IsServerError added in v1.1.0

func (o *CreateSpoeGroupBadRequest) IsServerError() bool

IsServerError returns true when this create spoe group bad request response has a 5xx status code

func (*CreateSpoeGroupBadRequest) IsSuccess added in v1.1.0

func (o *CreateSpoeGroupBadRequest) IsSuccess() bool

IsSuccess returns true when this create spoe group bad request response has a 2xx status code

func (*CreateSpoeGroupBadRequest) String added in v1.1.0

func (o *CreateSpoeGroupBadRequest) String() string

type CreateSpoeGroupConflict

type CreateSpoeGroupConflict struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource already exists

func NewCreateSpoeGroupConflict

func NewCreateSpoeGroupConflict() *CreateSpoeGroupConflict

NewCreateSpoeGroupConflict creates a CreateSpoeGroupConflict with default headers values

func (*CreateSpoeGroupConflict) Code added in v1.1.5

func (o *CreateSpoeGroupConflict) Code() int

Code gets the status code for the create spoe group conflict response

func (*CreateSpoeGroupConflict) Error

func (o *CreateSpoeGroupConflict) Error() string

func (*CreateSpoeGroupConflict) GetPayload

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

func (*CreateSpoeGroupConflict) IsClientError added in v1.1.0

func (o *CreateSpoeGroupConflict) IsClientError() bool

IsClientError returns true when this create spoe group conflict response has a 4xx status code

func (*CreateSpoeGroupConflict) IsCode added in v1.1.0

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

IsCode returns true when this create spoe group conflict response a status code equal to that given

func (*CreateSpoeGroupConflict) IsRedirect added in v1.1.0

func (o *CreateSpoeGroupConflict) IsRedirect() bool

IsRedirect returns true when this create spoe group conflict response has a 3xx status code

func (*CreateSpoeGroupConflict) IsServerError added in v1.1.0

func (o *CreateSpoeGroupConflict) IsServerError() bool

IsServerError returns true when this create spoe group conflict response has a 5xx status code

func (*CreateSpoeGroupConflict) IsSuccess added in v1.1.0

func (o *CreateSpoeGroupConflict) IsSuccess() bool

IsSuccess returns true when this create spoe group conflict response has a 2xx status code

func (*CreateSpoeGroupConflict) String added in v1.1.0

func (o *CreateSpoeGroupConflict) String() string

type CreateSpoeGroupCreated

type CreateSpoeGroupCreated struct {
	Payload *models.SpoeGroup
}

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

Spoe groups created

func NewCreateSpoeGroupCreated

func NewCreateSpoeGroupCreated() *CreateSpoeGroupCreated

NewCreateSpoeGroupCreated creates a CreateSpoeGroupCreated with default headers values

func (*CreateSpoeGroupCreated) Code added in v1.1.5

func (o *CreateSpoeGroupCreated) Code() int

Code gets the status code for the create spoe group created response

func (*CreateSpoeGroupCreated) Error

func (o *CreateSpoeGroupCreated) Error() string

func (*CreateSpoeGroupCreated) GetPayload

func (o *CreateSpoeGroupCreated) GetPayload() *models.SpoeGroup

func (*CreateSpoeGroupCreated) IsClientError added in v1.1.0

func (o *CreateSpoeGroupCreated) IsClientError() bool

IsClientError returns true when this create spoe group created response has a 4xx status code

func (*CreateSpoeGroupCreated) IsCode added in v1.1.0

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

IsCode returns true when this create spoe group created response a status code equal to that given

func (*CreateSpoeGroupCreated) IsRedirect added in v1.1.0

func (o *CreateSpoeGroupCreated) IsRedirect() bool

IsRedirect returns true when this create spoe group created response has a 3xx status code

func (*CreateSpoeGroupCreated) IsServerError added in v1.1.0

func (o *CreateSpoeGroupCreated) IsServerError() bool

IsServerError returns true when this create spoe group created response has a 5xx status code

func (*CreateSpoeGroupCreated) IsSuccess added in v1.1.0

func (o *CreateSpoeGroupCreated) IsSuccess() bool

IsSuccess returns true when this create spoe group created response has a 2xx status code

func (*CreateSpoeGroupCreated) String added in v1.1.0

func (o *CreateSpoeGroupCreated) String() string

type CreateSpoeGroupDefault

type CreateSpoeGroupDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewCreateSpoeGroupDefault

func NewCreateSpoeGroupDefault(code int) *CreateSpoeGroupDefault

NewCreateSpoeGroupDefault creates a CreateSpoeGroupDefault with default headers values

func (*CreateSpoeGroupDefault) Code

func (o *CreateSpoeGroupDefault) Code() int

Code gets the status code for the create spoe group default response

func (*CreateSpoeGroupDefault) Error

func (o *CreateSpoeGroupDefault) Error() string

func (*CreateSpoeGroupDefault) GetPayload

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

func (*CreateSpoeGroupDefault) IsClientError added in v1.1.0

func (o *CreateSpoeGroupDefault) IsClientError() bool

IsClientError returns true when this create spoe group default response has a 4xx status code

func (*CreateSpoeGroupDefault) IsCode added in v1.1.0

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

IsCode returns true when this create spoe group default response a status code equal to that given

func (*CreateSpoeGroupDefault) IsRedirect added in v1.1.0

func (o *CreateSpoeGroupDefault) IsRedirect() bool

IsRedirect returns true when this create spoe group default response has a 3xx status code

func (*CreateSpoeGroupDefault) IsServerError added in v1.1.0

func (o *CreateSpoeGroupDefault) IsServerError() bool

IsServerError returns true when this create spoe group default response has a 5xx status code

func (*CreateSpoeGroupDefault) IsSuccess added in v1.1.0

func (o *CreateSpoeGroupDefault) IsSuccess() bool

IsSuccess returns true when this create spoe group default response has a 2xx status code

func (*CreateSpoeGroupDefault) String added in v1.1.0

func (o *CreateSpoeGroupDefault) String() string

type CreateSpoeGroupParams

type CreateSpoeGroupParams struct {

	// Data.
	Data *models.SpoeGroup

	/* Scope.

	   Spoe scope
	*/
	Scope string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

	/* Version.

	   Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version.
	*/
	Version *int64

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

CreateSpoeGroupParams contains all the parameters to send to the API endpoint

for the create spoe group operation.

Typically these are written to a http.Request.

func NewCreateSpoeGroupParams

func NewCreateSpoeGroupParams() *CreateSpoeGroupParams

NewCreateSpoeGroupParams creates a new CreateSpoeGroupParams 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 NewCreateSpoeGroupParamsWithContext

func NewCreateSpoeGroupParamsWithContext(ctx context.Context) *CreateSpoeGroupParams

NewCreateSpoeGroupParamsWithContext creates a new CreateSpoeGroupParams object with the ability to set a context for a request.

func NewCreateSpoeGroupParamsWithHTTPClient

func NewCreateSpoeGroupParamsWithHTTPClient(client *http.Client) *CreateSpoeGroupParams

NewCreateSpoeGroupParamsWithHTTPClient creates a new CreateSpoeGroupParams object with the ability to set a custom HTTPClient for a request.

func NewCreateSpoeGroupParamsWithTimeout

func NewCreateSpoeGroupParamsWithTimeout(timeout time.Duration) *CreateSpoeGroupParams

NewCreateSpoeGroupParamsWithTimeout creates a new CreateSpoeGroupParams object with the ability to set a timeout on a request.

func (*CreateSpoeGroupParams) SetContext

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

SetContext adds the context to the create spoe group params

func (*CreateSpoeGroupParams) SetData

func (o *CreateSpoeGroupParams) SetData(data *models.SpoeGroup)

SetData adds the data to the create spoe group params

func (*CreateSpoeGroupParams) SetDefaults

func (o *CreateSpoeGroupParams) SetDefaults()

SetDefaults hydrates default values in the create spoe group params (not the query body).

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

func (*CreateSpoeGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create spoe group params

func (*CreateSpoeGroupParams) SetScope

func (o *CreateSpoeGroupParams) SetScope(scope string)

SetScope adds the scope to the create spoe group params

func (*CreateSpoeGroupParams) SetSpoe

func (o *CreateSpoeGroupParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the create spoe group params

func (*CreateSpoeGroupParams) SetTimeout

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

SetTimeout adds the timeout to the create spoe group params

func (*CreateSpoeGroupParams) SetTransactionID

func (o *CreateSpoeGroupParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the create spoe group params

func (*CreateSpoeGroupParams) SetVersion

func (o *CreateSpoeGroupParams) SetVersion(version *int64)

SetVersion adds the version to the create spoe group params

func (*CreateSpoeGroupParams) WithContext

WithContext adds the context to the create spoe group params

func (*CreateSpoeGroupParams) WithData

WithData adds the data to the create spoe group params

func (*CreateSpoeGroupParams) WithDefaults

func (o *CreateSpoeGroupParams) WithDefaults() *CreateSpoeGroupParams

WithDefaults hydrates default values in the create spoe group params (not the query body).

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

func (*CreateSpoeGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create spoe group params

func (*CreateSpoeGroupParams) WithScope

func (o *CreateSpoeGroupParams) WithScope(scope string) *CreateSpoeGroupParams

WithScope adds the scope to the create spoe group params

func (*CreateSpoeGroupParams) WithSpoe

WithSpoe adds the spoe to the create spoe group params

func (*CreateSpoeGroupParams) WithTimeout

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

WithTimeout adds the timeout to the create spoe group params

func (*CreateSpoeGroupParams) WithTransactionID

func (o *CreateSpoeGroupParams) WithTransactionID(transactionID *string) *CreateSpoeGroupParams

WithTransactionID adds the transactionID to the create spoe group params

func (*CreateSpoeGroupParams) WithVersion

func (o *CreateSpoeGroupParams) WithVersion(version *int64) *CreateSpoeGroupParams

WithVersion adds the version to the create spoe group params

func (*CreateSpoeGroupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateSpoeGroupReader

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

CreateSpoeGroupReader is a Reader for the CreateSpoeGroup structure.

func (*CreateSpoeGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateSpoeMessageBadRequest

type CreateSpoeMessageBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Bad request

func NewCreateSpoeMessageBadRequest

func NewCreateSpoeMessageBadRequest() *CreateSpoeMessageBadRequest

NewCreateSpoeMessageBadRequest creates a CreateSpoeMessageBadRequest with default headers values

func (*CreateSpoeMessageBadRequest) Code added in v1.1.5

func (o *CreateSpoeMessageBadRequest) Code() int

Code gets the status code for the create spoe message bad request response

func (*CreateSpoeMessageBadRequest) Error

func (*CreateSpoeMessageBadRequest) GetPayload

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

func (*CreateSpoeMessageBadRequest) IsClientError added in v1.1.0

func (o *CreateSpoeMessageBadRequest) IsClientError() bool

IsClientError returns true when this create spoe message bad request response has a 4xx status code

func (*CreateSpoeMessageBadRequest) IsCode added in v1.1.0

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

IsCode returns true when this create spoe message bad request response a status code equal to that given

func (*CreateSpoeMessageBadRequest) IsRedirect added in v1.1.0

func (o *CreateSpoeMessageBadRequest) IsRedirect() bool

IsRedirect returns true when this create spoe message bad request response has a 3xx status code

func (*CreateSpoeMessageBadRequest) IsServerError added in v1.1.0

func (o *CreateSpoeMessageBadRequest) IsServerError() bool

IsServerError returns true when this create spoe message bad request response has a 5xx status code

func (*CreateSpoeMessageBadRequest) IsSuccess added in v1.1.0

func (o *CreateSpoeMessageBadRequest) IsSuccess() bool

IsSuccess returns true when this create spoe message bad request response has a 2xx status code

func (*CreateSpoeMessageBadRequest) String added in v1.1.0

func (o *CreateSpoeMessageBadRequest) String() string

type CreateSpoeMessageConflict

type CreateSpoeMessageConflict struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource already exists

func NewCreateSpoeMessageConflict

func NewCreateSpoeMessageConflict() *CreateSpoeMessageConflict

NewCreateSpoeMessageConflict creates a CreateSpoeMessageConflict with default headers values

func (*CreateSpoeMessageConflict) Code added in v1.1.5

func (o *CreateSpoeMessageConflict) Code() int

Code gets the status code for the create spoe message conflict response

func (*CreateSpoeMessageConflict) Error

func (o *CreateSpoeMessageConflict) Error() string

func (*CreateSpoeMessageConflict) GetPayload

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

func (*CreateSpoeMessageConflict) IsClientError added in v1.1.0

func (o *CreateSpoeMessageConflict) IsClientError() bool

IsClientError returns true when this create spoe message conflict response has a 4xx status code

func (*CreateSpoeMessageConflict) IsCode added in v1.1.0

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

IsCode returns true when this create spoe message conflict response a status code equal to that given

func (*CreateSpoeMessageConflict) IsRedirect added in v1.1.0

func (o *CreateSpoeMessageConflict) IsRedirect() bool

IsRedirect returns true when this create spoe message conflict response has a 3xx status code

func (*CreateSpoeMessageConflict) IsServerError added in v1.1.0

func (o *CreateSpoeMessageConflict) IsServerError() bool

IsServerError returns true when this create spoe message conflict response has a 5xx status code

func (*CreateSpoeMessageConflict) IsSuccess added in v1.1.0

func (o *CreateSpoeMessageConflict) IsSuccess() bool

IsSuccess returns true when this create spoe message conflict response has a 2xx status code

func (*CreateSpoeMessageConflict) String added in v1.1.0

func (o *CreateSpoeMessageConflict) String() string

type CreateSpoeMessageCreated

type CreateSpoeMessageCreated struct {
	Payload *models.SpoeMessage
}

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

Spoe message created

func NewCreateSpoeMessageCreated

func NewCreateSpoeMessageCreated() *CreateSpoeMessageCreated

NewCreateSpoeMessageCreated creates a CreateSpoeMessageCreated with default headers values

func (*CreateSpoeMessageCreated) Code added in v1.1.5

func (o *CreateSpoeMessageCreated) Code() int

Code gets the status code for the create spoe message created response

func (*CreateSpoeMessageCreated) Error

func (o *CreateSpoeMessageCreated) Error() string

func (*CreateSpoeMessageCreated) GetPayload

func (o *CreateSpoeMessageCreated) GetPayload() *models.SpoeMessage

func (*CreateSpoeMessageCreated) IsClientError added in v1.1.0

func (o *CreateSpoeMessageCreated) IsClientError() bool

IsClientError returns true when this create spoe message created response has a 4xx status code

func (*CreateSpoeMessageCreated) IsCode added in v1.1.0

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

IsCode returns true when this create spoe message created response a status code equal to that given

func (*CreateSpoeMessageCreated) IsRedirect added in v1.1.0

func (o *CreateSpoeMessageCreated) IsRedirect() bool

IsRedirect returns true when this create spoe message created response has a 3xx status code

func (*CreateSpoeMessageCreated) IsServerError added in v1.1.0

func (o *CreateSpoeMessageCreated) IsServerError() bool

IsServerError returns true when this create spoe message created response has a 5xx status code

func (*CreateSpoeMessageCreated) IsSuccess added in v1.1.0

func (o *CreateSpoeMessageCreated) IsSuccess() bool

IsSuccess returns true when this create spoe message created response has a 2xx status code

func (*CreateSpoeMessageCreated) String added in v1.1.0

func (o *CreateSpoeMessageCreated) String() string

type CreateSpoeMessageDefault

type CreateSpoeMessageDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewCreateSpoeMessageDefault

func NewCreateSpoeMessageDefault(code int) *CreateSpoeMessageDefault

NewCreateSpoeMessageDefault creates a CreateSpoeMessageDefault with default headers values

func (*CreateSpoeMessageDefault) Code

func (o *CreateSpoeMessageDefault) Code() int

Code gets the status code for the create spoe message default response

func (*CreateSpoeMessageDefault) Error

func (o *CreateSpoeMessageDefault) Error() string

func (*CreateSpoeMessageDefault) GetPayload

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

func (*CreateSpoeMessageDefault) IsClientError added in v1.1.0

func (o *CreateSpoeMessageDefault) IsClientError() bool

IsClientError returns true when this create spoe message default response has a 4xx status code

func (*CreateSpoeMessageDefault) IsCode added in v1.1.0

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

IsCode returns true when this create spoe message default response a status code equal to that given

func (*CreateSpoeMessageDefault) IsRedirect added in v1.1.0

func (o *CreateSpoeMessageDefault) IsRedirect() bool

IsRedirect returns true when this create spoe message default response has a 3xx status code

func (*CreateSpoeMessageDefault) IsServerError added in v1.1.0

func (o *CreateSpoeMessageDefault) IsServerError() bool

IsServerError returns true when this create spoe message default response has a 5xx status code

func (*CreateSpoeMessageDefault) IsSuccess added in v1.1.0

func (o *CreateSpoeMessageDefault) IsSuccess() bool

IsSuccess returns true when this create spoe message default response has a 2xx status code

func (*CreateSpoeMessageDefault) String added in v1.1.0

func (o *CreateSpoeMessageDefault) String() string

type CreateSpoeMessageParams

type CreateSpoeMessageParams struct {

	// Data.
	Data *models.SpoeMessage

	/* Scope.

	   Spoe scope
	*/
	Scope string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

	/* Version.

	   Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version.
	*/
	Version *int64

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

CreateSpoeMessageParams contains all the parameters to send to the API endpoint

for the create spoe message operation.

Typically these are written to a http.Request.

func NewCreateSpoeMessageParams

func NewCreateSpoeMessageParams() *CreateSpoeMessageParams

NewCreateSpoeMessageParams creates a new CreateSpoeMessageParams 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 NewCreateSpoeMessageParamsWithContext

func NewCreateSpoeMessageParamsWithContext(ctx context.Context) *CreateSpoeMessageParams

NewCreateSpoeMessageParamsWithContext creates a new CreateSpoeMessageParams object with the ability to set a context for a request.

func NewCreateSpoeMessageParamsWithHTTPClient

func NewCreateSpoeMessageParamsWithHTTPClient(client *http.Client) *CreateSpoeMessageParams

NewCreateSpoeMessageParamsWithHTTPClient creates a new CreateSpoeMessageParams object with the ability to set a custom HTTPClient for a request.

func NewCreateSpoeMessageParamsWithTimeout

func NewCreateSpoeMessageParamsWithTimeout(timeout time.Duration) *CreateSpoeMessageParams

NewCreateSpoeMessageParamsWithTimeout creates a new CreateSpoeMessageParams object with the ability to set a timeout on a request.

func (*CreateSpoeMessageParams) SetContext

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

SetContext adds the context to the create spoe message params

func (*CreateSpoeMessageParams) SetData

func (o *CreateSpoeMessageParams) SetData(data *models.SpoeMessage)

SetData adds the data to the create spoe message params

func (*CreateSpoeMessageParams) SetDefaults

func (o *CreateSpoeMessageParams) SetDefaults()

SetDefaults hydrates default values in the create spoe message params (not the query body).

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

func (*CreateSpoeMessageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create spoe message params

func (*CreateSpoeMessageParams) SetScope

func (o *CreateSpoeMessageParams) SetScope(scope string)

SetScope adds the scope to the create spoe message params

func (*CreateSpoeMessageParams) SetSpoe

func (o *CreateSpoeMessageParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the create spoe message params

func (*CreateSpoeMessageParams) SetTimeout

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

SetTimeout adds the timeout to the create spoe message params

func (*CreateSpoeMessageParams) SetTransactionID

func (o *CreateSpoeMessageParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the create spoe message params

func (*CreateSpoeMessageParams) SetVersion

func (o *CreateSpoeMessageParams) SetVersion(version *int64)

SetVersion adds the version to the create spoe message params

func (*CreateSpoeMessageParams) WithContext

WithContext adds the context to the create spoe message params

func (*CreateSpoeMessageParams) WithData

WithData adds the data to the create spoe message params

func (*CreateSpoeMessageParams) WithDefaults

WithDefaults hydrates default values in the create spoe message params (not the query body).

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

func (*CreateSpoeMessageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create spoe message params

func (*CreateSpoeMessageParams) WithScope

WithScope adds the scope to the create spoe message params

func (*CreateSpoeMessageParams) WithSpoe

WithSpoe adds the spoe to the create spoe message params

func (*CreateSpoeMessageParams) WithTimeout

WithTimeout adds the timeout to the create spoe message params

func (*CreateSpoeMessageParams) WithTransactionID

func (o *CreateSpoeMessageParams) WithTransactionID(transactionID *string) *CreateSpoeMessageParams

WithTransactionID adds the transactionID to the create spoe message params

func (*CreateSpoeMessageParams) WithVersion

func (o *CreateSpoeMessageParams) WithVersion(version *int64) *CreateSpoeMessageParams

WithVersion adds the version to the create spoe message params

func (*CreateSpoeMessageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateSpoeMessageReader

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

CreateSpoeMessageReader is a Reader for the CreateSpoeMessage structure.

func (*CreateSpoeMessageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateSpoeParams

type CreateSpoeParams struct {

	/* FileUpload.

	   The spoe file to upload
	*/
	FileUpload runtime.NamedReadCloser

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

CreateSpoeParams contains all the parameters to send to the API endpoint

for the create spoe operation.

Typically these are written to a http.Request.

func NewCreateSpoeParams

func NewCreateSpoeParams() *CreateSpoeParams

NewCreateSpoeParams creates a new CreateSpoeParams 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 NewCreateSpoeParamsWithContext

func NewCreateSpoeParamsWithContext(ctx context.Context) *CreateSpoeParams

NewCreateSpoeParamsWithContext creates a new CreateSpoeParams object with the ability to set a context for a request.

func NewCreateSpoeParamsWithHTTPClient

func NewCreateSpoeParamsWithHTTPClient(client *http.Client) *CreateSpoeParams

NewCreateSpoeParamsWithHTTPClient creates a new CreateSpoeParams object with the ability to set a custom HTTPClient for a request.

func NewCreateSpoeParamsWithTimeout

func NewCreateSpoeParamsWithTimeout(timeout time.Duration) *CreateSpoeParams

NewCreateSpoeParamsWithTimeout creates a new CreateSpoeParams object with the ability to set a timeout on a request.

func (*CreateSpoeParams) SetContext

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

SetContext adds the context to the create spoe params

func (*CreateSpoeParams) SetDefaults

func (o *CreateSpoeParams) SetDefaults()

SetDefaults hydrates default values in the create spoe params (not the query body).

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

func (*CreateSpoeParams) SetFileUpload

func (o *CreateSpoeParams) SetFileUpload(fileUpload runtime.NamedReadCloser)

SetFileUpload adds the fileUpload to the create spoe params

func (*CreateSpoeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create spoe params

func (*CreateSpoeParams) SetTimeout

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

SetTimeout adds the timeout to the create spoe params

func (*CreateSpoeParams) WithContext

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

WithContext adds the context to the create spoe params

func (*CreateSpoeParams) WithDefaults

func (o *CreateSpoeParams) WithDefaults() *CreateSpoeParams

WithDefaults hydrates default values in the create spoe params (not the query body).

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

func (*CreateSpoeParams) WithFileUpload

func (o *CreateSpoeParams) WithFileUpload(fileUpload runtime.NamedReadCloser) *CreateSpoeParams

WithFileUpload adds the fileUpload to the create spoe params

func (*CreateSpoeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create spoe params

func (*CreateSpoeParams) WithTimeout

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

WithTimeout adds the timeout to the create spoe params

func (*CreateSpoeParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateSpoeReader

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

CreateSpoeReader is a Reader for the CreateSpoe structure.

func (*CreateSpoeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateSpoeScopeBadRequest

type CreateSpoeScopeBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Bad request

func NewCreateSpoeScopeBadRequest

func NewCreateSpoeScopeBadRequest() *CreateSpoeScopeBadRequest

NewCreateSpoeScopeBadRequest creates a CreateSpoeScopeBadRequest with default headers values

func (*CreateSpoeScopeBadRequest) Code added in v1.1.5

func (o *CreateSpoeScopeBadRequest) Code() int

Code gets the status code for the create spoe scope bad request response

func (*CreateSpoeScopeBadRequest) Error

func (o *CreateSpoeScopeBadRequest) Error() string

func (*CreateSpoeScopeBadRequest) GetPayload

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

func (*CreateSpoeScopeBadRequest) IsClientError added in v1.1.0

func (o *CreateSpoeScopeBadRequest) IsClientError() bool

IsClientError returns true when this create spoe scope bad request response has a 4xx status code

func (*CreateSpoeScopeBadRequest) IsCode added in v1.1.0

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

IsCode returns true when this create spoe scope bad request response a status code equal to that given

func (*CreateSpoeScopeBadRequest) IsRedirect added in v1.1.0

func (o *CreateSpoeScopeBadRequest) IsRedirect() bool

IsRedirect returns true when this create spoe scope bad request response has a 3xx status code

func (*CreateSpoeScopeBadRequest) IsServerError added in v1.1.0

func (o *CreateSpoeScopeBadRequest) IsServerError() bool

IsServerError returns true when this create spoe scope bad request response has a 5xx status code

func (*CreateSpoeScopeBadRequest) IsSuccess added in v1.1.0

func (o *CreateSpoeScopeBadRequest) IsSuccess() bool

IsSuccess returns true when this create spoe scope bad request response has a 2xx status code

func (*CreateSpoeScopeBadRequest) String added in v1.1.0

func (o *CreateSpoeScopeBadRequest) String() string

type CreateSpoeScopeConflict

type CreateSpoeScopeConflict struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource already exists

func NewCreateSpoeScopeConflict

func NewCreateSpoeScopeConflict() *CreateSpoeScopeConflict

NewCreateSpoeScopeConflict creates a CreateSpoeScopeConflict with default headers values

func (*CreateSpoeScopeConflict) Code added in v1.1.5

func (o *CreateSpoeScopeConflict) Code() int

Code gets the status code for the create spoe scope conflict response

func (*CreateSpoeScopeConflict) Error

func (o *CreateSpoeScopeConflict) Error() string

func (*CreateSpoeScopeConflict) GetPayload

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

func (*CreateSpoeScopeConflict) IsClientError added in v1.1.0

func (o *CreateSpoeScopeConflict) IsClientError() bool

IsClientError returns true when this create spoe scope conflict response has a 4xx status code

func (*CreateSpoeScopeConflict) IsCode added in v1.1.0

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

IsCode returns true when this create spoe scope conflict response a status code equal to that given

func (*CreateSpoeScopeConflict) IsRedirect added in v1.1.0

func (o *CreateSpoeScopeConflict) IsRedirect() bool

IsRedirect returns true when this create spoe scope conflict response has a 3xx status code

func (*CreateSpoeScopeConflict) IsServerError added in v1.1.0

func (o *CreateSpoeScopeConflict) IsServerError() bool

IsServerError returns true when this create spoe scope conflict response has a 5xx status code

func (*CreateSpoeScopeConflict) IsSuccess added in v1.1.0

func (o *CreateSpoeScopeConflict) IsSuccess() bool

IsSuccess returns true when this create spoe scope conflict response has a 2xx status code

func (*CreateSpoeScopeConflict) String added in v1.1.0

func (o *CreateSpoeScopeConflict) String() string

type CreateSpoeScopeCreated

type CreateSpoeScopeCreated struct {
	Payload models.SpoeScope
}

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

Spoe scope created

func NewCreateSpoeScopeCreated

func NewCreateSpoeScopeCreated() *CreateSpoeScopeCreated

NewCreateSpoeScopeCreated creates a CreateSpoeScopeCreated with default headers values

func (*CreateSpoeScopeCreated) Code added in v1.1.5

func (o *CreateSpoeScopeCreated) Code() int

Code gets the status code for the create spoe scope created response

func (*CreateSpoeScopeCreated) Error

func (o *CreateSpoeScopeCreated) Error() string

func (*CreateSpoeScopeCreated) GetPayload

func (o *CreateSpoeScopeCreated) GetPayload() models.SpoeScope

func (*CreateSpoeScopeCreated) IsClientError added in v1.1.0

func (o *CreateSpoeScopeCreated) IsClientError() bool

IsClientError returns true when this create spoe scope created response has a 4xx status code

func (*CreateSpoeScopeCreated) IsCode added in v1.1.0

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

IsCode returns true when this create spoe scope created response a status code equal to that given

func (*CreateSpoeScopeCreated) IsRedirect added in v1.1.0

func (o *CreateSpoeScopeCreated) IsRedirect() bool

IsRedirect returns true when this create spoe scope created response has a 3xx status code

func (*CreateSpoeScopeCreated) IsServerError added in v1.1.0

func (o *CreateSpoeScopeCreated) IsServerError() bool

IsServerError returns true when this create spoe scope created response has a 5xx status code

func (*CreateSpoeScopeCreated) IsSuccess added in v1.1.0

func (o *CreateSpoeScopeCreated) IsSuccess() bool

IsSuccess returns true when this create spoe scope created response has a 2xx status code

func (*CreateSpoeScopeCreated) String added in v1.1.0

func (o *CreateSpoeScopeCreated) String() string

type CreateSpoeScopeDefault

type CreateSpoeScopeDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewCreateSpoeScopeDefault

func NewCreateSpoeScopeDefault(code int) *CreateSpoeScopeDefault

NewCreateSpoeScopeDefault creates a CreateSpoeScopeDefault with default headers values

func (*CreateSpoeScopeDefault) Code

func (o *CreateSpoeScopeDefault) Code() int

Code gets the status code for the create spoe scope default response

func (*CreateSpoeScopeDefault) Error

func (o *CreateSpoeScopeDefault) Error() string

func (*CreateSpoeScopeDefault) GetPayload

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

func (*CreateSpoeScopeDefault) IsClientError added in v1.1.0

func (o *CreateSpoeScopeDefault) IsClientError() bool

IsClientError returns true when this create spoe scope default response has a 4xx status code

func (*CreateSpoeScopeDefault) IsCode added in v1.1.0

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

IsCode returns true when this create spoe scope default response a status code equal to that given

func (*CreateSpoeScopeDefault) IsRedirect added in v1.1.0

func (o *CreateSpoeScopeDefault) IsRedirect() bool

IsRedirect returns true when this create spoe scope default response has a 3xx status code

func (*CreateSpoeScopeDefault) IsServerError added in v1.1.0

func (o *CreateSpoeScopeDefault) IsServerError() bool

IsServerError returns true when this create spoe scope default response has a 5xx status code

func (*CreateSpoeScopeDefault) IsSuccess added in v1.1.0

func (o *CreateSpoeScopeDefault) IsSuccess() bool

IsSuccess returns true when this create spoe scope default response has a 2xx status code

func (*CreateSpoeScopeDefault) String added in v1.1.0

func (o *CreateSpoeScopeDefault) String() string

type CreateSpoeScopeParams

type CreateSpoeScopeParams struct {

	// Data.
	Data models.SpoeScope

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

	/* Version.

	   Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version.
	*/
	Version *int64

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

CreateSpoeScopeParams contains all the parameters to send to the API endpoint

for the create spoe scope operation.

Typically these are written to a http.Request.

func NewCreateSpoeScopeParams

func NewCreateSpoeScopeParams() *CreateSpoeScopeParams

NewCreateSpoeScopeParams creates a new CreateSpoeScopeParams 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 NewCreateSpoeScopeParamsWithContext

func NewCreateSpoeScopeParamsWithContext(ctx context.Context) *CreateSpoeScopeParams

NewCreateSpoeScopeParamsWithContext creates a new CreateSpoeScopeParams object with the ability to set a context for a request.

func NewCreateSpoeScopeParamsWithHTTPClient

func NewCreateSpoeScopeParamsWithHTTPClient(client *http.Client) *CreateSpoeScopeParams

NewCreateSpoeScopeParamsWithHTTPClient creates a new CreateSpoeScopeParams object with the ability to set a custom HTTPClient for a request.

func NewCreateSpoeScopeParamsWithTimeout

func NewCreateSpoeScopeParamsWithTimeout(timeout time.Duration) *CreateSpoeScopeParams

NewCreateSpoeScopeParamsWithTimeout creates a new CreateSpoeScopeParams object with the ability to set a timeout on a request.

func (*CreateSpoeScopeParams) SetContext

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

SetContext adds the context to the create spoe scope params

func (*CreateSpoeScopeParams) SetData

func (o *CreateSpoeScopeParams) SetData(data models.SpoeScope)

SetData adds the data to the create spoe scope params

func (*CreateSpoeScopeParams) SetDefaults

func (o *CreateSpoeScopeParams) SetDefaults()

SetDefaults hydrates default values in the create spoe scope params (not the query body).

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

func (*CreateSpoeScopeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create spoe scope params

func (*CreateSpoeScopeParams) SetSpoe

func (o *CreateSpoeScopeParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the create spoe scope params

func (*CreateSpoeScopeParams) SetTimeout

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

SetTimeout adds the timeout to the create spoe scope params

func (*CreateSpoeScopeParams) SetTransactionID

func (o *CreateSpoeScopeParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the create spoe scope params

func (*CreateSpoeScopeParams) SetVersion

func (o *CreateSpoeScopeParams) SetVersion(version *int64)

SetVersion adds the version to the create spoe scope params

func (*CreateSpoeScopeParams) WithContext

WithContext adds the context to the create spoe scope params

func (*CreateSpoeScopeParams) WithData

WithData adds the data to the create spoe scope params

func (*CreateSpoeScopeParams) WithDefaults

func (o *CreateSpoeScopeParams) WithDefaults() *CreateSpoeScopeParams

WithDefaults hydrates default values in the create spoe scope params (not the query body).

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

func (*CreateSpoeScopeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create spoe scope params

func (*CreateSpoeScopeParams) WithSpoe

WithSpoe adds the spoe to the create spoe scope params

func (*CreateSpoeScopeParams) WithTimeout

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

WithTimeout adds the timeout to the create spoe scope params

func (*CreateSpoeScopeParams) WithTransactionID

func (o *CreateSpoeScopeParams) WithTransactionID(transactionID *string) *CreateSpoeScopeParams

WithTransactionID adds the transactionID to the create spoe scope params

func (*CreateSpoeScopeParams) WithVersion

func (o *CreateSpoeScopeParams) WithVersion(version *int64) *CreateSpoeScopeParams

WithVersion adds the version to the create spoe scope params

func (*CreateSpoeScopeParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type CreateSpoeScopeReader

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

CreateSpoeScopeReader is a Reader for the CreateSpoeScope structure.

func (*CreateSpoeScopeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSpoeAgentDefault

type DeleteSpoeAgentDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewDeleteSpoeAgentDefault

func NewDeleteSpoeAgentDefault(code int) *DeleteSpoeAgentDefault

NewDeleteSpoeAgentDefault creates a DeleteSpoeAgentDefault with default headers values

func (*DeleteSpoeAgentDefault) Code

func (o *DeleteSpoeAgentDefault) Code() int

Code gets the status code for the delete spoe agent default response

func (*DeleteSpoeAgentDefault) Error

func (o *DeleteSpoeAgentDefault) Error() string

func (*DeleteSpoeAgentDefault) GetPayload

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

func (*DeleteSpoeAgentDefault) IsClientError added in v1.1.0

func (o *DeleteSpoeAgentDefault) IsClientError() bool

IsClientError returns true when this delete spoe agent default response has a 4xx status code

func (*DeleteSpoeAgentDefault) IsCode added in v1.1.0

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

IsCode returns true when this delete spoe agent default response a status code equal to that given

func (*DeleteSpoeAgentDefault) IsRedirect added in v1.1.0

func (o *DeleteSpoeAgentDefault) IsRedirect() bool

IsRedirect returns true when this delete spoe agent default response has a 3xx status code

func (*DeleteSpoeAgentDefault) IsServerError added in v1.1.0

func (o *DeleteSpoeAgentDefault) IsServerError() bool

IsServerError returns true when this delete spoe agent default response has a 5xx status code

func (*DeleteSpoeAgentDefault) IsSuccess added in v1.1.0

func (o *DeleteSpoeAgentDefault) IsSuccess() bool

IsSuccess returns true when this delete spoe agent default response has a 2xx status code

func (*DeleteSpoeAgentDefault) String added in v1.1.0

func (o *DeleteSpoeAgentDefault) String() string

type DeleteSpoeAgentNoContent

type DeleteSpoeAgentNoContent struct {
}

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

Spoe agent deleted

func NewDeleteSpoeAgentNoContent

func NewDeleteSpoeAgentNoContent() *DeleteSpoeAgentNoContent

NewDeleteSpoeAgentNoContent creates a DeleteSpoeAgentNoContent with default headers values

func (*DeleteSpoeAgentNoContent) Code added in v1.1.5

func (o *DeleteSpoeAgentNoContent) Code() int

Code gets the status code for the delete spoe agent no content response

func (*DeleteSpoeAgentNoContent) Error

func (o *DeleteSpoeAgentNoContent) Error() string

func (*DeleteSpoeAgentNoContent) IsClientError added in v1.1.0

func (o *DeleteSpoeAgentNoContent) IsClientError() bool

IsClientError returns true when this delete spoe agent no content response has a 4xx status code

func (*DeleteSpoeAgentNoContent) IsCode added in v1.1.0

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

IsCode returns true when this delete spoe agent no content response a status code equal to that given

func (*DeleteSpoeAgentNoContent) IsRedirect added in v1.1.0

func (o *DeleteSpoeAgentNoContent) IsRedirect() bool

IsRedirect returns true when this delete spoe agent no content response has a 3xx status code

func (*DeleteSpoeAgentNoContent) IsServerError added in v1.1.0

func (o *DeleteSpoeAgentNoContent) IsServerError() bool

IsServerError returns true when this delete spoe agent no content response has a 5xx status code

func (*DeleteSpoeAgentNoContent) IsSuccess added in v1.1.0

func (o *DeleteSpoeAgentNoContent) IsSuccess() bool

IsSuccess returns true when this delete spoe agent no content response has a 2xx status code

func (*DeleteSpoeAgentNoContent) String added in v1.1.0

func (o *DeleteSpoeAgentNoContent) String() string

type DeleteSpoeAgentNotFound

type DeleteSpoeAgentNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewDeleteSpoeAgentNotFound

func NewDeleteSpoeAgentNotFound() *DeleteSpoeAgentNotFound

NewDeleteSpoeAgentNotFound creates a DeleteSpoeAgentNotFound with default headers values

func (*DeleteSpoeAgentNotFound) Code added in v1.1.5

func (o *DeleteSpoeAgentNotFound) Code() int

Code gets the status code for the delete spoe agent not found response

func (*DeleteSpoeAgentNotFound) Error

func (o *DeleteSpoeAgentNotFound) Error() string

func (*DeleteSpoeAgentNotFound) GetPayload

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

func (*DeleteSpoeAgentNotFound) IsClientError added in v1.1.0

func (o *DeleteSpoeAgentNotFound) IsClientError() bool

IsClientError returns true when this delete spoe agent not found response has a 4xx status code

func (*DeleteSpoeAgentNotFound) IsCode added in v1.1.0

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

IsCode returns true when this delete spoe agent not found response a status code equal to that given

func (*DeleteSpoeAgentNotFound) IsRedirect added in v1.1.0

func (o *DeleteSpoeAgentNotFound) IsRedirect() bool

IsRedirect returns true when this delete spoe agent not found response has a 3xx status code

func (*DeleteSpoeAgentNotFound) IsServerError added in v1.1.0

func (o *DeleteSpoeAgentNotFound) IsServerError() bool

IsServerError returns true when this delete spoe agent not found response has a 5xx status code

func (*DeleteSpoeAgentNotFound) IsSuccess added in v1.1.0

func (o *DeleteSpoeAgentNotFound) IsSuccess() bool

IsSuccess returns true when this delete spoe agent not found response has a 2xx status code

func (*DeleteSpoeAgentNotFound) String added in v1.1.0

func (o *DeleteSpoeAgentNotFound) String() string

type DeleteSpoeAgentParams

type DeleteSpoeAgentParams struct {

	/* Name.

	   Spoe agent name
	*/
	Name string

	/* Scope.

	   Spoe scope
	*/
	Scope string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

	/* Version.

	   Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version.
	*/
	Version *int64

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

DeleteSpoeAgentParams contains all the parameters to send to the API endpoint

for the delete spoe agent operation.

Typically these are written to a http.Request.

func NewDeleteSpoeAgentParams

func NewDeleteSpoeAgentParams() *DeleteSpoeAgentParams

NewDeleteSpoeAgentParams creates a new DeleteSpoeAgentParams 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 NewDeleteSpoeAgentParamsWithContext

func NewDeleteSpoeAgentParamsWithContext(ctx context.Context) *DeleteSpoeAgentParams

NewDeleteSpoeAgentParamsWithContext creates a new DeleteSpoeAgentParams object with the ability to set a context for a request.

func NewDeleteSpoeAgentParamsWithHTTPClient

func NewDeleteSpoeAgentParamsWithHTTPClient(client *http.Client) *DeleteSpoeAgentParams

NewDeleteSpoeAgentParamsWithHTTPClient creates a new DeleteSpoeAgentParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSpoeAgentParamsWithTimeout

func NewDeleteSpoeAgentParamsWithTimeout(timeout time.Duration) *DeleteSpoeAgentParams

NewDeleteSpoeAgentParamsWithTimeout creates a new DeleteSpoeAgentParams object with the ability to set a timeout on a request.

func (*DeleteSpoeAgentParams) SetContext

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

SetContext adds the context to the delete spoe agent params

func (*DeleteSpoeAgentParams) SetDefaults

func (o *DeleteSpoeAgentParams) SetDefaults()

SetDefaults hydrates default values in the delete spoe agent params (not the query body).

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

func (*DeleteSpoeAgentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete spoe agent params

func (*DeleteSpoeAgentParams) SetName

func (o *DeleteSpoeAgentParams) SetName(name string)

SetName adds the name to the delete spoe agent params

func (*DeleteSpoeAgentParams) SetScope

func (o *DeleteSpoeAgentParams) SetScope(scope string)

SetScope adds the scope to the delete spoe agent params

func (*DeleteSpoeAgentParams) SetSpoe

func (o *DeleteSpoeAgentParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the delete spoe agent params

func (*DeleteSpoeAgentParams) SetTimeout

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

SetTimeout adds the timeout to the delete spoe agent params

func (*DeleteSpoeAgentParams) SetTransactionID

func (o *DeleteSpoeAgentParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the delete spoe agent params

func (*DeleteSpoeAgentParams) SetVersion

func (o *DeleteSpoeAgentParams) SetVersion(version *int64)

SetVersion adds the version to the delete spoe agent params

func (*DeleteSpoeAgentParams) WithContext

WithContext adds the context to the delete spoe agent params

func (*DeleteSpoeAgentParams) WithDefaults

func (o *DeleteSpoeAgentParams) WithDefaults() *DeleteSpoeAgentParams

WithDefaults hydrates default values in the delete spoe agent params (not the query body).

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

func (*DeleteSpoeAgentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete spoe agent params

func (*DeleteSpoeAgentParams) WithName

WithName adds the name to the delete spoe agent params

func (*DeleteSpoeAgentParams) WithScope

func (o *DeleteSpoeAgentParams) WithScope(scope string) *DeleteSpoeAgentParams

WithScope adds the scope to the delete spoe agent params

func (*DeleteSpoeAgentParams) WithSpoe

WithSpoe adds the spoe to the delete spoe agent params

func (*DeleteSpoeAgentParams) WithTimeout

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

WithTimeout adds the timeout to the delete spoe agent params

func (*DeleteSpoeAgentParams) WithTransactionID

func (o *DeleteSpoeAgentParams) WithTransactionID(transactionID *string) *DeleteSpoeAgentParams

WithTransactionID adds the transactionID to the delete spoe agent params

func (*DeleteSpoeAgentParams) WithVersion

func (o *DeleteSpoeAgentParams) WithVersion(version *int64) *DeleteSpoeAgentParams

WithVersion adds the version to the delete spoe agent params

func (*DeleteSpoeAgentParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteSpoeAgentReader

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

DeleteSpoeAgentReader is a Reader for the DeleteSpoeAgent structure.

func (*DeleteSpoeAgentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSpoeFileDefault

type DeleteSpoeFileDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewDeleteSpoeFileDefault

func NewDeleteSpoeFileDefault(code int) *DeleteSpoeFileDefault

NewDeleteSpoeFileDefault creates a DeleteSpoeFileDefault with default headers values

func (*DeleteSpoeFileDefault) Code

func (o *DeleteSpoeFileDefault) Code() int

Code gets the status code for the delete spoe file default response

func (*DeleteSpoeFileDefault) Error

func (o *DeleteSpoeFileDefault) Error() string

func (*DeleteSpoeFileDefault) GetPayload

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

func (*DeleteSpoeFileDefault) IsClientError added in v1.1.0

func (o *DeleteSpoeFileDefault) IsClientError() bool

IsClientError returns true when this delete spoe file default response has a 4xx status code

func (*DeleteSpoeFileDefault) IsCode added in v1.1.0

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

IsCode returns true when this delete spoe file default response a status code equal to that given

func (*DeleteSpoeFileDefault) IsRedirect added in v1.1.0

func (o *DeleteSpoeFileDefault) IsRedirect() bool

IsRedirect returns true when this delete spoe file default response has a 3xx status code

func (*DeleteSpoeFileDefault) IsServerError added in v1.1.0

func (o *DeleteSpoeFileDefault) IsServerError() bool

IsServerError returns true when this delete spoe file default response has a 5xx status code

func (*DeleteSpoeFileDefault) IsSuccess added in v1.1.0

func (o *DeleteSpoeFileDefault) IsSuccess() bool

IsSuccess returns true when this delete spoe file default response has a 2xx status code

func (*DeleteSpoeFileDefault) String added in v1.1.0

func (o *DeleteSpoeFileDefault) String() string

type DeleteSpoeFileNoContent

type DeleteSpoeFileNoContent struct {
}

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

SPOE file deleted

func NewDeleteSpoeFileNoContent

func NewDeleteSpoeFileNoContent() *DeleteSpoeFileNoContent

NewDeleteSpoeFileNoContent creates a DeleteSpoeFileNoContent with default headers values

func (*DeleteSpoeFileNoContent) Code added in v1.1.5

func (o *DeleteSpoeFileNoContent) Code() int

Code gets the status code for the delete spoe file no content response

func (*DeleteSpoeFileNoContent) Error

func (o *DeleteSpoeFileNoContent) Error() string

func (*DeleteSpoeFileNoContent) IsClientError added in v1.1.0

func (o *DeleteSpoeFileNoContent) IsClientError() bool

IsClientError returns true when this delete spoe file no content response has a 4xx status code

func (*DeleteSpoeFileNoContent) IsCode added in v1.1.0

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

IsCode returns true when this delete spoe file no content response a status code equal to that given

func (*DeleteSpoeFileNoContent) IsRedirect added in v1.1.0

func (o *DeleteSpoeFileNoContent) IsRedirect() bool

IsRedirect returns true when this delete spoe file no content response has a 3xx status code

func (*DeleteSpoeFileNoContent) IsServerError added in v1.1.0

func (o *DeleteSpoeFileNoContent) IsServerError() bool

IsServerError returns true when this delete spoe file no content response has a 5xx status code

func (*DeleteSpoeFileNoContent) IsSuccess added in v1.1.0

func (o *DeleteSpoeFileNoContent) IsSuccess() bool

IsSuccess returns true when this delete spoe file no content response has a 2xx status code

func (*DeleteSpoeFileNoContent) String added in v1.1.0

func (o *DeleteSpoeFileNoContent) String() string

type DeleteSpoeFileNotFound

type DeleteSpoeFileNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewDeleteSpoeFileNotFound

func NewDeleteSpoeFileNotFound() *DeleteSpoeFileNotFound

NewDeleteSpoeFileNotFound creates a DeleteSpoeFileNotFound with default headers values

func (*DeleteSpoeFileNotFound) Code added in v1.1.5

func (o *DeleteSpoeFileNotFound) Code() int

Code gets the status code for the delete spoe file not found response

func (*DeleteSpoeFileNotFound) Error

func (o *DeleteSpoeFileNotFound) Error() string

func (*DeleteSpoeFileNotFound) GetPayload

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

func (*DeleteSpoeFileNotFound) IsClientError added in v1.1.0

func (o *DeleteSpoeFileNotFound) IsClientError() bool

IsClientError returns true when this delete spoe file not found response has a 4xx status code

func (*DeleteSpoeFileNotFound) IsCode added in v1.1.0

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

IsCode returns true when this delete spoe file not found response a status code equal to that given

func (*DeleteSpoeFileNotFound) IsRedirect added in v1.1.0

func (o *DeleteSpoeFileNotFound) IsRedirect() bool

IsRedirect returns true when this delete spoe file not found response has a 3xx status code

func (*DeleteSpoeFileNotFound) IsServerError added in v1.1.0

func (o *DeleteSpoeFileNotFound) IsServerError() bool

IsServerError returns true when this delete spoe file not found response has a 5xx status code

func (*DeleteSpoeFileNotFound) IsSuccess added in v1.1.0

func (o *DeleteSpoeFileNotFound) IsSuccess() bool

IsSuccess returns true when this delete spoe file not found response has a 2xx status code

func (*DeleteSpoeFileNotFound) String added in v1.1.0

func (o *DeleteSpoeFileNotFound) String() string

type DeleteSpoeFileParams

type DeleteSpoeFileParams struct {

	/* Name.

	   SPOE file name
	*/
	Name string

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

DeleteSpoeFileParams contains all the parameters to send to the API endpoint

for the delete spoe file operation.

Typically these are written to a http.Request.

func NewDeleteSpoeFileParams

func NewDeleteSpoeFileParams() *DeleteSpoeFileParams

NewDeleteSpoeFileParams creates a new DeleteSpoeFileParams 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 NewDeleteSpoeFileParamsWithContext

func NewDeleteSpoeFileParamsWithContext(ctx context.Context) *DeleteSpoeFileParams

NewDeleteSpoeFileParamsWithContext creates a new DeleteSpoeFileParams object with the ability to set a context for a request.

func NewDeleteSpoeFileParamsWithHTTPClient

func NewDeleteSpoeFileParamsWithHTTPClient(client *http.Client) *DeleteSpoeFileParams

NewDeleteSpoeFileParamsWithHTTPClient creates a new DeleteSpoeFileParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSpoeFileParamsWithTimeout

func NewDeleteSpoeFileParamsWithTimeout(timeout time.Duration) *DeleteSpoeFileParams

NewDeleteSpoeFileParamsWithTimeout creates a new DeleteSpoeFileParams object with the ability to set a timeout on a request.

func (*DeleteSpoeFileParams) SetContext

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

SetContext adds the context to the delete spoe file params

func (*DeleteSpoeFileParams) SetDefaults

func (o *DeleteSpoeFileParams) SetDefaults()

SetDefaults hydrates default values in the delete spoe file params (not the query body).

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

func (*DeleteSpoeFileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete spoe file params

func (*DeleteSpoeFileParams) SetName

func (o *DeleteSpoeFileParams) SetName(name string)

SetName adds the name to the delete spoe file params

func (*DeleteSpoeFileParams) SetTimeout

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

SetTimeout adds the timeout to the delete spoe file params

func (*DeleteSpoeFileParams) WithContext

WithContext adds the context to the delete spoe file params

func (*DeleteSpoeFileParams) WithDefaults

func (o *DeleteSpoeFileParams) WithDefaults() *DeleteSpoeFileParams

WithDefaults hydrates default values in the delete spoe file params (not the query body).

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

func (*DeleteSpoeFileParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete spoe file params

func (*DeleteSpoeFileParams) WithName

WithName adds the name to the delete spoe file params

func (*DeleteSpoeFileParams) WithTimeout

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

WithTimeout adds the timeout to the delete spoe file params

func (*DeleteSpoeFileParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteSpoeFileReader

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

DeleteSpoeFileReader is a Reader for the DeleteSpoeFile structure.

func (*DeleteSpoeFileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSpoeGroupDefault

type DeleteSpoeGroupDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewDeleteSpoeGroupDefault

func NewDeleteSpoeGroupDefault(code int) *DeleteSpoeGroupDefault

NewDeleteSpoeGroupDefault creates a DeleteSpoeGroupDefault with default headers values

func (*DeleteSpoeGroupDefault) Code

func (o *DeleteSpoeGroupDefault) Code() int

Code gets the status code for the delete spoe group default response

func (*DeleteSpoeGroupDefault) Error

func (o *DeleteSpoeGroupDefault) Error() string

func (*DeleteSpoeGroupDefault) GetPayload

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

func (*DeleteSpoeGroupDefault) IsClientError added in v1.1.0

func (o *DeleteSpoeGroupDefault) IsClientError() bool

IsClientError returns true when this delete spoe group default response has a 4xx status code

func (*DeleteSpoeGroupDefault) IsCode added in v1.1.0

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

IsCode returns true when this delete spoe group default response a status code equal to that given

func (*DeleteSpoeGroupDefault) IsRedirect added in v1.1.0

func (o *DeleteSpoeGroupDefault) IsRedirect() bool

IsRedirect returns true when this delete spoe group default response has a 3xx status code

func (*DeleteSpoeGroupDefault) IsServerError added in v1.1.0

func (o *DeleteSpoeGroupDefault) IsServerError() bool

IsServerError returns true when this delete spoe group default response has a 5xx status code

func (*DeleteSpoeGroupDefault) IsSuccess added in v1.1.0

func (o *DeleteSpoeGroupDefault) IsSuccess() bool

IsSuccess returns true when this delete spoe group default response has a 2xx status code

func (*DeleteSpoeGroupDefault) String added in v1.1.0

func (o *DeleteSpoeGroupDefault) String() string

type DeleteSpoeGroupNoContent

type DeleteSpoeGroupNoContent struct {
}

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

Spoe group deleted

func NewDeleteSpoeGroupNoContent

func NewDeleteSpoeGroupNoContent() *DeleteSpoeGroupNoContent

NewDeleteSpoeGroupNoContent creates a DeleteSpoeGroupNoContent with default headers values

func (*DeleteSpoeGroupNoContent) Code added in v1.1.5

func (o *DeleteSpoeGroupNoContent) Code() int

Code gets the status code for the delete spoe group no content response

func (*DeleteSpoeGroupNoContent) Error

func (o *DeleteSpoeGroupNoContent) Error() string

func (*DeleteSpoeGroupNoContent) IsClientError added in v1.1.0

func (o *DeleteSpoeGroupNoContent) IsClientError() bool

IsClientError returns true when this delete spoe group no content response has a 4xx status code

func (*DeleteSpoeGroupNoContent) IsCode added in v1.1.0

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

IsCode returns true when this delete spoe group no content response a status code equal to that given

func (*DeleteSpoeGroupNoContent) IsRedirect added in v1.1.0

func (o *DeleteSpoeGroupNoContent) IsRedirect() bool

IsRedirect returns true when this delete spoe group no content response has a 3xx status code

func (*DeleteSpoeGroupNoContent) IsServerError added in v1.1.0

func (o *DeleteSpoeGroupNoContent) IsServerError() bool

IsServerError returns true when this delete spoe group no content response has a 5xx status code

func (*DeleteSpoeGroupNoContent) IsSuccess added in v1.1.0

func (o *DeleteSpoeGroupNoContent) IsSuccess() bool

IsSuccess returns true when this delete spoe group no content response has a 2xx status code

func (*DeleteSpoeGroupNoContent) String added in v1.1.0

func (o *DeleteSpoeGroupNoContent) String() string

type DeleteSpoeGroupNotFound

type DeleteSpoeGroupNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewDeleteSpoeGroupNotFound

func NewDeleteSpoeGroupNotFound() *DeleteSpoeGroupNotFound

NewDeleteSpoeGroupNotFound creates a DeleteSpoeGroupNotFound with default headers values

func (*DeleteSpoeGroupNotFound) Code added in v1.1.5

func (o *DeleteSpoeGroupNotFound) Code() int

Code gets the status code for the delete spoe group not found response

func (*DeleteSpoeGroupNotFound) Error

func (o *DeleteSpoeGroupNotFound) Error() string

func (*DeleteSpoeGroupNotFound) GetPayload

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

func (*DeleteSpoeGroupNotFound) IsClientError added in v1.1.0

func (o *DeleteSpoeGroupNotFound) IsClientError() bool

IsClientError returns true when this delete spoe group not found response has a 4xx status code

func (*DeleteSpoeGroupNotFound) IsCode added in v1.1.0

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

IsCode returns true when this delete spoe group not found response a status code equal to that given

func (*DeleteSpoeGroupNotFound) IsRedirect added in v1.1.0

func (o *DeleteSpoeGroupNotFound) IsRedirect() bool

IsRedirect returns true when this delete spoe group not found response has a 3xx status code

func (*DeleteSpoeGroupNotFound) IsServerError added in v1.1.0

func (o *DeleteSpoeGroupNotFound) IsServerError() bool

IsServerError returns true when this delete spoe group not found response has a 5xx status code

func (*DeleteSpoeGroupNotFound) IsSuccess added in v1.1.0

func (o *DeleteSpoeGroupNotFound) IsSuccess() bool

IsSuccess returns true when this delete spoe group not found response has a 2xx status code

func (*DeleteSpoeGroupNotFound) String added in v1.1.0

func (o *DeleteSpoeGroupNotFound) String() string

type DeleteSpoeGroupParams

type DeleteSpoeGroupParams struct {

	/* Name.

	   Spoe group name
	*/
	Name string

	/* Scope.

	   Spoe scope
	*/
	Scope string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

	/* Version.

	   Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version.
	*/
	Version *int64

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

DeleteSpoeGroupParams contains all the parameters to send to the API endpoint

for the delete spoe group operation.

Typically these are written to a http.Request.

func NewDeleteSpoeGroupParams

func NewDeleteSpoeGroupParams() *DeleteSpoeGroupParams

NewDeleteSpoeGroupParams creates a new DeleteSpoeGroupParams 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 NewDeleteSpoeGroupParamsWithContext

func NewDeleteSpoeGroupParamsWithContext(ctx context.Context) *DeleteSpoeGroupParams

NewDeleteSpoeGroupParamsWithContext creates a new DeleteSpoeGroupParams object with the ability to set a context for a request.

func NewDeleteSpoeGroupParamsWithHTTPClient

func NewDeleteSpoeGroupParamsWithHTTPClient(client *http.Client) *DeleteSpoeGroupParams

NewDeleteSpoeGroupParamsWithHTTPClient creates a new DeleteSpoeGroupParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSpoeGroupParamsWithTimeout

func NewDeleteSpoeGroupParamsWithTimeout(timeout time.Duration) *DeleteSpoeGroupParams

NewDeleteSpoeGroupParamsWithTimeout creates a new DeleteSpoeGroupParams object with the ability to set a timeout on a request.

func (*DeleteSpoeGroupParams) SetContext

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

SetContext adds the context to the delete spoe group params

func (*DeleteSpoeGroupParams) SetDefaults

func (o *DeleteSpoeGroupParams) SetDefaults()

SetDefaults hydrates default values in the delete spoe group params (not the query body).

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

func (*DeleteSpoeGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete spoe group params

func (*DeleteSpoeGroupParams) SetName

func (o *DeleteSpoeGroupParams) SetName(name string)

SetName adds the name to the delete spoe group params

func (*DeleteSpoeGroupParams) SetScope

func (o *DeleteSpoeGroupParams) SetScope(scope string)

SetScope adds the scope to the delete spoe group params

func (*DeleteSpoeGroupParams) SetSpoe

func (o *DeleteSpoeGroupParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the delete spoe group params

func (*DeleteSpoeGroupParams) SetTimeout

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

SetTimeout adds the timeout to the delete spoe group params

func (*DeleteSpoeGroupParams) SetTransactionID

func (o *DeleteSpoeGroupParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the delete spoe group params

func (*DeleteSpoeGroupParams) SetVersion

func (o *DeleteSpoeGroupParams) SetVersion(version *int64)

SetVersion adds the version to the delete spoe group params

func (*DeleteSpoeGroupParams) WithContext

WithContext adds the context to the delete spoe group params

func (*DeleteSpoeGroupParams) WithDefaults

func (o *DeleteSpoeGroupParams) WithDefaults() *DeleteSpoeGroupParams

WithDefaults hydrates default values in the delete spoe group params (not the query body).

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

func (*DeleteSpoeGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete spoe group params

func (*DeleteSpoeGroupParams) WithName

WithName adds the name to the delete spoe group params

func (*DeleteSpoeGroupParams) WithScope

func (o *DeleteSpoeGroupParams) WithScope(scope string) *DeleteSpoeGroupParams

WithScope adds the scope to the delete spoe group params

func (*DeleteSpoeGroupParams) WithSpoe

WithSpoe adds the spoe to the delete spoe group params

func (*DeleteSpoeGroupParams) WithTimeout

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

WithTimeout adds the timeout to the delete spoe group params

func (*DeleteSpoeGroupParams) WithTransactionID

func (o *DeleteSpoeGroupParams) WithTransactionID(transactionID *string) *DeleteSpoeGroupParams

WithTransactionID adds the transactionID to the delete spoe group params

func (*DeleteSpoeGroupParams) WithVersion

func (o *DeleteSpoeGroupParams) WithVersion(version *int64) *DeleteSpoeGroupParams

WithVersion adds the version to the delete spoe group params

func (*DeleteSpoeGroupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteSpoeGroupReader

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

DeleteSpoeGroupReader is a Reader for the DeleteSpoeGroup structure.

func (*DeleteSpoeGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSpoeMessageDefault

type DeleteSpoeMessageDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewDeleteSpoeMessageDefault

func NewDeleteSpoeMessageDefault(code int) *DeleteSpoeMessageDefault

NewDeleteSpoeMessageDefault creates a DeleteSpoeMessageDefault with default headers values

func (*DeleteSpoeMessageDefault) Code

func (o *DeleteSpoeMessageDefault) Code() int

Code gets the status code for the delete spoe message default response

func (*DeleteSpoeMessageDefault) Error

func (o *DeleteSpoeMessageDefault) Error() string

func (*DeleteSpoeMessageDefault) GetPayload

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

func (*DeleteSpoeMessageDefault) IsClientError added in v1.1.0

func (o *DeleteSpoeMessageDefault) IsClientError() bool

IsClientError returns true when this delete spoe message default response has a 4xx status code

func (*DeleteSpoeMessageDefault) IsCode added in v1.1.0

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

IsCode returns true when this delete spoe message default response a status code equal to that given

func (*DeleteSpoeMessageDefault) IsRedirect added in v1.1.0

func (o *DeleteSpoeMessageDefault) IsRedirect() bool

IsRedirect returns true when this delete spoe message default response has a 3xx status code

func (*DeleteSpoeMessageDefault) IsServerError added in v1.1.0

func (o *DeleteSpoeMessageDefault) IsServerError() bool

IsServerError returns true when this delete spoe message default response has a 5xx status code

func (*DeleteSpoeMessageDefault) IsSuccess added in v1.1.0

func (o *DeleteSpoeMessageDefault) IsSuccess() bool

IsSuccess returns true when this delete spoe message default response has a 2xx status code

func (*DeleteSpoeMessageDefault) String added in v1.1.0

func (o *DeleteSpoeMessageDefault) String() string

type DeleteSpoeMessageNoContent

type DeleteSpoeMessageNoContent struct {
}

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

Spoe message deleted

func NewDeleteSpoeMessageNoContent

func NewDeleteSpoeMessageNoContent() *DeleteSpoeMessageNoContent

NewDeleteSpoeMessageNoContent creates a DeleteSpoeMessageNoContent with default headers values

func (*DeleteSpoeMessageNoContent) Code added in v1.1.5

func (o *DeleteSpoeMessageNoContent) Code() int

Code gets the status code for the delete spoe message no content response

func (*DeleteSpoeMessageNoContent) Error

func (*DeleteSpoeMessageNoContent) IsClientError added in v1.1.0

func (o *DeleteSpoeMessageNoContent) IsClientError() bool

IsClientError returns true when this delete spoe message no content response has a 4xx status code

func (*DeleteSpoeMessageNoContent) IsCode added in v1.1.0

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

IsCode returns true when this delete spoe message no content response a status code equal to that given

func (*DeleteSpoeMessageNoContent) IsRedirect added in v1.1.0

func (o *DeleteSpoeMessageNoContent) IsRedirect() bool

IsRedirect returns true when this delete spoe message no content response has a 3xx status code

func (*DeleteSpoeMessageNoContent) IsServerError added in v1.1.0

func (o *DeleteSpoeMessageNoContent) IsServerError() bool

IsServerError returns true when this delete spoe message no content response has a 5xx status code

func (*DeleteSpoeMessageNoContent) IsSuccess added in v1.1.0

func (o *DeleteSpoeMessageNoContent) IsSuccess() bool

IsSuccess returns true when this delete spoe message no content response has a 2xx status code

func (*DeleteSpoeMessageNoContent) String added in v1.1.0

func (o *DeleteSpoeMessageNoContent) String() string

type DeleteSpoeMessageNotFound

type DeleteSpoeMessageNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewDeleteSpoeMessageNotFound

func NewDeleteSpoeMessageNotFound() *DeleteSpoeMessageNotFound

NewDeleteSpoeMessageNotFound creates a DeleteSpoeMessageNotFound with default headers values

func (*DeleteSpoeMessageNotFound) Code added in v1.1.5

func (o *DeleteSpoeMessageNotFound) Code() int

Code gets the status code for the delete spoe message not found response

func (*DeleteSpoeMessageNotFound) Error

func (o *DeleteSpoeMessageNotFound) Error() string

func (*DeleteSpoeMessageNotFound) GetPayload

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

func (*DeleteSpoeMessageNotFound) IsClientError added in v1.1.0

func (o *DeleteSpoeMessageNotFound) IsClientError() bool

IsClientError returns true when this delete spoe message not found response has a 4xx status code

func (*DeleteSpoeMessageNotFound) IsCode added in v1.1.0

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

IsCode returns true when this delete spoe message not found response a status code equal to that given

func (*DeleteSpoeMessageNotFound) IsRedirect added in v1.1.0

func (o *DeleteSpoeMessageNotFound) IsRedirect() bool

IsRedirect returns true when this delete spoe message not found response has a 3xx status code

func (*DeleteSpoeMessageNotFound) IsServerError added in v1.1.0

func (o *DeleteSpoeMessageNotFound) IsServerError() bool

IsServerError returns true when this delete spoe message not found response has a 5xx status code

func (*DeleteSpoeMessageNotFound) IsSuccess added in v1.1.0

func (o *DeleteSpoeMessageNotFound) IsSuccess() bool

IsSuccess returns true when this delete spoe message not found response has a 2xx status code

func (*DeleteSpoeMessageNotFound) String added in v1.1.0

func (o *DeleteSpoeMessageNotFound) String() string

type DeleteSpoeMessageParams

type DeleteSpoeMessageParams struct {

	/* Name.

	   Spoe message name
	*/
	Name string

	/* Scope.

	   Spoe scope
	*/
	Scope string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

	/* Version.

	   Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version.
	*/
	Version *int64

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

DeleteSpoeMessageParams contains all the parameters to send to the API endpoint

for the delete spoe message operation.

Typically these are written to a http.Request.

func NewDeleteSpoeMessageParams

func NewDeleteSpoeMessageParams() *DeleteSpoeMessageParams

NewDeleteSpoeMessageParams creates a new DeleteSpoeMessageParams 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 NewDeleteSpoeMessageParamsWithContext

func NewDeleteSpoeMessageParamsWithContext(ctx context.Context) *DeleteSpoeMessageParams

NewDeleteSpoeMessageParamsWithContext creates a new DeleteSpoeMessageParams object with the ability to set a context for a request.

func NewDeleteSpoeMessageParamsWithHTTPClient

func NewDeleteSpoeMessageParamsWithHTTPClient(client *http.Client) *DeleteSpoeMessageParams

NewDeleteSpoeMessageParamsWithHTTPClient creates a new DeleteSpoeMessageParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSpoeMessageParamsWithTimeout

func NewDeleteSpoeMessageParamsWithTimeout(timeout time.Duration) *DeleteSpoeMessageParams

NewDeleteSpoeMessageParamsWithTimeout creates a new DeleteSpoeMessageParams object with the ability to set a timeout on a request.

func (*DeleteSpoeMessageParams) SetContext

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

SetContext adds the context to the delete spoe message params

func (*DeleteSpoeMessageParams) SetDefaults

func (o *DeleteSpoeMessageParams) SetDefaults()

SetDefaults hydrates default values in the delete spoe message params (not the query body).

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

func (*DeleteSpoeMessageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete spoe message params

func (*DeleteSpoeMessageParams) SetName

func (o *DeleteSpoeMessageParams) SetName(name string)

SetName adds the name to the delete spoe message params

func (*DeleteSpoeMessageParams) SetScope

func (o *DeleteSpoeMessageParams) SetScope(scope string)

SetScope adds the scope to the delete spoe message params

func (*DeleteSpoeMessageParams) SetSpoe

func (o *DeleteSpoeMessageParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the delete spoe message params

func (*DeleteSpoeMessageParams) SetTimeout

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

SetTimeout adds the timeout to the delete spoe message params

func (*DeleteSpoeMessageParams) SetTransactionID

func (o *DeleteSpoeMessageParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the delete spoe message params

func (*DeleteSpoeMessageParams) SetVersion

func (o *DeleteSpoeMessageParams) SetVersion(version *int64)

SetVersion adds the version to the delete spoe message params

func (*DeleteSpoeMessageParams) WithContext

WithContext adds the context to the delete spoe message params

func (*DeleteSpoeMessageParams) WithDefaults

WithDefaults hydrates default values in the delete spoe message params (not the query body).

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

func (*DeleteSpoeMessageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete spoe message params

func (*DeleteSpoeMessageParams) WithName

WithName adds the name to the delete spoe message params

func (*DeleteSpoeMessageParams) WithScope

WithScope adds the scope to the delete spoe message params

func (*DeleteSpoeMessageParams) WithSpoe

WithSpoe adds the spoe to the delete spoe message params

func (*DeleteSpoeMessageParams) WithTimeout

WithTimeout adds the timeout to the delete spoe message params

func (*DeleteSpoeMessageParams) WithTransactionID

func (o *DeleteSpoeMessageParams) WithTransactionID(transactionID *string) *DeleteSpoeMessageParams

WithTransactionID adds the transactionID to the delete spoe message params

func (*DeleteSpoeMessageParams) WithVersion

func (o *DeleteSpoeMessageParams) WithVersion(version *int64) *DeleteSpoeMessageParams

WithVersion adds the version to the delete spoe message params

func (*DeleteSpoeMessageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteSpoeMessageReader

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

DeleteSpoeMessageReader is a Reader for the DeleteSpoeMessage structure.

func (*DeleteSpoeMessageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteSpoeScopeDefault

type DeleteSpoeScopeDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewDeleteSpoeScopeDefault

func NewDeleteSpoeScopeDefault(code int) *DeleteSpoeScopeDefault

NewDeleteSpoeScopeDefault creates a DeleteSpoeScopeDefault with default headers values

func (*DeleteSpoeScopeDefault) Code

func (o *DeleteSpoeScopeDefault) Code() int

Code gets the status code for the delete spoe scope default response

func (*DeleteSpoeScopeDefault) Error

func (o *DeleteSpoeScopeDefault) Error() string

func (*DeleteSpoeScopeDefault) GetPayload

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

func (*DeleteSpoeScopeDefault) IsClientError added in v1.1.0

func (o *DeleteSpoeScopeDefault) IsClientError() bool

IsClientError returns true when this delete spoe scope default response has a 4xx status code

func (*DeleteSpoeScopeDefault) IsCode added in v1.1.0

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

IsCode returns true when this delete spoe scope default response a status code equal to that given

func (*DeleteSpoeScopeDefault) IsRedirect added in v1.1.0

func (o *DeleteSpoeScopeDefault) IsRedirect() bool

IsRedirect returns true when this delete spoe scope default response has a 3xx status code

func (*DeleteSpoeScopeDefault) IsServerError added in v1.1.0

func (o *DeleteSpoeScopeDefault) IsServerError() bool

IsServerError returns true when this delete spoe scope default response has a 5xx status code

func (*DeleteSpoeScopeDefault) IsSuccess added in v1.1.0

func (o *DeleteSpoeScopeDefault) IsSuccess() bool

IsSuccess returns true when this delete spoe scope default response has a 2xx status code

func (*DeleteSpoeScopeDefault) String added in v1.1.0

func (o *DeleteSpoeScopeDefault) String() string

type DeleteSpoeScopeNoContent

type DeleteSpoeScopeNoContent struct {
}

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

Spoe scope deleted

func NewDeleteSpoeScopeNoContent

func NewDeleteSpoeScopeNoContent() *DeleteSpoeScopeNoContent

NewDeleteSpoeScopeNoContent creates a DeleteSpoeScopeNoContent with default headers values

func (*DeleteSpoeScopeNoContent) Code added in v1.1.5

func (o *DeleteSpoeScopeNoContent) Code() int

Code gets the status code for the delete spoe scope no content response

func (*DeleteSpoeScopeNoContent) Error

func (o *DeleteSpoeScopeNoContent) Error() string

func (*DeleteSpoeScopeNoContent) IsClientError added in v1.1.0

func (o *DeleteSpoeScopeNoContent) IsClientError() bool

IsClientError returns true when this delete spoe scope no content response has a 4xx status code

func (*DeleteSpoeScopeNoContent) IsCode added in v1.1.0

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

IsCode returns true when this delete spoe scope no content response a status code equal to that given

func (*DeleteSpoeScopeNoContent) IsRedirect added in v1.1.0

func (o *DeleteSpoeScopeNoContent) IsRedirect() bool

IsRedirect returns true when this delete spoe scope no content response has a 3xx status code

func (*DeleteSpoeScopeNoContent) IsServerError added in v1.1.0

func (o *DeleteSpoeScopeNoContent) IsServerError() bool

IsServerError returns true when this delete spoe scope no content response has a 5xx status code

func (*DeleteSpoeScopeNoContent) IsSuccess added in v1.1.0

func (o *DeleteSpoeScopeNoContent) IsSuccess() bool

IsSuccess returns true when this delete spoe scope no content response has a 2xx status code

func (*DeleteSpoeScopeNoContent) String added in v1.1.0

func (o *DeleteSpoeScopeNoContent) String() string

type DeleteSpoeScopeNotFound

type DeleteSpoeScopeNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewDeleteSpoeScopeNotFound

func NewDeleteSpoeScopeNotFound() *DeleteSpoeScopeNotFound

NewDeleteSpoeScopeNotFound creates a DeleteSpoeScopeNotFound with default headers values

func (*DeleteSpoeScopeNotFound) Code added in v1.1.5

func (o *DeleteSpoeScopeNotFound) Code() int

Code gets the status code for the delete spoe scope not found response

func (*DeleteSpoeScopeNotFound) Error

func (o *DeleteSpoeScopeNotFound) Error() string

func (*DeleteSpoeScopeNotFound) GetPayload

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

func (*DeleteSpoeScopeNotFound) IsClientError added in v1.1.0

func (o *DeleteSpoeScopeNotFound) IsClientError() bool

IsClientError returns true when this delete spoe scope not found response has a 4xx status code

func (*DeleteSpoeScopeNotFound) IsCode added in v1.1.0

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

IsCode returns true when this delete spoe scope not found response a status code equal to that given

func (*DeleteSpoeScopeNotFound) IsRedirect added in v1.1.0

func (o *DeleteSpoeScopeNotFound) IsRedirect() bool

IsRedirect returns true when this delete spoe scope not found response has a 3xx status code

func (*DeleteSpoeScopeNotFound) IsServerError added in v1.1.0

func (o *DeleteSpoeScopeNotFound) IsServerError() bool

IsServerError returns true when this delete spoe scope not found response has a 5xx status code

func (*DeleteSpoeScopeNotFound) IsSuccess added in v1.1.0

func (o *DeleteSpoeScopeNotFound) IsSuccess() bool

IsSuccess returns true when this delete spoe scope not found response has a 2xx status code

func (*DeleteSpoeScopeNotFound) String added in v1.1.0

func (o *DeleteSpoeScopeNotFound) String() string

type DeleteSpoeScopeParams

type DeleteSpoeScopeParams struct {

	/* Name.

	   Spoe scope name
	*/
	Name string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

	/* Version.

	   Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version.
	*/
	Version *int64

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

DeleteSpoeScopeParams contains all the parameters to send to the API endpoint

for the delete spoe scope operation.

Typically these are written to a http.Request.

func NewDeleteSpoeScopeParams

func NewDeleteSpoeScopeParams() *DeleteSpoeScopeParams

NewDeleteSpoeScopeParams creates a new DeleteSpoeScopeParams 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 NewDeleteSpoeScopeParamsWithContext

func NewDeleteSpoeScopeParamsWithContext(ctx context.Context) *DeleteSpoeScopeParams

NewDeleteSpoeScopeParamsWithContext creates a new DeleteSpoeScopeParams object with the ability to set a context for a request.

func NewDeleteSpoeScopeParamsWithHTTPClient

func NewDeleteSpoeScopeParamsWithHTTPClient(client *http.Client) *DeleteSpoeScopeParams

NewDeleteSpoeScopeParamsWithHTTPClient creates a new DeleteSpoeScopeParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteSpoeScopeParamsWithTimeout

func NewDeleteSpoeScopeParamsWithTimeout(timeout time.Duration) *DeleteSpoeScopeParams

NewDeleteSpoeScopeParamsWithTimeout creates a new DeleteSpoeScopeParams object with the ability to set a timeout on a request.

func (*DeleteSpoeScopeParams) SetContext

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

SetContext adds the context to the delete spoe scope params

func (*DeleteSpoeScopeParams) SetDefaults

func (o *DeleteSpoeScopeParams) SetDefaults()

SetDefaults hydrates default values in the delete spoe scope params (not the query body).

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

func (*DeleteSpoeScopeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete spoe scope params

func (*DeleteSpoeScopeParams) SetName

func (o *DeleteSpoeScopeParams) SetName(name string)

SetName adds the name to the delete spoe scope params

func (*DeleteSpoeScopeParams) SetSpoe

func (o *DeleteSpoeScopeParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the delete spoe scope params

func (*DeleteSpoeScopeParams) SetTimeout

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

SetTimeout adds the timeout to the delete spoe scope params

func (*DeleteSpoeScopeParams) SetTransactionID

func (o *DeleteSpoeScopeParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the delete spoe scope params

func (*DeleteSpoeScopeParams) SetVersion

func (o *DeleteSpoeScopeParams) SetVersion(version *int64)

SetVersion adds the version to the delete spoe scope params

func (*DeleteSpoeScopeParams) WithContext

WithContext adds the context to the delete spoe scope params

func (*DeleteSpoeScopeParams) WithDefaults

func (o *DeleteSpoeScopeParams) WithDefaults() *DeleteSpoeScopeParams

WithDefaults hydrates default values in the delete spoe scope params (not the query body).

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

func (*DeleteSpoeScopeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete spoe scope params

func (*DeleteSpoeScopeParams) WithName

WithName adds the name to the delete spoe scope params

func (*DeleteSpoeScopeParams) WithSpoe

WithSpoe adds the spoe to the delete spoe scope params

func (*DeleteSpoeScopeParams) WithTimeout

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

WithTimeout adds the timeout to the delete spoe scope params

func (*DeleteSpoeScopeParams) WithTransactionID

func (o *DeleteSpoeScopeParams) WithTransactionID(transactionID *string) *DeleteSpoeScopeParams

WithTransactionID adds the transactionID to the delete spoe scope params

func (*DeleteSpoeScopeParams) WithVersion

func (o *DeleteSpoeScopeParams) WithVersion(version *int64) *DeleteSpoeScopeParams

WithVersion adds the version to the delete spoe scope params

func (*DeleteSpoeScopeParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type DeleteSpoeScopeReader

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

DeleteSpoeScopeReader is a Reader for the DeleteSpoeScope structure.

func (*DeleteSpoeScopeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAllSpoeFilesDefault

type GetAllSpoeFilesDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewGetAllSpoeFilesDefault

func NewGetAllSpoeFilesDefault(code int) *GetAllSpoeFilesDefault

NewGetAllSpoeFilesDefault creates a GetAllSpoeFilesDefault with default headers values

func (*GetAllSpoeFilesDefault) Code

func (o *GetAllSpoeFilesDefault) Code() int

Code gets the status code for the get all spoe files default response

func (*GetAllSpoeFilesDefault) Error

func (o *GetAllSpoeFilesDefault) Error() string

func (*GetAllSpoeFilesDefault) GetPayload

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

func (*GetAllSpoeFilesDefault) IsClientError added in v1.1.0

func (o *GetAllSpoeFilesDefault) IsClientError() bool

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

func (*GetAllSpoeFilesDefault) IsCode added in v1.1.0

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

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

func (*GetAllSpoeFilesDefault) IsRedirect added in v1.1.0

func (o *GetAllSpoeFilesDefault) IsRedirect() bool

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

func (*GetAllSpoeFilesDefault) IsServerError added in v1.1.0

func (o *GetAllSpoeFilesDefault) IsServerError() bool

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

func (*GetAllSpoeFilesDefault) IsSuccess added in v1.1.0

func (o *GetAllSpoeFilesDefault) IsSuccess() bool

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

func (*GetAllSpoeFilesDefault) String added in v1.1.0

func (o *GetAllSpoeFilesDefault) String() string

type GetAllSpoeFilesNotFound

type GetAllSpoeFilesNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewGetAllSpoeFilesNotFound

func NewGetAllSpoeFilesNotFound() *GetAllSpoeFilesNotFound

NewGetAllSpoeFilesNotFound creates a GetAllSpoeFilesNotFound with default headers values

func (*GetAllSpoeFilesNotFound) Code added in v1.1.5

func (o *GetAllSpoeFilesNotFound) Code() int

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

func (*GetAllSpoeFilesNotFound) Error

func (o *GetAllSpoeFilesNotFound) Error() string

func (*GetAllSpoeFilesNotFound) GetPayload

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

func (*GetAllSpoeFilesNotFound) IsClientError added in v1.1.0

func (o *GetAllSpoeFilesNotFound) IsClientError() bool

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

func (*GetAllSpoeFilesNotFound) IsCode added in v1.1.0

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

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

func (*GetAllSpoeFilesNotFound) IsRedirect added in v1.1.0

func (o *GetAllSpoeFilesNotFound) IsRedirect() bool

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

func (*GetAllSpoeFilesNotFound) IsServerError added in v1.1.0

func (o *GetAllSpoeFilesNotFound) IsServerError() bool

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

func (*GetAllSpoeFilesNotFound) IsSuccess added in v1.1.0

func (o *GetAllSpoeFilesNotFound) IsSuccess() bool

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

func (*GetAllSpoeFilesNotFound) String added in v1.1.0

func (o *GetAllSpoeFilesNotFound) String() string

type GetAllSpoeFilesOK

type GetAllSpoeFilesOK struct {
	Payload models.SpoeFiles
}

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

Successful operation

func NewGetAllSpoeFilesOK

func NewGetAllSpoeFilesOK() *GetAllSpoeFilesOK

NewGetAllSpoeFilesOK creates a GetAllSpoeFilesOK with default headers values

func (*GetAllSpoeFilesOK) Code added in v1.1.5

func (o *GetAllSpoeFilesOK) Code() int

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

func (*GetAllSpoeFilesOK) Error

func (o *GetAllSpoeFilesOK) Error() string

func (*GetAllSpoeFilesOK) GetPayload

func (o *GetAllSpoeFilesOK) GetPayload() models.SpoeFiles

func (*GetAllSpoeFilesOK) IsClientError added in v1.1.0

func (o *GetAllSpoeFilesOK) IsClientError() bool

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

func (*GetAllSpoeFilesOK) IsCode added in v1.1.0

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

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

func (*GetAllSpoeFilesOK) IsRedirect added in v1.1.0

func (o *GetAllSpoeFilesOK) IsRedirect() bool

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

func (*GetAllSpoeFilesOK) IsServerError added in v1.1.0

func (o *GetAllSpoeFilesOK) IsServerError() bool

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

func (*GetAllSpoeFilesOK) IsSuccess added in v1.1.0

func (o *GetAllSpoeFilesOK) IsSuccess() bool

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

func (*GetAllSpoeFilesOK) String added in v1.1.0

func (o *GetAllSpoeFilesOK) String() string

type GetAllSpoeFilesParams

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

GetAllSpoeFilesParams contains all the parameters to send to the API endpoint

for the get all spoe files operation.

Typically these are written to a http.Request.

func NewGetAllSpoeFilesParams

func NewGetAllSpoeFilesParams() *GetAllSpoeFilesParams

NewGetAllSpoeFilesParams creates a new GetAllSpoeFilesParams 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 NewGetAllSpoeFilesParamsWithContext

func NewGetAllSpoeFilesParamsWithContext(ctx context.Context) *GetAllSpoeFilesParams

NewGetAllSpoeFilesParamsWithContext creates a new GetAllSpoeFilesParams object with the ability to set a context for a request.

func NewGetAllSpoeFilesParamsWithHTTPClient

func NewGetAllSpoeFilesParamsWithHTTPClient(client *http.Client) *GetAllSpoeFilesParams

NewGetAllSpoeFilesParamsWithHTTPClient creates a new GetAllSpoeFilesParams object with the ability to set a custom HTTPClient for a request.

func NewGetAllSpoeFilesParamsWithTimeout

func NewGetAllSpoeFilesParamsWithTimeout(timeout time.Duration) *GetAllSpoeFilesParams

NewGetAllSpoeFilesParamsWithTimeout creates a new GetAllSpoeFilesParams object with the ability to set a timeout on a request.

func (*GetAllSpoeFilesParams) SetContext

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

SetContext adds the context to the get all spoe files params

func (*GetAllSpoeFilesParams) SetDefaults

func (o *GetAllSpoeFilesParams) SetDefaults()

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

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

func (*GetAllSpoeFilesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get all spoe files params

func (*GetAllSpoeFilesParams) SetTimeout

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

SetTimeout adds the timeout to the get all spoe files params

func (*GetAllSpoeFilesParams) WithContext

WithContext adds the context to the get all spoe files params

func (*GetAllSpoeFilesParams) WithDefaults

func (o *GetAllSpoeFilesParams) WithDefaults() *GetAllSpoeFilesParams

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

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

func (*GetAllSpoeFilesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get all spoe files params

func (*GetAllSpoeFilesParams) WithTimeout

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

WithTimeout adds the timeout to the get all spoe files params

func (*GetAllSpoeFilesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAllSpoeFilesReader

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

GetAllSpoeFilesReader is a Reader for the GetAllSpoeFiles structure.

func (*GetAllSpoeFilesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOneSpoeFileDefault

type GetOneSpoeFileDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewGetOneSpoeFileDefault

func NewGetOneSpoeFileDefault(code int) *GetOneSpoeFileDefault

NewGetOneSpoeFileDefault creates a GetOneSpoeFileDefault with default headers values

func (*GetOneSpoeFileDefault) Code

func (o *GetOneSpoeFileDefault) Code() int

Code gets the status code for the get one spoe file default response

func (*GetOneSpoeFileDefault) Error

func (o *GetOneSpoeFileDefault) Error() string

func (*GetOneSpoeFileDefault) GetPayload

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

func (*GetOneSpoeFileDefault) IsClientError added in v1.1.0

func (o *GetOneSpoeFileDefault) IsClientError() bool

IsClientError returns true when this get one spoe file default response has a 4xx status code

func (*GetOneSpoeFileDefault) IsCode added in v1.1.0

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

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

func (*GetOneSpoeFileDefault) IsRedirect added in v1.1.0

func (o *GetOneSpoeFileDefault) IsRedirect() bool

IsRedirect returns true when this get one spoe file default response has a 3xx status code

func (*GetOneSpoeFileDefault) IsServerError added in v1.1.0

func (o *GetOneSpoeFileDefault) IsServerError() bool

IsServerError returns true when this get one spoe file default response has a 5xx status code

func (*GetOneSpoeFileDefault) IsSuccess added in v1.1.0

func (o *GetOneSpoeFileDefault) IsSuccess() bool

IsSuccess returns true when this get one spoe file default response has a 2xx status code

func (*GetOneSpoeFileDefault) String added in v1.1.0

func (o *GetOneSpoeFileDefault) String() string

type GetOneSpoeFileNotFound

type GetOneSpoeFileNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewGetOneSpoeFileNotFound

func NewGetOneSpoeFileNotFound() *GetOneSpoeFileNotFound

NewGetOneSpoeFileNotFound creates a GetOneSpoeFileNotFound with default headers values

func (*GetOneSpoeFileNotFound) Code added in v1.1.5

func (o *GetOneSpoeFileNotFound) Code() int

Code gets the status code for the get one spoe file not found response

func (*GetOneSpoeFileNotFound) Error

func (o *GetOneSpoeFileNotFound) Error() string

func (*GetOneSpoeFileNotFound) GetPayload

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

func (*GetOneSpoeFileNotFound) IsClientError added in v1.1.0

func (o *GetOneSpoeFileNotFound) IsClientError() bool

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

func (*GetOneSpoeFileNotFound) IsCode added in v1.1.0

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

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

func (*GetOneSpoeFileNotFound) IsRedirect added in v1.1.0

func (o *GetOneSpoeFileNotFound) IsRedirect() bool

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

func (*GetOneSpoeFileNotFound) IsServerError added in v1.1.0

func (o *GetOneSpoeFileNotFound) IsServerError() bool

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

func (*GetOneSpoeFileNotFound) IsSuccess added in v1.1.0

func (o *GetOneSpoeFileNotFound) IsSuccess() bool

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

func (*GetOneSpoeFileNotFound) String added in v1.1.0

func (o *GetOneSpoeFileNotFound) String() string

type GetOneSpoeFileOK

type GetOneSpoeFileOK struct {

	/* Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetOneSpoeFileOKBody
}

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

Successful operation

func NewGetOneSpoeFileOK

func NewGetOneSpoeFileOK() *GetOneSpoeFileOK

NewGetOneSpoeFileOK creates a GetOneSpoeFileOK with default headers values

func (*GetOneSpoeFileOK) Code added in v1.1.5

func (o *GetOneSpoeFileOK) Code() int

Code gets the status code for the get one spoe file o k response

func (*GetOneSpoeFileOK) Error

func (o *GetOneSpoeFileOK) Error() string

func (*GetOneSpoeFileOK) GetPayload

func (o *GetOneSpoeFileOK) GetPayload() *GetOneSpoeFileOKBody

func (*GetOneSpoeFileOK) IsClientError added in v1.1.0

func (o *GetOneSpoeFileOK) IsClientError() bool

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

func (*GetOneSpoeFileOK) IsCode added in v1.1.0

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

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

func (*GetOneSpoeFileOK) IsRedirect added in v1.1.0

func (o *GetOneSpoeFileOK) IsRedirect() bool

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

func (*GetOneSpoeFileOK) IsServerError added in v1.1.0

func (o *GetOneSpoeFileOK) IsServerError() bool

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

func (*GetOneSpoeFileOK) IsSuccess added in v1.1.0

func (o *GetOneSpoeFileOK) IsSuccess() bool

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

func (*GetOneSpoeFileOK) String added in v1.1.0

func (o *GetOneSpoeFileOK) String() string

type GetOneSpoeFileOKBody

type GetOneSpoeFileOKBody struct {

	// version
	Version int64 `json:"_version,omitempty"`

	// data
	Data string `json:"data,omitempty"`
}

GetOneSpoeFileOKBody get one spoe file o k body swagger:model GetOneSpoeFileOKBody

func (*GetOneSpoeFileOKBody) ContextValidate

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

ContextValidate validates this get one spoe file o k body based on context it is used

func (*GetOneSpoeFileOKBody) MarshalBinary

func (o *GetOneSpoeFileOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetOneSpoeFileOKBody) UnmarshalBinary

func (o *GetOneSpoeFileOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetOneSpoeFileOKBody) Validate

func (o *GetOneSpoeFileOKBody) Validate(formats strfmt.Registry) error

Validate validates this get one spoe file o k body

type GetOneSpoeFileParams

type GetOneSpoeFileParams struct {

	/* Name.

	   SPOE file name
	*/
	Name string

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

GetOneSpoeFileParams contains all the parameters to send to the API endpoint

for the get one spoe file operation.

Typically these are written to a http.Request.

func NewGetOneSpoeFileParams

func NewGetOneSpoeFileParams() *GetOneSpoeFileParams

NewGetOneSpoeFileParams creates a new GetOneSpoeFileParams 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 NewGetOneSpoeFileParamsWithContext

func NewGetOneSpoeFileParamsWithContext(ctx context.Context) *GetOneSpoeFileParams

NewGetOneSpoeFileParamsWithContext creates a new GetOneSpoeFileParams object with the ability to set a context for a request.

func NewGetOneSpoeFileParamsWithHTTPClient

func NewGetOneSpoeFileParamsWithHTTPClient(client *http.Client) *GetOneSpoeFileParams

NewGetOneSpoeFileParamsWithHTTPClient creates a new GetOneSpoeFileParams object with the ability to set a custom HTTPClient for a request.

func NewGetOneSpoeFileParamsWithTimeout

func NewGetOneSpoeFileParamsWithTimeout(timeout time.Duration) *GetOneSpoeFileParams

NewGetOneSpoeFileParamsWithTimeout creates a new GetOneSpoeFileParams object with the ability to set a timeout on a request.

func (*GetOneSpoeFileParams) SetContext

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

SetContext adds the context to the get one spoe file params

func (*GetOneSpoeFileParams) SetDefaults

func (o *GetOneSpoeFileParams) SetDefaults()

SetDefaults hydrates default values in the get one spoe file params (not the query body).

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

func (*GetOneSpoeFileParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get one spoe file params

func (*GetOneSpoeFileParams) SetName

func (o *GetOneSpoeFileParams) SetName(name string)

SetName adds the name to the get one spoe file params

func (*GetOneSpoeFileParams) SetTimeout

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

SetTimeout adds the timeout to the get one spoe file params

func (*GetOneSpoeFileParams) WithContext

WithContext adds the context to the get one spoe file params

func (*GetOneSpoeFileParams) WithDefaults

func (o *GetOneSpoeFileParams) WithDefaults() *GetOneSpoeFileParams

WithDefaults hydrates default values in the get one spoe file params (not the query body).

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

func (*GetOneSpoeFileParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get one spoe file params

func (*GetOneSpoeFileParams) WithName

WithName adds the name to the get one spoe file params

func (*GetOneSpoeFileParams) WithTimeout

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

WithTimeout adds the timeout to the get one spoe file params

func (*GetOneSpoeFileParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetOneSpoeFileReader

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

GetOneSpoeFileReader is a Reader for the GetOneSpoeFile structure.

func (*GetOneSpoeFileReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSpoeAgentDefault

type GetSpoeAgentDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewGetSpoeAgentDefault

func NewGetSpoeAgentDefault(code int) *GetSpoeAgentDefault

NewGetSpoeAgentDefault creates a GetSpoeAgentDefault with default headers values

func (*GetSpoeAgentDefault) Code

func (o *GetSpoeAgentDefault) Code() int

Code gets the status code for the get spoe agent default response

func (*GetSpoeAgentDefault) Error

func (o *GetSpoeAgentDefault) Error() string

func (*GetSpoeAgentDefault) GetPayload

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

func (*GetSpoeAgentDefault) IsClientError added in v1.1.0

func (o *GetSpoeAgentDefault) IsClientError() bool

IsClientError returns true when this get spoe agent default response has a 4xx status code

func (*GetSpoeAgentDefault) IsCode added in v1.1.0

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

IsCode returns true when this get spoe agent default response a status code equal to that given

func (*GetSpoeAgentDefault) IsRedirect added in v1.1.0

func (o *GetSpoeAgentDefault) IsRedirect() bool

IsRedirect returns true when this get spoe agent default response has a 3xx status code

func (*GetSpoeAgentDefault) IsServerError added in v1.1.0

func (o *GetSpoeAgentDefault) IsServerError() bool

IsServerError returns true when this get spoe agent default response has a 5xx status code

func (*GetSpoeAgentDefault) IsSuccess added in v1.1.0

func (o *GetSpoeAgentDefault) IsSuccess() bool

IsSuccess returns true when this get spoe agent default response has a 2xx status code

func (*GetSpoeAgentDefault) String added in v1.1.0

func (o *GetSpoeAgentDefault) String() string

type GetSpoeAgentNotFound

type GetSpoeAgentNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewGetSpoeAgentNotFound

func NewGetSpoeAgentNotFound() *GetSpoeAgentNotFound

NewGetSpoeAgentNotFound creates a GetSpoeAgentNotFound with default headers values

func (*GetSpoeAgentNotFound) Code added in v1.1.5

func (o *GetSpoeAgentNotFound) Code() int

Code gets the status code for the get spoe agent not found response

func (*GetSpoeAgentNotFound) Error

func (o *GetSpoeAgentNotFound) Error() string

func (*GetSpoeAgentNotFound) GetPayload

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

func (*GetSpoeAgentNotFound) IsClientError added in v1.1.0

func (o *GetSpoeAgentNotFound) IsClientError() bool

IsClientError returns true when this get spoe agent not found response has a 4xx status code

func (*GetSpoeAgentNotFound) IsCode added in v1.1.0

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

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

func (*GetSpoeAgentNotFound) IsRedirect added in v1.1.0

func (o *GetSpoeAgentNotFound) IsRedirect() bool

IsRedirect returns true when this get spoe agent not found response has a 3xx status code

func (*GetSpoeAgentNotFound) IsServerError added in v1.1.0

func (o *GetSpoeAgentNotFound) IsServerError() bool

IsServerError returns true when this get spoe agent not found response has a 5xx status code

func (*GetSpoeAgentNotFound) IsSuccess added in v1.1.0

func (o *GetSpoeAgentNotFound) IsSuccess() bool

IsSuccess returns true when this get spoe agent not found response has a 2xx status code

func (*GetSpoeAgentNotFound) String added in v1.1.0

func (o *GetSpoeAgentNotFound) String() string

type GetSpoeAgentOK

type GetSpoeAgentOK struct {

	/* Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetSpoeAgentOKBody
}

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

Successful operation

func NewGetSpoeAgentOK

func NewGetSpoeAgentOK() *GetSpoeAgentOK

NewGetSpoeAgentOK creates a GetSpoeAgentOK with default headers values

func (*GetSpoeAgentOK) Code added in v1.1.5

func (o *GetSpoeAgentOK) Code() int

Code gets the status code for the get spoe agent o k response

func (*GetSpoeAgentOK) Error

func (o *GetSpoeAgentOK) Error() string

func (*GetSpoeAgentOK) GetPayload

func (o *GetSpoeAgentOK) GetPayload() *GetSpoeAgentOKBody

func (*GetSpoeAgentOK) IsClientError added in v1.1.0

func (o *GetSpoeAgentOK) IsClientError() bool

IsClientError returns true when this get spoe agent o k response has a 4xx status code

func (*GetSpoeAgentOK) IsCode added in v1.1.0

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

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

func (*GetSpoeAgentOK) IsRedirect added in v1.1.0

func (o *GetSpoeAgentOK) IsRedirect() bool

IsRedirect returns true when this get spoe agent o k response has a 3xx status code

func (*GetSpoeAgentOK) IsServerError added in v1.1.0

func (o *GetSpoeAgentOK) IsServerError() bool

IsServerError returns true when this get spoe agent o k response has a 5xx status code

func (*GetSpoeAgentOK) IsSuccess added in v1.1.0

func (o *GetSpoeAgentOK) IsSuccess() bool

IsSuccess returns true when this get spoe agent o k response has a 2xx status code

func (*GetSpoeAgentOK) String added in v1.1.0

func (o *GetSpoeAgentOK) String() string

type GetSpoeAgentOKBody

type GetSpoeAgentOKBody struct {

	// version
	Version int64 `json:"_version,omitempty"`

	// data
	// Required: true
	Data *models.SpoeAgent `json:"data"`
}

GetSpoeAgentOKBody get spoe agent o k body swagger:model GetSpoeAgentOKBody

func (*GetSpoeAgentOKBody) ContextValidate

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

ContextValidate validate this get spoe agent o k body based on the context it is used

func (*GetSpoeAgentOKBody) MarshalBinary

func (o *GetSpoeAgentOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetSpoeAgentOKBody) UnmarshalBinary

func (o *GetSpoeAgentOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetSpoeAgentOKBody) Validate

func (o *GetSpoeAgentOKBody) Validate(formats strfmt.Registry) error

Validate validates this get spoe agent o k body

type GetSpoeAgentParams

type GetSpoeAgentParams struct {

	/* Name.

	   Spoe agent name
	*/
	Name string

	/* Scope.

	   Spoe scope
	*/
	Scope string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

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

GetSpoeAgentParams contains all the parameters to send to the API endpoint

for the get spoe agent operation.

Typically these are written to a http.Request.

func NewGetSpoeAgentParams

func NewGetSpoeAgentParams() *GetSpoeAgentParams

NewGetSpoeAgentParams creates a new GetSpoeAgentParams 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 NewGetSpoeAgentParamsWithContext

func NewGetSpoeAgentParamsWithContext(ctx context.Context) *GetSpoeAgentParams

NewGetSpoeAgentParamsWithContext creates a new GetSpoeAgentParams object with the ability to set a context for a request.

func NewGetSpoeAgentParamsWithHTTPClient

func NewGetSpoeAgentParamsWithHTTPClient(client *http.Client) *GetSpoeAgentParams

NewGetSpoeAgentParamsWithHTTPClient creates a new GetSpoeAgentParams object with the ability to set a custom HTTPClient for a request.

func NewGetSpoeAgentParamsWithTimeout

func NewGetSpoeAgentParamsWithTimeout(timeout time.Duration) *GetSpoeAgentParams

NewGetSpoeAgentParamsWithTimeout creates a new GetSpoeAgentParams object with the ability to set a timeout on a request.

func (*GetSpoeAgentParams) SetContext

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

SetContext adds the context to the get spoe agent params

func (*GetSpoeAgentParams) SetDefaults

func (o *GetSpoeAgentParams) SetDefaults()

SetDefaults hydrates default values in the get spoe agent params (not the query body).

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

func (*GetSpoeAgentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get spoe agent params

func (*GetSpoeAgentParams) SetName

func (o *GetSpoeAgentParams) SetName(name string)

SetName adds the name to the get spoe agent params

func (*GetSpoeAgentParams) SetScope

func (o *GetSpoeAgentParams) SetScope(scope string)

SetScope adds the scope to the get spoe agent params

func (*GetSpoeAgentParams) SetSpoe

func (o *GetSpoeAgentParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the get spoe agent params

func (*GetSpoeAgentParams) SetTimeout

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

SetTimeout adds the timeout to the get spoe agent params

func (*GetSpoeAgentParams) SetTransactionID

func (o *GetSpoeAgentParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the get spoe agent params

func (*GetSpoeAgentParams) WithContext

WithContext adds the context to the get spoe agent params

func (*GetSpoeAgentParams) WithDefaults

func (o *GetSpoeAgentParams) WithDefaults() *GetSpoeAgentParams

WithDefaults hydrates default values in the get spoe agent params (not the query body).

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

func (*GetSpoeAgentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get spoe agent params

func (*GetSpoeAgentParams) WithName

func (o *GetSpoeAgentParams) WithName(name string) *GetSpoeAgentParams

WithName adds the name to the get spoe agent params

func (*GetSpoeAgentParams) WithScope

func (o *GetSpoeAgentParams) WithScope(scope string) *GetSpoeAgentParams

WithScope adds the scope to the get spoe agent params

func (*GetSpoeAgentParams) WithSpoe

func (o *GetSpoeAgentParams) WithSpoe(spoe string) *GetSpoeAgentParams

WithSpoe adds the spoe to the get spoe agent params

func (*GetSpoeAgentParams) WithTimeout

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

WithTimeout adds the timeout to the get spoe agent params

func (*GetSpoeAgentParams) WithTransactionID

func (o *GetSpoeAgentParams) WithTransactionID(transactionID *string) *GetSpoeAgentParams

WithTransactionID adds the transactionID to the get spoe agent params

func (*GetSpoeAgentParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSpoeAgentReader

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

GetSpoeAgentReader is a Reader for the GetSpoeAgent structure.

func (*GetSpoeAgentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSpoeAgentsDefault

type GetSpoeAgentsDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewGetSpoeAgentsDefault

func NewGetSpoeAgentsDefault(code int) *GetSpoeAgentsDefault

NewGetSpoeAgentsDefault creates a GetSpoeAgentsDefault with default headers values

func (*GetSpoeAgentsDefault) Code

func (o *GetSpoeAgentsDefault) Code() int

Code gets the status code for the get spoe agents default response

func (*GetSpoeAgentsDefault) Error

func (o *GetSpoeAgentsDefault) Error() string

func (*GetSpoeAgentsDefault) GetPayload

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

func (*GetSpoeAgentsDefault) IsClientError added in v1.1.0

func (o *GetSpoeAgentsDefault) IsClientError() bool

IsClientError returns true when this get spoe agents default response has a 4xx status code

func (*GetSpoeAgentsDefault) IsCode added in v1.1.0

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

IsCode returns true when this get spoe agents default response a status code equal to that given

func (*GetSpoeAgentsDefault) IsRedirect added in v1.1.0

func (o *GetSpoeAgentsDefault) IsRedirect() bool

IsRedirect returns true when this get spoe agents default response has a 3xx status code

func (*GetSpoeAgentsDefault) IsServerError added in v1.1.0

func (o *GetSpoeAgentsDefault) IsServerError() bool

IsServerError returns true when this get spoe agents default response has a 5xx status code

func (*GetSpoeAgentsDefault) IsSuccess added in v1.1.0

func (o *GetSpoeAgentsDefault) IsSuccess() bool

IsSuccess returns true when this get spoe agents default response has a 2xx status code

func (*GetSpoeAgentsDefault) String added in v1.1.0

func (o *GetSpoeAgentsDefault) String() string

type GetSpoeAgentsOK

type GetSpoeAgentsOK struct {

	/* Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetSpoeAgentsOKBody
}

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

Successful operation

func NewGetSpoeAgentsOK

func NewGetSpoeAgentsOK() *GetSpoeAgentsOK

NewGetSpoeAgentsOK creates a GetSpoeAgentsOK with default headers values

func (*GetSpoeAgentsOK) Code added in v1.1.5

func (o *GetSpoeAgentsOK) Code() int

Code gets the status code for the get spoe agents o k response

func (*GetSpoeAgentsOK) Error

func (o *GetSpoeAgentsOK) Error() string

func (*GetSpoeAgentsOK) GetPayload

func (o *GetSpoeAgentsOK) GetPayload() *GetSpoeAgentsOKBody

func (*GetSpoeAgentsOK) IsClientError added in v1.1.0

func (o *GetSpoeAgentsOK) IsClientError() bool

IsClientError returns true when this get spoe agents o k response has a 4xx status code

func (*GetSpoeAgentsOK) IsCode added in v1.1.0

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

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

func (*GetSpoeAgentsOK) IsRedirect added in v1.1.0

func (o *GetSpoeAgentsOK) IsRedirect() bool

IsRedirect returns true when this get spoe agents o k response has a 3xx status code

func (*GetSpoeAgentsOK) IsServerError added in v1.1.0

func (o *GetSpoeAgentsOK) IsServerError() bool

IsServerError returns true when this get spoe agents o k response has a 5xx status code

func (*GetSpoeAgentsOK) IsSuccess added in v1.1.0

func (o *GetSpoeAgentsOK) IsSuccess() bool

IsSuccess returns true when this get spoe agents o k response has a 2xx status code

func (*GetSpoeAgentsOK) String added in v1.1.0

func (o *GetSpoeAgentsOK) String() string

type GetSpoeAgentsOKBody

type GetSpoeAgentsOKBody struct {

	// version
	Version int64 `json:"_version,omitempty"`

	// data
	// Required: true
	Data models.SpoeAgents `json:"data"`
}

GetSpoeAgentsOKBody get spoe agents o k body swagger:model GetSpoeAgentsOKBody

func (*GetSpoeAgentsOKBody) ContextValidate

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

ContextValidate validate this get spoe agents o k body based on the context it is used

func (*GetSpoeAgentsOKBody) MarshalBinary

func (o *GetSpoeAgentsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetSpoeAgentsOKBody) UnmarshalBinary

func (o *GetSpoeAgentsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetSpoeAgentsOKBody) Validate

func (o *GetSpoeAgentsOKBody) Validate(formats strfmt.Registry) error

Validate validates this get spoe agents o k body

type GetSpoeAgentsParams

type GetSpoeAgentsParams struct {

	/* Scope.

	   Spoe scope
	*/
	Scope string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

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

GetSpoeAgentsParams contains all the parameters to send to the API endpoint

for the get spoe agents operation.

Typically these are written to a http.Request.

func NewGetSpoeAgentsParams

func NewGetSpoeAgentsParams() *GetSpoeAgentsParams

NewGetSpoeAgentsParams creates a new GetSpoeAgentsParams 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 NewGetSpoeAgentsParamsWithContext

func NewGetSpoeAgentsParamsWithContext(ctx context.Context) *GetSpoeAgentsParams

NewGetSpoeAgentsParamsWithContext creates a new GetSpoeAgentsParams object with the ability to set a context for a request.

func NewGetSpoeAgentsParamsWithHTTPClient

func NewGetSpoeAgentsParamsWithHTTPClient(client *http.Client) *GetSpoeAgentsParams

NewGetSpoeAgentsParamsWithHTTPClient creates a new GetSpoeAgentsParams object with the ability to set a custom HTTPClient for a request.

func NewGetSpoeAgentsParamsWithTimeout

func NewGetSpoeAgentsParamsWithTimeout(timeout time.Duration) *GetSpoeAgentsParams

NewGetSpoeAgentsParamsWithTimeout creates a new GetSpoeAgentsParams object with the ability to set a timeout on a request.

func (*GetSpoeAgentsParams) SetContext

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

SetContext adds the context to the get spoe agents params

func (*GetSpoeAgentsParams) SetDefaults

func (o *GetSpoeAgentsParams) SetDefaults()

SetDefaults hydrates default values in the get spoe agents params (not the query body).

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

func (*GetSpoeAgentsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get spoe agents params

func (*GetSpoeAgentsParams) SetScope

func (o *GetSpoeAgentsParams) SetScope(scope string)

SetScope adds the scope to the get spoe agents params

func (*GetSpoeAgentsParams) SetSpoe

func (o *GetSpoeAgentsParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the get spoe agents params

func (*GetSpoeAgentsParams) SetTimeout

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

SetTimeout adds the timeout to the get spoe agents params

func (*GetSpoeAgentsParams) SetTransactionID

func (o *GetSpoeAgentsParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the get spoe agents params

func (*GetSpoeAgentsParams) WithContext

WithContext adds the context to the get spoe agents params

func (*GetSpoeAgentsParams) WithDefaults

func (o *GetSpoeAgentsParams) WithDefaults() *GetSpoeAgentsParams

WithDefaults hydrates default values in the get spoe agents params (not the query body).

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

func (*GetSpoeAgentsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get spoe agents params

func (*GetSpoeAgentsParams) WithScope

func (o *GetSpoeAgentsParams) WithScope(scope string) *GetSpoeAgentsParams

WithScope adds the scope to the get spoe agents params

func (*GetSpoeAgentsParams) WithSpoe

func (o *GetSpoeAgentsParams) WithSpoe(spoe string) *GetSpoeAgentsParams

WithSpoe adds the spoe to the get spoe agents params

func (*GetSpoeAgentsParams) WithTimeout

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

WithTimeout adds the timeout to the get spoe agents params

func (*GetSpoeAgentsParams) WithTransactionID

func (o *GetSpoeAgentsParams) WithTransactionID(transactionID *string) *GetSpoeAgentsParams

WithTransactionID adds the transactionID to the get spoe agents params

func (*GetSpoeAgentsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSpoeAgentsReader

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

GetSpoeAgentsReader is a Reader for the GetSpoeAgents structure.

func (*GetSpoeAgentsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSpoeConfigurationVersionDefault

type GetSpoeConfigurationVersionDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewGetSpoeConfigurationVersionDefault

func NewGetSpoeConfigurationVersionDefault(code int) *GetSpoeConfigurationVersionDefault

NewGetSpoeConfigurationVersionDefault creates a GetSpoeConfigurationVersionDefault with default headers values

func (*GetSpoeConfigurationVersionDefault) Code

Code gets the status code for the get spoe configuration version default response

func (*GetSpoeConfigurationVersionDefault) Error

func (*GetSpoeConfigurationVersionDefault) GetPayload

func (*GetSpoeConfigurationVersionDefault) IsClientError added in v1.1.0

func (o *GetSpoeConfigurationVersionDefault) IsClientError() bool

IsClientError returns true when this get spoe configuration version default response has a 4xx status code

func (*GetSpoeConfigurationVersionDefault) IsCode added in v1.1.0

IsCode returns true when this get spoe configuration version default response a status code equal to that given

func (*GetSpoeConfigurationVersionDefault) IsRedirect added in v1.1.0

func (o *GetSpoeConfigurationVersionDefault) IsRedirect() bool

IsRedirect returns true when this get spoe configuration version default response has a 3xx status code

func (*GetSpoeConfigurationVersionDefault) IsServerError added in v1.1.0

func (o *GetSpoeConfigurationVersionDefault) IsServerError() bool

IsServerError returns true when this get spoe configuration version default response has a 5xx status code

func (*GetSpoeConfigurationVersionDefault) IsSuccess added in v1.1.0

IsSuccess returns true when this get spoe configuration version default response has a 2xx status code

func (*GetSpoeConfigurationVersionDefault) String added in v1.1.0

type GetSpoeConfigurationVersionNotFound

type GetSpoeConfigurationVersionNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewGetSpoeConfigurationVersionNotFound

func NewGetSpoeConfigurationVersionNotFound() *GetSpoeConfigurationVersionNotFound

NewGetSpoeConfigurationVersionNotFound creates a GetSpoeConfigurationVersionNotFound with default headers values

func (*GetSpoeConfigurationVersionNotFound) Code added in v1.1.5

Code gets the status code for the get spoe configuration version not found response

func (*GetSpoeConfigurationVersionNotFound) Error

func (*GetSpoeConfigurationVersionNotFound) GetPayload

func (*GetSpoeConfigurationVersionNotFound) IsClientError added in v1.1.0

func (o *GetSpoeConfigurationVersionNotFound) IsClientError() bool

IsClientError returns true when this get spoe configuration version not found response has a 4xx status code

func (*GetSpoeConfigurationVersionNotFound) IsCode added in v1.1.0

IsCode returns true when this get spoe configuration version not found response a status code equal to that given

func (*GetSpoeConfigurationVersionNotFound) IsRedirect added in v1.1.0

func (o *GetSpoeConfigurationVersionNotFound) IsRedirect() bool

IsRedirect returns true when this get spoe configuration version not found response has a 3xx status code

func (*GetSpoeConfigurationVersionNotFound) IsServerError added in v1.1.0

func (o *GetSpoeConfigurationVersionNotFound) IsServerError() bool

IsServerError returns true when this get spoe configuration version not found response has a 5xx status code

func (*GetSpoeConfigurationVersionNotFound) IsSuccess added in v1.1.0

IsSuccess returns true when this get spoe configuration version not found response has a 2xx status code

func (*GetSpoeConfigurationVersionNotFound) String added in v1.1.0

type GetSpoeConfigurationVersionOK

type GetSpoeConfigurationVersionOK struct {
	Payload int64
}

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

SPOE configuration version

func NewGetSpoeConfigurationVersionOK

func NewGetSpoeConfigurationVersionOK() *GetSpoeConfigurationVersionOK

NewGetSpoeConfigurationVersionOK creates a GetSpoeConfigurationVersionOK with default headers values

func (*GetSpoeConfigurationVersionOK) Code added in v1.1.5

Code gets the status code for the get spoe configuration version o k response

func (*GetSpoeConfigurationVersionOK) Error

func (*GetSpoeConfigurationVersionOK) GetPayload

func (o *GetSpoeConfigurationVersionOK) GetPayload() int64

func (*GetSpoeConfigurationVersionOK) IsClientError added in v1.1.0

func (o *GetSpoeConfigurationVersionOK) IsClientError() bool

IsClientError returns true when this get spoe configuration version o k response has a 4xx status code

func (*GetSpoeConfigurationVersionOK) IsCode added in v1.1.0

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

IsCode returns true when this get spoe configuration version o k response a status code equal to that given

func (*GetSpoeConfigurationVersionOK) IsRedirect added in v1.1.0

func (o *GetSpoeConfigurationVersionOK) IsRedirect() bool

IsRedirect returns true when this get spoe configuration version o k response has a 3xx status code

func (*GetSpoeConfigurationVersionOK) IsServerError added in v1.1.0

func (o *GetSpoeConfigurationVersionOK) IsServerError() bool

IsServerError returns true when this get spoe configuration version o k response has a 5xx status code

func (*GetSpoeConfigurationVersionOK) IsSuccess added in v1.1.0

func (o *GetSpoeConfigurationVersionOK) IsSuccess() bool

IsSuccess returns true when this get spoe configuration version o k response has a 2xx status code

func (*GetSpoeConfigurationVersionOK) String added in v1.1.0

type GetSpoeConfigurationVersionParams

type GetSpoeConfigurationVersionParams struct {

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

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

GetSpoeConfigurationVersionParams contains all the parameters to send to the API endpoint

for the get spoe configuration version operation.

Typically these are written to a http.Request.

func NewGetSpoeConfigurationVersionParams

func NewGetSpoeConfigurationVersionParams() *GetSpoeConfigurationVersionParams

NewGetSpoeConfigurationVersionParams creates a new GetSpoeConfigurationVersionParams 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 NewGetSpoeConfigurationVersionParamsWithContext

func NewGetSpoeConfigurationVersionParamsWithContext(ctx context.Context) *GetSpoeConfigurationVersionParams

NewGetSpoeConfigurationVersionParamsWithContext creates a new GetSpoeConfigurationVersionParams object with the ability to set a context for a request.

func NewGetSpoeConfigurationVersionParamsWithHTTPClient

func NewGetSpoeConfigurationVersionParamsWithHTTPClient(client *http.Client) *GetSpoeConfigurationVersionParams

NewGetSpoeConfigurationVersionParamsWithHTTPClient creates a new GetSpoeConfigurationVersionParams object with the ability to set a custom HTTPClient for a request.

func NewGetSpoeConfigurationVersionParamsWithTimeout

func NewGetSpoeConfigurationVersionParamsWithTimeout(timeout time.Duration) *GetSpoeConfigurationVersionParams

NewGetSpoeConfigurationVersionParamsWithTimeout creates a new GetSpoeConfigurationVersionParams object with the ability to set a timeout on a request.

func (*GetSpoeConfigurationVersionParams) SetContext

SetContext adds the context to the get spoe configuration version params

func (*GetSpoeConfigurationVersionParams) SetDefaults

func (o *GetSpoeConfigurationVersionParams) SetDefaults()

SetDefaults hydrates default values in the get spoe configuration version params (not the query body).

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

func (*GetSpoeConfigurationVersionParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get spoe configuration version params

func (*GetSpoeConfigurationVersionParams) SetSpoe

func (o *GetSpoeConfigurationVersionParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the get spoe configuration version params

func (*GetSpoeConfigurationVersionParams) SetTimeout

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

SetTimeout adds the timeout to the get spoe configuration version params

func (*GetSpoeConfigurationVersionParams) SetTransactionID

func (o *GetSpoeConfigurationVersionParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the get spoe configuration version params

func (*GetSpoeConfigurationVersionParams) WithContext

WithContext adds the context to the get spoe configuration version params

func (*GetSpoeConfigurationVersionParams) WithDefaults

WithDefaults hydrates default values in the get spoe configuration version params (not the query body).

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

func (*GetSpoeConfigurationVersionParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get spoe configuration version params

func (*GetSpoeConfigurationVersionParams) WithSpoe

WithSpoe adds the spoe to the get spoe configuration version params

func (*GetSpoeConfigurationVersionParams) WithTimeout

WithTimeout adds the timeout to the get spoe configuration version params

func (*GetSpoeConfigurationVersionParams) WithTransactionID

func (o *GetSpoeConfigurationVersionParams) WithTransactionID(transactionID *string) *GetSpoeConfigurationVersionParams

WithTransactionID adds the transactionID to the get spoe configuration version params

func (*GetSpoeConfigurationVersionParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetSpoeConfigurationVersionReader

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

GetSpoeConfigurationVersionReader is a Reader for the GetSpoeConfigurationVersion structure.

func (*GetSpoeConfigurationVersionReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSpoeGroupDefault

type GetSpoeGroupDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewGetSpoeGroupDefault

func NewGetSpoeGroupDefault(code int) *GetSpoeGroupDefault

NewGetSpoeGroupDefault creates a GetSpoeGroupDefault with default headers values

func (*GetSpoeGroupDefault) Code

func (o *GetSpoeGroupDefault) Code() int

Code gets the status code for the get spoe group default response

func (*GetSpoeGroupDefault) Error

func (o *GetSpoeGroupDefault) Error() string

func (*GetSpoeGroupDefault) GetPayload

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

func (*GetSpoeGroupDefault) IsClientError added in v1.1.0

func (o *GetSpoeGroupDefault) IsClientError() bool

IsClientError returns true when this get spoe group default response has a 4xx status code

func (*GetSpoeGroupDefault) IsCode added in v1.1.0

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

IsCode returns true when this get spoe group default response a status code equal to that given

func (*GetSpoeGroupDefault) IsRedirect added in v1.1.0

func (o *GetSpoeGroupDefault) IsRedirect() bool

IsRedirect returns true when this get spoe group default response has a 3xx status code

func (*GetSpoeGroupDefault) IsServerError added in v1.1.0

func (o *GetSpoeGroupDefault) IsServerError() bool

IsServerError returns true when this get spoe group default response has a 5xx status code

func (*GetSpoeGroupDefault) IsSuccess added in v1.1.0

func (o *GetSpoeGroupDefault) IsSuccess() bool

IsSuccess returns true when this get spoe group default response has a 2xx status code

func (*GetSpoeGroupDefault) String added in v1.1.0

func (o *GetSpoeGroupDefault) String() string

type GetSpoeGroupNotFound

type GetSpoeGroupNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewGetSpoeGroupNotFound

func NewGetSpoeGroupNotFound() *GetSpoeGroupNotFound

NewGetSpoeGroupNotFound creates a GetSpoeGroupNotFound with default headers values

func (*GetSpoeGroupNotFound) Code added in v1.1.5

func (o *GetSpoeGroupNotFound) Code() int

Code gets the status code for the get spoe group not found response

func (*GetSpoeGroupNotFound) Error

func (o *GetSpoeGroupNotFound) Error() string

func (*GetSpoeGroupNotFound) GetPayload

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

func (*GetSpoeGroupNotFound) IsClientError added in v1.1.0

func (o *GetSpoeGroupNotFound) IsClientError() bool

IsClientError returns true when this get spoe group not found response has a 4xx status code

func (*GetSpoeGroupNotFound) IsCode added in v1.1.0

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

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

func (*GetSpoeGroupNotFound) IsRedirect added in v1.1.0

func (o *GetSpoeGroupNotFound) IsRedirect() bool

IsRedirect returns true when this get spoe group not found response has a 3xx status code

func (*GetSpoeGroupNotFound) IsServerError added in v1.1.0

func (o *GetSpoeGroupNotFound) IsServerError() bool

IsServerError returns true when this get spoe group not found response has a 5xx status code

func (*GetSpoeGroupNotFound) IsSuccess added in v1.1.0

func (o *GetSpoeGroupNotFound) IsSuccess() bool

IsSuccess returns true when this get spoe group not found response has a 2xx status code

func (*GetSpoeGroupNotFound) String added in v1.1.0

func (o *GetSpoeGroupNotFound) String() string

type GetSpoeGroupOK

type GetSpoeGroupOK struct {

	/* Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetSpoeGroupOKBody
}

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

Successful operation

func NewGetSpoeGroupOK

func NewGetSpoeGroupOK() *GetSpoeGroupOK

NewGetSpoeGroupOK creates a GetSpoeGroupOK with default headers values

func (*GetSpoeGroupOK) Code added in v1.1.5

func (o *GetSpoeGroupOK) Code() int

Code gets the status code for the get spoe group o k response

func (*GetSpoeGroupOK) Error

func (o *GetSpoeGroupOK) Error() string

func (*GetSpoeGroupOK) GetPayload

func (o *GetSpoeGroupOK) GetPayload() *GetSpoeGroupOKBody

func (*GetSpoeGroupOK) IsClientError added in v1.1.0

func (o *GetSpoeGroupOK) IsClientError() bool

IsClientError returns true when this get spoe group o k response has a 4xx status code

func (*GetSpoeGroupOK) IsCode added in v1.1.0

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

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

func (*GetSpoeGroupOK) IsRedirect added in v1.1.0

func (o *GetSpoeGroupOK) IsRedirect() bool

IsRedirect returns true when this get spoe group o k response has a 3xx status code

func (*GetSpoeGroupOK) IsServerError added in v1.1.0

func (o *GetSpoeGroupOK) IsServerError() bool

IsServerError returns true when this get spoe group o k response has a 5xx status code

func (*GetSpoeGroupOK) IsSuccess added in v1.1.0

func (o *GetSpoeGroupOK) IsSuccess() bool

IsSuccess returns true when this get spoe group o k response has a 2xx status code

func (*GetSpoeGroupOK) String added in v1.1.0

func (o *GetSpoeGroupOK) String() string

type GetSpoeGroupOKBody

type GetSpoeGroupOKBody struct {

	// version
	Version int64 `json:"_version,omitempty"`

	// data
	// Required: true
	Data *models.SpoeGroup `json:"data"`
}

GetSpoeGroupOKBody get spoe group o k body swagger:model GetSpoeGroupOKBody

func (*GetSpoeGroupOKBody) ContextValidate

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

ContextValidate validate this get spoe group o k body based on the context it is used

func (*GetSpoeGroupOKBody) MarshalBinary

func (o *GetSpoeGroupOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetSpoeGroupOKBody) UnmarshalBinary

func (o *GetSpoeGroupOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetSpoeGroupOKBody) Validate

func (o *GetSpoeGroupOKBody) Validate(formats strfmt.Registry) error

Validate validates this get spoe group o k body

type GetSpoeGroupParams

type GetSpoeGroupParams struct {

	/* Name.

	   Spoe group name
	*/
	Name string

	/* Scope.

	   Spoe scope
	*/
	Scope string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

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

GetSpoeGroupParams contains all the parameters to send to the API endpoint

for the get spoe group operation.

Typically these are written to a http.Request.

func NewGetSpoeGroupParams

func NewGetSpoeGroupParams() *GetSpoeGroupParams

NewGetSpoeGroupParams creates a new GetSpoeGroupParams 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 NewGetSpoeGroupParamsWithContext

func NewGetSpoeGroupParamsWithContext(ctx context.Context) *GetSpoeGroupParams

NewGetSpoeGroupParamsWithContext creates a new GetSpoeGroupParams object with the ability to set a context for a request.

func NewGetSpoeGroupParamsWithHTTPClient

func NewGetSpoeGroupParamsWithHTTPClient(client *http.Client) *GetSpoeGroupParams

NewGetSpoeGroupParamsWithHTTPClient creates a new GetSpoeGroupParams object with the ability to set a custom HTTPClient for a request.

func NewGetSpoeGroupParamsWithTimeout

func NewGetSpoeGroupParamsWithTimeout(timeout time.Duration) *GetSpoeGroupParams

NewGetSpoeGroupParamsWithTimeout creates a new GetSpoeGroupParams object with the ability to set a timeout on a request.

func (*GetSpoeGroupParams) SetContext

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

SetContext adds the context to the get spoe group params

func (*GetSpoeGroupParams) SetDefaults

func (o *GetSpoeGroupParams) SetDefaults()

SetDefaults hydrates default values in the get spoe group params (not the query body).

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

func (*GetSpoeGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get spoe group params

func (*GetSpoeGroupParams) SetName

func (o *GetSpoeGroupParams) SetName(name string)

SetName adds the name to the get spoe group params

func (*GetSpoeGroupParams) SetScope

func (o *GetSpoeGroupParams) SetScope(scope string)

SetScope adds the scope to the get spoe group params

func (*GetSpoeGroupParams) SetSpoe

func (o *GetSpoeGroupParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the get spoe group params

func (*GetSpoeGroupParams) SetTimeout

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

SetTimeout adds the timeout to the get spoe group params

func (*GetSpoeGroupParams) SetTransactionID

func (o *GetSpoeGroupParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the get spoe group params

func (*GetSpoeGroupParams) WithContext

WithContext adds the context to the get spoe group params

func (*GetSpoeGroupParams) WithDefaults

func (o *GetSpoeGroupParams) WithDefaults() *GetSpoeGroupParams

WithDefaults hydrates default values in the get spoe group params (not the query body).

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

func (*GetSpoeGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get spoe group params

func (*GetSpoeGroupParams) WithName

func (o *GetSpoeGroupParams) WithName(name string) *GetSpoeGroupParams

WithName adds the name to the get spoe group params

func (*GetSpoeGroupParams) WithScope

func (o *GetSpoeGroupParams) WithScope(scope string) *GetSpoeGroupParams

WithScope adds the scope to the get spoe group params

func (*GetSpoeGroupParams) WithSpoe

func (o *GetSpoeGroupParams) WithSpoe(spoe string) *GetSpoeGroupParams

WithSpoe adds the spoe to the get spoe group params

func (*GetSpoeGroupParams) WithTimeout

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

WithTimeout adds the timeout to the get spoe group params

func (*GetSpoeGroupParams) WithTransactionID

func (o *GetSpoeGroupParams) WithTransactionID(transactionID *string) *GetSpoeGroupParams

WithTransactionID adds the transactionID to the get spoe group params

func (*GetSpoeGroupParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSpoeGroupReader

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

GetSpoeGroupReader is a Reader for the GetSpoeGroup structure.

func (*GetSpoeGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSpoeGroupsDefault

type GetSpoeGroupsDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewGetSpoeGroupsDefault

func NewGetSpoeGroupsDefault(code int) *GetSpoeGroupsDefault

NewGetSpoeGroupsDefault creates a GetSpoeGroupsDefault with default headers values

func (*GetSpoeGroupsDefault) Code

func (o *GetSpoeGroupsDefault) Code() int

Code gets the status code for the get spoe groups default response

func (*GetSpoeGroupsDefault) Error

func (o *GetSpoeGroupsDefault) Error() string

func (*GetSpoeGroupsDefault) GetPayload

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

func (*GetSpoeGroupsDefault) IsClientError added in v1.1.0

func (o *GetSpoeGroupsDefault) IsClientError() bool

IsClientError returns true when this get spoe groups default response has a 4xx status code

func (*GetSpoeGroupsDefault) IsCode added in v1.1.0

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

IsCode returns true when this get spoe groups default response a status code equal to that given

func (*GetSpoeGroupsDefault) IsRedirect added in v1.1.0

func (o *GetSpoeGroupsDefault) IsRedirect() bool

IsRedirect returns true when this get spoe groups default response has a 3xx status code

func (*GetSpoeGroupsDefault) IsServerError added in v1.1.0

func (o *GetSpoeGroupsDefault) IsServerError() bool

IsServerError returns true when this get spoe groups default response has a 5xx status code

func (*GetSpoeGroupsDefault) IsSuccess added in v1.1.0

func (o *GetSpoeGroupsDefault) IsSuccess() bool

IsSuccess returns true when this get spoe groups default response has a 2xx status code

func (*GetSpoeGroupsDefault) String added in v1.1.0

func (o *GetSpoeGroupsDefault) String() string

type GetSpoeGroupsOK

type GetSpoeGroupsOK struct {

	/* Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetSpoeGroupsOKBody
}

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

Successful operation

func NewGetSpoeGroupsOK

func NewGetSpoeGroupsOK() *GetSpoeGroupsOK

NewGetSpoeGroupsOK creates a GetSpoeGroupsOK with default headers values

func (*GetSpoeGroupsOK) Code added in v1.1.5

func (o *GetSpoeGroupsOK) Code() int

Code gets the status code for the get spoe groups o k response

func (*GetSpoeGroupsOK) Error

func (o *GetSpoeGroupsOK) Error() string

func (*GetSpoeGroupsOK) GetPayload

func (o *GetSpoeGroupsOK) GetPayload() *GetSpoeGroupsOKBody

func (*GetSpoeGroupsOK) IsClientError added in v1.1.0

func (o *GetSpoeGroupsOK) IsClientError() bool

IsClientError returns true when this get spoe groups o k response has a 4xx status code

func (*GetSpoeGroupsOK) IsCode added in v1.1.0

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

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

func (*GetSpoeGroupsOK) IsRedirect added in v1.1.0

func (o *GetSpoeGroupsOK) IsRedirect() bool

IsRedirect returns true when this get spoe groups o k response has a 3xx status code

func (*GetSpoeGroupsOK) IsServerError added in v1.1.0

func (o *GetSpoeGroupsOK) IsServerError() bool

IsServerError returns true when this get spoe groups o k response has a 5xx status code

func (*GetSpoeGroupsOK) IsSuccess added in v1.1.0

func (o *GetSpoeGroupsOK) IsSuccess() bool

IsSuccess returns true when this get spoe groups o k response has a 2xx status code

func (*GetSpoeGroupsOK) String added in v1.1.0

func (o *GetSpoeGroupsOK) String() string

type GetSpoeGroupsOKBody

type GetSpoeGroupsOKBody struct {

	// version
	Version int64 `json:"_version,omitempty"`

	// data
	// Required: true
	Data models.SpoeGroups `json:"data"`
}

GetSpoeGroupsOKBody get spoe groups o k body swagger:model GetSpoeGroupsOKBody

func (*GetSpoeGroupsOKBody) ContextValidate

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

ContextValidate validate this get spoe groups o k body based on the context it is used

func (*GetSpoeGroupsOKBody) MarshalBinary

func (o *GetSpoeGroupsOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetSpoeGroupsOKBody) UnmarshalBinary

func (o *GetSpoeGroupsOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetSpoeGroupsOKBody) Validate

func (o *GetSpoeGroupsOKBody) Validate(formats strfmt.Registry) error

Validate validates this get spoe groups o k body

type GetSpoeGroupsParams

type GetSpoeGroupsParams struct {

	/* Scope.

	   Spoe scope
	*/
	Scope string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

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

GetSpoeGroupsParams contains all the parameters to send to the API endpoint

for the get spoe groups operation.

Typically these are written to a http.Request.

func NewGetSpoeGroupsParams

func NewGetSpoeGroupsParams() *GetSpoeGroupsParams

NewGetSpoeGroupsParams creates a new GetSpoeGroupsParams 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 NewGetSpoeGroupsParamsWithContext

func NewGetSpoeGroupsParamsWithContext(ctx context.Context) *GetSpoeGroupsParams

NewGetSpoeGroupsParamsWithContext creates a new GetSpoeGroupsParams object with the ability to set a context for a request.

func NewGetSpoeGroupsParamsWithHTTPClient

func NewGetSpoeGroupsParamsWithHTTPClient(client *http.Client) *GetSpoeGroupsParams

NewGetSpoeGroupsParamsWithHTTPClient creates a new GetSpoeGroupsParams object with the ability to set a custom HTTPClient for a request.

func NewGetSpoeGroupsParamsWithTimeout

func NewGetSpoeGroupsParamsWithTimeout(timeout time.Duration) *GetSpoeGroupsParams

NewGetSpoeGroupsParamsWithTimeout creates a new GetSpoeGroupsParams object with the ability to set a timeout on a request.

func (*GetSpoeGroupsParams) SetContext

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

SetContext adds the context to the get spoe groups params

func (*GetSpoeGroupsParams) SetDefaults

func (o *GetSpoeGroupsParams) SetDefaults()

SetDefaults hydrates default values in the get spoe groups params (not the query body).

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

func (*GetSpoeGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get spoe groups params

func (*GetSpoeGroupsParams) SetScope

func (o *GetSpoeGroupsParams) SetScope(scope string)

SetScope adds the scope to the get spoe groups params

func (*GetSpoeGroupsParams) SetSpoe

func (o *GetSpoeGroupsParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the get spoe groups params

func (*GetSpoeGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the get spoe groups params

func (*GetSpoeGroupsParams) SetTransactionID

func (o *GetSpoeGroupsParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the get spoe groups params

func (*GetSpoeGroupsParams) WithContext

WithContext adds the context to the get spoe groups params

func (*GetSpoeGroupsParams) WithDefaults

func (o *GetSpoeGroupsParams) WithDefaults() *GetSpoeGroupsParams

WithDefaults hydrates default values in the get spoe groups params (not the query body).

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

func (*GetSpoeGroupsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get spoe groups params

func (*GetSpoeGroupsParams) WithScope

func (o *GetSpoeGroupsParams) WithScope(scope string) *GetSpoeGroupsParams

WithScope adds the scope to the get spoe groups params

func (*GetSpoeGroupsParams) WithSpoe

func (o *GetSpoeGroupsParams) WithSpoe(spoe string) *GetSpoeGroupsParams

WithSpoe adds the spoe to the get spoe groups params

func (*GetSpoeGroupsParams) WithTimeout

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

WithTimeout adds the timeout to the get spoe groups params

func (*GetSpoeGroupsParams) WithTransactionID

func (o *GetSpoeGroupsParams) WithTransactionID(transactionID *string) *GetSpoeGroupsParams

WithTransactionID adds the transactionID to the get spoe groups params

func (*GetSpoeGroupsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSpoeGroupsReader

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

GetSpoeGroupsReader is a Reader for the GetSpoeGroups structure.

func (*GetSpoeGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSpoeMessageDefault

type GetSpoeMessageDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewGetSpoeMessageDefault

func NewGetSpoeMessageDefault(code int) *GetSpoeMessageDefault

NewGetSpoeMessageDefault creates a GetSpoeMessageDefault with default headers values

func (*GetSpoeMessageDefault) Code

func (o *GetSpoeMessageDefault) Code() int

Code gets the status code for the get spoe message default response

func (*GetSpoeMessageDefault) Error

func (o *GetSpoeMessageDefault) Error() string

func (*GetSpoeMessageDefault) GetPayload

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

func (*GetSpoeMessageDefault) IsClientError added in v1.1.0

func (o *GetSpoeMessageDefault) IsClientError() bool

IsClientError returns true when this get spoe message default response has a 4xx status code

func (*GetSpoeMessageDefault) IsCode added in v1.1.0

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

IsCode returns true when this get spoe message default response a status code equal to that given

func (*GetSpoeMessageDefault) IsRedirect added in v1.1.0

func (o *GetSpoeMessageDefault) IsRedirect() bool

IsRedirect returns true when this get spoe message default response has a 3xx status code

func (*GetSpoeMessageDefault) IsServerError added in v1.1.0

func (o *GetSpoeMessageDefault) IsServerError() bool

IsServerError returns true when this get spoe message default response has a 5xx status code

func (*GetSpoeMessageDefault) IsSuccess added in v1.1.0

func (o *GetSpoeMessageDefault) IsSuccess() bool

IsSuccess returns true when this get spoe message default response has a 2xx status code

func (*GetSpoeMessageDefault) String added in v1.1.0

func (o *GetSpoeMessageDefault) String() string

type GetSpoeMessageNotFound

type GetSpoeMessageNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewGetSpoeMessageNotFound

func NewGetSpoeMessageNotFound() *GetSpoeMessageNotFound

NewGetSpoeMessageNotFound creates a GetSpoeMessageNotFound with default headers values

func (*GetSpoeMessageNotFound) Code added in v1.1.5

func (o *GetSpoeMessageNotFound) Code() int

Code gets the status code for the get spoe message not found response

func (*GetSpoeMessageNotFound) Error

func (o *GetSpoeMessageNotFound) Error() string

func (*GetSpoeMessageNotFound) GetPayload

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

func (*GetSpoeMessageNotFound) IsClientError added in v1.1.0

func (o *GetSpoeMessageNotFound) IsClientError() bool

IsClientError returns true when this get spoe message not found response has a 4xx status code

func (*GetSpoeMessageNotFound) IsCode added in v1.1.0

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

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

func (*GetSpoeMessageNotFound) IsRedirect added in v1.1.0

func (o *GetSpoeMessageNotFound) IsRedirect() bool

IsRedirect returns true when this get spoe message not found response has a 3xx status code

func (*GetSpoeMessageNotFound) IsServerError added in v1.1.0

func (o *GetSpoeMessageNotFound) IsServerError() bool

IsServerError returns true when this get spoe message not found response has a 5xx status code

func (*GetSpoeMessageNotFound) IsSuccess added in v1.1.0

func (o *GetSpoeMessageNotFound) IsSuccess() bool

IsSuccess returns true when this get spoe message not found response has a 2xx status code

func (*GetSpoeMessageNotFound) String added in v1.1.0

func (o *GetSpoeMessageNotFound) String() string

type GetSpoeMessageOK

type GetSpoeMessageOK struct {

	/* Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetSpoeMessageOKBody
}

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

Successful operation

func NewGetSpoeMessageOK

func NewGetSpoeMessageOK() *GetSpoeMessageOK

NewGetSpoeMessageOK creates a GetSpoeMessageOK with default headers values

func (*GetSpoeMessageOK) Code added in v1.1.5

func (o *GetSpoeMessageOK) Code() int

Code gets the status code for the get spoe message o k response

func (*GetSpoeMessageOK) Error

func (o *GetSpoeMessageOK) Error() string

func (*GetSpoeMessageOK) GetPayload

func (o *GetSpoeMessageOK) GetPayload() *GetSpoeMessageOKBody

func (*GetSpoeMessageOK) IsClientError added in v1.1.0

func (o *GetSpoeMessageOK) IsClientError() bool

IsClientError returns true when this get spoe message o k response has a 4xx status code

func (*GetSpoeMessageOK) IsCode added in v1.1.0

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

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

func (*GetSpoeMessageOK) IsRedirect added in v1.1.0

func (o *GetSpoeMessageOK) IsRedirect() bool

IsRedirect returns true when this get spoe message o k response has a 3xx status code

func (*GetSpoeMessageOK) IsServerError added in v1.1.0

func (o *GetSpoeMessageOK) IsServerError() bool

IsServerError returns true when this get spoe message o k response has a 5xx status code

func (*GetSpoeMessageOK) IsSuccess added in v1.1.0

func (o *GetSpoeMessageOK) IsSuccess() bool

IsSuccess returns true when this get spoe message o k response has a 2xx status code

func (*GetSpoeMessageOK) String added in v1.1.0

func (o *GetSpoeMessageOK) String() string

type GetSpoeMessageOKBody

type GetSpoeMessageOKBody struct {

	// version
	Version int64 `json:"_version,omitempty"`

	// data
	// Required: true
	Data *models.SpoeMessage `json:"data"`
}

GetSpoeMessageOKBody get spoe message o k body swagger:model GetSpoeMessageOKBody

func (*GetSpoeMessageOKBody) ContextValidate

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

ContextValidate validate this get spoe message o k body based on the context it is used

func (*GetSpoeMessageOKBody) MarshalBinary

func (o *GetSpoeMessageOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetSpoeMessageOKBody) UnmarshalBinary

func (o *GetSpoeMessageOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetSpoeMessageOKBody) Validate

func (o *GetSpoeMessageOKBody) Validate(formats strfmt.Registry) error

Validate validates this get spoe message o k body

type GetSpoeMessageParams

type GetSpoeMessageParams struct {

	/* Name.

	   Spoe message name
	*/
	Name string

	/* Scope.

	   Spoe scope
	*/
	Scope string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

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

GetSpoeMessageParams contains all the parameters to send to the API endpoint

for the get spoe message operation.

Typically these are written to a http.Request.

func NewGetSpoeMessageParams

func NewGetSpoeMessageParams() *GetSpoeMessageParams

NewGetSpoeMessageParams creates a new GetSpoeMessageParams 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 NewGetSpoeMessageParamsWithContext

func NewGetSpoeMessageParamsWithContext(ctx context.Context) *GetSpoeMessageParams

NewGetSpoeMessageParamsWithContext creates a new GetSpoeMessageParams object with the ability to set a context for a request.

func NewGetSpoeMessageParamsWithHTTPClient

func NewGetSpoeMessageParamsWithHTTPClient(client *http.Client) *GetSpoeMessageParams

NewGetSpoeMessageParamsWithHTTPClient creates a new GetSpoeMessageParams object with the ability to set a custom HTTPClient for a request.

func NewGetSpoeMessageParamsWithTimeout

func NewGetSpoeMessageParamsWithTimeout(timeout time.Duration) *GetSpoeMessageParams

NewGetSpoeMessageParamsWithTimeout creates a new GetSpoeMessageParams object with the ability to set a timeout on a request.

func (*GetSpoeMessageParams) SetContext

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

SetContext adds the context to the get spoe message params

func (*GetSpoeMessageParams) SetDefaults

func (o *GetSpoeMessageParams) SetDefaults()

SetDefaults hydrates default values in the get spoe message params (not the query body).

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

func (*GetSpoeMessageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get spoe message params

func (*GetSpoeMessageParams) SetName

func (o *GetSpoeMessageParams) SetName(name string)

SetName adds the name to the get spoe message params

func (*GetSpoeMessageParams) SetScope

func (o *GetSpoeMessageParams) SetScope(scope string)

SetScope adds the scope to the get spoe message params

func (*GetSpoeMessageParams) SetSpoe

func (o *GetSpoeMessageParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the get spoe message params

func (*GetSpoeMessageParams) SetTimeout

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

SetTimeout adds the timeout to the get spoe message params

func (*GetSpoeMessageParams) SetTransactionID

func (o *GetSpoeMessageParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the get spoe message params

func (*GetSpoeMessageParams) WithContext

WithContext adds the context to the get spoe message params

func (*GetSpoeMessageParams) WithDefaults

func (o *GetSpoeMessageParams) WithDefaults() *GetSpoeMessageParams

WithDefaults hydrates default values in the get spoe message params (not the query body).

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

func (*GetSpoeMessageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get spoe message params

func (*GetSpoeMessageParams) WithName

WithName adds the name to the get spoe message params

func (*GetSpoeMessageParams) WithScope

func (o *GetSpoeMessageParams) WithScope(scope string) *GetSpoeMessageParams

WithScope adds the scope to the get spoe message params

func (*GetSpoeMessageParams) WithSpoe

WithSpoe adds the spoe to the get spoe message params

func (*GetSpoeMessageParams) WithTimeout

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

WithTimeout adds the timeout to the get spoe message params

func (*GetSpoeMessageParams) WithTransactionID

func (o *GetSpoeMessageParams) WithTransactionID(transactionID *string) *GetSpoeMessageParams

WithTransactionID adds the transactionID to the get spoe message params

func (*GetSpoeMessageParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSpoeMessageReader

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

GetSpoeMessageReader is a Reader for the GetSpoeMessage structure.

func (*GetSpoeMessageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSpoeMessagesDefault

type GetSpoeMessagesDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewGetSpoeMessagesDefault

func NewGetSpoeMessagesDefault(code int) *GetSpoeMessagesDefault

NewGetSpoeMessagesDefault creates a GetSpoeMessagesDefault with default headers values

func (*GetSpoeMessagesDefault) Code

func (o *GetSpoeMessagesDefault) Code() int

Code gets the status code for the get spoe messages default response

func (*GetSpoeMessagesDefault) Error

func (o *GetSpoeMessagesDefault) Error() string

func (*GetSpoeMessagesDefault) GetPayload

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

func (*GetSpoeMessagesDefault) IsClientError added in v1.1.0

func (o *GetSpoeMessagesDefault) IsClientError() bool

IsClientError returns true when this get spoe messages default response has a 4xx status code

func (*GetSpoeMessagesDefault) IsCode added in v1.1.0

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

IsCode returns true when this get spoe messages default response a status code equal to that given

func (*GetSpoeMessagesDefault) IsRedirect added in v1.1.0

func (o *GetSpoeMessagesDefault) IsRedirect() bool

IsRedirect returns true when this get spoe messages default response has a 3xx status code

func (*GetSpoeMessagesDefault) IsServerError added in v1.1.0

func (o *GetSpoeMessagesDefault) IsServerError() bool

IsServerError returns true when this get spoe messages default response has a 5xx status code

func (*GetSpoeMessagesDefault) IsSuccess added in v1.1.0

func (o *GetSpoeMessagesDefault) IsSuccess() bool

IsSuccess returns true when this get spoe messages default response has a 2xx status code

func (*GetSpoeMessagesDefault) String added in v1.1.0

func (o *GetSpoeMessagesDefault) String() string

type GetSpoeMessagesOK

type GetSpoeMessagesOK struct {

	/* Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetSpoeMessagesOKBody
}

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

Successful operation

func NewGetSpoeMessagesOK

func NewGetSpoeMessagesOK() *GetSpoeMessagesOK

NewGetSpoeMessagesOK creates a GetSpoeMessagesOK with default headers values

func (*GetSpoeMessagesOK) Code added in v1.1.5

func (o *GetSpoeMessagesOK) Code() int

Code gets the status code for the get spoe messages o k response

func (*GetSpoeMessagesOK) Error

func (o *GetSpoeMessagesOK) Error() string

func (*GetSpoeMessagesOK) GetPayload

func (o *GetSpoeMessagesOK) GetPayload() *GetSpoeMessagesOKBody

func (*GetSpoeMessagesOK) IsClientError added in v1.1.0

func (o *GetSpoeMessagesOK) IsClientError() bool

IsClientError returns true when this get spoe messages o k response has a 4xx status code

func (*GetSpoeMessagesOK) IsCode added in v1.1.0

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

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

func (*GetSpoeMessagesOK) IsRedirect added in v1.1.0

func (o *GetSpoeMessagesOK) IsRedirect() bool

IsRedirect returns true when this get spoe messages o k response has a 3xx status code

func (*GetSpoeMessagesOK) IsServerError added in v1.1.0

func (o *GetSpoeMessagesOK) IsServerError() bool

IsServerError returns true when this get spoe messages o k response has a 5xx status code

func (*GetSpoeMessagesOK) IsSuccess added in v1.1.0

func (o *GetSpoeMessagesOK) IsSuccess() bool

IsSuccess returns true when this get spoe messages o k response has a 2xx status code

func (*GetSpoeMessagesOK) String added in v1.1.0

func (o *GetSpoeMessagesOK) String() string

type GetSpoeMessagesOKBody

type GetSpoeMessagesOKBody struct {

	// version
	Version int64 `json:"_version,omitempty"`

	// data
	// Required: true
	Data models.SpoeMessages `json:"data"`
}

GetSpoeMessagesOKBody get spoe messages o k body swagger:model GetSpoeMessagesOKBody

func (*GetSpoeMessagesOKBody) ContextValidate

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

ContextValidate validate this get spoe messages o k body based on the context it is used

func (*GetSpoeMessagesOKBody) MarshalBinary

func (o *GetSpoeMessagesOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetSpoeMessagesOKBody) UnmarshalBinary

func (o *GetSpoeMessagesOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetSpoeMessagesOKBody) Validate

func (o *GetSpoeMessagesOKBody) Validate(formats strfmt.Registry) error

Validate validates this get spoe messages o k body

type GetSpoeMessagesParams

type GetSpoeMessagesParams struct {

	/* Scope.

	   Spoe scope
	*/
	Scope string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

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

GetSpoeMessagesParams contains all the parameters to send to the API endpoint

for the get spoe messages operation.

Typically these are written to a http.Request.

func NewGetSpoeMessagesParams

func NewGetSpoeMessagesParams() *GetSpoeMessagesParams

NewGetSpoeMessagesParams creates a new GetSpoeMessagesParams 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 NewGetSpoeMessagesParamsWithContext

func NewGetSpoeMessagesParamsWithContext(ctx context.Context) *GetSpoeMessagesParams

NewGetSpoeMessagesParamsWithContext creates a new GetSpoeMessagesParams object with the ability to set a context for a request.

func NewGetSpoeMessagesParamsWithHTTPClient

func NewGetSpoeMessagesParamsWithHTTPClient(client *http.Client) *GetSpoeMessagesParams

NewGetSpoeMessagesParamsWithHTTPClient creates a new GetSpoeMessagesParams object with the ability to set a custom HTTPClient for a request.

func NewGetSpoeMessagesParamsWithTimeout

func NewGetSpoeMessagesParamsWithTimeout(timeout time.Duration) *GetSpoeMessagesParams

NewGetSpoeMessagesParamsWithTimeout creates a new GetSpoeMessagesParams object with the ability to set a timeout on a request.

func (*GetSpoeMessagesParams) SetContext

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

SetContext adds the context to the get spoe messages params

func (*GetSpoeMessagesParams) SetDefaults

func (o *GetSpoeMessagesParams) SetDefaults()

SetDefaults hydrates default values in the get spoe messages params (not the query body).

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

func (*GetSpoeMessagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get spoe messages params

func (*GetSpoeMessagesParams) SetScope

func (o *GetSpoeMessagesParams) SetScope(scope string)

SetScope adds the scope to the get spoe messages params

func (*GetSpoeMessagesParams) SetSpoe

func (o *GetSpoeMessagesParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the get spoe messages params

func (*GetSpoeMessagesParams) SetTimeout

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

SetTimeout adds the timeout to the get spoe messages params

func (*GetSpoeMessagesParams) SetTransactionID

func (o *GetSpoeMessagesParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the get spoe messages params

func (*GetSpoeMessagesParams) WithContext

WithContext adds the context to the get spoe messages params

func (*GetSpoeMessagesParams) WithDefaults

func (o *GetSpoeMessagesParams) WithDefaults() *GetSpoeMessagesParams

WithDefaults hydrates default values in the get spoe messages params (not the query body).

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

func (*GetSpoeMessagesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get spoe messages params

func (*GetSpoeMessagesParams) WithScope

func (o *GetSpoeMessagesParams) WithScope(scope string) *GetSpoeMessagesParams

WithScope adds the scope to the get spoe messages params

func (*GetSpoeMessagesParams) WithSpoe

WithSpoe adds the spoe to the get spoe messages params

func (*GetSpoeMessagesParams) WithTimeout

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

WithTimeout adds the timeout to the get spoe messages params

func (*GetSpoeMessagesParams) WithTransactionID

func (o *GetSpoeMessagesParams) WithTransactionID(transactionID *string) *GetSpoeMessagesParams

WithTransactionID adds the transactionID to the get spoe messages params

func (*GetSpoeMessagesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSpoeMessagesReader

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

GetSpoeMessagesReader is a Reader for the GetSpoeMessages structure.

func (*GetSpoeMessagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSpoeScopeDefault

type GetSpoeScopeDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewGetSpoeScopeDefault

func NewGetSpoeScopeDefault(code int) *GetSpoeScopeDefault

NewGetSpoeScopeDefault creates a GetSpoeScopeDefault with default headers values

func (*GetSpoeScopeDefault) Code

func (o *GetSpoeScopeDefault) Code() int

Code gets the status code for the get spoe scope default response

func (*GetSpoeScopeDefault) Error

func (o *GetSpoeScopeDefault) Error() string

func (*GetSpoeScopeDefault) GetPayload

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

func (*GetSpoeScopeDefault) IsClientError added in v1.1.0

func (o *GetSpoeScopeDefault) IsClientError() bool

IsClientError returns true when this get spoe scope default response has a 4xx status code

func (*GetSpoeScopeDefault) IsCode added in v1.1.0

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

IsCode returns true when this get spoe scope default response a status code equal to that given

func (*GetSpoeScopeDefault) IsRedirect added in v1.1.0

func (o *GetSpoeScopeDefault) IsRedirect() bool

IsRedirect returns true when this get spoe scope default response has a 3xx status code

func (*GetSpoeScopeDefault) IsServerError added in v1.1.0

func (o *GetSpoeScopeDefault) IsServerError() bool

IsServerError returns true when this get spoe scope default response has a 5xx status code

func (*GetSpoeScopeDefault) IsSuccess added in v1.1.0

func (o *GetSpoeScopeDefault) IsSuccess() bool

IsSuccess returns true when this get spoe scope default response has a 2xx status code

func (*GetSpoeScopeDefault) String added in v1.1.0

func (o *GetSpoeScopeDefault) String() string

type GetSpoeScopeNotFound

type GetSpoeScopeNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewGetSpoeScopeNotFound

func NewGetSpoeScopeNotFound() *GetSpoeScopeNotFound

NewGetSpoeScopeNotFound creates a GetSpoeScopeNotFound with default headers values

func (*GetSpoeScopeNotFound) Code added in v1.1.5

func (o *GetSpoeScopeNotFound) Code() int

Code gets the status code for the get spoe scope not found response

func (*GetSpoeScopeNotFound) Error

func (o *GetSpoeScopeNotFound) Error() string

func (*GetSpoeScopeNotFound) GetPayload

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

func (*GetSpoeScopeNotFound) IsClientError added in v1.1.0

func (o *GetSpoeScopeNotFound) IsClientError() bool

IsClientError returns true when this get spoe scope not found response has a 4xx status code

func (*GetSpoeScopeNotFound) IsCode added in v1.1.0

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

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

func (*GetSpoeScopeNotFound) IsRedirect added in v1.1.0

func (o *GetSpoeScopeNotFound) IsRedirect() bool

IsRedirect returns true when this get spoe scope not found response has a 3xx status code

func (*GetSpoeScopeNotFound) IsServerError added in v1.1.0

func (o *GetSpoeScopeNotFound) IsServerError() bool

IsServerError returns true when this get spoe scope not found response has a 5xx status code

func (*GetSpoeScopeNotFound) IsSuccess added in v1.1.0

func (o *GetSpoeScopeNotFound) IsSuccess() bool

IsSuccess returns true when this get spoe scope not found response has a 2xx status code

func (*GetSpoeScopeNotFound) String added in v1.1.0

func (o *GetSpoeScopeNotFound) String() string

type GetSpoeScopeOK

type GetSpoeScopeOK struct {

	/* Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetSpoeScopeOKBody
}

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

Successful operation

func NewGetSpoeScopeOK

func NewGetSpoeScopeOK() *GetSpoeScopeOK

NewGetSpoeScopeOK creates a GetSpoeScopeOK with default headers values

func (*GetSpoeScopeOK) Code added in v1.1.5

func (o *GetSpoeScopeOK) Code() int

Code gets the status code for the get spoe scope o k response

func (*GetSpoeScopeOK) Error

func (o *GetSpoeScopeOK) Error() string

func (*GetSpoeScopeOK) GetPayload

func (o *GetSpoeScopeOK) GetPayload() *GetSpoeScopeOKBody

func (*GetSpoeScopeOK) IsClientError added in v1.1.0

func (o *GetSpoeScopeOK) IsClientError() bool

IsClientError returns true when this get spoe scope o k response has a 4xx status code

func (*GetSpoeScopeOK) IsCode added in v1.1.0

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

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

func (*GetSpoeScopeOK) IsRedirect added in v1.1.0

func (o *GetSpoeScopeOK) IsRedirect() bool

IsRedirect returns true when this get spoe scope o k response has a 3xx status code

func (*GetSpoeScopeOK) IsServerError added in v1.1.0

func (o *GetSpoeScopeOK) IsServerError() bool

IsServerError returns true when this get spoe scope o k response has a 5xx status code

func (*GetSpoeScopeOK) IsSuccess added in v1.1.0

func (o *GetSpoeScopeOK) IsSuccess() bool

IsSuccess returns true when this get spoe scope o k response has a 2xx status code

func (*GetSpoeScopeOK) String added in v1.1.0

func (o *GetSpoeScopeOK) String() string

type GetSpoeScopeOKBody

type GetSpoeScopeOKBody struct {

	// version
	Version int64 `json:"_version,omitempty"`

	// data
	// Required: true
	Data *models.SpoeScope `json:"data"`
}

GetSpoeScopeOKBody get spoe scope o k body swagger:model GetSpoeScopeOKBody

func (*GetSpoeScopeOKBody) ContextValidate

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

ContextValidate validate this get spoe scope o k body based on the context it is used

func (*GetSpoeScopeOKBody) MarshalBinary

func (o *GetSpoeScopeOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetSpoeScopeOKBody) UnmarshalBinary

func (o *GetSpoeScopeOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetSpoeScopeOKBody) Validate

func (o *GetSpoeScopeOKBody) Validate(formats strfmt.Registry) error

Validate validates this get spoe scope o k body

type GetSpoeScopeParams

type GetSpoeScopeParams struct {

	/* Name.

	   Spoe scope
	*/
	Name string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

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

GetSpoeScopeParams contains all the parameters to send to the API endpoint

for the get spoe scope operation.

Typically these are written to a http.Request.

func NewGetSpoeScopeParams

func NewGetSpoeScopeParams() *GetSpoeScopeParams

NewGetSpoeScopeParams creates a new GetSpoeScopeParams 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 NewGetSpoeScopeParamsWithContext

func NewGetSpoeScopeParamsWithContext(ctx context.Context) *GetSpoeScopeParams

NewGetSpoeScopeParamsWithContext creates a new GetSpoeScopeParams object with the ability to set a context for a request.

func NewGetSpoeScopeParamsWithHTTPClient

func NewGetSpoeScopeParamsWithHTTPClient(client *http.Client) *GetSpoeScopeParams

NewGetSpoeScopeParamsWithHTTPClient creates a new GetSpoeScopeParams object with the ability to set a custom HTTPClient for a request.

func NewGetSpoeScopeParamsWithTimeout

func NewGetSpoeScopeParamsWithTimeout(timeout time.Duration) *GetSpoeScopeParams

NewGetSpoeScopeParamsWithTimeout creates a new GetSpoeScopeParams object with the ability to set a timeout on a request.

func (*GetSpoeScopeParams) SetContext

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

SetContext adds the context to the get spoe scope params

func (*GetSpoeScopeParams) SetDefaults

func (o *GetSpoeScopeParams) SetDefaults()

SetDefaults hydrates default values in the get spoe scope params (not the query body).

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

func (*GetSpoeScopeParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get spoe scope params

func (*GetSpoeScopeParams) SetName

func (o *GetSpoeScopeParams) SetName(name string)

SetName adds the name to the get spoe scope params

func (*GetSpoeScopeParams) SetSpoe

func (o *GetSpoeScopeParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the get spoe scope params

func (*GetSpoeScopeParams) SetTimeout

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

SetTimeout adds the timeout to the get spoe scope params

func (*GetSpoeScopeParams) SetTransactionID

func (o *GetSpoeScopeParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the get spoe scope params

func (*GetSpoeScopeParams) WithContext

WithContext adds the context to the get spoe scope params

func (*GetSpoeScopeParams) WithDefaults

func (o *GetSpoeScopeParams) WithDefaults() *GetSpoeScopeParams

WithDefaults hydrates default values in the get spoe scope params (not the query body).

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

func (*GetSpoeScopeParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get spoe scope params

func (*GetSpoeScopeParams) WithName

func (o *GetSpoeScopeParams) WithName(name string) *GetSpoeScopeParams

WithName adds the name to the get spoe scope params

func (*GetSpoeScopeParams) WithSpoe

func (o *GetSpoeScopeParams) WithSpoe(spoe string) *GetSpoeScopeParams

WithSpoe adds the spoe to the get spoe scope params

func (*GetSpoeScopeParams) WithTimeout

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

WithTimeout adds the timeout to the get spoe scope params

func (*GetSpoeScopeParams) WithTransactionID

func (o *GetSpoeScopeParams) WithTransactionID(transactionID *string) *GetSpoeScopeParams

WithTransactionID adds the transactionID to the get spoe scope params

func (*GetSpoeScopeParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSpoeScopeReader

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

GetSpoeScopeReader is a Reader for the GetSpoeScope structure.

func (*GetSpoeScopeReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetSpoeScopesDefault

type GetSpoeScopesDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewGetSpoeScopesDefault

func NewGetSpoeScopesDefault(code int) *GetSpoeScopesDefault

NewGetSpoeScopesDefault creates a GetSpoeScopesDefault with default headers values

func (*GetSpoeScopesDefault) Code

func (o *GetSpoeScopesDefault) Code() int

Code gets the status code for the get spoe scopes default response

func (*GetSpoeScopesDefault) Error

func (o *GetSpoeScopesDefault) Error() string

func (*GetSpoeScopesDefault) GetPayload

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

func (*GetSpoeScopesDefault) IsClientError added in v1.1.0

func (o *GetSpoeScopesDefault) IsClientError() bool

IsClientError returns true when this get spoe scopes default response has a 4xx status code

func (*GetSpoeScopesDefault) IsCode added in v1.1.0

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

IsCode returns true when this get spoe scopes default response a status code equal to that given

func (*GetSpoeScopesDefault) IsRedirect added in v1.1.0

func (o *GetSpoeScopesDefault) IsRedirect() bool

IsRedirect returns true when this get spoe scopes default response has a 3xx status code

func (*GetSpoeScopesDefault) IsServerError added in v1.1.0

func (o *GetSpoeScopesDefault) IsServerError() bool

IsServerError returns true when this get spoe scopes default response has a 5xx status code

func (*GetSpoeScopesDefault) IsSuccess added in v1.1.0

func (o *GetSpoeScopesDefault) IsSuccess() bool

IsSuccess returns true when this get spoe scopes default response has a 2xx status code

func (*GetSpoeScopesDefault) String added in v1.1.0

func (o *GetSpoeScopesDefault) String() string

type GetSpoeScopesOK

type GetSpoeScopesOK struct {

	/* Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetSpoeScopesOKBody
}

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

Successful operation

func NewGetSpoeScopesOK

func NewGetSpoeScopesOK() *GetSpoeScopesOK

NewGetSpoeScopesOK creates a GetSpoeScopesOK with default headers values

func (*GetSpoeScopesOK) Code added in v1.1.5

func (o *GetSpoeScopesOK) Code() int

Code gets the status code for the get spoe scopes o k response

func (*GetSpoeScopesOK) Error

func (o *GetSpoeScopesOK) Error() string

func (*GetSpoeScopesOK) GetPayload

func (o *GetSpoeScopesOK) GetPayload() *GetSpoeScopesOKBody

func (*GetSpoeScopesOK) IsClientError added in v1.1.0

func (o *GetSpoeScopesOK) IsClientError() bool

IsClientError returns true when this get spoe scopes o k response has a 4xx status code

func (*GetSpoeScopesOK) IsCode added in v1.1.0

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

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

func (*GetSpoeScopesOK) IsRedirect added in v1.1.0

func (o *GetSpoeScopesOK) IsRedirect() bool

IsRedirect returns true when this get spoe scopes o k response has a 3xx status code

func (*GetSpoeScopesOK) IsServerError added in v1.1.0

func (o *GetSpoeScopesOK) IsServerError() bool

IsServerError returns true when this get spoe scopes o k response has a 5xx status code

func (*GetSpoeScopesOK) IsSuccess added in v1.1.0

func (o *GetSpoeScopesOK) IsSuccess() bool

IsSuccess returns true when this get spoe scopes o k response has a 2xx status code

func (*GetSpoeScopesOK) String added in v1.1.0

func (o *GetSpoeScopesOK) String() string

type GetSpoeScopesOKBody

type GetSpoeScopesOKBody struct {

	// version
	Version int64 `json:"_version,omitempty"`

	// data
	// Required: true
	Data models.SpoeScopes `json:"data"`
}

GetSpoeScopesOKBody get spoe scopes o k body swagger:model GetSpoeScopesOKBody

func (*GetSpoeScopesOKBody) ContextValidate

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

ContextValidate validate this get spoe scopes o k body based on the context it is used

func (*GetSpoeScopesOKBody) MarshalBinary

func (o *GetSpoeScopesOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetSpoeScopesOKBody) UnmarshalBinary

func (o *GetSpoeScopesOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetSpoeScopesOKBody) Validate

func (o *GetSpoeScopesOKBody) Validate(formats strfmt.Registry) error

Validate validates this get spoe scopes o k body

type GetSpoeScopesParams

type GetSpoeScopesParams struct {

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

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

GetSpoeScopesParams contains all the parameters to send to the API endpoint

for the get spoe scopes operation.

Typically these are written to a http.Request.

func NewGetSpoeScopesParams

func NewGetSpoeScopesParams() *GetSpoeScopesParams

NewGetSpoeScopesParams creates a new GetSpoeScopesParams 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 NewGetSpoeScopesParamsWithContext

func NewGetSpoeScopesParamsWithContext(ctx context.Context) *GetSpoeScopesParams

NewGetSpoeScopesParamsWithContext creates a new GetSpoeScopesParams object with the ability to set a context for a request.

func NewGetSpoeScopesParamsWithHTTPClient

func NewGetSpoeScopesParamsWithHTTPClient(client *http.Client) *GetSpoeScopesParams

NewGetSpoeScopesParamsWithHTTPClient creates a new GetSpoeScopesParams object with the ability to set a custom HTTPClient for a request.

func NewGetSpoeScopesParamsWithTimeout

func NewGetSpoeScopesParamsWithTimeout(timeout time.Duration) *GetSpoeScopesParams

NewGetSpoeScopesParamsWithTimeout creates a new GetSpoeScopesParams object with the ability to set a timeout on a request.

func (*GetSpoeScopesParams) SetContext

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

SetContext adds the context to the get spoe scopes params

func (*GetSpoeScopesParams) SetDefaults

func (o *GetSpoeScopesParams) SetDefaults()

SetDefaults hydrates default values in the get spoe scopes params (not the query body).

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

func (*GetSpoeScopesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get spoe scopes params

func (*GetSpoeScopesParams) SetSpoe

func (o *GetSpoeScopesParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the get spoe scopes params

func (*GetSpoeScopesParams) SetTimeout

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

SetTimeout adds the timeout to the get spoe scopes params

func (*GetSpoeScopesParams) SetTransactionID

func (o *GetSpoeScopesParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the get spoe scopes params

func (*GetSpoeScopesParams) WithContext

WithContext adds the context to the get spoe scopes params

func (*GetSpoeScopesParams) WithDefaults

func (o *GetSpoeScopesParams) WithDefaults() *GetSpoeScopesParams

WithDefaults hydrates default values in the get spoe scopes params (not the query body).

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

func (*GetSpoeScopesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get spoe scopes params

func (*GetSpoeScopesParams) WithSpoe

func (o *GetSpoeScopesParams) WithSpoe(spoe string) *GetSpoeScopesParams

WithSpoe adds the spoe to the get spoe scopes params

func (*GetSpoeScopesParams) WithTimeout

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

WithTimeout adds the timeout to the get spoe scopes params

func (*GetSpoeScopesParams) WithTransactionID

func (o *GetSpoeScopesParams) WithTransactionID(transactionID *string) *GetSpoeScopesParams

WithTransactionID adds the transactionID to the get spoe scopes params

func (*GetSpoeScopesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetSpoeScopesReader

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

GetSpoeScopesReader is a Reader for the GetSpoeScopes structure.

func (*GetSpoeScopesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceSpoeAgentBadRequest

type ReplaceSpoeAgentBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Bad request

func NewReplaceSpoeAgentBadRequest

func NewReplaceSpoeAgentBadRequest() *ReplaceSpoeAgentBadRequest

NewReplaceSpoeAgentBadRequest creates a ReplaceSpoeAgentBadRequest with default headers values

func (*ReplaceSpoeAgentBadRequest) Code added in v1.1.5

func (o *ReplaceSpoeAgentBadRequest) Code() int

Code gets the status code for the replace spoe agent bad request response

func (*ReplaceSpoeAgentBadRequest) Error

func (*ReplaceSpoeAgentBadRequest) GetPayload

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

func (*ReplaceSpoeAgentBadRequest) IsClientError added in v1.1.0

func (o *ReplaceSpoeAgentBadRequest) IsClientError() bool

IsClientError returns true when this replace spoe agent bad request response has a 4xx status code

func (*ReplaceSpoeAgentBadRequest) IsCode added in v1.1.0

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

IsCode returns true when this replace spoe agent bad request response a status code equal to that given

func (*ReplaceSpoeAgentBadRequest) IsRedirect added in v1.1.0

func (o *ReplaceSpoeAgentBadRequest) IsRedirect() bool

IsRedirect returns true when this replace spoe agent bad request response has a 3xx status code

func (*ReplaceSpoeAgentBadRequest) IsServerError added in v1.1.0

func (o *ReplaceSpoeAgentBadRequest) IsServerError() bool

IsServerError returns true when this replace spoe agent bad request response has a 5xx status code

func (*ReplaceSpoeAgentBadRequest) IsSuccess added in v1.1.0

func (o *ReplaceSpoeAgentBadRequest) IsSuccess() bool

IsSuccess returns true when this replace spoe agent bad request response has a 2xx status code

func (*ReplaceSpoeAgentBadRequest) String added in v1.1.0

func (o *ReplaceSpoeAgentBadRequest) String() string

type ReplaceSpoeAgentDefault

type ReplaceSpoeAgentDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewReplaceSpoeAgentDefault

func NewReplaceSpoeAgentDefault(code int) *ReplaceSpoeAgentDefault

NewReplaceSpoeAgentDefault creates a ReplaceSpoeAgentDefault with default headers values

func (*ReplaceSpoeAgentDefault) Code

func (o *ReplaceSpoeAgentDefault) Code() int

Code gets the status code for the replace spoe agent default response

func (*ReplaceSpoeAgentDefault) Error

func (o *ReplaceSpoeAgentDefault) Error() string

func (*ReplaceSpoeAgentDefault) GetPayload

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

func (*ReplaceSpoeAgentDefault) IsClientError added in v1.1.0

func (o *ReplaceSpoeAgentDefault) IsClientError() bool

IsClientError returns true when this replace spoe agent default response has a 4xx status code

func (*ReplaceSpoeAgentDefault) IsCode added in v1.1.0

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

IsCode returns true when this replace spoe agent default response a status code equal to that given

func (*ReplaceSpoeAgentDefault) IsRedirect added in v1.1.0

func (o *ReplaceSpoeAgentDefault) IsRedirect() bool

IsRedirect returns true when this replace spoe agent default response has a 3xx status code

func (*ReplaceSpoeAgentDefault) IsServerError added in v1.1.0

func (o *ReplaceSpoeAgentDefault) IsServerError() bool

IsServerError returns true when this replace spoe agent default response has a 5xx status code

func (*ReplaceSpoeAgentDefault) IsSuccess added in v1.1.0

func (o *ReplaceSpoeAgentDefault) IsSuccess() bool

IsSuccess returns true when this replace spoe agent default response has a 2xx status code

func (*ReplaceSpoeAgentDefault) String added in v1.1.0

func (o *ReplaceSpoeAgentDefault) String() string

type ReplaceSpoeAgentNotFound

type ReplaceSpoeAgentNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewReplaceSpoeAgentNotFound

func NewReplaceSpoeAgentNotFound() *ReplaceSpoeAgentNotFound

NewReplaceSpoeAgentNotFound creates a ReplaceSpoeAgentNotFound with default headers values

func (*ReplaceSpoeAgentNotFound) Code added in v1.1.5

func (o *ReplaceSpoeAgentNotFound) Code() int

Code gets the status code for the replace spoe agent not found response

func (*ReplaceSpoeAgentNotFound) Error

func (o *ReplaceSpoeAgentNotFound) Error() string

func (*ReplaceSpoeAgentNotFound) GetPayload

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

func (*ReplaceSpoeAgentNotFound) IsClientError added in v1.1.0

func (o *ReplaceSpoeAgentNotFound) IsClientError() bool

IsClientError returns true when this replace spoe agent not found response has a 4xx status code

func (*ReplaceSpoeAgentNotFound) IsCode added in v1.1.0

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

IsCode returns true when this replace spoe agent not found response a status code equal to that given

func (*ReplaceSpoeAgentNotFound) IsRedirect added in v1.1.0

func (o *ReplaceSpoeAgentNotFound) IsRedirect() bool

IsRedirect returns true when this replace spoe agent not found response has a 3xx status code

func (*ReplaceSpoeAgentNotFound) IsServerError added in v1.1.0

func (o *ReplaceSpoeAgentNotFound) IsServerError() bool

IsServerError returns true when this replace spoe agent not found response has a 5xx status code

func (*ReplaceSpoeAgentNotFound) IsSuccess added in v1.1.0

func (o *ReplaceSpoeAgentNotFound) IsSuccess() bool

IsSuccess returns true when this replace spoe agent not found response has a 2xx status code

func (*ReplaceSpoeAgentNotFound) String added in v1.1.0

func (o *ReplaceSpoeAgentNotFound) String() string

type ReplaceSpoeAgentOK

type ReplaceSpoeAgentOK struct {
	Payload *models.SpoeAgent
}

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

Spoe agent replaced

func NewReplaceSpoeAgentOK

func NewReplaceSpoeAgentOK() *ReplaceSpoeAgentOK

NewReplaceSpoeAgentOK creates a ReplaceSpoeAgentOK with default headers values

func (*ReplaceSpoeAgentOK) Code added in v1.1.5

func (o *ReplaceSpoeAgentOK) Code() int

Code gets the status code for the replace spoe agent o k response

func (*ReplaceSpoeAgentOK) Error

func (o *ReplaceSpoeAgentOK) Error() string

func (*ReplaceSpoeAgentOK) GetPayload

func (o *ReplaceSpoeAgentOK) GetPayload() *models.SpoeAgent

func (*ReplaceSpoeAgentOK) IsClientError added in v1.1.0

func (o *ReplaceSpoeAgentOK) IsClientError() bool

IsClientError returns true when this replace spoe agent o k response has a 4xx status code

func (*ReplaceSpoeAgentOK) IsCode added in v1.1.0

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

IsCode returns true when this replace spoe agent o k response a status code equal to that given

func (*ReplaceSpoeAgentOK) IsRedirect added in v1.1.0

func (o *ReplaceSpoeAgentOK) IsRedirect() bool

IsRedirect returns true when this replace spoe agent o k response has a 3xx status code

func (*ReplaceSpoeAgentOK) IsServerError added in v1.1.0

func (o *ReplaceSpoeAgentOK) IsServerError() bool

IsServerError returns true when this replace spoe agent o k response has a 5xx status code

func (*ReplaceSpoeAgentOK) IsSuccess added in v1.1.0

func (o *ReplaceSpoeAgentOK) IsSuccess() bool

IsSuccess returns true when this replace spoe agent o k response has a 2xx status code

func (*ReplaceSpoeAgentOK) String added in v1.1.0

func (o *ReplaceSpoeAgentOK) String() string

type ReplaceSpoeAgentParams

type ReplaceSpoeAgentParams struct {

	// Data.
	Data *models.SpoeAgent

	/* Name.

	   Spoe agent name
	*/
	Name string

	/* Scope.

	   Spoe scope
	*/
	Scope string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

	/* Version.

	   Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version.
	*/
	Version *int64

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

ReplaceSpoeAgentParams contains all the parameters to send to the API endpoint

for the replace spoe agent operation.

Typically these are written to a http.Request.

func NewReplaceSpoeAgentParams

func NewReplaceSpoeAgentParams() *ReplaceSpoeAgentParams

NewReplaceSpoeAgentParams creates a new ReplaceSpoeAgentParams 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 NewReplaceSpoeAgentParamsWithContext

func NewReplaceSpoeAgentParamsWithContext(ctx context.Context) *ReplaceSpoeAgentParams

NewReplaceSpoeAgentParamsWithContext creates a new ReplaceSpoeAgentParams object with the ability to set a context for a request.

func NewReplaceSpoeAgentParamsWithHTTPClient

func NewReplaceSpoeAgentParamsWithHTTPClient(client *http.Client) *ReplaceSpoeAgentParams

NewReplaceSpoeAgentParamsWithHTTPClient creates a new ReplaceSpoeAgentParams object with the ability to set a custom HTTPClient for a request.

func NewReplaceSpoeAgentParamsWithTimeout

func NewReplaceSpoeAgentParamsWithTimeout(timeout time.Duration) *ReplaceSpoeAgentParams

NewReplaceSpoeAgentParamsWithTimeout creates a new ReplaceSpoeAgentParams object with the ability to set a timeout on a request.

func (*ReplaceSpoeAgentParams) SetContext

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

SetContext adds the context to the replace spoe agent params

func (*ReplaceSpoeAgentParams) SetData

func (o *ReplaceSpoeAgentParams) SetData(data *models.SpoeAgent)

SetData adds the data to the replace spoe agent params

func (*ReplaceSpoeAgentParams) SetDefaults

func (o *ReplaceSpoeAgentParams) SetDefaults()

SetDefaults hydrates default values in the replace spoe agent params (not the query body).

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

func (*ReplaceSpoeAgentParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace spoe agent params

func (*ReplaceSpoeAgentParams) SetName

func (o *ReplaceSpoeAgentParams) SetName(name string)

SetName adds the name to the replace spoe agent params

func (*ReplaceSpoeAgentParams) SetScope

func (o *ReplaceSpoeAgentParams) SetScope(scope string)

SetScope adds the scope to the replace spoe agent params

func (*ReplaceSpoeAgentParams) SetSpoe

func (o *ReplaceSpoeAgentParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the replace spoe agent params

func (*ReplaceSpoeAgentParams) SetTimeout

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

SetTimeout adds the timeout to the replace spoe agent params

func (*ReplaceSpoeAgentParams) SetTransactionID

func (o *ReplaceSpoeAgentParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the replace spoe agent params

func (*ReplaceSpoeAgentParams) SetVersion

func (o *ReplaceSpoeAgentParams) SetVersion(version *int64)

SetVersion adds the version to the replace spoe agent params

func (*ReplaceSpoeAgentParams) WithContext

WithContext adds the context to the replace spoe agent params

func (*ReplaceSpoeAgentParams) WithData

WithData adds the data to the replace spoe agent params

func (*ReplaceSpoeAgentParams) WithDefaults

WithDefaults hydrates default values in the replace spoe agent params (not the query body).

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

func (*ReplaceSpoeAgentParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replace spoe agent params

func (*ReplaceSpoeAgentParams) WithName

WithName adds the name to the replace spoe agent params

func (*ReplaceSpoeAgentParams) WithScope

WithScope adds the scope to the replace spoe agent params

func (*ReplaceSpoeAgentParams) WithSpoe

WithSpoe adds the spoe to the replace spoe agent params

func (*ReplaceSpoeAgentParams) WithTimeout

WithTimeout adds the timeout to the replace spoe agent params

func (*ReplaceSpoeAgentParams) WithTransactionID

func (o *ReplaceSpoeAgentParams) WithTransactionID(transactionID *string) *ReplaceSpoeAgentParams

WithTransactionID adds the transactionID to the replace spoe agent params

func (*ReplaceSpoeAgentParams) WithVersion

func (o *ReplaceSpoeAgentParams) WithVersion(version *int64) *ReplaceSpoeAgentParams

WithVersion adds the version to the replace spoe agent params

func (*ReplaceSpoeAgentParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceSpoeAgentReader

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

ReplaceSpoeAgentReader is a Reader for the ReplaceSpoeAgent structure.

func (*ReplaceSpoeAgentReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceSpoeGroupBadRequest

type ReplaceSpoeGroupBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Bad request

func NewReplaceSpoeGroupBadRequest

func NewReplaceSpoeGroupBadRequest() *ReplaceSpoeGroupBadRequest

NewReplaceSpoeGroupBadRequest creates a ReplaceSpoeGroupBadRequest with default headers values

func (*ReplaceSpoeGroupBadRequest) Code added in v1.1.5

func (o *ReplaceSpoeGroupBadRequest) Code() int

Code gets the status code for the replace spoe group bad request response

func (*ReplaceSpoeGroupBadRequest) Error

func (*ReplaceSpoeGroupBadRequest) GetPayload

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

func (*ReplaceSpoeGroupBadRequest) IsClientError added in v1.1.0

func (o *ReplaceSpoeGroupBadRequest) IsClientError() bool

IsClientError returns true when this replace spoe group bad request response has a 4xx status code

func (*ReplaceSpoeGroupBadRequest) IsCode added in v1.1.0

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

IsCode returns true when this replace spoe group bad request response a status code equal to that given

func (*ReplaceSpoeGroupBadRequest) IsRedirect added in v1.1.0

func (o *ReplaceSpoeGroupBadRequest) IsRedirect() bool

IsRedirect returns true when this replace spoe group bad request response has a 3xx status code

func (*ReplaceSpoeGroupBadRequest) IsServerError added in v1.1.0

func (o *ReplaceSpoeGroupBadRequest) IsServerError() bool

IsServerError returns true when this replace spoe group bad request response has a 5xx status code

func (*ReplaceSpoeGroupBadRequest) IsSuccess added in v1.1.0

func (o *ReplaceSpoeGroupBadRequest) IsSuccess() bool

IsSuccess returns true when this replace spoe group bad request response has a 2xx status code

func (*ReplaceSpoeGroupBadRequest) String added in v1.1.0

func (o *ReplaceSpoeGroupBadRequest) String() string

type ReplaceSpoeGroupDefault

type ReplaceSpoeGroupDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewReplaceSpoeGroupDefault

func NewReplaceSpoeGroupDefault(code int) *ReplaceSpoeGroupDefault

NewReplaceSpoeGroupDefault creates a ReplaceSpoeGroupDefault with default headers values

func (*ReplaceSpoeGroupDefault) Code

func (o *ReplaceSpoeGroupDefault) Code() int

Code gets the status code for the replace spoe group default response

func (*ReplaceSpoeGroupDefault) Error

func (o *ReplaceSpoeGroupDefault) Error() string

func (*ReplaceSpoeGroupDefault) GetPayload

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

func (*ReplaceSpoeGroupDefault) IsClientError added in v1.1.0

func (o *ReplaceSpoeGroupDefault) IsClientError() bool

IsClientError returns true when this replace spoe group default response has a 4xx status code

func (*ReplaceSpoeGroupDefault) IsCode added in v1.1.0

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

IsCode returns true when this replace spoe group default response a status code equal to that given

func (*ReplaceSpoeGroupDefault) IsRedirect added in v1.1.0

func (o *ReplaceSpoeGroupDefault) IsRedirect() bool

IsRedirect returns true when this replace spoe group default response has a 3xx status code

func (*ReplaceSpoeGroupDefault) IsServerError added in v1.1.0

func (o *ReplaceSpoeGroupDefault) IsServerError() bool

IsServerError returns true when this replace spoe group default response has a 5xx status code

func (*ReplaceSpoeGroupDefault) IsSuccess added in v1.1.0

func (o *ReplaceSpoeGroupDefault) IsSuccess() bool

IsSuccess returns true when this replace spoe group default response has a 2xx status code

func (*ReplaceSpoeGroupDefault) String added in v1.1.0

func (o *ReplaceSpoeGroupDefault) String() string

type ReplaceSpoeGroupNotFound

type ReplaceSpoeGroupNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewReplaceSpoeGroupNotFound

func NewReplaceSpoeGroupNotFound() *ReplaceSpoeGroupNotFound

NewReplaceSpoeGroupNotFound creates a ReplaceSpoeGroupNotFound with default headers values

func (*ReplaceSpoeGroupNotFound) Code added in v1.1.5

func (o *ReplaceSpoeGroupNotFound) Code() int

Code gets the status code for the replace spoe group not found response

func (*ReplaceSpoeGroupNotFound) Error

func (o *ReplaceSpoeGroupNotFound) Error() string

func (*ReplaceSpoeGroupNotFound) GetPayload

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

func (*ReplaceSpoeGroupNotFound) IsClientError added in v1.1.0

func (o *ReplaceSpoeGroupNotFound) IsClientError() bool

IsClientError returns true when this replace spoe group not found response has a 4xx status code

func (*ReplaceSpoeGroupNotFound) IsCode added in v1.1.0

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

IsCode returns true when this replace spoe group not found response a status code equal to that given

func (*ReplaceSpoeGroupNotFound) IsRedirect added in v1.1.0

func (o *ReplaceSpoeGroupNotFound) IsRedirect() bool

IsRedirect returns true when this replace spoe group not found response has a 3xx status code

func (*ReplaceSpoeGroupNotFound) IsServerError added in v1.1.0

func (o *ReplaceSpoeGroupNotFound) IsServerError() bool

IsServerError returns true when this replace spoe group not found response has a 5xx status code

func (*ReplaceSpoeGroupNotFound) IsSuccess added in v1.1.0

func (o *ReplaceSpoeGroupNotFound) IsSuccess() bool

IsSuccess returns true when this replace spoe group not found response has a 2xx status code

func (*ReplaceSpoeGroupNotFound) String added in v1.1.0

func (o *ReplaceSpoeGroupNotFound) String() string

type ReplaceSpoeGroupOK

type ReplaceSpoeGroupOK struct {
	Payload *models.SpoeGroup
}

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

Spoe groups replaced

func NewReplaceSpoeGroupOK

func NewReplaceSpoeGroupOK() *ReplaceSpoeGroupOK

NewReplaceSpoeGroupOK creates a ReplaceSpoeGroupOK with default headers values

func (*ReplaceSpoeGroupOK) Code added in v1.1.5

func (o *ReplaceSpoeGroupOK) Code() int

Code gets the status code for the replace spoe group o k response

func (*ReplaceSpoeGroupOK) Error

func (o *ReplaceSpoeGroupOK) Error() string

func (*ReplaceSpoeGroupOK) GetPayload

func (o *ReplaceSpoeGroupOK) GetPayload() *models.SpoeGroup

func (*ReplaceSpoeGroupOK) IsClientError added in v1.1.0

func (o *ReplaceSpoeGroupOK) IsClientError() bool

IsClientError returns true when this replace spoe group o k response has a 4xx status code

func (*ReplaceSpoeGroupOK) IsCode added in v1.1.0

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

IsCode returns true when this replace spoe group o k response a status code equal to that given

func (*ReplaceSpoeGroupOK) IsRedirect added in v1.1.0

func (o *ReplaceSpoeGroupOK) IsRedirect() bool

IsRedirect returns true when this replace spoe group o k response has a 3xx status code

func (*ReplaceSpoeGroupOK) IsServerError added in v1.1.0

func (o *ReplaceSpoeGroupOK) IsServerError() bool

IsServerError returns true when this replace spoe group o k response has a 5xx status code

func (*ReplaceSpoeGroupOK) IsSuccess added in v1.1.0

func (o *ReplaceSpoeGroupOK) IsSuccess() bool

IsSuccess returns true when this replace spoe group o k response has a 2xx status code

func (*ReplaceSpoeGroupOK) String added in v1.1.0

func (o *ReplaceSpoeGroupOK) String() string

type ReplaceSpoeGroupParams

type ReplaceSpoeGroupParams struct {

	// Data.
	Data *models.SpoeGroup

	/* Name.

	   Spoe group name
	*/
	Name string

	/* Scope.

	   Spoe scope
	*/
	Scope string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

	/* Version.

	   Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version.
	*/
	Version *int64

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

ReplaceSpoeGroupParams contains all the parameters to send to the API endpoint

for the replace spoe group operation.

Typically these are written to a http.Request.

func NewReplaceSpoeGroupParams

func NewReplaceSpoeGroupParams() *ReplaceSpoeGroupParams

NewReplaceSpoeGroupParams creates a new ReplaceSpoeGroupParams 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 NewReplaceSpoeGroupParamsWithContext

func NewReplaceSpoeGroupParamsWithContext(ctx context.Context) *ReplaceSpoeGroupParams

NewReplaceSpoeGroupParamsWithContext creates a new ReplaceSpoeGroupParams object with the ability to set a context for a request.

func NewReplaceSpoeGroupParamsWithHTTPClient

func NewReplaceSpoeGroupParamsWithHTTPClient(client *http.Client) *ReplaceSpoeGroupParams

NewReplaceSpoeGroupParamsWithHTTPClient creates a new ReplaceSpoeGroupParams object with the ability to set a custom HTTPClient for a request.

func NewReplaceSpoeGroupParamsWithTimeout

func NewReplaceSpoeGroupParamsWithTimeout(timeout time.Duration) *ReplaceSpoeGroupParams

NewReplaceSpoeGroupParamsWithTimeout creates a new ReplaceSpoeGroupParams object with the ability to set a timeout on a request.

func (*ReplaceSpoeGroupParams) SetContext

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

SetContext adds the context to the replace spoe group params

func (*ReplaceSpoeGroupParams) SetData

func (o *ReplaceSpoeGroupParams) SetData(data *models.SpoeGroup)

SetData adds the data to the replace spoe group params

func (*ReplaceSpoeGroupParams) SetDefaults

func (o *ReplaceSpoeGroupParams) SetDefaults()

SetDefaults hydrates default values in the replace spoe group params (not the query body).

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

func (*ReplaceSpoeGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace spoe group params

func (*ReplaceSpoeGroupParams) SetName

func (o *ReplaceSpoeGroupParams) SetName(name string)

SetName adds the name to the replace spoe group params

func (*ReplaceSpoeGroupParams) SetScope

func (o *ReplaceSpoeGroupParams) SetScope(scope string)

SetScope adds the scope to the replace spoe group params

func (*ReplaceSpoeGroupParams) SetSpoe

func (o *ReplaceSpoeGroupParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the replace spoe group params

func (*ReplaceSpoeGroupParams) SetTimeout

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

SetTimeout adds the timeout to the replace spoe group params

func (*ReplaceSpoeGroupParams) SetTransactionID

func (o *ReplaceSpoeGroupParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the replace spoe group params

func (*ReplaceSpoeGroupParams) SetVersion

func (o *ReplaceSpoeGroupParams) SetVersion(version *int64)

SetVersion adds the version to the replace spoe group params

func (*ReplaceSpoeGroupParams) WithContext

WithContext adds the context to the replace spoe group params

func (*ReplaceSpoeGroupParams) WithData

WithData adds the data to the replace spoe group params

func (*ReplaceSpoeGroupParams) WithDefaults

WithDefaults hydrates default values in the replace spoe group params (not the query body).

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

func (*ReplaceSpoeGroupParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replace spoe group params

func (*ReplaceSpoeGroupParams) WithName

WithName adds the name to the replace spoe group params

func (*ReplaceSpoeGroupParams) WithScope

WithScope adds the scope to the replace spoe group params

func (*ReplaceSpoeGroupParams) WithSpoe

WithSpoe adds the spoe to the replace spoe group params

func (*ReplaceSpoeGroupParams) WithTimeout

WithTimeout adds the timeout to the replace spoe group params

func (*ReplaceSpoeGroupParams) WithTransactionID

func (o *ReplaceSpoeGroupParams) WithTransactionID(transactionID *string) *ReplaceSpoeGroupParams

WithTransactionID adds the transactionID to the replace spoe group params

func (*ReplaceSpoeGroupParams) WithVersion

func (o *ReplaceSpoeGroupParams) WithVersion(version *int64) *ReplaceSpoeGroupParams

WithVersion adds the version to the replace spoe group params

func (*ReplaceSpoeGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceSpoeGroupReader

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

ReplaceSpoeGroupReader is a Reader for the ReplaceSpoeGroup structure.

func (*ReplaceSpoeGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplaceSpoeMessageBadRequest

type ReplaceSpoeMessageBadRequest struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

Bad request

func NewReplaceSpoeMessageBadRequest

func NewReplaceSpoeMessageBadRequest() *ReplaceSpoeMessageBadRequest

NewReplaceSpoeMessageBadRequest creates a ReplaceSpoeMessageBadRequest with default headers values

func (*ReplaceSpoeMessageBadRequest) Code added in v1.1.5

Code gets the status code for the replace spoe message bad request response

func (*ReplaceSpoeMessageBadRequest) Error

func (*ReplaceSpoeMessageBadRequest) GetPayload

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

func (*ReplaceSpoeMessageBadRequest) IsClientError added in v1.1.0

func (o *ReplaceSpoeMessageBadRequest) IsClientError() bool

IsClientError returns true when this replace spoe message bad request response has a 4xx status code

func (*ReplaceSpoeMessageBadRequest) IsCode added in v1.1.0

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

IsCode returns true when this replace spoe message bad request response a status code equal to that given

func (*ReplaceSpoeMessageBadRequest) IsRedirect added in v1.1.0

func (o *ReplaceSpoeMessageBadRequest) IsRedirect() bool

IsRedirect returns true when this replace spoe message bad request response has a 3xx status code

func (*ReplaceSpoeMessageBadRequest) IsServerError added in v1.1.0

func (o *ReplaceSpoeMessageBadRequest) IsServerError() bool

IsServerError returns true when this replace spoe message bad request response has a 5xx status code

func (*ReplaceSpoeMessageBadRequest) IsSuccess added in v1.1.0

func (o *ReplaceSpoeMessageBadRequest) IsSuccess() bool

IsSuccess returns true when this replace spoe message bad request response has a 2xx status code

func (*ReplaceSpoeMessageBadRequest) String added in v1.1.0

type ReplaceSpoeMessageDefault

type ReplaceSpoeMessageDefault struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

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

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

General Error

func NewReplaceSpoeMessageDefault

func NewReplaceSpoeMessageDefault(code int) *ReplaceSpoeMessageDefault

NewReplaceSpoeMessageDefault creates a ReplaceSpoeMessageDefault with default headers values

func (*ReplaceSpoeMessageDefault) Code

func (o *ReplaceSpoeMessageDefault) Code() int

Code gets the status code for the replace spoe message default response

func (*ReplaceSpoeMessageDefault) Error

func (o *ReplaceSpoeMessageDefault) Error() string

func (*ReplaceSpoeMessageDefault) GetPayload

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

func (*ReplaceSpoeMessageDefault) IsClientError added in v1.1.0

func (o *ReplaceSpoeMessageDefault) IsClientError() bool

IsClientError returns true when this replace spoe message default response has a 4xx status code

func (*ReplaceSpoeMessageDefault) IsCode added in v1.1.0

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

IsCode returns true when this replace spoe message default response a status code equal to that given

func (*ReplaceSpoeMessageDefault) IsRedirect added in v1.1.0

func (o *ReplaceSpoeMessageDefault) IsRedirect() bool

IsRedirect returns true when this replace spoe message default response has a 3xx status code

func (*ReplaceSpoeMessageDefault) IsServerError added in v1.1.0

func (o *ReplaceSpoeMessageDefault) IsServerError() bool

IsServerError returns true when this replace spoe message default response has a 5xx status code

func (*ReplaceSpoeMessageDefault) IsSuccess added in v1.1.0

func (o *ReplaceSpoeMessageDefault) IsSuccess() bool

IsSuccess returns true when this replace spoe message default response has a 2xx status code

func (*ReplaceSpoeMessageDefault) String added in v1.1.0

func (o *ReplaceSpoeMessageDefault) String() string

type ReplaceSpoeMessageNotFound

type ReplaceSpoeMessageNotFound struct {

	/* Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

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

The specified resource was not found

func NewReplaceSpoeMessageNotFound

func NewReplaceSpoeMessageNotFound() *ReplaceSpoeMessageNotFound

NewReplaceSpoeMessageNotFound creates a ReplaceSpoeMessageNotFound with default headers values

func (*ReplaceSpoeMessageNotFound) Code added in v1.1.5

func (o *ReplaceSpoeMessageNotFound) Code() int

Code gets the status code for the replace spoe message not found response

func (*ReplaceSpoeMessageNotFound) Error

func (*ReplaceSpoeMessageNotFound) GetPayload

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

func (*ReplaceSpoeMessageNotFound) IsClientError added in v1.1.0

func (o *ReplaceSpoeMessageNotFound) IsClientError() bool

IsClientError returns true when this replace spoe message not found response has a 4xx status code

func (*ReplaceSpoeMessageNotFound) IsCode added in v1.1.0

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

IsCode returns true when this replace spoe message not found response a status code equal to that given

func (*ReplaceSpoeMessageNotFound) IsRedirect added in v1.1.0

func (o *ReplaceSpoeMessageNotFound) IsRedirect() bool

IsRedirect returns true when this replace spoe message not found response has a 3xx status code

func (*ReplaceSpoeMessageNotFound) IsServerError added in v1.1.0

func (o *ReplaceSpoeMessageNotFound) IsServerError() bool

IsServerError returns true when this replace spoe message not found response has a 5xx status code

func (*ReplaceSpoeMessageNotFound) IsSuccess added in v1.1.0

func (o *ReplaceSpoeMessageNotFound) IsSuccess() bool

IsSuccess returns true when this replace spoe message not found response has a 2xx status code

func (*ReplaceSpoeMessageNotFound) String added in v1.1.0

func (o *ReplaceSpoeMessageNotFound) String() string

type ReplaceSpoeMessageOK

type ReplaceSpoeMessageOK struct {
	Payload *models.SpoeMessage
}

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

Spoe message replaced

func NewReplaceSpoeMessageOK

func NewReplaceSpoeMessageOK() *ReplaceSpoeMessageOK

NewReplaceSpoeMessageOK creates a ReplaceSpoeMessageOK with default headers values

func (*ReplaceSpoeMessageOK) Code added in v1.1.5

func (o *ReplaceSpoeMessageOK) Code() int

Code gets the status code for the replace spoe message o k response

func (*ReplaceSpoeMessageOK) Error

func (o *ReplaceSpoeMessageOK) Error() string

func (*ReplaceSpoeMessageOK) GetPayload

func (o *ReplaceSpoeMessageOK) GetPayload() *models.SpoeMessage

func (*ReplaceSpoeMessageOK) IsClientError added in v1.1.0

func (o *ReplaceSpoeMessageOK) IsClientError() bool

IsClientError returns true when this replace spoe message o k response has a 4xx status code

func (*ReplaceSpoeMessageOK) IsCode added in v1.1.0

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

IsCode returns true when this replace spoe message o k response a status code equal to that given

func (*ReplaceSpoeMessageOK) IsRedirect added in v1.1.0

func (o *ReplaceSpoeMessageOK) IsRedirect() bool

IsRedirect returns true when this replace spoe message o k response has a 3xx status code

func (*ReplaceSpoeMessageOK) IsServerError added in v1.1.0

func (o *ReplaceSpoeMessageOK) IsServerError() bool

IsServerError returns true when this replace spoe message o k response has a 5xx status code

func (*ReplaceSpoeMessageOK) IsSuccess added in v1.1.0

func (o *ReplaceSpoeMessageOK) IsSuccess() bool

IsSuccess returns true when this replace spoe message o k response has a 2xx status code

func (*ReplaceSpoeMessageOK) String added in v1.1.0

func (o *ReplaceSpoeMessageOK) String() string

type ReplaceSpoeMessageParams

type ReplaceSpoeMessageParams struct {

	// Data.
	Data *models.SpoeMessage

	/* Name.

	   Spoe message name
	*/
	Name string

	/* Scope.

	   Spoe scope
	*/
	Scope string

	/* Spoe.

	   Spoe file name
	*/
	Spoe string

	/* TransactionID.

	   ID of the transaction where we want to add the operation. Cannot be used when version is specified.
	*/
	TransactionID *string

	/* Version.

	   Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version.
	*/
	Version *int64

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

ReplaceSpoeMessageParams contains all the parameters to send to the API endpoint

for the replace spoe message operation.

Typically these are written to a http.Request.

func NewReplaceSpoeMessageParams

func NewReplaceSpoeMessageParams() *ReplaceSpoeMessageParams

NewReplaceSpoeMessageParams creates a new ReplaceSpoeMessageParams 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 NewReplaceSpoeMessageParamsWithContext

func NewReplaceSpoeMessageParamsWithContext(ctx context.Context) *ReplaceSpoeMessageParams

NewReplaceSpoeMessageParamsWithContext creates a new ReplaceSpoeMessageParams object with the ability to set a context for a request.

func NewReplaceSpoeMessageParamsWithHTTPClient

func NewReplaceSpoeMessageParamsWithHTTPClient(client *http.Client) *ReplaceSpoeMessageParams

NewReplaceSpoeMessageParamsWithHTTPClient creates a new ReplaceSpoeMessageParams object with the ability to set a custom HTTPClient for a request.

func NewReplaceSpoeMessageParamsWithTimeout

func NewReplaceSpoeMessageParamsWithTimeout(timeout time.Duration) *ReplaceSpoeMessageParams

NewReplaceSpoeMessageParamsWithTimeout creates a new ReplaceSpoeMessageParams object with the ability to set a timeout on a request.

func (*ReplaceSpoeMessageParams) SetContext

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

SetContext adds the context to the replace spoe message params

func (*ReplaceSpoeMessageParams) SetData

func (o *ReplaceSpoeMessageParams) SetData(data *models.SpoeMessage)

SetData adds the data to the replace spoe message params

func (*ReplaceSpoeMessageParams) SetDefaults

func (o *ReplaceSpoeMessageParams) SetDefaults()

SetDefaults hydrates default values in the replace spoe message params (not the query body).

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

func (*ReplaceSpoeMessageParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replace spoe message params

func (*ReplaceSpoeMessageParams) SetName

func (o *ReplaceSpoeMessageParams) SetName(name string)

SetName adds the name to the replace spoe message params

func (*ReplaceSpoeMessageParams) SetScope

func (o *ReplaceSpoeMessageParams) SetScope(scope string)

SetScope adds the scope to the replace spoe message params

func (*ReplaceSpoeMessageParams) SetSpoe

func (o *ReplaceSpoeMessageParams) SetSpoe(spoe string)

SetSpoe adds the spoe to the replace spoe message params

func (*ReplaceSpoeMessageParams) SetTimeout

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

SetTimeout adds the timeout to the replace spoe message params

func (*ReplaceSpoeMessageParams) SetTransactionID

func (o *ReplaceSpoeMessageParams) SetTransactionID(transactionID *string)

SetTransactionID adds the transactionId to the replace spoe message params

func (*ReplaceSpoeMessageParams) SetVersion

func (o *ReplaceSpoeMessageParams) SetVersion(version *int64)

SetVersion adds the version to the replace spoe message params

func (*ReplaceSpoeMessageParams) WithContext

WithContext adds the context to the replace spoe message params

func (*ReplaceSpoeMessageParams) WithData

WithData adds the data to the replace spoe message params

func (*ReplaceSpoeMessageParams) WithDefaults

WithDefaults hydrates default values in the replace spoe message params (not the query body).

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

func (*ReplaceSpoeMessageParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replace spoe message params

func (*ReplaceSpoeMessageParams) WithName

WithName adds the name to the replace spoe message params

func (*ReplaceSpoeMessageParams) WithScope

WithScope adds the scope to the replace spoe message params

func (*ReplaceSpoeMessageParams) WithSpoe

WithSpoe adds the spoe to the replace spoe message params

func (*ReplaceSpoeMessageParams) WithTimeout

WithTimeout adds the timeout to the replace spoe message params

func (*ReplaceSpoeMessageParams) WithTransactionID

func (o *ReplaceSpoeMessageParams) WithTransactionID(transactionID *string) *ReplaceSpoeMessageParams

WithTransactionID adds the transactionID to the replace spoe message params

func (*ReplaceSpoeMessageParams) WithVersion

func (o *ReplaceSpoeMessageParams) WithVersion(version *int64) *ReplaceSpoeMessageParams

WithVersion adds the version to the replace spoe message params

func (*ReplaceSpoeMessageParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplaceSpoeMessageReader

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

ReplaceSpoeMessageReader is a Reader for the ReplaceSpoeMessage structure.

func (*ReplaceSpoeMessageReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL