spoe

package
v0.0.21 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2022 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) (*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) (*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) (*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) (*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) (*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) (*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) (*DeleteSpoeFileNoContent, error)

DeleteSpoeFile deletes s p o e file

Deletes SPOE file.

func (*Client) DeleteSpoeGroup

func (a *Client) DeleteSpoeGroup(params *DeleteSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter) (*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) (*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) (*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) (*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) (*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) (*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) (*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) (*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) (*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) (*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) (*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) (*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) (*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) (*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) (*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) (*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) (*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 ClientService

type ClientService interface {
	CreateSpoe(params *CreateSpoeParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSpoeCreated, error)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	ReplaceSpoeMessage(params *ReplaceSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter) (*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 handles this case with default header values.

Bad request

func NewCreateSpoeAgentBadRequest

func NewCreateSpoeAgentBadRequest() *CreateSpoeAgentBadRequest

NewCreateSpoeAgentBadRequest creates a CreateSpoeAgentBadRequest with default headers values

func (*CreateSpoeAgentBadRequest) Error

func (o *CreateSpoeAgentBadRequest) Error() string

func (*CreateSpoeAgentBadRequest) GetPayload

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

type CreateSpoeAgentConflict

type CreateSpoeAgentConflict struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

CreateSpoeAgentConflict handles this case with default header values.

The specified resource already exists

func NewCreateSpoeAgentConflict

func NewCreateSpoeAgentConflict() *CreateSpoeAgentConflict

NewCreateSpoeAgentConflict creates a CreateSpoeAgentConflict with default headers values

func (*CreateSpoeAgentConflict) Error

func (o *CreateSpoeAgentConflict) Error() string

func (*CreateSpoeAgentConflict) GetPayload

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

type CreateSpoeAgentCreated

type CreateSpoeAgentCreated struct {
	Payload *models.SpoeAgent
}

CreateSpoeAgentCreated handles this case with default header values.

Spoe agent created

func NewCreateSpoeAgentCreated

func NewCreateSpoeAgentCreated() *CreateSpoeAgentCreated

NewCreateSpoeAgentCreated creates a CreateSpoeAgentCreated with default headers values

func (*CreateSpoeAgentCreated) Error

func (o *CreateSpoeAgentCreated) Error() string

func (*CreateSpoeAgentCreated) GetPayload

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

type CreateSpoeAgentDefault

type CreateSpoeAgentDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion string

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

CreateSpoeAgentDefault handles this case 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

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 values initialized.

func NewCreateSpoeAgentParamsWithContext

func NewCreateSpoeAgentParamsWithContext(ctx context.Context) *CreateSpoeAgentParams

NewCreateSpoeAgentParamsWithContext creates a new CreateSpoeAgentParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case with default header values.

Bad request

func NewCreateSpoeBadRequest

func NewCreateSpoeBadRequest() *CreateSpoeBadRequest

NewCreateSpoeBadRequest creates a CreateSpoeBadRequest with default headers values

func (*CreateSpoeBadRequest) Error

func (o *CreateSpoeBadRequest) Error() string

func (*CreateSpoeBadRequest) GetPayload

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

type CreateSpoeConflict

type CreateSpoeConflict struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

CreateSpoeConflict handles this case with default header values.

The specified resource already exists

func NewCreateSpoeConflict

func NewCreateSpoeConflict() *CreateSpoeConflict

NewCreateSpoeConflict creates a CreateSpoeConflict with default headers values

func (*CreateSpoeConflict) Error

func (o *CreateSpoeConflict) Error() string

func (*CreateSpoeConflict) GetPayload

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

type CreateSpoeCreated

type CreateSpoeCreated struct {
	Payload string
}

CreateSpoeCreated handles this case 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) Error

func (o *CreateSpoeCreated) Error() string

func (*CreateSpoeCreated) GetPayload

func (o *CreateSpoeCreated) GetPayload() string

type CreateSpoeDefault

type CreateSpoeDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion string

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

CreateSpoeDefault handles this case 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

type CreateSpoeGroupBadRequest

type CreateSpoeGroupBadRequest struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

CreateSpoeGroupBadRequest handles this case with default header values.

Bad request

func NewCreateSpoeGroupBadRequest

func NewCreateSpoeGroupBadRequest() *CreateSpoeGroupBadRequest

NewCreateSpoeGroupBadRequest creates a CreateSpoeGroupBadRequest with default headers values

func (*CreateSpoeGroupBadRequest) Error

func (o *CreateSpoeGroupBadRequest) Error() string

func (*CreateSpoeGroupBadRequest) GetPayload

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

type CreateSpoeGroupConflict

type CreateSpoeGroupConflict struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

CreateSpoeGroupConflict handles this case with default header values.

The specified resource already exists

func NewCreateSpoeGroupConflict

func NewCreateSpoeGroupConflict() *CreateSpoeGroupConflict

NewCreateSpoeGroupConflict creates a CreateSpoeGroupConflict with default headers values

func (*CreateSpoeGroupConflict) Error

func (o *CreateSpoeGroupConflict) Error() string

func (*CreateSpoeGroupConflict) GetPayload

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

type CreateSpoeGroupCreated

type CreateSpoeGroupCreated struct {
	Payload *models.SpoeGroup
}

CreateSpoeGroupCreated handles this case with default header values.

Spoe groups created

func NewCreateSpoeGroupCreated

func NewCreateSpoeGroupCreated() *CreateSpoeGroupCreated

NewCreateSpoeGroupCreated creates a CreateSpoeGroupCreated with default headers values

func (*CreateSpoeGroupCreated) Error

func (o *CreateSpoeGroupCreated) Error() string

func (*CreateSpoeGroupCreated) GetPayload

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

type CreateSpoeGroupDefault

type CreateSpoeGroupDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion string

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

CreateSpoeGroupDefault handles this case 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

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 values initialized.

func NewCreateSpoeGroupParamsWithContext

func NewCreateSpoeGroupParamsWithContext(ctx context.Context) *CreateSpoeGroupParams

NewCreateSpoeGroupParamsWithContext creates a new CreateSpoeGroupParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case with default header values.

Bad request

func NewCreateSpoeMessageBadRequest

func NewCreateSpoeMessageBadRequest() *CreateSpoeMessageBadRequest

NewCreateSpoeMessageBadRequest creates a CreateSpoeMessageBadRequest with default headers values

func (*CreateSpoeMessageBadRequest) Error

func (*CreateSpoeMessageBadRequest) GetPayload

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

type CreateSpoeMessageConflict

type CreateSpoeMessageConflict struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

CreateSpoeMessageConflict handles this case with default header values.

The specified resource already exists

func NewCreateSpoeMessageConflict

func NewCreateSpoeMessageConflict() *CreateSpoeMessageConflict

NewCreateSpoeMessageConflict creates a CreateSpoeMessageConflict with default headers values

func (*CreateSpoeMessageConflict) Error

func (o *CreateSpoeMessageConflict) Error() string

func (*CreateSpoeMessageConflict) GetPayload

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

type CreateSpoeMessageCreated

type CreateSpoeMessageCreated struct {
	Payload *models.SpoeMessage
}

CreateSpoeMessageCreated handles this case with default header values.

Spoe message created

func NewCreateSpoeMessageCreated

func NewCreateSpoeMessageCreated() *CreateSpoeMessageCreated

NewCreateSpoeMessageCreated creates a CreateSpoeMessageCreated with default headers values

func (*CreateSpoeMessageCreated) Error

func (o *CreateSpoeMessageCreated) Error() string

func (*CreateSpoeMessageCreated) GetPayload

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

type CreateSpoeMessageDefault

type CreateSpoeMessageDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion string

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

CreateSpoeMessageDefault handles this case 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

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 values initialized.

func NewCreateSpoeMessageParamsWithContext

func NewCreateSpoeMessageParamsWithContext(ctx context.Context) *CreateSpoeMessageParams

NewCreateSpoeMessageParamsWithContext creates a new CreateSpoeMessageParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 values initialized.

func NewCreateSpoeParamsWithContext

func NewCreateSpoeParamsWithContext(ctx context.Context) *CreateSpoeParams

NewCreateSpoeParamsWithContext creates a new CreateSpoeParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case with default header values.

Bad request

func NewCreateSpoeScopeBadRequest

func NewCreateSpoeScopeBadRequest() *CreateSpoeScopeBadRequest

NewCreateSpoeScopeBadRequest creates a CreateSpoeScopeBadRequest with default headers values

func (*CreateSpoeScopeBadRequest) Error

func (o *CreateSpoeScopeBadRequest) Error() string

func (*CreateSpoeScopeBadRequest) GetPayload

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

type CreateSpoeScopeConflict

type CreateSpoeScopeConflict struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

CreateSpoeScopeConflict handles this case with default header values.

The specified resource already exists

func NewCreateSpoeScopeConflict

func NewCreateSpoeScopeConflict() *CreateSpoeScopeConflict

NewCreateSpoeScopeConflict creates a CreateSpoeScopeConflict with default headers values

func (*CreateSpoeScopeConflict) Error

func (o *CreateSpoeScopeConflict) Error() string

func (*CreateSpoeScopeConflict) GetPayload

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

type CreateSpoeScopeCreated

type CreateSpoeScopeCreated struct {
	Payload models.SpoeScope
}

CreateSpoeScopeCreated handles this case with default header values.

Spoe scope created

func NewCreateSpoeScopeCreated

func NewCreateSpoeScopeCreated() *CreateSpoeScopeCreated

NewCreateSpoeScopeCreated creates a CreateSpoeScopeCreated with default headers values

func (*CreateSpoeScopeCreated) Error

func (o *CreateSpoeScopeCreated) Error() string

func (*CreateSpoeScopeCreated) GetPayload

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

type CreateSpoeScopeDefault

type CreateSpoeScopeDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion string

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

CreateSpoeScopeDefault handles this case 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

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 values initialized.

func NewCreateSpoeScopeParamsWithContext

func NewCreateSpoeScopeParamsWithContext(ctx context.Context) *CreateSpoeScopeParams

NewCreateSpoeScopeParamsWithContext creates a new CreateSpoeScopeParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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

type DeleteSpoeAgentNoContent

type DeleteSpoeAgentNoContent struct {
}

DeleteSpoeAgentNoContent handles this case with default header values.

Spoe agent deleted

func NewDeleteSpoeAgentNoContent

func NewDeleteSpoeAgentNoContent() *DeleteSpoeAgentNoContent

NewDeleteSpoeAgentNoContent creates a DeleteSpoeAgentNoContent with default headers values

func (*DeleteSpoeAgentNoContent) Error

func (o *DeleteSpoeAgentNoContent) Error() string

type DeleteSpoeAgentNotFound

type DeleteSpoeAgentNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

DeleteSpoeAgentNotFound handles this case 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) Error

func (o *DeleteSpoeAgentNotFound) Error() string

func (*DeleteSpoeAgentNotFound) GetPayload

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

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 values initialized.

func NewDeleteSpoeAgentParamsWithContext

func NewDeleteSpoeAgentParamsWithContext(ctx context.Context) *DeleteSpoeAgentParams

NewDeleteSpoeAgentParamsWithContext creates a new DeleteSpoeAgentParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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

type DeleteSpoeFileNoContent

type DeleteSpoeFileNoContent struct {
}

DeleteSpoeFileNoContent handles this case with default header values.

SPOE file deleted

func NewDeleteSpoeFileNoContent

func NewDeleteSpoeFileNoContent() *DeleteSpoeFileNoContent

NewDeleteSpoeFileNoContent creates a DeleteSpoeFileNoContent with default headers values

func (*DeleteSpoeFileNoContent) Error

func (o *DeleteSpoeFileNoContent) Error() string

type DeleteSpoeFileNotFound

type DeleteSpoeFileNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

DeleteSpoeFileNotFound handles this case 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) Error

func (o *DeleteSpoeFileNotFound) Error() string

func (*DeleteSpoeFileNotFound) GetPayload

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

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 values initialized.

func NewDeleteSpoeFileParamsWithContext

func NewDeleteSpoeFileParamsWithContext(ctx context.Context) *DeleteSpoeFileParams

NewDeleteSpoeFileParamsWithContext creates a new DeleteSpoeFileParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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

type DeleteSpoeGroupNoContent

type DeleteSpoeGroupNoContent struct {
}

DeleteSpoeGroupNoContent handles this case with default header values.

Spoe group deleted

func NewDeleteSpoeGroupNoContent

func NewDeleteSpoeGroupNoContent() *DeleteSpoeGroupNoContent

NewDeleteSpoeGroupNoContent creates a DeleteSpoeGroupNoContent with default headers values

func (*DeleteSpoeGroupNoContent) Error

func (o *DeleteSpoeGroupNoContent) Error() string

type DeleteSpoeGroupNotFound

type DeleteSpoeGroupNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

DeleteSpoeGroupNotFound handles this case 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) Error

func (o *DeleteSpoeGroupNotFound) Error() string

func (*DeleteSpoeGroupNotFound) GetPayload

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

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 values initialized.

func NewDeleteSpoeGroupParamsWithContext

func NewDeleteSpoeGroupParamsWithContext(ctx context.Context) *DeleteSpoeGroupParams

NewDeleteSpoeGroupParamsWithContext creates a new DeleteSpoeGroupParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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

type DeleteSpoeMessageNoContent

type DeleteSpoeMessageNoContent struct {
}

DeleteSpoeMessageNoContent handles this case with default header values.

Spoe message deleted

func NewDeleteSpoeMessageNoContent

func NewDeleteSpoeMessageNoContent() *DeleteSpoeMessageNoContent

NewDeleteSpoeMessageNoContent creates a DeleteSpoeMessageNoContent with default headers values

func (*DeleteSpoeMessageNoContent) Error

type DeleteSpoeMessageNotFound

type DeleteSpoeMessageNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

DeleteSpoeMessageNotFound handles this case 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) Error

func (o *DeleteSpoeMessageNotFound) Error() string

func (*DeleteSpoeMessageNotFound) GetPayload

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

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 values initialized.

func NewDeleteSpoeMessageParamsWithContext

func NewDeleteSpoeMessageParamsWithContext(ctx context.Context) *DeleteSpoeMessageParams

NewDeleteSpoeMessageParamsWithContext creates a new DeleteSpoeMessageParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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

type DeleteSpoeScopeNoContent

type DeleteSpoeScopeNoContent struct {
}

DeleteSpoeScopeNoContent handles this case with default header values.

Spoe scope deleted

func NewDeleteSpoeScopeNoContent

func NewDeleteSpoeScopeNoContent() *DeleteSpoeScopeNoContent

NewDeleteSpoeScopeNoContent creates a DeleteSpoeScopeNoContent with default headers values

func (*DeleteSpoeScopeNoContent) Error

func (o *DeleteSpoeScopeNoContent) Error() string

type DeleteSpoeScopeNotFound

type DeleteSpoeScopeNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

DeleteSpoeScopeNotFound handles this case 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) Error

func (o *DeleteSpoeScopeNotFound) Error() string

func (*DeleteSpoeScopeNotFound) GetPayload

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

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 values initialized.

func NewDeleteSpoeScopeParamsWithContext

func NewDeleteSpoeScopeParamsWithContext(ctx context.Context) *DeleteSpoeScopeParams

NewDeleteSpoeScopeParamsWithContext creates a new DeleteSpoeScopeParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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

type GetAllSpoeFilesNotFound

type GetAllSpoeFilesNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

GetAllSpoeFilesNotFound handles this case 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) Error

func (o *GetAllSpoeFilesNotFound) Error() string

func (*GetAllSpoeFilesNotFound) GetPayload

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

type GetAllSpoeFilesOK

type GetAllSpoeFilesOK struct {
	Payload models.SpoeFiles
}

GetAllSpoeFilesOK handles this case with default header values.

Successful operation

func NewGetAllSpoeFilesOK

func NewGetAllSpoeFilesOK() *GetAllSpoeFilesOK

NewGetAllSpoeFilesOK creates a GetAllSpoeFilesOK with default headers values

func (*GetAllSpoeFilesOK) Error

func (o *GetAllSpoeFilesOK) Error() string

func (*GetAllSpoeFilesOK) GetPayload

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

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 values initialized.

func NewGetAllSpoeFilesParamsWithContext

func NewGetAllSpoeFilesParamsWithContext(ctx context.Context) *GetAllSpoeFilesParams

NewGetAllSpoeFilesParamsWithContext creates a new GetAllSpoeFilesParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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

type GetOneSpoeFileNotFound

type GetOneSpoeFileNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

GetOneSpoeFileNotFound handles this case 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) Error

func (o *GetOneSpoeFileNotFound) Error() string

func (*GetOneSpoeFileNotFound) GetPayload

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

type GetOneSpoeFileOK

type GetOneSpoeFileOK struct {
	/*Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetOneSpoeFileOKBody
}

GetOneSpoeFileOK handles this case with default header values.

Successful operation

func NewGetOneSpoeFileOK

func NewGetOneSpoeFileOK() *GetOneSpoeFileOK

NewGetOneSpoeFileOK creates a GetOneSpoeFileOK with default headers values

func (*GetOneSpoeFileOK) Error

func (o *GetOneSpoeFileOK) Error() string

func (*GetOneSpoeFileOK) GetPayload

func (o *GetOneSpoeFileOK) GetPayload() *GetOneSpoeFileOKBody

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) 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 values initialized.

func NewGetOneSpoeFileParamsWithContext

func NewGetOneSpoeFileParamsWithContext(ctx context.Context) *GetOneSpoeFileParams

NewGetOneSpoeFileParamsWithContext creates a new GetOneSpoeFileParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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

type GetSpoeAgentNotFound

type GetSpoeAgentNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

GetSpoeAgentNotFound handles this case 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) Error

func (o *GetSpoeAgentNotFound) Error() string

func (*GetSpoeAgentNotFound) GetPayload

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

type GetSpoeAgentOK

type GetSpoeAgentOK struct {
	/*Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetSpoeAgentOKBody
}

GetSpoeAgentOK handles this case with default header values.

Successful operation

func NewGetSpoeAgentOK

func NewGetSpoeAgentOK() *GetSpoeAgentOK

NewGetSpoeAgentOK creates a GetSpoeAgentOK with default headers values

func (*GetSpoeAgentOK) Error

func (o *GetSpoeAgentOK) Error() string

func (*GetSpoeAgentOK) GetPayload

func (o *GetSpoeAgentOK) GetPayload() *GetSpoeAgentOKBody

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) 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 values initialized.

func NewGetSpoeAgentParamsWithContext

func NewGetSpoeAgentParamsWithContext(ctx context.Context) *GetSpoeAgentParams

NewGetSpoeAgentParamsWithContext creates a new GetSpoeAgentParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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

type GetSpoeAgentsOK

type GetSpoeAgentsOK struct {
	/*Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetSpoeAgentsOKBody
}

GetSpoeAgentsOK handles this case with default header values.

Successful operation

func NewGetSpoeAgentsOK

func NewGetSpoeAgentsOK() *GetSpoeAgentsOK

NewGetSpoeAgentsOK creates a GetSpoeAgentsOK with default headers values

func (*GetSpoeAgentsOK) Error

func (o *GetSpoeAgentsOK) Error() string

func (*GetSpoeAgentsOK) GetPayload

func (o *GetSpoeAgentsOK) GetPayload() *GetSpoeAgentsOKBody

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) 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 values initialized.

func NewGetSpoeAgentsParamsWithContext

func NewGetSpoeAgentsParamsWithContext(ctx context.Context) *GetSpoeAgentsParams

NewGetSpoeAgentsParamsWithContext creates a new GetSpoeAgentsParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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

type GetSpoeConfigurationVersionNotFound

type GetSpoeConfigurationVersionNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

GetSpoeConfigurationVersionNotFound handles this case 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) Error

func (*GetSpoeConfigurationVersionNotFound) GetPayload

type GetSpoeConfigurationVersionOK

type GetSpoeConfigurationVersionOK struct {
	Payload int64
}

GetSpoeConfigurationVersionOK handles this case with default header values.

SPOE configuration version

func NewGetSpoeConfigurationVersionOK

func NewGetSpoeConfigurationVersionOK() *GetSpoeConfigurationVersionOK

NewGetSpoeConfigurationVersionOK creates a GetSpoeConfigurationVersionOK with default headers values

func (*GetSpoeConfigurationVersionOK) Error

func (*GetSpoeConfigurationVersionOK) GetPayload

func (o *GetSpoeConfigurationVersionOK) GetPayload() int64

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 values initialized.

func NewGetSpoeConfigurationVersionParamsWithContext

func NewGetSpoeConfigurationVersionParamsWithContext(ctx context.Context) *GetSpoeConfigurationVersionParams

NewGetSpoeConfigurationVersionParamsWithContext creates a new GetSpoeConfigurationVersionParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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

type GetSpoeGroupNotFound

type GetSpoeGroupNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

GetSpoeGroupNotFound handles this case 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) Error

func (o *GetSpoeGroupNotFound) Error() string

func (*GetSpoeGroupNotFound) GetPayload

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

type GetSpoeGroupOK

type GetSpoeGroupOK struct {
	/*Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetSpoeGroupOKBody
}

GetSpoeGroupOK handles this case with default header values.

Successful operation

func NewGetSpoeGroupOK

func NewGetSpoeGroupOK() *GetSpoeGroupOK

NewGetSpoeGroupOK creates a GetSpoeGroupOK with default headers values

func (*GetSpoeGroupOK) Error

func (o *GetSpoeGroupOK) Error() string

func (*GetSpoeGroupOK) GetPayload

func (o *GetSpoeGroupOK) GetPayload() *GetSpoeGroupOKBody

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) 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 values initialized.

func NewGetSpoeGroupParamsWithContext

func NewGetSpoeGroupParamsWithContext(ctx context.Context) *GetSpoeGroupParams

NewGetSpoeGroupParamsWithContext creates a new GetSpoeGroupParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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

type GetSpoeGroupsOK

type GetSpoeGroupsOK struct {
	/*Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetSpoeGroupsOKBody
}

GetSpoeGroupsOK handles this case with default header values.

Successful operation

func NewGetSpoeGroupsOK

func NewGetSpoeGroupsOK() *GetSpoeGroupsOK

NewGetSpoeGroupsOK creates a GetSpoeGroupsOK with default headers values

func (*GetSpoeGroupsOK) Error

func (o *GetSpoeGroupsOK) Error() string

func (*GetSpoeGroupsOK) GetPayload

func (o *GetSpoeGroupsOK) GetPayload() *GetSpoeGroupsOKBody

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) 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 values initialized.

func NewGetSpoeGroupsParamsWithContext

func NewGetSpoeGroupsParamsWithContext(ctx context.Context) *GetSpoeGroupsParams

NewGetSpoeGroupsParamsWithContext creates a new GetSpoeGroupsParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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

type GetSpoeMessageNotFound

type GetSpoeMessageNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

GetSpoeMessageNotFound handles this case 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) Error

func (o *GetSpoeMessageNotFound) Error() string

func (*GetSpoeMessageNotFound) GetPayload

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

type GetSpoeMessageOK

type GetSpoeMessageOK struct {
	/*Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetSpoeMessageOKBody
}

GetSpoeMessageOK handles this case with default header values.

Successful operation

func NewGetSpoeMessageOK

func NewGetSpoeMessageOK() *GetSpoeMessageOK

NewGetSpoeMessageOK creates a GetSpoeMessageOK with default headers values

func (*GetSpoeMessageOK) Error

func (o *GetSpoeMessageOK) Error() string

func (*GetSpoeMessageOK) GetPayload

func (o *GetSpoeMessageOK) GetPayload() *GetSpoeMessageOKBody

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) 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 values initialized.

func NewGetSpoeMessageParamsWithContext

func NewGetSpoeMessageParamsWithContext(ctx context.Context) *GetSpoeMessageParams

NewGetSpoeMessageParamsWithContext creates a new GetSpoeMessageParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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

type GetSpoeMessagesOK

type GetSpoeMessagesOK struct {
	/*Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetSpoeMessagesOKBody
}

GetSpoeMessagesOK handles this case with default header values.

Successful operation

func NewGetSpoeMessagesOK

func NewGetSpoeMessagesOK() *GetSpoeMessagesOK

NewGetSpoeMessagesOK creates a GetSpoeMessagesOK with default headers values

func (*GetSpoeMessagesOK) Error

func (o *GetSpoeMessagesOK) Error() string

func (*GetSpoeMessagesOK) GetPayload

func (o *GetSpoeMessagesOK) GetPayload() *GetSpoeMessagesOKBody

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) 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 values initialized.

func NewGetSpoeMessagesParamsWithContext

func NewGetSpoeMessagesParamsWithContext(ctx context.Context) *GetSpoeMessagesParams

NewGetSpoeMessagesParamsWithContext creates a new GetSpoeMessagesParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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

type GetSpoeScopeNotFound

type GetSpoeScopeNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

GetSpoeScopeNotFound handles this case 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) Error

func (o *GetSpoeScopeNotFound) Error() string

func (*GetSpoeScopeNotFound) GetPayload

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

type GetSpoeScopeOK

type GetSpoeScopeOK struct {
	/*Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetSpoeScopeOKBody
}

GetSpoeScopeOK handles this case with default header values.

Successful operation

func NewGetSpoeScopeOK

func NewGetSpoeScopeOK() *GetSpoeScopeOK

NewGetSpoeScopeOK creates a GetSpoeScopeOK with default headers values

func (*GetSpoeScopeOK) Error

func (o *GetSpoeScopeOK) Error() string

func (*GetSpoeScopeOK) GetPayload

func (o *GetSpoeScopeOK) GetPayload() *GetSpoeScopeOKBody

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) 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 values initialized.

func NewGetSpoeScopeParamsWithContext

func NewGetSpoeScopeParamsWithContext(ctx context.Context) *GetSpoeScopeParams

NewGetSpoeScopeParamsWithContext creates a new GetSpoeScopeParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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

type GetSpoeScopesOK

type GetSpoeScopesOK struct {
	/*Spoe configuration file version
	 */
	ConfigurationVersion string

	Payload *GetSpoeScopesOKBody
}

GetSpoeScopesOK handles this case with default header values.

Successful operation

func NewGetSpoeScopesOK

func NewGetSpoeScopesOK() *GetSpoeScopesOK

NewGetSpoeScopesOK creates a GetSpoeScopesOK with default headers values

func (*GetSpoeScopesOK) Error

func (o *GetSpoeScopesOK) Error() string

func (*GetSpoeScopesOK) GetPayload

func (o *GetSpoeScopesOK) GetPayload() *GetSpoeScopesOKBody

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) 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 values initialized.

func NewGetSpoeScopesParamsWithContext

func NewGetSpoeScopesParamsWithContext(ctx context.Context) *GetSpoeScopesParams

NewGetSpoeScopesParamsWithContext creates a new GetSpoeScopesParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case with default header values.

Bad request

func NewReplaceSpoeAgentBadRequest

func NewReplaceSpoeAgentBadRequest() *ReplaceSpoeAgentBadRequest

NewReplaceSpoeAgentBadRequest creates a ReplaceSpoeAgentBadRequest with default headers values

func (*ReplaceSpoeAgentBadRequest) Error

func (*ReplaceSpoeAgentBadRequest) GetPayload

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

type ReplaceSpoeAgentDefault

type ReplaceSpoeAgentDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion string

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

ReplaceSpoeAgentDefault handles this case 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

type ReplaceSpoeAgentNotFound

type ReplaceSpoeAgentNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

ReplaceSpoeAgentNotFound handles this case 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) Error

func (o *ReplaceSpoeAgentNotFound) Error() string

func (*ReplaceSpoeAgentNotFound) GetPayload

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

type ReplaceSpoeAgentOK

type ReplaceSpoeAgentOK struct {
	Payload *models.SpoeAgent
}

ReplaceSpoeAgentOK handles this case with default header values.

Spoe agent replaced

func NewReplaceSpoeAgentOK

func NewReplaceSpoeAgentOK() *ReplaceSpoeAgentOK

NewReplaceSpoeAgentOK creates a ReplaceSpoeAgentOK with default headers values

func (*ReplaceSpoeAgentOK) Error

func (o *ReplaceSpoeAgentOK) Error() string

func (*ReplaceSpoeAgentOK) GetPayload

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

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 values initialized.

func NewReplaceSpoeAgentParamsWithContext

func NewReplaceSpoeAgentParamsWithContext(ctx context.Context) *ReplaceSpoeAgentParams

NewReplaceSpoeAgentParamsWithContext creates a new ReplaceSpoeAgentParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case with default header values.

Bad request

func NewReplaceSpoeGroupBadRequest

func NewReplaceSpoeGroupBadRequest() *ReplaceSpoeGroupBadRequest

NewReplaceSpoeGroupBadRequest creates a ReplaceSpoeGroupBadRequest with default headers values

func (*ReplaceSpoeGroupBadRequest) Error

func (*ReplaceSpoeGroupBadRequest) GetPayload

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

type ReplaceSpoeGroupDefault

type ReplaceSpoeGroupDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion string

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

ReplaceSpoeGroupDefault handles this case 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

type ReplaceSpoeGroupNotFound

type ReplaceSpoeGroupNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

ReplaceSpoeGroupNotFound handles this case 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) Error

func (o *ReplaceSpoeGroupNotFound) Error() string

func (*ReplaceSpoeGroupNotFound) GetPayload

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

type ReplaceSpoeGroupOK

type ReplaceSpoeGroupOK struct {
	Payload *models.SpoeGroup
}

ReplaceSpoeGroupOK handles this case with default header values.

Spoe groups replaced

func NewReplaceSpoeGroupOK

func NewReplaceSpoeGroupOK() *ReplaceSpoeGroupOK

NewReplaceSpoeGroupOK creates a ReplaceSpoeGroupOK with default headers values

func (*ReplaceSpoeGroupOK) Error

func (o *ReplaceSpoeGroupOK) Error() string

func (*ReplaceSpoeGroupOK) GetPayload

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

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 values initialized.

func NewReplaceSpoeGroupParamsWithContext

func NewReplaceSpoeGroupParamsWithContext(ctx context.Context) *ReplaceSpoeGroupParams

NewReplaceSpoeGroupParamsWithContext creates a new ReplaceSpoeGroupParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case with default header values.

Bad request

func NewReplaceSpoeMessageBadRequest

func NewReplaceSpoeMessageBadRequest() *ReplaceSpoeMessageBadRequest

NewReplaceSpoeMessageBadRequest creates a ReplaceSpoeMessageBadRequest with default headers values

func (*ReplaceSpoeMessageBadRequest) Error

func (*ReplaceSpoeMessageBadRequest) GetPayload

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

type ReplaceSpoeMessageDefault

type ReplaceSpoeMessageDefault struct {

	/*Configuration file version
	 */
	ConfigurationVersion string

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

ReplaceSpoeMessageDefault handles this case 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

type ReplaceSpoeMessageNotFound

type ReplaceSpoeMessageNotFound struct {
	/*Configuration file version
	 */
	ConfigurationVersion string

	Payload *models.Error
}

ReplaceSpoeMessageNotFound handles this case 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) Error

func (*ReplaceSpoeMessageNotFound) GetPayload

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

type ReplaceSpoeMessageOK

type ReplaceSpoeMessageOK struct {
	Payload *models.SpoeMessage
}

ReplaceSpoeMessageOK handles this case with default header values.

Spoe message replaced

func NewReplaceSpoeMessageOK

func NewReplaceSpoeMessageOK() *ReplaceSpoeMessageOK

NewReplaceSpoeMessageOK creates a ReplaceSpoeMessageOK with default headers values

func (*ReplaceSpoeMessageOK) Error

func (o *ReplaceSpoeMessageOK) Error() string

func (*ReplaceSpoeMessageOK) GetPayload

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

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 values initialized.

func NewReplaceSpoeMessageParamsWithContext

func NewReplaceSpoeMessageParamsWithContext(ctx context.Context) *ReplaceSpoeMessageParams

NewReplaceSpoeMessageParamsWithContext creates a new ReplaceSpoeMessageParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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