Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateSpoe(params *CreateSpoeParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateSpoeCreated, error)
- func (a *Client) CreateSpoeAgent(params *CreateSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateSpoeAgentCreated, error)
- func (a *Client) CreateSpoeGroup(params *CreateSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateSpoeGroupCreated, error)
- func (a *Client) CreateSpoeMessage(params *CreateSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateSpoeMessageCreated, error)
- func (a *Client) CreateSpoeScope(params *CreateSpoeScopeParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateSpoeScopeCreated, error)
- func (a *Client) DeleteSpoeAgent(params *DeleteSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteSpoeAgentNoContent, error)
- func (a *Client) DeleteSpoeFile(params *DeleteSpoeFileParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteSpoeFileNoContent, error)
- func (a *Client) DeleteSpoeGroup(params *DeleteSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteSpoeGroupNoContent, error)
- func (a *Client) DeleteSpoeMessage(params *DeleteSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteSpoeMessageNoContent, error)
- func (a *Client) DeleteSpoeScope(params *DeleteSpoeScopeParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteSpoeScopeNoContent, error)
- func (a *Client) GetAllSpoeFiles(params *GetAllSpoeFilesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAllSpoeFilesOK, error)
- func (a *Client) GetOneSpoeFile(params *GetOneSpoeFileParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetOneSpoeFileOK, error)
- func (a *Client) GetSpoeAgent(params *GetSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSpoeAgentOK, error)
- func (a *Client) GetSpoeAgents(params *GetSpoeAgentsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSpoeAgentsOK, error)
- func (a *Client) GetSpoeConfigurationVersion(params *GetSpoeConfigurationVersionParams, ...) (*GetSpoeConfigurationVersionOK, error)
- func (a *Client) GetSpoeGroup(params *GetSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSpoeGroupOK, error)
- func (a *Client) GetSpoeGroups(params *GetSpoeGroupsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSpoeGroupsOK, error)
- func (a *Client) GetSpoeMessage(params *GetSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSpoeMessageOK, error)
- func (a *Client) GetSpoeMessages(params *GetSpoeMessagesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSpoeMessagesOK, error)
- func (a *Client) GetSpoeScope(params *GetSpoeScopeParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSpoeScopeOK, error)
- func (a *Client) GetSpoeScopes(params *GetSpoeScopesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSpoeScopesOK, error)
- func (a *Client) ReplaceSpoeAgent(params *ReplaceSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ReplaceSpoeAgentOK, error)
- func (a *Client) ReplaceSpoeGroup(params *ReplaceSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ReplaceSpoeGroupOK, error)
- func (a *Client) ReplaceSpoeMessage(params *ReplaceSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ReplaceSpoeMessageOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type CreateSpoeAgentBadRequest
- func (o *CreateSpoeAgentBadRequest) Code() int
- func (o *CreateSpoeAgentBadRequest) Error() string
- func (o *CreateSpoeAgentBadRequest) GetPayload() *models.Error
- func (o *CreateSpoeAgentBadRequest) IsClientError() bool
- func (o *CreateSpoeAgentBadRequest) IsCode(code int) bool
- func (o *CreateSpoeAgentBadRequest) IsRedirect() bool
- func (o *CreateSpoeAgentBadRequest) IsServerError() bool
- func (o *CreateSpoeAgentBadRequest) IsSuccess() bool
- func (o *CreateSpoeAgentBadRequest) String() string
- type CreateSpoeAgentConflict
- func (o *CreateSpoeAgentConflict) Code() int
- func (o *CreateSpoeAgentConflict) Error() string
- func (o *CreateSpoeAgentConflict) GetPayload() *models.Error
- func (o *CreateSpoeAgentConflict) IsClientError() bool
- func (o *CreateSpoeAgentConflict) IsCode(code int) bool
- func (o *CreateSpoeAgentConflict) IsRedirect() bool
- func (o *CreateSpoeAgentConflict) IsServerError() bool
- func (o *CreateSpoeAgentConflict) IsSuccess() bool
- func (o *CreateSpoeAgentConflict) String() string
- type CreateSpoeAgentCreated
- func (o *CreateSpoeAgentCreated) Code() int
- func (o *CreateSpoeAgentCreated) Error() string
- func (o *CreateSpoeAgentCreated) GetPayload() *models.SpoeAgent
- func (o *CreateSpoeAgentCreated) IsClientError() bool
- func (o *CreateSpoeAgentCreated) IsCode(code int) bool
- func (o *CreateSpoeAgentCreated) IsRedirect() bool
- func (o *CreateSpoeAgentCreated) IsServerError() bool
- func (o *CreateSpoeAgentCreated) IsSuccess() bool
- func (o *CreateSpoeAgentCreated) String() string
- type CreateSpoeAgentDefault
- func (o *CreateSpoeAgentDefault) Code() int
- func (o *CreateSpoeAgentDefault) Error() string
- func (o *CreateSpoeAgentDefault) GetPayload() *models.Error
- func (o *CreateSpoeAgentDefault) IsClientError() bool
- func (o *CreateSpoeAgentDefault) IsCode(code int) bool
- func (o *CreateSpoeAgentDefault) IsRedirect() bool
- func (o *CreateSpoeAgentDefault) IsServerError() bool
- func (o *CreateSpoeAgentDefault) IsSuccess() bool
- func (o *CreateSpoeAgentDefault) String() string
- type CreateSpoeAgentParams
- func NewCreateSpoeAgentParams() *CreateSpoeAgentParams
- func NewCreateSpoeAgentParamsWithContext(ctx context.Context) *CreateSpoeAgentParams
- func NewCreateSpoeAgentParamsWithHTTPClient(client *http.Client) *CreateSpoeAgentParams
- func NewCreateSpoeAgentParamsWithTimeout(timeout time.Duration) *CreateSpoeAgentParams
- func (o *CreateSpoeAgentParams) SetContext(ctx context.Context)
- func (o *CreateSpoeAgentParams) SetData(data *models.SpoeAgent)
- func (o *CreateSpoeAgentParams) SetDefaults()
- func (o *CreateSpoeAgentParams) SetHTTPClient(client *http.Client)
- func (o *CreateSpoeAgentParams) SetScope(scope string)
- func (o *CreateSpoeAgentParams) SetSpoe(spoe string)
- func (o *CreateSpoeAgentParams) SetTimeout(timeout time.Duration)
- func (o *CreateSpoeAgentParams) SetTransactionID(transactionID *string)
- func (o *CreateSpoeAgentParams) SetVersion(version *int64)
- func (o *CreateSpoeAgentParams) WithContext(ctx context.Context) *CreateSpoeAgentParams
- func (o *CreateSpoeAgentParams) WithData(data *models.SpoeAgent) *CreateSpoeAgentParams
- func (o *CreateSpoeAgentParams) WithDefaults() *CreateSpoeAgentParams
- func (o *CreateSpoeAgentParams) WithHTTPClient(client *http.Client) *CreateSpoeAgentParams
- func (o *CreateSpoeAgentParams) WithScope(scope string) *CreateSpoeAgentParams
- func (o *CreateSpoeAgentParams) WithSpoe(spoe string) *CreateSpoeAgentParams
- func (o *CreateSpoeAgentParams) WithTimeout(timeout time.Duration) *CreateSpoeAgentParams
- func (o *CreateSpoeAgentParams) WithTransactionID(transactionID *string) *CreateSpoeAgentParams
- func (o *CreateSpoeAgentParams) WithVersion(version *int64) *CreateSpoeAgentParams
- func (o *CreateSpoeAgentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateSpoeAgentReader
- type CreateSpoeBadRequest
- func (o *CreateSpoeBadRequest) Code() int
- func (o *CreateSpoeBadRequest) Error() string
- func (o *CreateSpoeBadRequest) GetPayload() *models.Error
- func (o *CreateSpoeBadRequest) IsClientError() bool
- func (o *CreateSpoeBadRequest) IsCode(code int) bool
- func (o *CreateSpoeBadRequest) IsRedirect() bool
- func (o *CreateSpoeBadRequest) IsServerError() bool
- func (o *CreateSpoeBadRequest) IsSuccess() bool
- func (o *CreateSpoeBadRequest) String() string
- type CreateSpoeConflict
- func (o *CreateSpoeConflict) Code() int
- func (o *CreateSpoeConflict) Error() string
- func (o *CreateSpoeConflict) GetPayload() *models.Error
- func (o *CreateSpoeConflict) IsClientError() bool
- func (o *CreateSpoeConflict) IsCode(code int) bool
- func (o *CreateSpoeConflict) IsRedirect() bool
- func (o *CreateSpoeConflict) IsServerError() bool
- func (o *CreateSpoeConflict) IsSuccess() bool
- func (o *CreateSpoeConflict) String() string
- type CreateSpoeCreated
- func (o *CreateSpoeCreated) Code() int
- func (o *CreateSpoeCreated) Error() string
- func (o *CreateSpoeCreated) GetPayload() string
- func (o *CreateSpoeCreated) IsClientError() bool
- func (o *CreateSpoeCreated) IsCode(code int) bool
- func (o *CreateSpoeCreated) IsRedirect() bool
- func (o *CreateSpoeCreated) IsServerError() bool
- func (o *CreateSpoeCreated) IsSuccess() bool
- func (o *CreateSpoeCreated) String() string
- type CreateSpoeDefault
- func (o *CreateSpoeDefault) Code() int
- func (o *CreateSpoeDefault) Error() string
- func (o *CreateSpoeDefault) GetPayload() *models.Error
- func (o *CreateSpoeDefault) IsClientError() bool
- func (o *CreateSpoeDefault) IsCode(code int) bool
- func (o *CreateSpoeDefault) IsRedirect() bool
- func (o *CreateSpoeDefault) IsServerError() bool
- func (o *CreateSpoeDefault) IsSuccess() bool
- func (o *CreateSpoeDefault) String() string
- type CreateSpoeGroupBadRequest
- func (o *CreateSpoeGroupBadRequest) Code() int
- func (o *CreateSpoeGroupBadRequest) Error() string
- func (o *CreateSpoeGroupBadRequest) GetPayload() *models.Error
- func (o *CreateSpoeGroupBadRequest) IsClientError() bool
- func (o *CreateSpoeGroupBadRequest) IsCode(code int) bool
- func (o *CreateSpoeGroupBadRequest) IsRedirect() bool
- func (o *CreateSpoeGroupBadRequest) IsServerError() bool
- func (o *CreateSpoeGroupBadRequest) IsSuccess() bool
- func (o *CreateSpoeGroupBadRequest) String() string
- type CreateSpoeGroupConflict
- func (o *CreateSpoeGroupConflict) Code() int
- func (o *CreateSpoeGroupConflict) Error() string
- func (o *CreateSpoeGroupConflict) GetPayload() *models.Error
- func (o *CreateSpoeGroupConflict) IsClientError() bool
- func (o *CreateSpoeGroupConflict) IsCode(code int) bool
- func (o *CreateSpoeGroupConflict) IsRedirect() bool
- func (o *CreateSpoeGroupConflict) IsServerError() bool
- func (o *CreateSpoeGroupConflict) IsSuccess() bool
- func (o *CreateSpoeGroupConflict) String() string
- type CreateSpoeGroupCreated
- func (o *CreateSpoeGroupCreated) Code() int
- func (o *CreateSpoeGroupCreated) Error() string
- func (o *CreateSpoeGroupCreated) GetPayload() *models.SpoeGroup
- func (o *CreateSpoeGroupCreated) IsClientError() bool
- func (o *CreateSpoeGroupCreated) IsCode(code int) bool
- func (o *CreateSpoeGroupCreated) IsRedirect() bool
- func (o *CreateSpoeGroupCreated) IsServerError() bool
- func (o *CreateSpoeGroupCreated) IsSuccess() bool
- func (o *CreateSpoeGroupCreated) String() string
- type CreateSpoeGroupDefault
- func (o *CreateSpoeGroupDefault) Code() int
- func (o *CreateSpoeGroupDefault) Error() string
- func (o *CreateSpoeGroupDefault) GetPayload() *models.Error
- func (o *CreateSpoeGroupDefault) IsClientError() bool
- func (o *CreateSpoeGroupDefault) IsCode(code int) bool
- func (o *CreateSpoeGroupDefault) IsRedirect() bool
- func (o *CreateSpoeGroupDefault) IsServerError() bool
- func (o *CreateSpoeGroupDefault) IsSuccess() bool
- func (o *CreateSpoeGroupDefault) String() string
- type CreateSpoeGroupParams
- func NewCreateSpoeGroupParams() *CreateSpoeGroupParams
- func NewCreateSpoeGroupParamsWithContext(ctx context.Context) *CreateSpoeGroupParams
- func NewCreateSpoeGroupParamsWithHTTPClient(client *http.Client) *CreateSpoeGroupParams
- func NewCreateSpoeGroupParamsWithTimeout(timeout time.Duration) *CreateSpoeGroupParams
- func (o *CreateSpoeGroupParams) SetContext(ctx context.Context)
- func (o *CreateSpoeGroupParams) SetData(data *models.SpoeGroup)
- func (o *CreateSpoeGroupParams) SetDefaults()
- func (o *CreateSpoeGroupParams) SetHTTPClient(client *http.Client)
- func (o *CreateSpoeGroupParams) SetScope(scope string)
- func (o *CreateSpoeGroupParams) SetSpoe(spoe string)
- func (o *CreateSpoeGroupParams) SetTimeout(timeout time.Duration)
- func (o *CreateSpoeGroupParams) SetTransactionID(transactionID *string)
- func (o *CreateSpoeGroupParams) SetVersion(version *int64)
- func (o *CreateSpoeGroupParams) WithContext(ctx context.Context) *CreateSpoeGroupParams
- func (o *CreateSpoeGroupParams) WithData(data *models.SpoeGroup) *CreateSpoeGroupParams
- func (o *CreateSpoeGroupParams) WithDefaults() *CreateSpoeGroupParams
- func (o *CreateSpoeGroupParams) WithHTTPClient(client *http.Client) *CreateSpoeGroupParams
- func (o *CreateSpoeGroupParams) WithScope(scope string) *CreateSpoeGroupParams
- func (o *CreateSpoeGroupParams) WithSpoe(spoe string) *CreateSpoeGroupParams
- func (o *CreateSpoeGroupParams) WithTimeout(timeout time.Duration) *CreateSpoeGroupParams
- func (o *CreateSpoeGroupParams) WithTransactionID(transactionID *string) *CreateSpoeGroupParams
- func (o *CreateSpoeGroupParams) WithVersion(version *int64) *CreateSpoeGroupParams
- func (o *CreateSpoeGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateSpoeGroupReader
- type CreateSpoeMessageBadRequest
- func (o *CreateSpoeMessageBadRequest) Code() int
- func (o *CreateSpoeMessageBadRequest) Error() string
- func (o *CreateSpoeMessageBadRequest) GetPayload() *models.Error
- func (o *CreateSpoeMessageBadRequest) IsClientError() bool
- func (o *CreateSpoeMessageBadRequest) IsCode(code int) bool
- func (o *CreateSpoeMessageBadRequest) IsRedirect() bool
- func (o *CreateSpoeMessageBadRequest) IsServerError() bool
- func (o *CreateSpoeMessageBadRequest) IsSuccess() bool
- func (o *CreateSpoeMessageBadRequest) String() string
- type CreateSpoeMessageConflict
- func (o *CreateSpoeMessageConflict) Code() int
- func (o *CreateSpoeMessageConflict) Error() string
- func (o *CreateSpoeMessageConflict) GetPayload() *models.Error
- func (o *CreateSpoeMessageConflict) IsClientError() bool
- func (o *CreateSpoeMessageConflict) IsCode(code int) bool
- func (o *CreateSpoeMessageConflict) IsRedirect() bool
- func (o *CreateSpoeMessageConflict) IsServerError() bool
- func (o *CreateSpoeMessageConflict) IsSuccess() bool
- func (o *CreateSpoeMessageConflict) String() string
- type CreateSpoeMessageCreated
- func (o *CreateSpoeMessageCreated) Code() int
- func (o *CreateSpoeMessageCreated) Error() string
- func (o *CreateSpoeMessageCreated) GetPayload() *models.SpoeMessage
- func (o *CreateSpoeMessageCreated) IsClientError() bool
- func (o *CreateSpoeMessageCreated) IsCode(code int) bool
- func (o *CreateSpoeMessageCreated) IsRedirect() bool
- func (o *CreateSpoeMessageCreated) IsServerError() bool
- func (o *CreateSpoeMessageCreated) IsSuccess() bool
- func (o *CreateSpoeMessageCreated) String() string
- type CreateSpoeMessageDefault
- func (o *CreateSpoeMessageDefault) Code() int
- func (o *CreateSpoeMessageDefault) Error() string
- func (o *CreateSpoeMessageDefault) GetPayload() *models.Error
- func (o *CreateSpoeMessageDefault) IsClientError() bool
- func (o *CreateSpoeMessageDefault) IsCode(code int) bool
- func (o *CreateSpoeMessageDefault) IsRedirect() bool
- func (o *CreateSpoeMessageDefault) IsServerError() bool
- func (o *CreateSpoeMessageDefault) IsSuccess() bool
- func (o *CreateSpoeMessageDefault) String() string
- type CreateSpoeMessageParams
- func NewCreateSpoeMessageParams() *CreateSpoeMessageParams
- func NewCreateSpoeMessageParamsWithContext(ctx context.Context) *CreateSpoeMessageParams
- func NewCreateSpoeMessageParamsWithHTTPClient(client *http.Client) *CreateSpoeMessageParams
- func NewCreateSpoeMessageParamsWithTimeout(timeout time.Duration) *CreateSpoeMessageParams
- func (o *CreateSpoeMessageParams) SetContext(ctx context.Context)
- func (o *CreateSpoeMessageParams) SetData(data *models.SpoeMessage)
- func (o *CreateSpoeMessageParams) SetDefaults()
- func (o *CreateSpoeMessageParams) SetHTTPClient(client *http.Client)
- func (o *CreateSpoeMessageParams) SetScope(scope string)
- func (o *CreateSpoeMessageParams) SetSpoe(spoe string)
- func (o *CreateSpoeMessageParams) SetTimeout(timeout time.Duration)
- func (o *CreateSpoeMessageParams) SetTransactionID(transactionID *string)
- func (o *CreateSpoeMessageParams) SetVersion(version *int64)
- func (o *CreateSpoeMessageParams) WithContext(ctx context.Context) *CreateSpoeMessageParams
- func (o *CreateSpoeMessageParams) WithData(data *models.SpoeMessage) *CreateSpoeMessageParams
- func (o *CreateSpoeMessageParams) WithDefaults() *CreateSpoeMessageParams
- func (o *CreateSpoeMessageParams) WithHTTPClient(client *http.Client) *CreateSpoeMessageParams
- func (o *CreateSpoeMessageParams) WithScope(scope string) *CreateSpoeMessageParams
- func (o *CreateSpoeMessageParams) WithSpoe(spoe string) *CreateSpoeMessageParams
- func (o *CreateSpoeMessageParams) WithTimeout(timeout time.Duration) *CreateSpoeMessageParams
- func (o *CreateSpoeMessageParams) WithTransactionID(transactionID *string) *CreateSpoeMessageParams
- func (o *CreateSpoeMessageParams) WithVersion(version *int64) *CreateSpoeMessageParams
- func (o *CreateSpoeMessageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateSpoeMessageReader
- type CreateSpoeParams
- func (o *CreateSpoeParams) SetContext(ctx context.Context)
- func (o *CreateSpoeParams) SetDefaults()
- func (o *CreateSpoeParams) SetFileUpload(fileUpload runtime.NamedReadCloser)
- func (o *CreateSpoeParams) SetHTTPClient(client *http.Client)
- func (o *CreateSpoeParams) SetTimeout(timeout time.Duration)
- func (o *CreateSpoeParams) WithContext(ctx context.Context) *CreateSpoeParams
- func (o *CreateSpoeParams) WithDefaults() *CreateSpoeParams
- func (o *CreateSpoeParams) WithFileUpload(fileUpload runtime.NamedReadCloser) *CreateSpoeParams
- func (o *CreateSpoeParams) WithHTTPClient(client *http.Client) *CreateSpoeParams
- func (o *CreateSpoeParams) WithTimeout(timeout time.Duration) *CreateSpoeParams
- func (o *CreateSpoeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateSpoeReader
- type CreateSpoeScopeBadRequest
- func (o *CreateSpoeScopeBadRequest) Code() int
- func (o *CreateSpoeScopeBadRequest) Error() string
- func (o *CreateSpoeScopeBadRequest) GetPayload() *models.Error
- func (o *CreateSpoeScopeBadRequest) IsClientError() bool
- func (o *CreateSpoeScopeBadRequest) IsCode(code int) bool
- func (o *CreateSpoeScopeBadRequest) IsRedirect() bool
- func (o *CreateSpoeScopeBadRequest) IsServerError() bool
- func (o *CreateSpoeScopeBadRequest) IsSuccess() bool
- func (o *CreateSpoeScopeBadRequest) String() string
- type CreateSpoeScopeConflict
- func (o *CreateSpoeScopeConflict) Code() int
- func (o *CreateSpoeScopeConflict) Error() string
- func (o *CreateSpoeScopeConflict) GetPayload() *models.Error
- func (o *CreateSpoeScopeConflict) IsClientError() bool
- func (o *CreateSpoeScopeConflict) IsCode(code int) bool
- func (o *CreateSpoeScopeConflict) IsRedirect() bool
- func (o *CreateSpoeScopeConflict) IsServerError() bool
- func (o *CreateSpoeScopeConflict) IsSuccess() bool
- func (o *CreateSpoeScopeConflict) String() string
- type CreateSpoeScopeCreated
- func (o *CreateSpoeScopeCreated) Code() int
- func (o *CreateSpoeScopeCreated) Error() string
- func (o *CreateSpoeScopeCreated) GetPayload() models.SpoeScope
- func (o *CreateSpoeScopeCreated) IsClientError() bool
- func (o *CreateSpoeScopeCreated) IsCode(code int) bool
- func (o *CreateSpoeScopeCreated) IsRedirect() bool
- func (o *CreateSpoeScopeCreated) IsServerError() bool
- func (o *CreateSpoeScopeCreated) IsSuccess() bool
- func (o *CreateSpoeScopeCreated) String() string
- type CreateSpoeScopeDefault
- func (o *CreateSpoeScopeDefault) Code() int
- func (o *CreateSpoeScopeDefault) Error() string
- func (o *CreateSpoeScopeDefault) GetPayload() *models.Error
- func (o *CreateSpoeScopeDefault) IsClientError() bool
- func (o *CreateSpoeScopeDefault) IsCode(code int) bool
- func (o *CreateSpoeScopeDefault) IsRedirect() bool
- func (o *CreateSpoeScopeDefault) IsServerError() bool
- func (o *CreateSpoeScopeDefault) IsSuccess() bool
- func (o *CreateSpoeScopeDefault) String() string
- type CreateSpoeScopeParams
- func NewCreateSpoeScopeParams() *CreateSpoeScopeParams
- func NewCreateSpoeScopeParamsWithContext(ctx context.Context) *CreateSpoeScopeParams
- func NewCreateSpoeScopeParamsWithHTTPClient(client *http.Client) *CreateSpoeScopeParams
- func NewCreateSpoeScopeParamsWithTimeout(timeout time.Duration) *CreateSpoeScopeParams
- func (o *CreateSpoeScopeParams) SetContext(ctx context.Context)
- func (o *CreateSpoeScopeParams) SetData(data models.SpoeScope)
- func (o *CreateSpoeScopeParams) SetDefaults()
- func (o *CreateSpoeScopeParams) SetHTTPClient(client *http.Client)
- func (o *CreateSpoeScopeParams) SetSpoe(spoe string)
- func (o *CreateSpoeScopeParams) SetTimeout(timeout time.Duration)
- func (o *CreateSpoeScopeParams) SetTransactionID(transactionID *string)
- func (o *CreateSpoeScopeParams) SetVersion(version *int64)
- func (o *CreateSpoeScopeParams) WithContext(ctx context.Context) *CreateSpoeScopeParams
- func (o *CreateSpoeScopeParams) WithData(data models.SpoeScope) *CreateSpoeScopeParams
- func (o *CreateSpoeScopeParams) WithDefaults() *CreateSpoeScopeParams
- func (o *CreateSpoeScopeParams) WithHTTPClient(client *http.Client) *CreateSpoeScopeParams
- func (o *CreateSpoeScopeParams) WithSpoe(spoe string) *CreateSpoeScopeParams
- func (o *CreateSpoeScopeParams) WithTimeout(timeout time.Duration) *CreateSpoeScopeParams
- func (o *CreateSpoeScopeParams) WithTransactionID(transactionID *string) *CreateSpoeScopeParams
- func (o *CreateSpoeScopeParams) WithVersion(version *int64) *CreateSpoeScopeParams
- func (o *CreateSpoeScopeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateSpoeScopeReader
- type DeleteSpoeAgentDefault
- func (o *DeleteSpoeAgentDefault) Code() int
- func (o *DeleteSpoeAgentDefault) Error() string
- func (o *DeleteSpoeAgentDefault) GetPayload() *models.Error
- func (o *DeleteSpoeAgentDefault) IsClientError() bool
- func (o *DeleteSpoeAgentDefault) IsCode(code int) bool
- func (o *DeleteSpoeAgentDefault) IsRedirect() bool
- func (o *DeleteSpoeAgentDefault) IsServerError() bool
- func (o *DeleteSpoeAgentDefault) IsSuccess() bool
- func (o *DeleteSpoeAgentDefault) String() string
- type DeleteSpoeAgentNoContent
- func (o *DeleteSpoeAgentNoContent) Code() int
- func (o *DeleteSpoeAgentNoContent) Error() string
- func (o *DeleteSpoeAgentNoContent) IsClientError() bool
- func (o *DeleteSpoeAgentNoContent) IsCode(code int) bool
- func (o *DeleteSpoeAgentNoContent) IsRedirect() bool
- func (o *DeleteSpoeAgentNoContent) IsServerError() bool
- func (o *DeleteSpoeAgentNoContent) IsSuccess() bool
- func (o *DeleteSpoeAgentNoContent) String() string
- type DeleteSpoeAgentNotFound
- func (o *DeleteSpoeAgentNotFound) Code() int
- func (o *DeleteSpoeAgentNotFound) Error() string
- func (o *DeleteSpoeAgentNotFound) GetPayload() *models.Error
- func (o *DeleteSpoeAgentNotFound) IsClientError() bool
- func (o *DeleteSpoeAgentNotFound) IsCode(code int) bool
- func (o *DeleteSpoeAgentNotFound) IsRedirect() bool
- func (o *DeleteSpoeAgentNotFound) IsServerError() bool
- func (o *DeleteSpoeAgentNotFound) IsSuccess() bool
- func (o *DeleteSpoeAgentNotFound) String() string
- type DeleteSpoeAgentParams
- func NewDeleteSpoeAgentParams() *DeleteSpoeAgentParams
- func NewDeleteSpoeAgentParamsWithContext(ctx context.Context) *DeleteSpoeAgentParams
- func NewDeleteSpoeAgentParamsWithHTTPClient(client *http.Client) *DeleteSpoeAgentParams
- func NewDeleteSpoeAgentParamsWithTimeout(timeout time.Duration) *DeleteSpoeAgentParams
- func (o *DeleteSpoeAgentParams) SetContext(ctx context.Context)
- func (o *DeleteSpoeAgentParams) SetDefaults()
- func (o *DeleteSpoeAgentParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSpoeAgentParams) SetName(name string)
- func (o *DeleteSpoeAgentParams) SetScope(scope string)
- func (o *DeleteSpoeAgentParams) SetSpoe(spoe string)
- func (o *DeleteSpoeAgentParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSpoeAgentParams) SetTransactionID(transactionID *string)
- func (o *DeleteSpoeAgentParams) SetVersion(version *int64)
- func (o *DeleteSpoeAgentParams) WithContext(ctx context.Context) *DeleteSpoeAgentParams
- func (o *DeleteSpoeAgentParams) WithDefaults() *DeleteSpoeAgentParams
- func (o *DeleteSpoeAgentParams) WithHTTPClient(client *http.Client) *DeleteSpoeAgentParams
- func (o *DeleteSpoeAgentParams) WithName(name string) *DeleteSpoeAgentParams
- func (o *DeleteSpoeAgentParams) WithScope(scope string) *DeleteSpoeAgentParams
- func (o *DeleteSpoeAgentParams) WithSpoe(spoe string) *DeleteSpoeAgentParams
- func (o *DeleteSpoeAgentParams) WithTimeout(timeout time.Duration) *DeleteSpoeAgentParams
- func (o *DeleteSpoeAgentParams) WithTransactionID(transactionID *string) *DeleteSpoeAgentParams
- func (o *DeleteSpoeAgentParams) WithVersion(version *int64) *DeleteSpoeAgentParams
- func (o *DeleteSpoeAgentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSpoeAgentReader
- type DeleteSpoeFileDefault
- func (o *DeleteSpoeFileDefault) Code() int
- func (o *DeleteSpoeFileDefault) Error() string
- func (o *DeleteSpoeFileDefault) GetPayload() *models.Error
- func (o *DeleteSpoeFileDefault) IsClientError() bool
- func (o *DeleteSpoeFileDefault) IsCode(code int) bool
- func (o *DeleteSpoeFileDefault) IsRedirect() bool
- func (o *DeleteSpoeFileDefault) IsServerError() bool
- func (o *DeleteSpoeFileDefault) IsSuccess() bool
- func (o *DeleteSpoeFileDefault) String() string
- type DeleteSpoeFileNoContent
- func (o *DeleteSpoeFileNoContent) Code() int
- func (o *DeleteSpoeFileNoContent) Error() string
- func (o *DeleteSpoeFileNoContent) IsClientError() bool
- func (o *DeleteSpoeFileNoContent) IsCode(code int) bool
- func (o *DeleteSpoeFileNoContent) IsRedirect() bool
- func (o *DeleteSpoeFileNoContent) IsServerError() bool
- func (o *DeleteSpoeFileNoContent) IsSuccess() bool
- func (o *DeleteSpoeFileNoContent) String() string
- type DeleteSpoeFileNotFound
- func (o *DeleteSpoeFileNotFound) Code() int
- func (o *DeleteSpoeFileNotFound) Error() string
- func (o *DeleteSpoeFileNotFound) GetPayload() *models.Error
- func (o *DeleteSpoeFileNotFound) IsClientError() bool
- func (o *DeleteSpoeFileNotFound) IsCode(code int) bool
- func (o *DeleteSpoeFileNotFound) IsRedirect() bool
- func (o *DeleteSpoeFileNotFound) IsServerError() bool
- func (o *DeleteSpoeFileNotFound) IsSuccess() bool
- func (o *DeleteSpoeFileNotFound) String() string
- type DeleteSpoeFileParams
- func NewDeleteSpoeFileParams() *DeleteSpoeFileParams
- func NewDeleteSpoeFileParamsWithContext(ctx context.Context) *DeleteSpoeFileParams
- func NewDeleteSpoeFileParamsWithHTTPClient(client *http.Client) *DeleteSpoeFileParams
- func NewDeleteSpoeFileParamsWithTimeout(timeout time.Duration) *DeleteSpoeFileParams
- func (o *DeleteSpoeFileParams) SetContext(ctx context.Context)
- func (o *DeleteSpoeFileParams) SetDefaults()
- func (o *DeleteSpoeFileParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSpoeFileParams) SetName(name string)
- func (o *DeleteSpoeFileParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSpoeFileParams) WithContext(ctx context.Context) *DeleteSpoeFileParams
- func (o *DeleteSpoeFileParams) WithDefaults() *DeleteSpoeFileParams
- func (o *DeleteSpoeFileParams) WithHTTPClient(client *http.Client) *DeleteSpoeFileParams
- func (o *DeleteSpoeFileParams) WithName(name string) *DeleteSpoeFileParams
- func (o *DeleteSpoeFileParams) WithTimeout(timeout time.Duration) *DeleteSpoeFileParams
- func (o *DeleteSpoeFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSpoeFileReader
- type DeleteSpoeGroupDefault
- func (o *DeleteSpoeGroupDefault) Code() int
- func (o *DeleteSpoeGroupDefault) Error() string
- func (o *DeleteSpoeGroupDefault) GetPayload() *models.Error
- func (o *DeleteSpoeGroupDefault) IsClientError() bool
- func (o *DeleteSpoeGroupDefault) IsCode(code int) bool
- func (o *DeleteSpoeGroupDefault) IsRedirect() bool
- func (o *DeleteSpoeGroupDefault) IsServerError() bool
- func (o *DeleteSpoeGroupDefault) IsSuccess() bool
- func (o *DeleteSpoeGroupDefault) String() string
- type DeleteSpoeGroupNoContent
- func (o *DeleteSpoeGroupNoContent) Code() int
- func (o *DeleteSpoeGroupNoContent) Error() string
- func (o *DeleteSpoeGroupNoContent) IsClientError() bool
- func (o *DeleteSpoeGroupNoContent) IsCode(code int) bool
- func (o *DeleteSpoeGroupNoContent) IsRedirect() bool
- func (o *DeleteSpoeGroupNoContent) IsServerError() bool
- func (o *DeleteSpoeGroupNoContent) IsSuccess() bool
- func (o *DeleteSpoeGroupNoContent) String() string
- type DeleteSpoeGroupNotFound
- func (o *DeleteSpoeGroupNotFound) Code() int
- func (o *DeleteSpoeGroupNotFound) Error() string
- func (o *DeleteSpoeGroupNotFound) GetPayload() *models.Error
- func (o *DeleteSpoeGroupNotFound) IsClientError() bool
- func (o *DeleteSpoeGroupNotFound) IsCode(code int) bool
- func (o *DeleteSpoeGroupNotFound) IsRedirect() bool
- func (o *DeleteSpoeGroupNotFound) IsServerError() bool
- func (o *DeleteSpoeGroupNotFound) IsSuccess() bool
- func (o *DeleteSpoeGroupNotFound) String() string
- type DeleteSpoeGroupParams
- func NewDeleteSpoeGroupParams() *DeleteSpoeGroupParams
- func NewDeleteSpoeGroupParamsWithContext(ctx context.Context) *DeleteSpoeGroupParams
- func NewDeleteSpoeGroupParamsWithHTTPClient(client *http.Client) *DeleteSpoeGroupParams
- func NewDeleteSpoeGroupParamsWithTimeout(timeout time.Duration) *DeleteSpoeGroupParams
- func (o *DeleteSpoeGroupParams) SetContext(ctx context.Context)
- func (o *DeleteSpoeGroupParams) SetDefaults()
- func (o *DeleteSpoeGroupParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSpoeGroupParams) SetName(name string)
- func (o *DeleteSpoeGroupParams) SetScope(scope string)
- func (o *DeleteSpoeGroupParams) SetSpoe(spoe string)
- func (o *DeleteSpoeGroupParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSpoeGroupParams) SetTransactionID(transactionID *string)
- func (o *DeleteSpoeGroupParams) SetVersion(version *int64)
- func (o *DeleteSpoeGroupParams) WithContext(ctx context.Context) *DeleteSpoeGroupParams
- func (o *DeleteSpoeGroupParams) WithDefaults() *DeleteSpoeGroupParams
- func (o *DeleteSpoeGroupParams) WithHTTPClient(client *http.Client) *DeleteSpoeGroupParams
- func (o *DeleteSpoeGroupParams) WithName(name string) *DeleteSpoeGroupParams
- func (o *DeleteSpoeGroupParams) WithScope(scope string) *DeleteSpoeGroupParams
- func (o *DeleteSpoeGroupParams) WithSpoe(spoe string) *DeleteSpoeGroupParams
- func (o *DeleteSpoeGroupParams) WithTimeout(timeout time.Duration) *DeleteSpoeGroupParams
- func (o *DeleteSpoeGroupParams) WithTransactionID(transactionID *string) *DeleteSpoeGroupParams
- func (o *DeleteSpoeGroupParams) WithVersion(version *int64) *DeleteSpoeGroupParams
- func (o *DeleteSpoeGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSpoeGroupReader
- type DeleteSpoeMessageDefault
- func (o *DeleteSpoeMessageDefault) Code() int
- func (o *DeleteSpoeMessageDefault) Error() string
- func (o *DeleteSpoeMessageDefault) GetPayload() *models.Error
- func (o *DeleteSpoeMessageDefault) IsClientError() bool
- func (o *DeleteSpoeMessageDefault) IsCode(code int) bool
- func (o *DeleteSpoeMessageDefault) IsRedirect() bool
- func (o *DeleteSpoeMessageDefault) IsServerError() bool
- func (o *DeleteSpoeMessageDefault) IsSuccess() bool
- func (o *DeleteSpoeMessageDefault) String() string
- type DeleteSpoeMessageNoContent
- func (o *DeleteSpoeMessageNoContent) Code() int
- func (o *DeleteSpoeMessageNoContent) Error() string
- func (o *DeleteSpoeMessageNoContent) IsClientError() bool
- func (o *DeleteSpoeMessageNoContent) IsCode(code int) bool
- func (o *DeleteSpoeMessageNoContent) IsRedirect() bool
- func (o *DeleteSpoeMessageNoContent) IsServerError() bool
- func (o *DeleteSpoeMessageNoContent) IsSuccess() bool
- func (o *DeleteSpoeMessageNoContent) String() string
- type DeleteSpoeMessageNotFound
- func (o *DeleteSpoeMessageNotFound) Code() int
- func (o *DeleteSpoeMessageNotFound) Error() string
- func (o *DeleteSpoeMessageNotFound) GetPayload() *models.Error
- func (o *DeleteSpoeMessageNotFound) IsClientError() bool
- func (o *DeleteSpoeMessageNotFound) IsCode(code int) bool
- func (o *DeleteSpoeMessageNotFound) IsRedirect() bool
- func (o *DeleteSpoeMessageNotFound) IsServerError() bool
- func (o *DeleteSpoeMessageNotFound) IsSuccess() bool
- func (o *DeleteSpoeMessageNotFound) String() string
- type DeleteSpoeMessageParams
- func NewDeleteSpoeMessageParams() *DeleteSpoeMessageParams
- func NewDeleteSpoeMessageParamsWithContext(ctx context.Context) *DeleteSpoeMessageParams
- func NewDeleteSpoeMessageParamsWithHTTPClient(client *http.Client) *DeleteSpoeMessageParams
- func NewDeleteSpoeMessageParamsWithTimeout(timeout time.Duration) *DeleteSpoeMessageParams
- func (o *DeleteSpoeMessageParams) SetContext(ctx context.Context)
- func (o *DeleteSpoeMessageParams) SetDefaults()
- func (o *DeleteSpoeMessageParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSpoeMessageParams) SetName(name string)
- func (o *DeleteSpoeMessageParams) SetScope(scope string)
- func (o *DeleteSpoeMessageParams) SetSpoe(spoe string)
- func (o *DeleteSpoeMessageParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSpoeMessageParams) SetTransactionID(transactionID *string)
- func (o *DeleteSpoeMessageParams) SetVersion(version *int64)
- func (o *DeleteSpoeMessageParams) WithContext(ctx context.Context) *DeleteSpoeMessageParams
- func (o *DeleteSpoeMessageParams) WithDefaults() *DeleteSpoeMessageParams
- func (o *DeleteSpoeMessageParams) WithHTTPClient(client *http.Client) *DeleteSpoeMessageParams
- func (o *DeleteSpoeMessageParams) WithName(name string) *DeleteSpoeMessageParams
- func (o *DeleteSpoeMessageParams) WithScope(scope string) *DeleteSpoeMessageParams
- func (o *DeleteSpoeMessageParams) WithSpoe(spoe string) *DeleteSpoeMessageParams
- func (o *DeleteSpoeMessageParams) WithTimeout(timeout time.Duration) *DeleteSpoeMessageParams
- func (o *DeleteSpoeMessageParams) WithTransactionID(transactionID *string) *DeleteSpoeMessageParams
- func (o *DeleteSpoeMessageParams) WithVersion(version *int64) *DeleteSpoeMessageParams
- func (o *DeleteSpoeMessageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSpoeMessageReader
- type DeleteSpoeScopeDefault
- func (o *DeleteSpoeScopeDefault) Code() int
- func (o *DeleteSpoeScopeDefault) Error() string
- func (o *DeleteSpoeScopeDefault) GetPayload() *models.Error
- func (o *DeleteSpoeScopeDefault) IsClientError() bool
- func (o *DeleteSpoeScopeDefault) IsCode(code int) bool
- func (o *DeleteSpoeScopeDefault) IsRedirect() bool
- func (o *DeleteSpoeScopeDefault) IsServerError() bool
- func (o *DeleteSpoeScopeDefault) IsSuccess() bool
- func (o *DeleteSpoeScopeDefault) String() string
- type DeleteSpoeScopeNoContent
- func (o *DeleteSpoeScopeNoContent) Code() int
- func (o *DeleteSpoeScopeNoContent) Error() string
- func (o *DeleteSpoeScopeNoContent) IsClientError() bool
- func (o *DeleteSpoeScopeNoContent) IsCode(code int) bool
- func (o *DeleteSpoeScopeNoContent) IsRedirect() bool
- func (o *DeleteSpoeScopeNoContent) IsServerError() bool
- func (o *DeleteSpoeScopeNoContent) IsSuccess() bool
- func (o *DeleteSpoeScopeNoContent) String() string
- type DeleteSpoeScopeNotFound
- func (o *DeleteSpoeScopeNotFound) Code() int
- func (o *DeleteSpoeScopeNotFound) Error() string
- func (o *DeleteSpoeScopeNotFound) GetPayload() *models.Error
- func (o *DeleteSpoeScopeNotFound) IsClientError() bool
- func (o *DeleteSpoeScopeNotFound) IsCode(code int) bool
- func (o *DeleteSpoeScopeNotFound) IsRedirect() bool
- func (o *DeleteSpoeScopeNotFound) IsServerError() bool
- func (o *DeleteSpoeScopeNotFound) IsSuccess() bool
- func (o *DeleteSpoeScopeNotFound) String() string
- type DeleteSpoeScopeParams
- func NewDeleteSpoeScopeParams() *DeleteSpoeScopeParams
- func NewDeleteSpoeScopeParamsWithContext(ctx context.Context) *DeleteSpoeScopeParams
- func NewDeleteSpoeScopeParamsWithHTTPClient(client *http.Client) *DeleteSpoeScopeParams
- func NewDeleteSpoeScopeParamsWithTimeout(timeout time.Duration) *DeleteSpoeScopeParams
- func (o *DeleteSpoeScopeParams) SetContext(ctx context.Context)
- func (o *DeleteSpoeScopeParams) SetDefaults()
- func (o *DeleteSpoeScopeParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSpoeScopeParams) SetName(name string)
- func (o *DeleteSpoeScopeParams) SetSpoe(spoe string)
- func (o *DeleteSpoeScopeParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSpoeScopeParams) SetTransactionID(transactionID *string)
- func (o *DeleteSpoeScopeParams) SetVersion(version *int64)
- func (o *DeleteSpoeScopeParams) WithContext(ctx context.Context) *DeleteSpoeScopeParams
- func (o *DeleteSpoeScopeParams) WithDefaults() *DeleteSpoeScopeParams
- func (o *DeleteSpoeScopeParams) WithHTTPClient(client *http.Client) *DeleteSpoeScopeParams
- func (o *DeleteSpoeScopeParams) WithName(name string) *DeleteSpoeScopeParams
- func (o *DeleteSpoeScopeParams) WithSpoe(spoe string) *DeleteSpoeScopeParams
- func (o *DeleteSpoeScopeParams) WithTimeout(timeout time.Duration) *DeleteSpoeScopeParams
- func (o *DeleteSpoeScopeParams) WithTransactionID(transactionID *string) *DeleteSpoeScopeParams
- func (o *DeleteSpoeScopeParams) WithVersion(version *int64) *DeleteSpoeScopeParams
- func (o *DeleteSpoeScopeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSpoeScopeReader
- type GetAllSpoeFilesDefault
- func (o *GetAllSpoeFilesDefault) Code() int
- func (o *GetAllSpoeFilesDefault) Error() string
- func (o *GetAllSpoeFilesDefault) GetPayload() *models.Error
- func (o *GetAllSpoeFilesDefault) IsClientError() bool
- func (o *GetAllSpoeFilesDefault) IsCode(code int) bool
- func (o *GetAllSpoeFilesDefault) IsRedirect() bool
- func (o *GetAllSpoeFilesDefault) IsServerError() bool
- func (o *GetAllSpoeFilesDefault) IsSuccess() bool
- func (o *GetAllSpoeFilesDefault) String() string
- type GetAllSpoeFilesNotFound
- func (o *GetAllSpoeFilesNotFound) Code() int
- func (o *GetAllSpoeFilesNotFound) Error() string
- func (o *GetAllSpoeFilesNotFound) GetPayload() *models.Error
- func (o *GetAllSpoeFilesNotFound) IsClientError() bool
- func (o *GetAllSpoeFilesNotFound) IsCode(code int) bool
- func (o *GetAllSpoeFilesNotFound) IsRedirect() bool
- func (o *GetAllSpoeFilesNotFound) IsServerError() bool
- func (o *GetAllSpoeFilesNotFound) IsSuccess() bool
- func (o *GetAllSpoeFilesNotFound) String() string
- type GetAllSpoeFilesOK
- func (o *GetAllSpoeFilesOK) Code() int
- func (o *GetAllSpoeFilesOK) Error() string
- func (o *GetAllSpoeFilesOK) GetPayload() models.SpoeFiles
- func (o *GetAllSpoeFilesOK) IsClientError() bool
- func (o *GetAllSpoeFilesOK) IsCode(code int) bool
- func (o *GetAllSpoeFilesOK) IsRedirect() bool
- func (o *GetAllSpoeFilesOK) IsServerError() bool
- func (o *GetAllSpoeFilesOK) IsSuccess() bool
- func (o *GetAllSpoeFilesOK) String() string
- type GetAllSpoeFilesParams
- func NewGetAllSpoeFilesParams() *GetAllSpoeFilesParams
- func NewGetAllSpoeFilesParamsWithContext(ctx context.Context) *GetAllSpoeFilesParams
- func NewGetAllSpoeFilesParamsWithHTTPClient(client *http.Client) *GetAllSpoeFilesParams
- func NewGetAllSpoeFilesParamsWithTimeout(timeout time.Duration) *GetAllSpoeFilesParams
- func (o *GetAllSpoeFilesParams) SetContext(ctx context.Context)
- func (o *GetAllSpoeFilesParams) SetDefaults()
- func (o *GetAllSpoeFilesParams) SetHTTPClient(client *http.Client)
- func (o *GetAllSpoeFilesParams) SetTimeout(timeout time.Duration)
- func (o *GetAllSpoeFilesParams) WithContext(ctx context.Context) *GetAllSpoeFilesParams
- func (o *GetAllSpoeFilesParams) WithDefaults() *GetAllSpoeFilesParams
- func (o *GetAllSpoeFilesParams) WithHTTPClient(client *http.Client) *GetAllSpoeFilesParams
- func (o *GetAllSpoeFilesParams) WithTimeout(timeout time.Duration) *GetAllSpoeFilesParams
- func (o *GetAllSpoeFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAllSpoeFilesReader
- type GetOneSpoeFileDefault
- func (o *GetOneSpoeFileDefault) Code() int
- func (o *GetOneSpoeFileDefault) Error() string
- func (o *GetOneSpoeFileDefault) GetPayload() *models.Error
- func (o *GetOneSpoeFileDefault) IsClientError() bool
- func (o *GetOneSpoeFileDefault) IsCode(code int) bool
- func (o *GetOneSpoeFileDefault) IsRedirect() bool
- func (o *GetOneSpoeFileDefault) IsServerError() bool
- func (o *GetOneSpoeFileDefault) IsSuccess() bool
- func (o *GetOneSpoeFileDefault) String() string
- type GetOneSpoeFileNotFound
- func (o *GetOneSpoeFileNotFound) Code() int
- func (o *GetOneSpoeFileNotFound) Error() string
- func (o *GetOneSpoeFileNotFound) GetPayload() *models.Error
- func (o *GetOneSpoeFileNotFound) IsClientError() bool
- func (o *GetOneSpoeFileNotFound) IsCode(code int) bool
- func (o *GetOneSpoeFileNotFound) IsRedirect() bool
- func (o *GetOneSpoeFileNotFound) IsServerError() bool
- func (o *GetOneSpoeFileNotFound) IsSuccess() bool
- func (o *GetOneSpoeFileNotFound) String() string
- type GetOneSpoeFileOK
- func (o *GetOneSpoeFileOK) Code() int
- func (o *GetOneSpoeFileOK) Error() string
- func (o *GetOneSpoeFileOK) GetPayload() *GetOneSpoeFileOKBody
- func (o *GetOneSpoeFileOK) IsClientError() bool
- func (o *GetOneSpoeFileOK) IsCode(code int) bool
- func (o *GetOneSpoeFileOK) IsRedirect() bool
- func (o *GetOneSpoeFileOK) IsServerError() bool
- func (o *GetOneSpoeFileOK) IsSuccess() bool
- func (o *GetOneSpoeFileOK) String() string
- type GetOneSpoeFileOKBody
- type GetOneSpoeFileParams
- func NewGetOneSpoeFileParams() *GetOneSpoeFileParams
- func NewGetOneSpoeFileParamsWithContext(ctx context.Context) *GetOneSpoeFileParams
- func NewGetOneSpoeFileParamsWithHTTPClient(client *http.Client) *GetOneSpoeFileParams
- func NewGetOneSpoeFileParamsWithTimeout(timeout time.Duration) *GetOneSpoeFileParams
- func (o *GetOneSpoeFileParams) SetContext(ctx context.Context)
- func (o *GetOneSpoeFileParams) SetDefaults()
- func (o *GetOneSpoeFileParams) SetHTTPClient(client *http.Client)
- func (o *GetOneSpoeFileParams) SetName(name string)
- func (o *GetOneSpoeFileParams) SetTimeout(timeout time.Duration)
- func (o *GetOneSpoeFileParams) WithContext(ctx context.Context) *GetOneSpoeFileParams
- func (o *GetOneSpoeFileParams) WithDefaults() *GetOneSpoeFileParams
- func (o *GetOneSpoeFileParams) WithHTTPClient(client *http.Client) *GetOneSpoeFileParams
- func (o *GetOneSpoeFileParams) WithName(name string) *GetOneSpoeFileParams
- func (o *GetOneSpoeFileParams) WithTimeout(timeout time.Duration) *GetOneSpoeFileParams
- func (o *GetOneSpoeFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetOneSpoeFileReader
- type GetSpoeAgentDefault
- func (o *GetSpoeAgentDefault) Code() int
- func (o *GetSpoeAgentDefault) Error() string
- func (o *GetSpoeAgentDefault) GetPayload() *models.Error
- func (o *GetSpoeAgentDefault) IsClientError() bool
- func (o *GetSpoeAgentDefault) IsCode(code int) bool
- func (o *GetSpoeAgentDefault) IsRedirect() bool
- func (o *GetSpoeAgentDefault) IsServerError() bool
- func (o *GetSpoeAgentDefault) IsSuccess() bool
- func (o *GetSpoeAgentDefault) String() string
- type GetSpoeAgentNotFound
- func (o *GetSpoeAgentNotFound) Code() int
- func (o *GetSpoeAgentNotFound) Error() string
- func (o *GetSpoeAgentNotFound) GetPayload() *models.Error
- func (o *GetSpoeAgentNotFound) IsClientError() bool
- func (o *GetSpoeAgentNotFound) IsCode(code int) bool
- func (o *GetSpoeAgentNotFound) IsRedirect() bool
- func (o *GetSpoeAgentNotFound) IsServerError() bool
- func (o *GetSpoeAgentNotFound) IsSuccess() bool
- func (o *GetSpoeAgentNotFound) String() string
- type GetSpoeAgentOK
- func (o *GetSpoeAgentOK) Code() int
- func (o *GetSpoeAgentOK) Error() string
- func (o *GetSpoeAgentOK) GetPayload() *GetSpoeAgentOKBody
- func (o *GetSpoeAgentOK) IsClientError() bool
- func (o *GetSpoeAgentOK) IsCode(code int) bool
- func (o *GetSpoeAgentOK) IsRedirect() bool
- func (o *GetSpoeAgentOK) IsServerError() bool
- func (o *GetSpoeAgentOK) IsSuccess() bool
- func (o *GetSpoeAgentOK) String() string
- type GetSpoeAgentOKBody
- type GetSpoeAgentParams
- func (o *GetSpoeAgentParams) SetContext(ctx context.Context)
- func (o *GetSpoeAgentParams) SetDefaults()
- func (o *GetSpoeAgentParams) SetHTTPClient(client *http.Client)
- func (o *GetSpoeAgentParams) SetName(name string)
- func (o *GetSpoeAgentParams) SetScope(scope string)
- func (o *GetSpoeAgentParams) SetSpoe(spoe string)
- func (o *GetSpoeAgentParams) SetTimeout(timeout time.Duration)
- func (o *GetSpoeAgentParams) SetTransactionID(transactionID *string)
- func (o *GetSpoeAgentParams) WithContext(ctx context.Context) *GetSpoeAgentParams
- func (o *GetSpoeAgentParams) WithDefaults() *GetSpoeAgentParams
- func (o *GetSpoeAgentParams) WithHTTPClient(client *http.Client) *GetSpoeAgentParams
- func (o *GetSpoeAgentParams) WithName(name string) *GetSpoeAgentParams
- func (o *GetSpoeAgentParams) WithScope(scope string) *GetSpoeAgentParams
- func (o *GetSpoeAgentParams) WithSpoe(spoe string) *GetSpoeAgentParams
- func (o *GetSpoeAgentParams) WithTimeout(timeout time.Duration) *GetSpoeAgentParams
- func (o *GetSpoeAgentParams) WithTransactionID(transactionID *string) *GetSpoeAgentParams
- func (o *GetSpoeAgentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSpoeAgentReader
- type GetSpoeAgentsDefault
- func (o *GetSpoeAgentsDefault) Code() int
- func (o *GetSpoeAgentsDefault) Error() string
- func (o *GetSpoeAgentsDefault) GetPayload() *models.Error
- func (o *GetSpoeAgentsDefault) IsClientError() bool
- func (o *GetSpoeAgentsDefault) IsCode(code int) bool
- func (o *GetSpoeAgentsDefault) IsRedirect() bool
- func (o *GetSpoeAgentsDefault) IsServerError() bool
- func (o *GetSpoeAgentsDefault) IsSuccess() bool
- func (o *GetSpoeAgentsDefault) String() string
- type GetSpoeAgentsOK
- func (o *GetSpoeAgentsOK) Code() int
- func (o *GetSpoeAgentsOK) Error() string
- func (o *GetSpoeAgentsOK) GetPayload() *GetSpoeAgentsOKBody
- func (o *GetSpoeAgentsOK) IsClientError() bool
- func (o *GetSpoeAgentsOK) IsCode(code int) bool
- func (o *GetSpoeAgentsOK) IsRedirect() bool
- func (o *GetSpoeAgentsOK) IsServerError() bool
- func (o *GetSpoeAgentsOK) IsSuccess() bool
- func (o *GetSpoeAgentsOK) String() string
- type GetSpoeAgentsOKBody
- type GetSpoeAgentsParams
- func (o *GetSpoeAgentsParams) SetContext(ctx context.Context)
- func (o *GetSpoeAgentsParams) SetDefaults()
- func (o *GetSpoeAgentsParams) SetHTTPClient(client *http.Client)
- func (o *GetSpoeAgentsParams) SetScope(scope string)
- func (o *GetSpoeAgentsParams) SetSpoe(spoe string)
- func (o *GetSpoeAgentsParams) SetTimeout(timeout time.Duration)
- func (o *GetSpoeAgentsParams) SetTransactionID(transactionID *string)
- func (o *GetSpoeAgentsParams) WithContext(ctx context.Context) *GetSpoeAgentsParams
- func (o *GetSpoeAgentsParams) WithDefaults() *GetSpoeAgentsParams
- func (o *GetSpoeAgentsParams) WithHTTPClient(client *http.Client) *GetSpoeAgentsParams
- func (o *GetSpoeAgentsParams) WithScope(scope string) *GetSpoeAgentsParams
- func (o *GetSpoeAgentsParams) WithSpoe(spoe string) *GetSpoeAgentsParams
- func (o *GetSpoeAgentsParams) WithTimeout(timeout time.Duration) *GetSpoeAgentsParams
- func (o *GetSpoeAgentsParams) WithTransactionID(transactionID *string) *GetSpoeAgentsParams
- func (o *GetSpoeAgentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSpoeAgentsReader
- type GetSpoeConfigurationVersionDefault
- func (o *GetSpoeConfigurationVersionDefault) Code() int
- func (o *GetSpoeConfigurationVersionDefault) Error() string
- func (o *GetSpoeConfigurationVersionDefault) GetPayload() *models.Error
- func (o *GetSpoeConfigurationVersionDefault) IsClientError() bool
- func (o *GetSpoeConfigurationVersionDefault) IsCode(code int) bool
- func (o *GetSpoeConfigurationVersionDefault) IsRedirect() bool
- func (o *GetSpoeConfigurationVersionDefault) IsServerError() bool
- func (o *GetSpoeConfigurationVersionDefault) IsSuccess() bool
- func (o *GetSpoeConfigurationVersionDefault) String() string
- type GetSpoeConfigurationVersionNotFound
- func (o *GetSpoeConfigurationVersionNotFound) Code() int
- func (o *GetSpoeConfigurationVersionNotFound) Error() string
- func (o *GetSpoeConfigurationVersionNotFound) GetPayload() *models.Error
- func (o *GetSpoeConfigurationVersionNotFound) IsClientError() bool
- func (o *GetSpoeConfigurationVersionNotFound) IsCode(code int) bool
- func (o *GetSpoeConfigurationVersionNotFound) IsRedirect() bool
- func (o *GetSpoeConfigurationVersionNotFound) IsServerError() bool
- func (o *GetSpoeConfigurationVersionNotFound) IsSuccess() bool
- func (o *GetSpoeConfigurationVersionNotFound) String() string
- type GetSpoeConfigurationVersionOK
- func (o *GetSpoeConfigurationVersionOK) Code() int
- func (o *GetSpoeConfigurationVersionOK) Error() string
- func (o *GetSpoeConfigurationVersionOK) GetPayload() int64
- func (o *GetSpoeConfigurationVersionOK) IsClientError() bool
- func (o *GetSpoeConfigurationVersionOK) IsCode(code int) bool
- func (o *GetSpoeConfigurationVersionOK) IsRedirect() bool
- func (o *GetSpoeConfigurationVersionOK) IsServerError() bool
- func (o *GetSpoeConfigurationVersionOK) IsSuccess() bool
- func (o *GetSpoeConfigurationVersionOK) String() string
- type GetSpoeConfigurationVersionParams
- func NewGetSpoeConfigurationVersionParams() *GetSpoeConfigurationVersionParams
- func NewGetSpoeConfigurationVersionParamsWithContext(ctx context.Context) *GetSpoeConfigurationVersionParams
- func NewGetSpoeConfigurationVersionParamsWithHTTPClient(client *http.Client) *GetSpoeConfigurationVersionParams
- func NewGetSpoeConfigurationVersionParamsWithTimeout(timeout time.Duration) *GetSpoeConfigurationVersionParams
- func (o *GetSpoeConfigurationVersionParams) SetContext(ctx context.Context)
- func (o *GetSpoeConfigurationVersionParams) SetDefaults()
- func (o *GetSpoeConfigurationVersionParams) SetHTTPClient(client *http.Client)
- func (o *GetSpoeConfigurationVersionParams) SetSpoe(spoe string)
- func (o *GetSpoeConfigurationVersionParams) SetTimeout(timeout time.Duration)
- func (o *GetSpoeConfigurationVersionParams) SetTransactionID(transactionID *string)
- func (o *GetSpoeConfigurationVersionParams) WithContext(ctx context.Context) *GetSpoeConfigurationVersionParams
- func (o *GetSpoeConfigurationVersionParams) WithDefaults() *GetSpoeConfigurationVersionParams
- func (o *GetSpoeConfigurationVersionParams) WithHTTPClient(client *http.Client) *GetSpoeConfigurationVersionParams
- func (o *GetSpoeConfigurationVersionParams) WithSpoe(spoe string) *GetSpoeConfigurationVersionParams
- func (o *GetSpoeConfigurationVersionParams) WithTimeout(timeout time.Duration) *GetSpoeConfigurationVersionParams
- func (o *GetSpoeConfigurationVersionParams) WithTransactionID(transactionID *string) *GetSpoeConfigurationVersionParams
- func (o *GetSpoeConfigurationVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSpoeConfigurationVersionReader
- type GetSpoeGroupDefault
- func (o *GetSpoeGroupDefault) Code() int
- func (o *GetSpoeGroupDefault) Error() string
- func (o *GetSpoeGroupDefault) GetPayload() *models.Error
- func (o *GetSpoeGroupDefault) IsClientError() bool
- func (o *GetSpoeGroupDefault) IsCode(code int) bool
- func (o *GetSpoeGroupDefault) IsRedirect() bool
- func (o *GetSpoeGroupDefault) IsServerError() bool
- func (o *GetSpoeGroupDefault) IsSuccess() bool
- func (o *GetSpoeGroupDefault) String() string
- type GetSpoeGroupNotFound
- func (o *GetSpoeGroupNotFound) Code() int
- func (o *GetSpoeGroupNotFound) Error() string
- func (o *GetSpoeGroupNotFound) GetPayload() *models.Error
- func (o *GetSpoeGroupNotFound) IsClientError() bool
- func (o *GetSpoeGroupNotFound) IsCode(code int) bool
- func (o *GetSpoeGroupNotFound) IsRedirect() bool
- func (o *GetSpoeGroupNotFound) IsServerError() bool
- func (o *GetSpoeGroupNotFound) IsSuccess() bool
- func (o *GetSpoeGroupNotFound) String() string
- type GetSpoeGroupOK
- func (o *GetSpoeGroupOK) Code() int
- func (o *GetSpoeGroupOK) Error() string
- func (o *GetSpoeGroupOK) GetPayload() *GetSpoeGroupOKBody
- func (o *GetSpoeGroupOK) IsClientError() bool
- func (o *GetSpoeGroupOK) IsCode(code int) bool
- func (o *GetSpoeGroupOK) IsRedirect() bool
- func (o *GetSpoeGroupOK) IsServerError() bool
- func (o *GetSpoeGroupOK) IsSuccess() bool
- func (o *GetSpoeGroupOK) String() string
- type GetSpoeGroupOKBody
- type GetSpoeGroupParams
- func (o *GetSpoeGroupParams) SetContext(ctx context.Context)
- func (o *GetSpoeGroupParams) SetDefaults()
- func (o *GetSpoeGroupParams) SetHTTPClient(client *http.Client)
- func (o *GetSpoeGroupParams) SetName(name string)
- func (o *GetSpoeGroupParams) SetScope(scope string)
- func (o *GetSpoeGroupParams) SetSpoe(spoe string)
- func (o *GetSpoeGroupParams) SetTimeout(timeout time.Duration)
- func (o *GetSpoeGroupParams) SetTransactionID(transactionID *string)
- func (o *GetSpoeGroupParams) WithContext(ctx context.Context) *GetSpoeGroupParams
- func (o *GetSpoeGroupParams) WithDefaults() *GetSpoeGroupParams
- func (o *GetSpoeGroupParams) WithHTTPClient(client *http.Client) *GetSpoeGroupParams
- func (o *GetSpoeGroupParams) WithName(name string) *GetSpoeGroupParams
- func (o *GetSpoeGroupParams) WithScope(scope string) *GetSpoeGroupParams
- func (o *GetSpoeGroupParams) WithSpoe(spoe string) *GetSpoeGroupParams
- func (o *GetSpoeGroupParams) WithTimeout(timeout time.Duration) *GetSpoeGroupParams
- func (o *GetSpoeGroupParams) WithTransactionID(transactionID *string) *GetSpoeGroupParams
- func (o *GetSpoeGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSpoeGroupReader
- type GetSpoeGroupsDefault
- func (o *GetSpoeGroupsDefault) Code() int
- func (o *GetSpoeGroupsDefault) Error() string
- func (o *GetSpoeGroupsDefault) GetPayload() *models.Error
- func (o *GetSpoeGroupsDefault) IsClientError() bool
- func (o *GetSpoeGroupsDefault) IsCode(code int) bool
- func (o *GetSpoeGroupsDefault) IsRedirect() bool
- func (o *GetSpoeGroupsDefault) IsServerError() bool
- func (o *GetSpoeGroupsDefault) IsSuccess() bool
- func (o *GetSpoeGroupsDefault) String() string
- type GetSpoeGroupsOK
- func (o *GetSpoeGroupsOK) Code() int
- func (o *GetSpoeGroupsOK) Error() string
- func (o *GetSpoeGroupsOK) GetPayload() *GetSpoeGroupsOKBody
- func (o *GetSpoeGroupsOK) IsClientError() bool
- func (o *GetSpoeGroupsOK) IsCode(code int) bool
- func (o *GetSpoeGroupsOK) IsRedirect() bool
- func (o *GetSpoeGroupsOK) IsServerError() bool
- func (o *GetSpoeGroupsOK) IsSuccess() bool
- func (o *GetSpoeGroupsOK) String() string
- type GetSpoeGroupsOKBody
- type GetSpoeGroupsParams
- func (o *GetSpoeGroupsParams) SetContext(ctx context.Context)
- func (o *GetSpoeGroupsParams) SetDefaults()
- func (o *GetSpoeGroupsParams) SetHTTPClient(client *http.Client)
- func (o *GetSpoeGroupsParams) SetScope(scope string)
- func (o *GetSpoeGroupsParams) SetSpoe(spoe string)
- func (o *GetSpoeGroupsParams) SetTimeout(timeout time.Duration)
- func (o *GetSpoeGroupsParams) SetTransactionID(transactionID *string)
- func (o *GetSpoeGroupsParams) WithContext(ctx context.Context) *GetSpoeGroupsParams
- func (o *GetSpoeGroupsParams) WithDefaults() *GetSpoeGroupsParams
- func (o *GetSpoeGroupsParams) WithHTTPClient(client *http.Client) *GetSpoeGroupsParams
- func (o *GetSpoeGroupsParams) WithScope(scope string) *GetSpoeGroupsParams
- func (o *GetSpoeGroupsParams) WithSpoe(spoe string) *GetSpoeGroupsParams
- func (o *GetSpoeGroupsParams) WithTimeout(timeout time.Duration) *GetSpoeGroupsParams
- func (o *GetSpoeGroupsParams) WithTransactionID(transactionID *string) *GetSpoeGroupsParams
- func (o *GetSpoeGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSpoeGroupsReader
- type GetSpoeMessageDefault
- func (o *GetSpoeMessageDefault) Code() int
- func (o *GetSpoeMessageDefault) Error() string
- func (o *GetSpoeMessageDefault) GetPayload() *models.Error
- func (o *GetSpoeMessageDefault) IsClientError() bool
- func (o *GetSpoeMessageDefault) IsCode(code int) bool
- func (o *GetSpoeMessageDefault) IsRedirect() bool
- func (o *GetSpoeMessageDefault) IsServerError() bool
- func (o *GetSpoeMessageDefault) IsSuccess() bool
- func (o *GetSpoeMessageDefault) String() string
- type GetSpoeMessageNotFound
- func (o *GetSpoeMessageNotFound) Code() int
- func (o *GetSpoeMessageNotFound) Error() string
- func (o *GetSpoeMessageNotFound) GetPayload() *models.Error
- func (o *GetSpoeMessageNotFound) IsClientError() bool
- func (o *GetSpoeMessageNotFound) IsCode(code int) bool
- func (o *GetSpoeMessageNotFound) IsRedirect() bool
- func (o *GetSpoeMessageNotFound) IsServerError() bool
- func (o *GetSpoeMessageNotFound) IsSuccess() bool
- func (o *GetSpoeMessageNotFound) String() string
- type GetSpoeMessageOK
- func (o *GetSpoeMessageOK) Code() int
- func (o *GetSpoeMessageOK) Error() string
- func (o *GetSpoeMessageOK) GetPayload() *GetSpoeMessageOKBody
- func (o *GetSpoeMessageOK) IsClientError() bool
- func (o *GetSpoeMessageOK) IsCode(code int) bool
- func (o *GetSpoeMessageOK) IsRedirect() bool
- func (o *GetSpoeMessageOK) IsServerError() bool
- func (o *GetSpoeMessageOK) IsSuccess() bool
- func (o *GetSpoeMessageOK) String() string
- type GetSpoeMessageOKBody
- type GetSpoeMessageParams
- func NewGetSpoeMessageParams() *GetSpoeMessageParams
- func NewGetSpoeMessageParamsWithContext(ctx context.Context) *GetSpoeMessageParams
- func NewGetSpoeMessageParamsWithHTTPClient(client *http.Client) *GetSpoeMessageParams
- func NewGetSpoeMessageParamsWithTimeout(timeout time.Duration) *GetSpoeMessageParams
- func (o *GetSpoeMessageParams) SetContext(ctx context.Context)
- func (o *GetSpoeMessageParams) SetDefaults()
- func (o *GetSpoeMessageParams) SetHTTPClient(client *http.Client)
- func (o *GetSpoeMessageParams) SetName(name string)
- func (o *GetSpoeMessageParams) SetScope(scope string)
- func (o *GetSpoeMessageParams) SetSpoe(spoe string)
- func (o *GetSpoeMessageParams) SetTimeout(timeout time.Duration)
- func (o *GetSpoeMessageParams) SetTransactionID(transactionID *string)
- func (o *GetSpoeMessageParams) WithContext(ctx context.Context) *GetSpoeMessageParams
- func (o *GetSpoeMessageParams) WithDefaults() *GetSpoeMessageParams
- func (o *GetSpoeMessageParams) WithHTTPClient(client *http.Client) *GetSpoeMessageParams
- func (o *GetSpoeMessageParams) WithName(name string) *GetSpoeMessageParams
- func (o *GetSpoeMessageParams) WithScope(scope string) *GetSpoeMessageParams
- func (o *GetSpoeMessageParams) WithSpoe(spoe string) *GetSpoeMessageParams
- func (o *GetSpoeMessageParams) WithTimeout(timeout time.Duration) *GetSpoeMessageParams
- func (o *GetSpoeMessageParams) WithTransactionID(transactionID *string) *GetSpoeMessageParams
- func (o *GetSpoeMessageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSpoeMessageReader
- type GetSpoeMessagesDefault
- func (o *GetSpoeMessagesDefault) Code() int
- func (o *GetSpoeMessagesDefault) Error() string
- func (o *GetSpoeMessagesDefault) GetPayload() *models.Error
- func (o *GetSpoeMessagesDefault) IsClientError() bool
- func (o *GetSpoeMessagesDefault) IsCode(code int) bool
- func (o *GetSpoeMessagesDefault) IsRedirect() bool
- func (o *GetSpoeMessagesDefault) IsServerError() bool
- func (o *GetSpoeMessagesDefault) IsSuccess() bool
- func (o *GetSpoeMessagesDefault) String() string
- type GetSpoeMessagesOK
- func (o *GetSpoeMessagesOK) Code() int
- func (o *GetSpoeMessagesOK) Error() string
- func (o *GetSpoeMessagesOK) GetPayload() *GetSpoeMessagesOKBody
- func (o *GetSpoeMessagesOK) IsClientError() bool
- func (o *GetSpoeMessagesOK) IsCode(code int) bool
- func (o *GetSpoeMessagesOK) IsRedirect() bool
- func (o *GetSpoeMessagesOK) IsServerError() bool
- func (o *GetSpoeMessagesOK) IsSuccess() bool
- func (o *GetSpoeMessagesOK) String() string
- type GetSpoeMessagesOKBody
- type GetSpoeMessagesParams
- func NewGetSpoeMessagesParams() *GetSpoeMessagesParams
- func NewGetSpoeMessagesParamsWithContext(ctx context.Context) *GetSpoeMessagesParams
- func NewGetSpoeMessagesParamsWithHTTPClient(client *http.Client) *GetSpoeMessagesParams
- func NewGetSpoeMessagesParamsWithTimeout(timeout time.Duration) *GetSpoeMessagesParams
- func (o *GetSpoeMessagesParams) SetContext(ctx context.Context)
- func (o *GetSpoeMessagesParams) SetDefaults()
- func (o *GetSpoeMessagesParams) SetHTTPClient(client *http.Client)
- func (o *GetSpoeMessagesParams) SetScope(scope string)
- func (o *GetSpoeMessagesParams) SetSpoe(spoe string)
- func (o *GetSpoeMessagesParams) SetTimeout(timeout time.Duration)
- func (o *GetSpoeMessagesParams) SetTransactionID(transactionID *string)
- func (o *GetSpoeMessagesParams) WithContext(ctx context.Context) *GetSpoeMessagesParams
- func (o *GetSpoeMessagesParams) WithDefaults() *GetSpoeMessagesParams
- func (o *GetSpoeMessagesParams) WithHTTPClient(client *http.Client) *GetSpoeMessagesParams
- func (o *GetSpoeMessagesParams) WithScope(scope string) *GetSpoeMessagesParams
- func (o *GetSpoeMessagesParams) WithSpoe(spoe string) *GetSpoeMessagesParams
- func (o *GetSpoeMessagesParams) WithTimeout(timeout time.Duration) *GetSpoeMessagesParams
- func (o *GetSpoeMessagesParams) WithTransactionID(transactionID *string) *GetSpoeMessagesParams
- func (o *GetSpoeMessagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSpoeMessagesReader
- type GetSpoeScopeDefault
- func (o *GetSpoeScopeDefault) Code() int
- func (o *GetSpoeScopeDefault) Error() string
- func (o *GetSpoeScopeDefault) GetPayload() *models.Error
- func (o *GetSpoeScopeDefault) IsClientError() bool
- func (o *GetSpoeScopeDefault) IsCode(code int) bool
- func (o *GetSpoeScopeDefault) IsRedirect() bool
- func (o *GetSpoeScopeDefault) IsServerError() bool
- func (o *GetSpoeScopeDefault) IsSuccess() bool
- func (o *GetSpoeScopeDefault) String() string
- type GetSpoeScopeNotFound
- func (o *GetSpoeScopeNotFound) Code() int
- func (o *GetSpoeScopeNotFound) Error() string
- func (o *GetSpoeScopeNotFound) GetPayload() *models.Error
- func (o *GetSpoeScopeNotFound) IsClientError() bool
- func (o *GetSpoeScopeNotFound) IsCode(code int) bool
- func (o *GetSpoeScopeNotFound) IsRedirect() bool
- func (o *GetSpoeScopeNotFound) IsServerError() bool
- func (o *GetSpoeScopeNotFound) IsSuccess() bool
- func (o *GetSpoeScopeNotFound) String() string
- type GetSpoeScopeOK
- func (o *GetSpoeScopeOK) Code() int
- func (o *GetSpoeScopeOK) Error() string
- func (o *GetSpoeScopeOK) GetPayload() *GetSpoeScopeOKBody
- func (o *GetSpoeScopeOK) IsClientError() bool
- func (o *GetSpoeScopeOK) IsCode(code int) bool
- func (o *GetSpoeScopeOK) IsRedirect() bool
- func (o *GetSpoeScopeOK) IsServerError() bool
- func (o *GetSpoeScopeOK) IsSuccess() bool
- func (o *GetSpoeScopeOK) String() string
- type GetSpoeScopeOKBody
- type GetSpoeScopeParams
- func (o *GetSpoeScopeParams) SetContext(ctx context.Context)
- func (o *GetSpoeScopeParams) SetDefaults()
- func (o *GetSpoeScopeParams) SetHTTPClient(client *http.Client)
- func (o *GetSpoeScopeParams) SetName(name string)
- func (o *GetSpoeScopeParams) SetSpoe(spoe string)
- func (o *GetSpoeScopeParams) SetTimeout(timeout time.Duration)
- func (o *GetSpoeScopeParams) SetTransactionID(transactionID *string)
- func (o *GetSpoeScopeParams) WithContext(ctx context.Context) *GetSpoeScopeParams
- func (o *GetSpoeScopeParams) WithDefaults() *GetSpoeScopeParams
- func (o *GetSpoeScopeParams) WithHTTPClient(client *http.Client) *GetSpoeScopeParams
- func (o *GetSpoeScopeParams) WithName(name string) *GetSpoeScopeParams
- func (o *GetSpoeScopeParams) WithSpoe(spoe string) *GetSpoeScopeParams
- func (o *GetSpoeScopeParams) WithTimeout(timeout time.Duration) *GetSpoeScopeParams
- func (o *GetSpoeScopeParams) WithTransactionID(transactionID *string) *GetSpoeScopeParams
- func (o *GetSpoeScopeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSpoeScopeReader
- type GetSpoeScopesDefault
- func (o *GetSpoeScopesDefault) Code() int
- func (o *GetSpoeScopesDefault) Error() string
- func (o *GetSpoeScopesDefault) GetPayload() *models.Error
- func (o *GetSpoeScopesDefault) IsClientError() bool
- func (o *GetSpoeScopesDefault) IsCode(code int) bool
- func (o *GetSpoeScopesDefault) IsRedirect() bool
- func (o *GetSpoeScopesDefault) IsServerError() bool
- func (o *GetSpoeScopesDefault) IsSuccess() bool
- func (o *GetSpoeScopesDefault) String() string
- type GetSpoeScopesOK
- func (o *GetSpoeScopesOK) Code() int
- func (o *GetSpoeScopesOK) Error() string
- func (o *GetSpoeScopesOK) GetPayload() *GetSpoeScopesOKBody
- func (o *GetSpoeScopesOK) IsClientError() bool
- func (o *GetSpoeScopesOK) IsCode(code int) bool
- func (o *GetSpoeScopesOK) IsRedirect() bool
- func (o *GetSpoeScopesOK) IsServerError() bool
- func (o *GetSpoeScopesOK) IsSuccess() bool
- func (o *GetSpoeScopesOK) String() string
- type GetSpoeScopesOKBody
- type GetSpoeScopesParams
- func (o *GetSpoeScopesParams) SetContext(ctx context.Context)
- func (o *GetSpoeScopesParams) SetDefaults()
- func (o *GetSpoeScopesParams) SetHTTPClient(client *http.Client)
- func (o *GetSpoeScopesParams) SetSpoe(spoe string)
- func (o *GetSpoeScopesParams) SetTimeout(timeout time.Duration)
- func (o *GetSpoeScopesParams) SetTransactionID(transactionID *string)
- func (o *GetSpoeScopesParams) WithContext(ctx context.Context) *GetSpoeScopesParams
- func (o *GetSpoeScopesParams) WithDefaults() *GetSpoeScopesParams
- func (o *GetSpoeScopesParams) WithHTTPClient(client *http.Client) *GetSpoeScopesParams
- func (o *GetSpoeScopesParams) WithSpoe(spoe string) *GetSpoeScopesParams
- func (o *GetSpoeScopesParams) WithTimeout(timeout time.Duration) *GetSpoeScopesParams
- func (o *GetSpoeScopesParams) WithTransactionID(transactionID *string) *GetSpoeScopesParams
- func (o *GetSpoeScopesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSpoeScopesReader
- type ReplaceSpoeAgentBadRequest
- func (o *ReplaceSpoeAgentBadRequest) Code() int
- func (o *ReplaceSpoeAgentBadRequest) Error() string
- func (o *ReplaceSpoeAgentBadRequest) GetPayload() *models.Error
- func (o *ReplaceSpoeAgentBadRequest) IsClientError() bool
- func (o *ReplaceSpoeAgentBadRequest) IsCode(code int) bool
- func (o *ReplaceSpoeAgentBadRequest) IsRedirect() bool
- func (o *ReplaceSpoeAgentBadRequest) IsServerError() bool
- func (o *ReplaceSpoeAgentBadRequest) IsSuccess() bool
- func (o *ReplaceSpoeAgentBadRequest) String() string
- type ReplaceSpoeAgentDefault
- func (o *ReplaceSpoeAgentDefault) Code() int
- func (o *ReplaceSpoeAgentDefault) Error() string
- func (o *ReplaceSpoeAgentDefault) GetPayload() *models.Error
- func (o *ReplaceSpoeAgentDefault) IsClientError() bool
- func (o *ReplaceSpoeAgentDefault) IsCode(code int) bool
- func (o *ReplaceSpoeAgentDefault) IsRedirect() bool
- func (o *ReplaceSpoeAgentDefault) IsServerError() bool
- func (o *ReplaceSpoeAgentDefault) IsSuccess() bool
- func (o *ReplaceSpoeAgentDefault) String() string
- type ReplaceSpoeAgentNotFound
- func (o *ReplaceSpoeAgentNotFound) Code() int
- func (o *ReplaceSpoeAgentNotFound) Error() string
- func (o *ReplaceSpoeAgentNotFound) GetPayload() *models.Error
- func (o *ReplaceSpoeAgentNotFound) IsClientError() bool
- func (o *ReplaceSpoeAgentNotFound) IsCode(code int) bool
- func (o *ReplaceSpoeAgentNotFound) IsRedirect() bool
- func (o *ReplaceSpoeAgentNotFound) IsServerError() bool
- func (o *ReplaceSpoeAgentNotFound) IsSuccess() bool
- func (o *ReplaceSpoeAgentNotFound) String() string
- type ReplaceSpoeAgentOK
- func (o *ReplaceSpoeAgentOK) Code() int
- func (o *ReplaceSpoeAgentOK) Error() string
- func (o *ReplaceSpoeAgentOK) GetPayload() *models.SpoeAgent
- func (o *ReplaceSpoeAgentOK) IsClientError() bool
- func (o *ReplaceSpoeAgentOK) IsCode(code int) bool
- func (o *ReplaceSpoeAgentOK) IsRedirect() bool
- func (o *ReplaceSpoeAgentOK) IsServerError() bool
- func (o *ReplaceSpoeAgentOK) IsSuccess() bool
- func (o *ReplaceSpoeAgentOK) String() string
- type ReplaceSpoeAgentParams
- func NewReplaceSpoeAgentParams() *ReplaceSpoeAgentParams
- func NewReplaceSpoeAgentParamsWithContext(ctx context.Context) *ReplaceSpoeAgentParams
- func NewReplaceSpoeAgentParamsWithHTTPClient(client *http.Client) *ReplaceSpoeAgentParams
- func NewReplaceSpoeAgentParamsWithTimeout(timeout time.Duration) *ReplaceSpoeAgentParams
- func (o *ReplaceSpoeAgentParams) SetContext(ctx context.Context)
- func (o *ReplaceSpoeAgentParams) SetData(data *models.SpoeAgent)
- func (o *ReplaceSpoeAgentParams) SetDefaults()
- func (o *ReplaceSpoeAgentParams) SetHTTPClient(client *http.Client)
- func (o *ReplaceSpoeAgentParams) SetName(name string)
- func (o *ReplaceSpoeAgentParams) SetScope(scope string)
- func (o *ReplaceSpoeAgentParams) SetSpoe(spoe string)
- func (o *ReplaceSpoeAgentParams) SetTimeout(timeout time.Duration)
- func (o *ReplaceSpoeAgentParams) SetTransactionID(transactionID *string)
- func (o *ReplaceSpoeAgentParams) SetVersion(version *int64)
- func (o *ReplaceSpoeAgentParams) WithContext(ctx context.Context) *ReplaceSpoeAgentParams
- func (o *ReplaceSpoeAgentParams) WithData(data *models.SpoeAgent) *ReplaceSpoeAgentParams
- func (o *ReplaceSpoeAgentParams) WithDefaults() *ReplaceSpoeAgentParams
- func (o *ReplaceSpoeAgentParams) WithHTTPClient(client *http.Client) *ReplaceSpoeAgentParams
- func (o *ReplaceSpoeAgentParams) WithName(name string) *ReplaceSpoeAgentParams
- func (o *ReplaceSpoeAgentParams) WithScope(scope string) *ReplaceSpoeAgentParams
- func (o *ReplaceSpoeAgentParams) WithSpoe(spoe string) *ReplaceSpoeAgentParams
- func (o *ReplaceSpoeAgentParams) WithTimeout(timeout time.Duration) *ReplaceSpoeAgentParams
- func (o *ReplaceSpoeAgentParams) WithTransactionID(transactionID *string) *ReplaceSpoeAgentParams
- func (o *ReplaceSpoeAgentParams) WithVersion(version *int64) *ReplaceSpoeAgentParams
- func (o *ReplaceSpoeAgentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReplaceSpoeAgentReader
- type ReplaceSpoeGroupBadRequest
- func (o *ReplaceSpoeGroupBadRequest) Code() int
- func (o *ReplaceSpoeGroupBadRequest) Error() string
- func (o *ReplaceSpoeGroupBadRequest) GetPayload() *models.Error
- func (o *ReplaceSpoeGroupBadRequest) IsClientError() bool
- func (o *ReplaceSpoeGroupBadRequest) IsCode(code int) bool
- func (o *ReplaceSpoeGroupBadRequest) IsRedirect() bool
- func (o *ReplaceSpoeGroupBadRequest) IsServerError() bool
- func (o *ReplaceSpoeGroupBadRequest) IsSuccess() bool
- func (o *ReplaceSpoeGroupBadRequest) String() string
- type ReplaceSpoeGroupDefault
- func (o *ReplaceSpoeGroupDefault) Code() int
- func (o *ReplaceSpoeGroupDefault) Error() string
- func (o *ReplaceSpoeGroupDefault) GetPayload() *models.Error
- func (o *ReplaceSpoeGroupDefault) IsClientError() bool
- func (o *ReplaceSpoeGroupDefault) IsCode(code int) bool
- func (o *ReplaceSpoeGroupDefault) IsRedirect() bool
- func (o *ReplaceSpoeGroupDefault) IsServerError() bool
- func (o *ReplaceSpoeGroupDefault) IsSuccess() bool
- func (o *ReplaceSpoeGroupDefault) String() string
- type ReplaceSpoeGroupNotFound
- func (o *ReplaceSpoeGroupNotFound) Code() int
- func (o *ReplaceSpoeGroupNotFound) Error() string
- func (o *ReplaceSpoeGroupNotFound) GetPayload() *models.Error
- func (o *ReplaceSpoeGroupNotFound) IsClientError() bool
- func (o *ReplaceSpoeGroupNotFound) IsCode(code int) bool
- func (o *ReplaceSpoeGroupNotFound) IsRedirect() bool
- func (o *ReplaceSpoeGroupNotFound) IsServerError() bool
- func (o *ReplaceSpoeGroupNotFound) IsSuccess() bool
- func (o *ReplaceSpoeGroupNotFound) String() string
- type ReplaceSpoeGroupOK
- func (o *ReplaceSpoeGroupOK) Code() int
- func (o *ReplaceSpoeGroupOK) Error() string
- func (o *ReplaceSpoeGroupOK) GetPayload() *models.SpoeGroup
- func (o *ReplaceSpoeGroupOK) IsClientError() bool
- func (o *ReplaceSpoeGroupOK) IsCode(code int) bool
- func (o *ReplaceSpoeGroupOK) IsRedirect() bool
- func (o *ReplaceSpoeGroupOK) IsServerError() bool
- func (o *ReplaceSpoeGroupOK) IsSuccess() bool
- func (o *ReplaceSpoeGroupOK) String() string
- type ReplaceSpoeGroupParams
- func NewReplaceSpoeGroupParams() *ReplaceSpoeGroupParams
- func NewReplaceSpoeGroupParamsWithContext(ctx context.Context) *ReplaceSpoeGroupParams
- func NewReplaceSpoeGroupParamsWithHTTPClient(client *http.Client) *ReplaceSpoeGroupParams
- func NewReplaceSpoeGroupParamsWithTimeout(timeout time.Duration) *ReplaceSpoeGroupParams
- func (o *ReplaceSpoeGroupParams) SetContext(ctx context.Context)
- func (o *ReplaceSpoeGroupParams) SetData(data *models.SpoeGroup)
- func (o *ReplaceSpoeGroupParams) SetDefaults()
- func (o *ReplaceSpoeGroupParams) SetHTTPClient(client *http.Client)
- func (o *ReplaceSpoeGroupParams) SetName(name string)
- func (o *ReplaceSpoeGroupParams) SetScope(scope string)
- func (o *ReplaceSpoeGroupParams) SetSpoe(spoe string)
- func (o *ReplaceSpoeGroupParams) SetTimeout(timeout time.Duration)
- func (o *ReplaceSpoeGroupParams) SetTransactionID(transactionID *string)
- func (o *ReplaceSpoeGroupParams) SetVersion(version *int64)
- func (o *ReplaceSpoeGroupParams) WithContext(ctx context.Context) *ReplaceSpoeGroupParams
- func (o *ReplaceSpoeGroupParams) WithData(data *models.SpoeGroup) *ReplaceSpoeGroupParams
- func (o *ReplaceSpoeGroupParams) WithDefaults() *ReplaceSpoeGroupParams
- func (o *ReplaceSpoeGroupParams) WithHTTPClient(client *http.Client) *ReplaceSpoeGroupParams
- func (o *ReplaceSpoeGroupParams) WithName(name string) *ReplaceSpoeGroupParams
- func (o *ReplaceSpoeGroupParams) WithScope(scope string) *ReplaceSpoeGroupParams
- func (o *ReplaceSpoeGroupParams) WithSpoe(spoe string) *ReplaceSpoeGroupParams
- func (o *ReplaceSpoeGroupParams) WithTimeout(timeout time.Duration) *ReplaceSpoeGroupParams
- func (o *ReplaceSpoeGroupParams) WithTransactionID(transactionID *string) *ReplaceSpoeGroupParams
- func (o *ReplaceSpoeGroupParams) WithVersion(version *int64) *ReplaceSpoeGroupParams
- func (o *ReplaceSpoeGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReplaceSpoeGroupReader
- type ReplaceSpoeMessageBadRequest
- func (o *ReplaceSpoeMessageBadRequest) Code() int
- func (o *ReplaceSpoeMessageBadRequest) Error() string
- func (o *ReplaceSpoeMessageBadRequest) GetPayload() *models.Error
- func (o *ReplaceSpoeMessageBadRequest) IsClientError() bool
- func (o *ReplaceSpoeMessageBadRequest) IsCode(code int) bool
- func (o *ReplaceSpoeMessageBadRequest) IsRedirect() bool
- func (o *ReplaceSpoeMessageBadRequest) IsServerError() bool
- func (o *ReplaceSpoeMessageBadRequest) IsSuccess() bool
- func (o *ReplaceSpoeMessageBadRequest) String() string
- type ReplaceSpoeMessageDefault
- func (o *ReplaceSpoeMessageDefault) Code() int
- func (o *ReplaceSpoeMessageDefault) Error() string
- func (o *ReplaceSpoeMessageDefault) GetPayload() *models.Error
- func (o *ReplaceSpoeMessageDefault) IsClientError() bool
- func (o *ReplaceSpoeMessageDefault) IsCode(code int) bool
- func (o *ReplaceSpoeMessageDefault) IsRedirect() bool
- func (o *ReplaceSpoeMessageDefault) IsServerError() bool
- func (o *ReplaceSpoeMessageDefault) IsSuccess() bool
- func (o *ReplaceSpoeMessageDefault) String() string
- type ReplaceSpoeMessageNotFound
- func (o *ReplaceSpoeMessageNotFound) Code() int
- func (o *ReplaceSpoeMessageNotFound) Error() string
- func (o *ReplaceSpoeMessageNotFound) GetPayload() *models.Error
- func (o *ReplaceSpoeMessageNotFound) IsClientError() bool
- func (o *ReplaceSpoeMessageNotFound) IsCode(code int) bool
- func (o *ReplaceSpoeMessageNotFound) IsRedirect() bool
- func (o *ReplaceSpoeMessageNotFound) IsServerError() bool
- func (o *ReplaceSpoeMessageNotFound) IsSuccess() bool
- func (o *ReplaceSpoeMessageNotFound) String() string
- type ReplaceSpoeMessageOK
- func (o *ReplaceSpoeMessageOK) Code() int
- func (o *ReplaceSpoeMessageOK) Error() string
- func (o *ReplaceSpoeMessageOK) GetPayload() *models.SpoeMessage
- func (o *ReplaceSpoeMessageOK) IsClientError() bool
- func (o *ReplaceSpoeMessageOK) IsCode(code int) bool
- func (o *ReplaceSpoeMessageOK) IsRedirect() bool
- func (o *ReplaceSpoeMessageOK) IsServerError() bool
- func (o *ReplaceSpoeMessageOK) IsSuccess() bool
- func (o *ReplaceSpoeMessageOK) String() string
- type ReplaceSpoeMessageParams
- func NewReplaceSpoeMessageParams() *ReplaceSpoeMessageParams
- func NewReplaceSpoeMessageParamsWithContext(ctx context.Context) *ReplaceSpoeMessageParams
- func NewReplaceSpoeMessageParamsWithHTTPClient(client *http.Client) *ReplaceSpoeMessageParams
- func NewReplaceSpoeMessageParamsWithTimeout(timeout time.Duration) *ReplaceSpoeMessageParams
- func (o *ReplaceSpoeMessageParams) SetContext(ctx context.Context)
- func (o *ReplaceSpoeMessageParams) SetData(data *models.SpoeMessage)
- func (o *ReplaceSpoeMessageParams) SetDefaults()
- func (o *ReplaceSpoeMessageParams) SetHTTPClient(client *http.Client)
- func (o *ReplaceSpoeMessageParams) SetName(name string)
- func (o *ReplaceSpoeMessageParams) SetScope(scope string)
- func (o *ReplaceSpoeMessageParams) SetSpoe(spoe string)
- func (o *ReplaceSpoeMessageParams) SetTimeout(timeout time.Duration)
- func (o *ReplaceSpoeMessageParams) SetTransactionID(transactionID *string)
- func (o *ReplaceSpoeMessageParams) SetVersion(version *int64)
- func (o *ReplaceSpoeMessageParams) WithContext(ctx context.Context) *ReplaceSpoeMessageParams
- func (o *ReplaceSpoeMessageParams) WithData(data *models.SpoeMessage) *ReplaceSpoeMessageParams
- func (o *ReplaceSpoeMessageParams) WithDefaults() *ReplaceSpoeMessageParams
- func (o *ReplaceSpoeMessageParams) WithHTTPClient(client *http.Client) *ReplaceSpoeMessageParams
- func (o *ReplaceSpoeMessageParams) WithName(name string) *ReplaceSpoeMessageParams
- func (o *ReplaceSpoeMessageParams) WithScope(scope string) *ReplaceSpoeMessageParams
- func (o *ReplaceSpoeMessageParams) WithSpoe(spoe string) *ReplaceSpoeMessageParams
- func (o *ReplaceSpoeMessageParams) WithTimeout(timeout time.Duration) *ReplaceSpoeMessageParams
- func (o *ReplaceSpoeMessageParams) WithTransactionID(transactionID *string) *ReplaceSpoeMessageParams
- func (o *ReplaceSpoeMessageParams) WithVersion(version *int64) *ReplaceSpoeMessageParams
- func (o *ReplaceSpoeMessageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ReplaceSpoeMessageReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for spoe API
func (*Client) CreateSpoe ¶
func (a *Client) CreateSpoe(params *CreateSpoeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeCreated, error)
CreateSpoe creates s p o e file with its entries
Creates SPOE file with its entries.
func (*Client) CreateSpoeAgent ¶
func (a *Client) CreateSpoeAgent(params *CreateSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeAgentCreated, error)
CreateSpoeAgent adds a new spoe agent to scope
Adds a new spoe agent to the spoe scope.
func (*Client) CreateSpoeGroup ¶
func (a *Client) CreateSpoeGroup(params *CreateSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeGroupCreated, error)
CreateSpoeGroup adds a new s p o e groups
Adds a new SPOE groups to the SPOE scope.
func (*Client) CreateSpoeMessage ¶
func (a *Client) CreateSpoeMessage(params *CreateSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeMessageCreated, error)
CreateSpoeMessage adds a new spoe message to scope
Adds a new spoe message to the spoe scope.
func (*Client) CreateSpoeScope ¶
func (a *Client) CreateSpoeScope(params *CreateSpoeScopeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeScopeCreated, error)
CreateSpoeScope adds a new spoe scope
Adds a new spoe scope.
func (*Client) DeleteSpoeAgent ¶
func (a *Client) DeleteSpoeAgent(params *DeleteSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeAgentNoContent, error)
DeleteSpoeAgent deletes a s p o e agent
Deletes a SPOE agent from the configuration in one SPOE scope.
func (*Client) DeleteSpoeFile ¶
func (a *Client) DeleteSpoeFile(params *DeleteSpoeFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeFileNoContent, error)
DeleteSpoeFile deletes s p o e file
Deletes SPOE file.
func (*Client) DeleteSpoeGroup ¶
func (a *Client) DeleteSpoeGroup(params *DeleteSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeGroupNoContent, error)
DeleteSpoeGroup deletes a s p o e groups
Deletes a SPOE groups from the one SPOE scope.
func (*Client) DeleteSpoeMessage ¶
func (a *Client) DeleteSpoeMessage(params *DeleteSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeMessageNoContent, error)
DeleteSpoeMessage deletes a spoe message
Deletes a spoe message from the SPOE scope.
func (*Client) DeleteSpoeScope ¶
func (a *Client) DeleteSpoeScope(params *DeleteSpoeScopeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeScopeNoContent, error)
DeleteSpoeScope deletes a s p o e scope
Deletes a SPOE scope from the configuration file.
func (*Client) GetAllSpoeFiles ¶
func (a *Client) GetAllSpoeFiles(params *GetAllSpoeFilesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllSpoeFilesOK, error)
GetAllSpoeFiles returns all available s p o e files
Returns all available SPOE files.
func (*Client) GetOneSpoeFile ¶
func (a *Client) GetOneSpoeFile(params *GetOneSpoeFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOneSpoeFileOK, error)
GetOneSpoeFile returns one s p o e file
Returns one SPOE file.
func (*Client) GetSpoeAgent ¶
func (a *Client) GetSpoeAgent(params *GetSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeAgentOK, error)
GetSpoeAgent returns a spoe agent
Returns one spoe agent configuration in one SPOE scope.
func (*Client) GetSpoeAgents ¶
func (a *Client) GetSpoeAgents(params *GetSpoeAgentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeAgentsOK, error)
GetSpoeAgents returns an array of spoe agents in one scope
Returns an array of all configured spoe agents in one scope.
func (*Client) GetSpoeConfigurationVersion ¶
func (a *Client) GetSpoeConfigurationVersion(params *GetSpoeConfigurationVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeConfigurationVersionOK, error)
GetSpoeConfigurationVersion returns a s p o e configuration version
Returns SPOE configuration version.
func (*Client) GetSpoeGroup ¶
func (a *Client) GetSpoeGroup(params *GetSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeGroupOK, error)
GetSpoeGroup returns a s p o e groups
Returns one SPOE groups configuration in one SPOE scope.
func (*Client) GetSpoeGroups ¶
func (a *Client) GetSpoeGroups(params *GetSpoeGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeGroupsOK, error)
GetSpoeGroups returns an array of s p o e groups
Returns an array of all configured SPOE groups in one SPOE scope.
func (*Client) GetSpoeMessage ¶
func (a *Client) GetSpoeMessage(params *GetSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeMessageOK, error)
GetSpoeMessage returns a spoe message
Returns one spoe message configuration in SPOE scope.
func (*Client) GetSpoeMessages ¶
func (a *Client) GetSpoeMessages(params *GetSpoeMessagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeMessagesOK, error)
GetSpoeMessages returns an array of spoe messages in one scope
Returns an array of all configured spoe messages in one scope.
func (*Client) GetSpoeScope ¶
func (a *Client) GetSpoeScope(params *GetSpoeScopeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeScopeOK, error)
GetSpoeScope returns one s p o e scope
Returns one SPOE scope in one SPOE file.
func (*Client) GetSpoeScopes ¶
func (a *Client) GetSpoeScopes(params *GetSpoeScopesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeScopesOK, error)
GetSpoeScopes returns an array of spoe scopes
Returns an array of all configured spoe scopes.
func (*Client) ReplaceSpoeAgent ¶
func (a *Client) ReplaceSpoeAgent(params *ReplaceSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplaceSpoeAgentOK, error)
ReplaceSpoeAgent replaces a s p o e agent
Replaces a SPOE agent configuration in one SPOE scope.
func (*Client) ReplaceSpoeGroup ¶
func (a *Client) ReplaceSpoeGroup(params *ReplaceSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplaceSpoeGroupOK, error)
ReplaceSpoeGroup replaces a s p o e groups
Replaces a SPOE groups configuration in one SPOE scope.
func (*Client) ReplaceSpoeMessage ¶
func (a *Client) ReplaceSpoeMessage(params *ReplaceSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplaceSpoeMessageOK, error)
ReplaceSpoeMessage replaces a spoe message
Replaces a spoe message configuration in one SPOE scope.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CreateSpoe(params *CreateSpoeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeCreated, error) CreateSpoeAgent(params *CreateSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeAgentCreated, error) CreateSpoeGroup(params *CreateSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeGroupCreated, error) CreateSpoeMessage(params *CreateSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeMessageCreated, error) CreateSpoeScope(params *CreateSpoeScopeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateSpoeScopeCreated, error) DeleteSpoeAgent(params *DeleteSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeAgentNoContent, error) DeleteSpoeFile(params *DeleteSpoeFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeFileNoContent, error) DeleteSpoeGroup(params *DeleteSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeGroupNoContent, error) DeleteSpoeMessage(params *DeleteSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeMessageNoContent, error) DeleteSpoeScope(params *DeleteSpoeScopeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSpoeScopeNoContent, error) GetAllSpoeFiles(params *GetAllSpoeFilesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAllSpoeFilesOK, error) GetOneSpoeFile(params *GetOneSpoeFileParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetOneSpoeFileOK, error) GetSpoeAgent(params *GetSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeAgentOK, error) GetSpoeAgents(params *GetSpoeAgentsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeAgentsOK, error) GetSpoeConfigurationVersion(params *GetSpoeConfigurationVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeConfigurationVersionOK, error) GetSpoeGroup(params *GetSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeGroupOK, error) GetSpoeGroups(params *GetSpoeGroupsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeGroupsOK, error) GetSpoeMessage(params *GetSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeMessageOK, error) GetSpoeMessages(params *GetSpoeMessagesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeMessagesOK, error) GetSpoeScope(params *GetSpoeScopeParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeScopeOK, error) GetSpoeScopes(params *GetSpoeScopesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSpoeScopesOK, error) ReplaceSpoeAgent(params *ReplaceSpoeAgentParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplaceSpoeAgentOK, error) ReplaceSpoeGroup(params *ReplaceSpoeGroupParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplaceSpoeGroupOK, error) ReplaceSpoeMessage(params *ReplaceSpoeMessageParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplaceSpoeMessageOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new spoe API client.
type CreateSpoeAgentBadRequest ¶
type CreateSpoeAgentBadRequest struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
CreateSpoeAgentBadRequest describes a response with status code 400, with default header values.
Bad request
func NewCreateSpoeAgentBadRequest ¶
func NewCreateSpoeAgentBadRequest() *CreateSpoeAgentBadRequest
NewCreateSpoeAgentBadRequest creates a CreateSpoeAgentBadRequest with default headers values
func (*CreateSpoeAgentBadRequest) Code ¶ added in v1.1.5
func (o *CreateSpoeAgentBadRequest) Code() int
Code gets the status code for the create spoe agent bad request response
func (*CreateSpoeAgentBadRequest) Error ¶
func (o *CreateSpoeAgentBadRequest) Error() string
func (*CreateSpoeAgentBadRequest) GetPayload ¶
func (o *CreateSpoeAgentBadRequest) GetPayload() *models.Error
func (*CreateSpoeAgentBadRequest) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeAgentBadRequest) IsClientError() bool
IsClientError returns true when this create spoe agent bad request response has a 4xx status code
func (*CreateSpoeAgentBadRequest) IsCode ¶ added in v1.1.0
func (o *CreateSpoeAgentBadRequest) IsCode(code int) bool
IsCode returns true when this create spoe agent bad request response a status code equal to that given
func (*CreateSpoeAgentBadRequest) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeAgentBadRequest) IsRedirect() bool
IsRedirect returns true when this create spoe agent bad request response has a 3xx status code
func (*CreateSpoeAgentBadRequest) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeAgentBadRequest) IsServerError() bool
IsServerError returns true when this create spoe agent bad request response has a 5xx status code
func (*CreateSpoeAgentBadRequest) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeAgentBadRequest) IsSuccess() bool
IsSuccess returns true when this create spoe agent bad request response has a 2xx status code
func (*CreateSpoeAgentBadRequest) String ¶ added in v1.1.0
func (o *CreateSpoeAgentBadRequest) String() string
type CreateSpoeAgentConflict ¶
type CreateSpoeAgentConflict struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
CreateSpoeAgentConflict describes a response with status code 409, with default header values.
The specified resource already exists
func NewCreateSpoeAgentConflict ¶
func NewCreateSpoeAgentConflict() *CreateSpoeAgentConflict
NewCreateSpoeAgentConflict creates a CreateSpoeAgentConflict with default headers values
func (*CreateSpoeAgentConflict) Code ¶ added in v1.1.5
func (o *CreateSpoeAgentConflict) Code() int
Code gets the status code for the create spoe agent conflict response
func (*CreateSpoeAgentConflict) Error ¶
func (o *CreateSpoeAgentConflict) Error() string
func (*CreateSpoeAgentConflict) GetPayload ¶
func (o *CreateSpoeAgentConflict) GetPayload() *models.Error
func (*CreateSpoeAgentConflict) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeAgentConflict) IsClientError() bool
IsClientError returns true when this create spoe agent conflict response has a 4xx status code
func (*CreateSpoeAgentConflict) IsCode ¶ added in v1.1.0
func (o *CreateSpoeAgentConflict) IsCode(code int) bool
IsCode returns true when this create spoe agent conflict response a status code equal to that given
func (*CreateSpoeAgentConflict) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeAgentConflict) IsRedirect() bool
IsRedirect returns true when this create spoe agent conflict response has a 3xx status code
func (*CreateSpoeAgentConflict) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeAgentConflict) IsServerError() bool
IsServerError returns true when this create spoe agent conflict response has a 5xx status code
func (*CreateSpoeAgentConflict) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeAgentConflict) IsSuccess() bool
IsSuccess returns true when this create spoe agent conflict response has a 2xx status code
func (*CreateSpoeAgentConflict) String ¶ added in v1.1.0
func (o *CreateSpoeAgentConflict) String() string
type CreateSpoeAgentCreated ¶
CreateSpoeAgentCreated describes a response with status code 201, with default header values.
Spoe agent created
func NewCreateSpoeAgentCreated ¶
func NewCreateSpoeAgentCreated() *CreateSpoeAgentCreated
NewCreateSpoeAgentCreated creates a CreateSpoeAgentCreated with default headers values
func (*CreateSpoeAgentCreated) Code ¶ added in v1.1.5
func (o *CreateSpoeAgentCreated) Code() int
Code gets the status code for the create spoe agent created response
func (*CreateSpoeAgentCreated) Error ¶
func (o *CreateSpoeAgentCreated) Error() string
func (*CreateSpoeAgentCreated) GetPayload ¶
func (o *CreateSpoeAgentCreated) GetPayload() *models.SpoeAgent
func (*CreateSpoeAgentCreated) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeAgentCreated) IsClientError() bool
IsClientError returns true when this create spoe agent created response has a 4xx status code
func (*CreateSpoeAgentCreated) IsCode ¶ added in v1.1.0
func (o *CreateSpoeAgentCreated) IsCode(code int) bool
IsCode returns true when this create spoe agent created response a status code equal to that given
func (*CreateSpoeAgentCreated) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeAgentCreated) IsRedirect() bool
IsRedirect returns true when this create spoe agent created response has a 3xx status code
func (*CreateSpoeAgentCreated) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeAgentCreated) IsServerError() bool
IsServerError returns true when this create spoe agent created response has a 5xx status code
func (*CreateSpoeAgentCreated) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeAgentCreated) IsSuccess() bool
IsSuccess returns true when this create spoe agent created response has a 2xx status code
func (*CreateSpoeAgentCreated) String ¶ added in v1.1.0
func (o *CreateSpoeAgentCreated) String() string
type CreateSpoeAgentDefault ¶
type CreateSpoeAgentDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
CreateSpoeAgentDefault describes a response with status code -1, with default header values.
General Error
func NewCreateSpoeAgentDefault ¶
func NewCreateSpoeAgentDefault(code int) *CreateSpoeAgentDefault
NewCreateSpoeAgentDefault creates a CreateSpoeAgentDefault with default headers values
func (*CreateSpoeAgentDefault) Code ¶
func (o *CreateSpoeAgentDefault) Code() int
Code gets the status code for the create spoe agent default response
func (*CreateSpoeAgentDefault) Error ¶
func (o *CreateSpoeAgentDefault) Error() string
func (*CreateSpoeAgentDefault) GetPayload ¶
func (o *CreateSpoeAgentDefault) GetPayload() *models.Error
func (*CreateSpoeAgentDefault) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeAgentDefault) IsClientError() bool
IsClientError returns true when this create spoe agent default response has a 4xx status code
func (*CreateSpoeAgentDefault) IsCode ¶ added in v1.1.0
func (o *CreateSpoeAgentDefault) IsCode(code int) bool
IsCode returns true when this create spoe agent default response a status code equal to that given
func (*CreateSpoeAgentDefault) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeAgentDefault) IsRedirect() bool
IsRedirect returns true when this create spoe agent default response has a 3xx status code
func (*CreateSpoeAgentDefault) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeAgentDefault) IsServerError() bool
IsServerError returns true when this create spoe agent default response has a 5xx status code
func (*CreateSpoeAgentDefault) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeAgentDefault) IsSuccess() bool
IsSuccess returns true when this create spoe agent default response has a 2xx status code
func (*CreateSpoeAgentDefault) String ¶ added in v1.1.0
func (o *CreateSpoeAgentDefault) String() string
type CreateSpoeAgentParams ¶
type CreateSpoeAgentParams struct { // Data. Data *models.SpoeAgent /* Scope. Spoe scope */ Scope string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string /* Version. Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version. */ Version *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateSpoeAgentParams contains all the parameters to send to the API endpoint
for the create spoe agent operation. Typically these are written to a http.Request.
func NewCreateSpoeAgentParams ¶
func NewCreateSpoeAgentParams() *CreateSpoeAgentParams
NewCreateSpoeAgentParams creates a new CreateSpoeAgentParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateSpoeAgentParamsWithContext ¶
func NewCreateSpoeAgentParamsWithContext(ctx context.Context) *CreateSpoeAgentParams
NewCreateSpoeAgentParamsWithContext creates a new CreateSpoeAgentParams object with the ability to set a context for a request.
func NewCreateSpoeAgentParamsWithHTTPClient ¶
func NewCreateSpoeAgentParamsWithHTTPClient(client *http.Client) *CreateSpoeAgentParams
NewCreateSpoeAgentParamsWithHTTPClient creates a new CreateSpoeAgentParams object with the ability to set a custom HTTPClient for a request.
func NewCreateSpoeAgentParamsWithTimeout ¶
func NewCreateSpoeAgentParamsWithTimeout(timeout time.Duration) *CreateSpoeAgentParams
NewCreateSpoeAgentParamsWithTimeout creates a new CreateSpoeAgentParams object with the ability to set a timeout on a request.
func (*CreateSpoeAgentParams) SetContext ¶
func (o *CreateSpoeAgentParams) SetContext(ctx context.Context)
SetContext adds the context to the create spoe agent params
func (*CreateSpoeAgentParams) SetData ¶
func (o *CreateSpoeAgentParams) SetData(data *models.SpoeAgent)
SetData adds the data to the create spoe agent params
func (*CreateSpoeAgentParams) SetDefaults ¶
func (o *CreateSpoeAgentParams) SetDefaults()
SetDefaults hydrates default values in the create spoe agent params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSpoeAgentParams) SetHTTPClient ¶
func (o *CreateSpoeAgentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create spoe agent params
func (*CreateSpoeAgentParams) SetScope ¶
func (o *CreateSpoeAgentParams) SetScope(scope string)
SetScope adds the scope to the create spoe agent params
func (*CreateSpoeAgentParams) SetSpoe ¶
func (o *CreateSpoeAgentParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the create spoe agent params
func (*CreateSpoeAgentParams) SetTimeout ¶
func (o *CreateSpoeAgentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create spoe agent params
func (*CreateSpoeAgentParams) SetTransactionID ¶
func (o *CreateSpoeAgentParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the create spoe agent params
func (*CreateSpoeAgentParams) SetVersion ¶
func (o *CreateSpoeAgentParams) SetVersion(version *int64)
SetVersion adds the version to the create spoe agent params
func (*CreateSpoeAgentParams) WithContext ¶
func (o *CreateSpoeAgentParams) WithContext(ctx context.Context) *CreateSpoeAgentParams
WithContext adds the context to the create spoe agent params
func (*CreateSpoeAgentParams) WithData ¶
func (o *CreateSpoeAgentParams) WithData(data *models.SpoeAgent) *CreateSpoeAgentParams
WithData adds the data to the create spoe agent params
func (*CreateSpoeAgentParams) WithDefaults ¶
func (o *CreateSpoeAgentParams) WithDefaults() *CreateSpoeAgentParams
WithDefaults hydrates default values in the create spoe agent params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSpoeAgentParams) WithHTTPClient ¶
func (o *CreateSpoeAgentParams) WithHTTPClient(client *http.Client) *CreateSpoeAgentParams
WithHTTPClient adds the HTTPClient to the create spoe agent params
func (*CreateSpoeAgentParams) WithScope ¶
func (o *CreateSpoeAgentParams) WithScope(scope string) *CreateSpoeAgentParams
WithScope adds the scope to the create spoe agent params
func (*CreateSpoeAgentParams) WithSpoe ¶
func (o *CreateSpoeAgentParams) WithSpoe(spoe string) *CreateSpoeAgentParams
WithSpoe adds the spoe to the create spoe agent params
func (*CreateSpoeAgentParams) WithTimeout ¶
func (o *CreateSpoeAgentParams) WithTimeout(timeout time.Duration) *CreateSpoeAgentParams
WithTimeout adds the timeout to the create spoe agent params
func (*CreateSpoeAgentParams) WithTransactionID ¶
func (o *CreateSpoeAgentParams) WithTransactionID(transactionID *string) *CreateSpoeAgentParams
WithTransactionID adds the transactionID to the create spoe agent params
func (*CreateSpoeAgentParams) WithVersion ¶
func (o *CreateSpoeAgentParams) WithVersion(version *int64) *CreateSpoeAgentParams
WithVersion adds the version to the create spoe agent params
func (*CreateSpoeAgentParams) WriteToRequest ¶
func (o *CreateSpoeAgentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateSpoeAgentReader ¶
type CreateSpoeAgentReader struct {
// contains filtered or unexported fields
}
CreateSpoeAgentReader is a Reader for the CreateSpoeAgent structure.
func (*CreateSpoeAgentReader) ReadResponse ¶
func (o *CreateSpoeAgentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateSpoeBadRequest ¶
type CreateSpoeBadRequest struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
CreateSpoeBadRequest describes a response with status code 400, with default header values.
Bad request
func NewCreateSpoeBadRequest ¶
func NewCreateSpoeBadRequest() *CreateSpoeBadRequest
NewCreateSpoeBadRequest creates a CreateSpoeBadRequest with default headers values
func (*CreateSpoeBadRequest) Code ¶ added in v1.1.5
func (o *CreateSpoeBadRequest) Code() int
Code gets the status code for the create spoe bad request response
func (*CreateSpoeBadRequest) Error ¶
func (o *CreateSpoeBadRequest) Error() string
func (*CreateSpoeBadRequest) GetPayload ¶
func (o *CreateSpoeBadRequest) GetPayload() *models.Error
func (*CreateSpoeBadRequest) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeBadRequest) IsClientError() bool
IsClientError returns true when this create spoe bad request response has a 4xx status code
func (*CreateSpoeBadRequest) IsCode ¶ added in v1.1.0
func (o *CreateSpoeBadRequest) IsCode(code int) bool
IsCode returns true when this create spoe bad request response a status code equal to that given
func (*CreateSpoeBadRequest) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeBadRequest) IsRedirect() bool
IsRedirect returns true when this create spoe bad request response has a 3xx status code
func (*CreateSpoeBadRequest) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeBadRequest) IsServerError() bool
IsServerError returns true when this create spoe bad request response has a 5xx status code
func (*CreateSpoeBadRequest) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeBadRequest) IsSuccess() bool
IsSuccess returns true when this create spoe bad request response has a 2xx status code
func (*CreateSpoeBadRequest) String ¶ added in v1.1.0
func (o *CreateSpoeBadRequest) String() string
type CreateSpoeConflict ¶
type CreateSpoeConflict struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
CreateSpoeConflict describes a response with status code 409, with default header values.
The specified resource already exists
func NewCreateSpoeConflict ¶
func NewCreateSpoeConflict() *CreateSpoeConflict
NewCreateSpoeConflict creates a CreateSpoeConflict with default headers values
func (*CreateSpoeConflict) Code ¶ added in v1.1.5
func (o *CreateSpoeConflict) Code() int
Code gets the status code for the create spoe conflict response
func (*CreateSpoeConflict) Error ¶
func (o *CreateSpoeConflict) Error() string
func (*CreateSpoeConflict) GetPayload ¶
func (o *CreateSpoeConflict) GetPayload() *models.Error
func (*CreateSpoeConflict) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeConflict) IsClientError() bool
IsClientError returns true when this create spoe conflict response has a 4xx status code
func (*CreateSpoeConflict) IsCode ¶ added in v1.1.0
func (o *CreateSpoeConflict) IsCode(code int) bool
IsCode returns true when this create spoe conflict response a status code equal to that given
func (*CreateSpoeConflict) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeConflict) IsRedirect() bool
IsRedirect returns true when this create spoe conflict response has a 3xx status code
func (*CreateSpoeConflict) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeConflict) IsServerError() bool
IsServerError returns true when this create spoe conflict response has a 5xx status code
func (*CreateSpoeConflict) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeConflict) IsSuccess() bool
IsSuccess returns true when this create spoe conflict response has a 2xx status code
func (*CreateSpoeConflict) String ¶ added in v1.1.0
func (o *CreateSpoeConflict) String() string
type CreateSpoeCreated ¶
type CreateSpoeCreated struct {
Payload string
}
CreateSpoeCreated describes a response with status code 201, with default header values.
SPOE file created with its entries
func NewCreateSpoeCreated ¶
func NewCreateSpoeCreated() *CreateSpoeCreated
NewCreateSpoeCreated creates a CreateSpoeCreated with default headers values
func (*CreateSpoeCreated) Code ¶ added in v1.1.5
func (o *CreateSpoeCreated) Code() int
Code gets the status code for the create spoe created response
func (*CreateSpoeCreated) Error ¶
func (o *CreateSpoeCreated) Error() string
func (*CreateSpoeCreated) GetPayload ¶
func (o *CreateSpoeCreated) GetPayload() string
func (*CreateSpoeCreated) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeCreated) IsClientError() bool
IsClientError returns true when this create spoe created response has a 4xx status code
func (*CreateSpoeCreated) IsCode ¶ added in v1.1.0
func (o *CreateSpoeCreated) IsCode(code int) bool
IsCode returns true when this create spoe created response a status code equal to that given
func (*CreateSpoeCreated) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeCreated) IsRedirect() bool
IsRedirect returns true when this create spoe created response has a 3xx status code
func (*CreateSpoeCreated) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeCreated) IsServerError() bool
IsServerError returns true when this create spoe created response has a 5xx status code
func (*CreateSpoeCreated) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeCreated) IsSuccess() bool
IsSuccess returns true when this create spoe created response has a 2xx status code
func (*CreateSpoeCreated) String ¶ added in v1.1.0
func (o *CreateSpoeCreated) String() string
type CreateSpoeDefault ¶
type CreateSpoeDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
CreateSpoeDefault describes a response with status code -1, with default header values.
General Error
func NewCreateSpoeDefault ¶
func NewCreateSpoeDefault(code int) *CreateSpoeDefault
NewCreateSpoeDefault creates a CreateSpoeDefault with default headers values
func (*CreateSpoeDefault) Code ¶
func (o *CreateSpoeDefault) Code() int
Code gets the status code for the create spoe default response
func (*CreateSpoeDefault) Error ¶
func (o *CreateSpoeDefault) Error() string
func (*CreateSpoeDefault) GetPayload ¶
func (o *CreateSpoeDefault) GetPayload() *models.Error
func (*CreateSpoeDefault) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeDefault) IsClientError() bool
IsClientError returns true when this create spoe default response has a 4xx status code
func (*CreateSpoeDefault) IsCode ¶ added in v1.1.0
func (o *CreateSpoeDefault) IsCode(code int) bool
IsCode returns true when this create spoe default response a status code equal to that given
func (*CreateSpoeDefault) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeDefault) IsRedirect() bool
IsRedirect returns true when this create spoe default response has a 3xx status code
func (*CreateSpoeDefault) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeDefault) IsServerError() bool
IsServerError returns true when this create spoe default response has a 5xx status code
func (*CreateSpoeDefault) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeDefault) IsSuccess() bool
IsSuccess returns true when this create spoe default response has a 2xx status code
func (*CreateSpoeDefault) String ¶ added in v1.1.0
func (o *CreateSpoeDefault) String() string
type CreateSpoeGroupBadRequest ¶
type CreateSpoeGroupBadRequest struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
CreateSpoeGroupBadRequest describes a response with status code 400, with default header values.
Bad request
func NewCreateSpoeGroupBadRequest ¶
func NewCreateSpoeGroupBadRequest() *CreateSpoeGroupBadRequest
NewCreateSpoeGroupBadRequest creates a CreateSpoeGroupBadRequest with default headers values
func (*CreateSpoeGroupBadRequest) Code ¶ added in v1.1.5
func (o *CreateSpoeGroupBadRequest) Code() int
Code gets the status code for the create spoe group bad request response
func (*CreateSpoeGroupBadRequest) Error ¶
func (o *CreateSpoeGroupBadRequest) Error() string
func (*CreateSpoeGroupBadRequest) GetPayload ¶
func (o *CreateSpoeGroupBadRequest) GetPayload() *models.Error
func (*CreateSpoeGroupBadRequest) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeGroupBadRequest) IsClientError() bool
IsClientError returns true when this create spoe group bad request response has a 4xx status code
func (*CreateSpoeGroupBadRequest) IsCode ¶ added in v1.1.0
func (o *CreateSpoeGroupBadRequest) IsCode(code int) bool
IsCode returns true when this create spoe group bad request response a status code equal to that given
func (*CreateSpoeGroupBadRequest) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeGroupBadRequest) IsRedirect() bool
IsRedirect returns true when this create spoe group bad request response has a 3xx status code
func (*CreateSpoeGroupBadRequest) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeGroupBadRequest) IsServerError() bool
IsServerError returns true when this create spoe group bad request response has a 5xx status code
func (*CreateSpoeGroupBadRequest) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeGroupBadRequest) IsSuccess() bool
IsSuccess returns true when this create spoe group bad request response has a 2xx status code
func (*CreateSpoeGroupBadRequest) String ¶ added in v1.1.0
func (o *CreateSpoeGroupBadRequest) String() string
type CreateSpoeGroupConflict ¶
type CreateSpoeGroupConflict struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
CreateSpoeGroupConflict describes a response with status code 409, with default header values.
The specified resource already exists
func NewCreateSpoeGroupConflict ¶
func NewCreateSpoeGroupConflict() *CreateSpoeGroupConflict
NewCreateSpoeGroupConflict creates a CreateSpoeGroupConflict with default headers values
func (*CreateSpoeGroupConflict) Code ¶ added in v1.1.5
func (o *CreateSpoeGroupConflict) Code() int
Code gets the status code for the create spoe group conflict response
func (*CreateSpoeGroupConflict) Error ¶
func (o *CreateSpoeGroupConflict) Error() string
func (*CreateSpoeGroupConflict) GetPayload ¶
func (o *CreateSpoeGroupConflict) GetPayload() *models.Error
func (*CreateSpoeGroupConflict) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeGroupConflict) IsClientError() bool
IsClientError returns true when this create spoe group conflict response has a 4xx status code
func (*CreateSpoeGroupConflict) IsCode ¶ added in v1.1.0
func (o *CreateSpoeGroupConflict) IsCode(code int) bool
IsCode returns true when this create spoe group conflict response a status code equal to that given
func (*CreateSpoeGroupConflict) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeGroupConflict) IsRedirect() bool
IsRedirect returns true when this create spoe group conflict response has a 3xx status code
func (*CreateSpoeGroupConflict) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeGroupConflict) IsServerError() bool
IsServerError returns true when this create spoe group conflict response has a 5xx status code
func (*CreateSpoeGroupConflict) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeGroupConflict) IsSuccess() bool
IsSuccess returns true when this create spoe group conflict response has a 2xx status code
func (*CreateSpoeGroupConflict) String ¶ added in v1.1.0
func (o *CreateSpoeGroupConflict) String() string
type CreateSpoeGroupCreated ¶
CreateSpoeGroupCreated describes a response with status code 201, with default header values.
Spoe groups created
func NewCreateSpoeGroupCreated ¶
func NewCreateSpoeGroupCreated() *CreateSpoeGroupCreated
NewCreateSpoeGroupCreated creates a CreateSpoeGroupCreated with default headers values
func (*CreateSpoeGroupCreated) Code ¶ added in v1.1.5
func (o *CreateSpoeGroupCreated) Code() int
Code gets the status code for the create spoe group created response
func (*CreateSpoeGroupCreated) Error ¶
func (o *CreateSpoeGroupCreated) Error() string
func (*CreateSpoeGroupCreated) GetPayload ¶
func (o *CreateSpoeGroupCreated) GetPayload() *models.SpoeGroup
func (*CreateSpoeGroupCreated) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeGroupCreated) IsClientError() bool
IsClientError returns true when this create spoe group created response has a 4xx status code
func (*CreateSpoeGroupCreated) IsCode ¶ added in v1.1.0
func (o *CreateSpoeGroupCreated) IsCode(code int) bool
IsCode returns true when this create spoe group created response a status code equal to that given
func (*CreateSpoeGroupCreated) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeGroupCreated) IsRedirect() bool
IsRedirect returns true when this create spoe group created response has a 3xx status code
func (*CreateSpoeGroupCreated) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeGroupCreated) IsServerError() bool
IsServerError returns true when this create spoe group created response has a 5xx status code
func (*CreateSpoeGroupCreated) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeGroupCreated) IsSuccess() bool
IsSuccess returns true when this create spoe group created response has a 2xx status code
func (*CreateSpoeGroupCreated) String ¶ added in v1.1.0
func (o *CreateSpoeGroupCreated) String() string
type CreateSpoeGroupDefault ¶
type CreateSpoeGroupDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
CreateSpoeGroupDefault describes a response with status code -1, with default header values.
General Error
func NewCreateSpoeGroupDefault ¶
func NewCreateSpoeGroupDefault(code int) *CreateSpoeGroupDefault
NewCreateSpoeGroupDefault creates a CreateSpoeGroupDefault with default headers values
func (*CreateSpoeGroupDefault) Code ¶
func (o *CreateSpoeGroupDefault) Code() int
Code gets the status code for the create spoe group default response
func (*CreateSpoeGroupDefault) Error ¶
func (o *CreateSpoeGroupDefault) Error() string
func (*CreateSpoeGroupDefault) GetPayload ¶
func (o *CreateSpoeGroupDefault) GetPayload() *models.Error
func (*CreateSpoeGroupDefault) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeGroupDefault) IsClientError() bool
IsClientError returns true when this create spoe group default response has a 4xx status code
func (*CreateSpoeGroupDefault) IsCode ¶ added in v1.1.0
func (o *CreateSpoeGroupDefault) IsCode(code int) bool
IsCode returns true when this create spoe group default response a status code equal to that given
func (*CreateSpoeGroupDefault) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeGroupDefault) IsRedirect() bool
IsRedirect returns true when this create spoe group default response has a 3xx status code
func (*CreateSpoeGroupDefault) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeGroupDefault) IsServerError() bool
IsServerError returns true when this create spoe group default response has a 5xx status code
func (*CreateSpoeGroupDefault) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeGroupDefault) IsSuccess() bool
IsSuccess returns true when this create spoe group default response has a 2xx status code
func (*CreateSpoeGroupDefault) String ¶ added in v1.1.0
func (o *CreateSpoeGroupDefault) String() string
type CreateSpoeGroupParams ¶
type CreateSpoeGroupParams struct { // Data. Data *models.SpoeGroup /* Scope. Spoe scope */ Scope string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string /* Version. Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version. */ Version *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateSpoeGroupParams contains all the parameters to send to the API endpoint
for the create spoe group operation. Typically these are written to a http.Request.
func NewCreateSpoeGroupParams ¶
func NewCreateSpoeGroupParams() *CreateSpoeGroupParams
NewCreateSpoeGroupParams creates a new CreateSpoeGroupParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateSpoeGroupParamsWithContext ¶
func NewCreateSpoeGroupParamsWithContext(ctx context.Context) *CreateSpoeGroupParams
NewCreateSpoeGroupParamsWithContext creates a new CreateSpoeGroupParams object with the ability to set a context for a request.
func NewCreateSpoeGroupParamsWithHTTPClient ¶
func NewCreateSpoeGroupParamsWithHTTPClient(client *http.Client) *CreateSpoeGroupParams
NewCreateSpoeGroupParamsWithHTTPClient creates a new CreateSpoeGroupParams object with the ability to set a custom HTTPClient for a request.
func NewCreateSpoeGroupParamsWithTimeout ¶
func NewCreateSpoeGroupParamsWithTimeout(timeout time.Duration) *CreateSpoeGroupParams
NewCreateSpoeGroupParamsWithTimeout creates a new CreateSpoeGroupParams object with the ability to set a timeout on a request.
func (*CreateSpoeGroupParams) SetContext ¶
func (o *CreateSpoeGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the create spoe group params
func (*CreateSpoeGroupParams) SetData ¶
func (o *CreateSpoeGroupParams) SetData(data *models.SpoeGroup)
SetData adds the data to the create spoe group params
func (*CreateSpoeGroupParams) SetDefaults ¶
func (o *CreateSpoeGroupParams) SetDefaults()
SetDefaults hydrates default values in the create spoe group params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSpoeGroupParams) SetHTTPClient ¶
func (o *CreateSpoeGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create spoe group params
func (*CreateSpoeGroupParams) SetScope ¶
func (o *CreateSpoeGroupParams) SetScope(scope string)
SetScope adds the scope to the create spoe group params
func (*CreateSpoeGroupParams) SetSpoe ¶
func (o *CreateSpoeGroupParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the create spoe group params
func (*CreateSpoeGroupParams) SetTimeout ¶
func (o *CreateSpoeGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create spoe group params
func (*CreateSpoeGroupParams) SetTransactionID ¶
func (o *CreateSpoeGroupParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the create spoe group params
func (*CreateSpoeGroupParams) SetVersion ¶
func (o *CreateSpoeGroupParams) SetVersion(version *int64)
SetVersion adds the version to the create spoe group params
func (*CreateSpoeGroupParams) WithContext ¶
func (o *CreateSpoeGroupParams) WithContext(ctx context.Context) *CreateSpoeGroupParams
WithContext adds the context to the create spoe group params
func (*CreateSpoeGroupParams) WithData ¶
func (o *CreateSpoeGroupParams) WithData(data *models.SpoeGroup) *CreateSpoeGroupParams
WithData adds the data to the create spoe group params
func (*CreateSpoeGroupParams) WithDefaults ¶
func (o *CreateSpoeGroupParams) WithDefaults() *CreateSpoeGroupParams
WithDefaults hydrates default values in the create spoe group params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSpoeGroupParams) WithHTTPClient ¶
func (o *CreateSpoeGroupParams) WithHTTPClient(client *http.Client) *CreateSpoeGroupParams
WithHTTPClient adds the HTTPClient to the create spoe group params
func (*CreateSpoeGroupParams) WithScope ¶
func (o *CreateSpoeGroupParams) WithScope(scope string) *CreateSpoeGroupParams
WithScope adds the scope to the create spoe group params
func (*CreateSpoeGroupParams) WithSpoe ¶
func (o *CreateSpoeGroupParams) WithSpoe(spoe string) *CreateSpoeGroupParams
WithSpoe adds the spoe to the create spoe group params
func (*CreateSpoeGroupParams) WithTimeout ¶
func (o *CreateSpoeGroupParams) WithTimeout(timeout time.Duration) *CreateSpoeGroupParams
WithTimeout adds the timeout to the create spoe group params
func (*CreateSpoeGroupParams) WithTransactionID ¶
func (o *CreateSpoeGroupParams) WithTransactionID(transactionID *string) *CreateSpoeGroupParams
WithTransactionID adds the transactionID to the create spoe group params
func (*CreateSpoeGroupParams) WithVersion ¶
func (o *CreateSpoeGroupParams) WithVersion(version *int64) *CreateSpoeGroupParams
WithVersion adds the version to the create spoe group params
func (*CreateSpoeGroupParams) WriteToRequest ¶
func (o *CreateSpoeGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateSpoeGroupReader ¶
type CreateSpoeGroupReader struct {
// contains filtered or unexported fields
}
CreateSpoeGroupReader is a Reader for the CreateSpoeGroup structure.
func (*CreateSpoeGroupReader) ReadResponse ¶
func (o *CreateSpoeGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateSpoeMessageBadRequest ¶
type CreateSpoeMessageBadRequest struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
CreateSpoeMessageBadRequest describes a response with status code 400, with default header values.
Bad request
func NewCreateSpoeMessageBadRequest ¶
func NewCreateSpoeMessageBadRequest() *CreateSpoeMessageBadRequest
NewCreateSpoeMessageBadRequest creates a CreateSpoeMessageBadRequest with default headers values
func (*CreateSpoeMessageBadRequest) Code ¶ added in v1.1.5
func (o *CreateSpoeMessageBadRequest) Code() int
Code gets the status code for the create spoe message bad request response
func (*CreateSpoeMessageBadRequest) Error ¶
func (o *CreateSpoeMessageBadRequest) Error() string
func (*CreateSpoeMessageBadRequest) GetPayload ¶
func (o *CreateSpoeMessageBadRequest) GetPayload() *models.Error
func (*CreateSpoeMessageBadRequest) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeMessageBadRequest) IsClientError() bool
IsClientError returns true when this create spoe message bad request response has a 4xx status code
func (*CreateSpoeMessageBadRequest) IsCode ¶ added in v1.1.0
func (o *CreateSpoeMessageBadRequest) IsCode(code int) bool
IsCode returns true when this create spoe message bad request response a status code equal to that given
func (*CreateSpoeMessageBadRequest) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeMessageBadRequest) IsRedirect() bool
IsRedirect returns true when this create spoe message bad request response has a 3xx status code
func (*CreateSpoeMessageBadRequest) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeMessageBadRequest) IsServerError() bool
IsServerError returns true when this create spoe message bad request response has a 5xx status code
func (*CreateSpoeMessageBadRequest) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeMessageBadRequest) IsSuccess() bool
IsSuccess returns true when this create spoe message bad request response has a 2xx status code
func (*CreateSpoeMessageBadRequest) String ¶ added in v1.1.0
func (o *CreateSpoeMessageBadRequest) String() string
type CreateSpoeMessageConflict ¶
type CreateSpoeMessageConflict struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
CreateSpoeMessageConflict describes a response with status code 409, with default header values.
The specified resource already exists
func NewCreateSpoeMessageConflict ¶
func NewCreateSpoeMessageConflict() *CreateSpoeMessageConflict
NewCreateSpoeMessageConflict creates a CreateSpoeMessageConflict with default headers values
func (*CreateSpoeMessageConflict) Code ¶ added in v1.1.5
func (o *CreateSpoeMessageConflict) Code() int
Code gets the status code for the create spoe message conflict response
func (*CreateSpoeMessageConflict) Error ¶
func (o *CreateSpoeMessageConflict) Error() string
func (*CreateSpoeMessageConflict) GetPayload ¶
func (o *CreateSpoeMessageConflict) GetPayload() *models.Error
func (*CreateSpoeMessageConflict) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeMessageConflict) IsClientError() bool
IsClientError returns true when this create spoe message conflict response has a 4xx status code
func (*CreateSpoeMessageConflict) IsCode ¶ added in v1.1.0
func (o *CreateSpoeMessageConflict) IsCode(code int) bool
IsCode returns true when this create spoe message conflict response a status code equal to that given
func (*CreateSpoeMessageConflict) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeMessageConflict) IsRedirect() bool
IsRedirect returns true when this create spoe message conflict response has a 3xx status code
func (*CreateSpoeMessageConflict) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeMessageConflict) IsServerError() bool
IsServerError returns true when this create spoe message conflict response has a 5xx status code
func (*CreateSpoeMessageConflict) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeMessageConflict) IsSuccess() bool
IsSuccess returns true when this create spoe message conflict response has a 2xx status code
func (*CreateSpoeMessageConflict) String ¶ added in v1.1.0
func (o *CreateSpoeMessageConflict) String() string
type CreateSpoeMessageCreated ¶
type CreateSpoeMessageCreated struct {
Payload *models.SpoeMessage
}
CreateSpoeMessageCreated describes a response with status code 201, with default header values.
Spoe message created
func NewCreateSpoeMessageCreated ¶
func NewCreateSpoeMessageCreated() *CreateSpoeMessageCreated
NewCreateSpoeMessageCreated creates a CreateSpoeMessageCreated with default headers values
func (*CreateSpoeMessageCreated) Code ¶ added in v1.1.5
func (o *CreateSpoeMessageCreated) Code() int
Code gets the status code for the create spoe message created response
func (*CreateSpoeMessageCreated) Error ¶
func (o *CreateSpoeMessageCreated) Error() string
func (*CreateSpoeMessageCreated) GetPayload ¶
func (o *CreateSpoeMessageCreated) GetPayload() *models.SpoeMessage
func (*CreateSpoeMessageCreated) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeMessageCreated) IsClientError() bool
IsClientError returns true when this create spoe message created response has a 4xx status code
func (*CreateSpoeMessageCreated) IsCode ¶ added in v1.1.0
func (o *CreateSpoeMessageCreated) IsCode(code int) bool
IsCode returns true when this create spoe message created response a status code equal to that given
func (*CreateSpoeMessageCreated) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeMessageCreated) IsRedirect() bool
IsRedirect returns true when this create spoe message created response has a 3xx status code
func (*CreateSpoeMessageCreated) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeMessageCreated) IsServerError() bool
IsServerError returns true when this create spoe message created response has a 5xx status code
func (*CreateSpoeMessageCreated) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeMessageCreated) IsSuccess() bool
IsSuccess returns true when this create spoe message created response has a 2xx status code
func (*CreateSpoeMessageCreated) String ¶ added in v1.1.0
func (o *CreateSpoeMessageCreated) String() string
type CreateSpoeMessageDefault ¶
type CreateSpoeMessageDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
CreateSpoeMessageDefault describes a response with status code -1, with default header values.
General Error
func NewCreateSpoeMessageDefault ¶
func NewCreateSpoeMessageDefault(code int) *CreateSpoeMessageDefault
NewCreateSpoeMessageDefault creates a CreateSpoeMessageDefault with default headers values
func (*CreateSpoeMessageDefault) Code ¶
func (o *CreateSpoeMessageDefault) Code() int
Code gets the status code for the create spoe message default response
func (*CreateSpoeMessageDefault) Error ¶
func (o *CreateSpoeMessageDefault) Error() string
func (*CreateSpoeMessageDefault) GetPayload ¶
func (o *CreateSpoeMessageDefault) GetPayload() *models.Error
func (*CreateSpoeMessageDefault) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeMessageDefault) IsClientError() bool
IsClientError returns true when this create spoe message default response has a 4xx status code
func (*CreateSpoeMessageDefault) IsCode ¶ added in v1.1.0
func (o *CreateSpoeMessageDefault) IsCode(code int) bool
IsCode returns true when this create spoe message default response a status code equal to that given
func (*CreateSpoeMessageDefault) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeMessageDefault) IsRedirect() bool
IsRedirect returns true when this create spoe message default response has a 3xx status code
func (*CreateSpoeMessageDefault) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeMessageDefault) IsServerError() bool
IsServerError returns true when this create spoe message default response has a 5xx status code
func (*CreateSpoeMessageDefault) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeMessageDefault) IsSuccess() bool
IsSuccess returns true when this create spoe message default response has a 2xx status code
func (*CreateSpoeMessageDefault) String ¶ added in v1.1.0
func (o *CreateSpoeMessageDefault) String() string
type CreateSpoeMessageParams ¶
type CreateSpoeMessageParams struct { // Data. Data *models.SpoeMessage /* Scope. Spoe scope */ Scope string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string /* Version. Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version. */ Version *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateSpoeMessageParams contains all the parameters to send to the API endpoint
for the create spoe message operation. Typically these are written to a http.Request.
func NewCreateSpoeMessageParams ¶
func NewCreateSpoeMessageParams() *CreateSpoeMessageParams
NewCreateSpoeMessageParams creates a new CreateSpoeMessageParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateSpoeMessageParamsWithContext ¶
func NewCreateSpoeMessageParamsWithContext(ctx context.Context) *CreateSpoeMessageParams
NewCreateSpoeMessageParamsWithContext creates a new CreateSpoeMessageParams object with the ability to set a context for a request.
func NewCreateSpoeMessageParamsWithHTTPClient ¶
func NewCreateSpoeMessageParamsWithHTTPClient(client *http.Client) *CreateSpoeMessageParams
NewCreateSpoeMessageParamsWithHTTPClient creates a new CreateSpoeMessageParams object with the ability to set a custom HTTPClient for a request.
func NewCreateSpoeMessageParamsWithTimeout ¶
func NewCreateSpoeMessageParamsWithTimeout(timeout time.Duration) *CreateSpoeMessageParams
NewCreateSpoeMessageParamsWithTimeout creates a new CreateSpoeMessageParams object with the ability to set a timeout on a request.
func (*CreateSpoeMessageParams) SetContext ¶
func (o *CreateSpoeMessageParams) SetContext(ctx context.Context)
SetContext adds the context to the create spoe message params
func (*CreateSpoeMessageParams) SetData ¶
func (o *CreateSpoeMessageParams) SetData(data *models.SpoeMessage)
SetData adds the data to the create spoe message params
func (*CreateSpoeMessageParams) SetDefaults ¶
func (o *CreateSpoeMessageParams) SetDefaults()
SetDefaults hydrates default values in the create spoe message params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSpoeMessageParams) SetHTTPClient ¶
func (o *CreateSpoeMessageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create spoe message params
func (*CreateSpoeMessageParams) SetScope ¶
func (o *CreateSpoeMessageParams) SetScope(scope string)
SetScope adds the scope to the create spoe message params
func (*CreateSpoeMessageParams) SetSpoe ¶
func (o *CreateSpoeMessageParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the create spoe message params
func (*CreateSpoeMessageParams) SetTimeout ¶
func (o *CreateSpoeMessageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create spoe message params
func (*CreateSpoeMessageParams) SetTransactionID ¶
func (o *CreateSpoeMessageParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the create spoe message params
func (*CreateSpoeMessageParams) SetVersion ¶
func (o *CreateSpoeMessageParams) SetVersion(version *int64)
SetVersion adds the version to the create spoe message params
func (*CreateSpoeMessageParams) WithContext ¶
func (o *CreateSpoeMessageParams) WithContext(ctx context.Context) *CreateSpoeMessageParams
WithContext adds the context to the create spoe message params
func (*CreateSpoeMessageParams) WithData ¶
func (o *CreateSpoeMessageParams) WithData(data *models.SpoeMessage) *CreateSpoeMessageParams
WithData adds the data to the create spoe message params
func (*CreateSpoeMessageParams) WithDefaults ¶
func (o *CreateSpoeMessageParams) WithDefaults() *CreateSpoeMessageParams
WithDefaults hydrates default values in the create spoe message params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSpoeMessageParams) WithHTTPClient ¶
func (o *CreateSpoeMessageParams) WithHTTPClient(client *http.Client) *CreateSpoeMessageParams
WithHTTPClient adds the HTTPClient to the create spoe message params
func (*CreateSpoeMessageParams) WithScope ¶
func (o *CreateSpoeMessageParams) WithScope(scope string) *CreateSpoeMessageParams
WithScope adds the scope to the create spoe message params
func (*CreateSpoeMessageParams) WithSpoe ¶
func (o *CreateSpoeMessageParams) WithSpoe(spoe string) *CreateSpoeMessageParams
WithSpoe adds the spoe to the create spoe message params
func (*CreateSpoeMessageParams) WithTimeout ¶
func (o *CreateSpoeMessageParams) WithTimeout(timeout time.Duration) *CreateSpoeMessageParams
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 ¶
func (o *CreateSpoeMessageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateSpoeMessageReader ¶
type CreateSpoeMessageReader struct {
// contains filtered or unexported fields
}
CreateSpoeMessageReader is a Reader for the CreateSpoeMessage structure.
func (*CreateSpoeMessageReader) ReadResponse ¶
func (o *CreateSpoeMessageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateSpoeParams ¶
type CreateSpoeParams struct { /* FileUpload. The spoe file to upload */ FileUpload runtime.NamedReadCloser Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateSpoeParams contains all the parameters to send to the API endpoint
for the create spoe operation. Typically these are written to a http.Request.
func NewCreateSpoeParams ¶
func NewCreateSpoeParams() *CreateSpoeParams
NewCreateSpoeParams creates a new CreateSpoeParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateSpoeParamsWithContext ¶
func NewCreateSpoeParamsWithContext(ctx context.Context) *CreateSpoeParams
NewCreateSpoeParamsWithContext creates a new CreateSpoeParams object with the ability to set a context for a request.
func NewCreateSpoeParamsWithHTTPClient ¶
func NewCreateSpoeParamsWithHTTPClient(client *http.Client) *CreateSpoeParams
NewCreateSpoeParamsWithHTTPClient creates a new CreateSpoeParams object with the ability to set a custom HTTPClient for a request.
func NewCreateSpoeParamsWithTimeout ¶
func NewCreateSpoeParamsWithTimeout(timeout time.Duration) *CreateSpoeParams
NewCreateSpoeParamsWithTimeout creates a new CreateSpoeParams object with the ability to set a timeout on a request.
func (*CreateSpoeParams) SetContext ¶
func (o *CreateSpoeParams) SetContext(ctx context.Context)
SetContext adds the context to the create spoe params
func (*CreateSpoeParams) SetDefaults ¶
func (o *CreateSpoeParams) SetDefaults()
SetDefaults hydrates default values in the create spoe params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSpoeParams) SetFileUpload ¶
func (o *CreateSpoeParams) SetFileUpload(fileUpload runtime.NamedReadCloser)
SetFileUpload adds the fileUpload to the create spoe params
func (*CreateSpoeParams) SetHTTPClient ¶
func (o *CreateSpoeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create spoe params
func (*CreateSpoeParams) SetTimeout ¶
func (o *CreateSpoeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create spoe params
func (*CreateSpoeParams) WithContext ¶
func (o *CreateSpoeParams) WithContext(ctx context.Context) *CreateSpoeParams
WithContext adds the context to the create spoe params
func (*CreateSpoeParams) WithDefaults ¶
func (o *CreateSpoeParams) WithDefaults() *CreateSpoeParams
WithDefaults hydrates default values in the create spoe params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSpoeParams) WithFileUpload ¶
func (o *CreateSpoeParams) WithFileUpload(fileUpload runtime.NamedReadCloser) *CreateSpoeParams
WithFileUpload adds the fileUpload to the create spoe params
func (*CreateSpoeParams) WithHTTPClient ¶
func (o *CreateSpoeParams) WithHTTPClient(client *http.Client) *CreateSpoeParams
WithHTTPClient adds the HTTPClient to the create spoe params
func (*CreateSpoeParams) WithTimeout ¶
func (o *CreateSpoeParams) WithTimeout(timeout time.Duration) *CreateSpoeParams
WithTimeout adds the timeout to the create spoe params
func (*CreateSpoeParams) WriteToRequest ¶
func (o *CreateSpoeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateSpoeReader ¶
type CreateSpoeReader struct {
// contains filtered or unexported fields
}
CreateSpoeReader is a Reader for the CreateSpoe structure.
func (*CreateSpoeReader) ReadResponse ¶
func (o *CreateSpoeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateSpoeScopeBadRequest ¶
type CreateSpoeScopeBadRequest struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
CreateSpoeScopeBadRequest describes a response with status code 400, with default header values.
Bad request
func NewCreateSpoeScopeBadRequest ¶
func NewCreateSpoeScopeBadRequest() *CreateSpoeScopeBadRequest
NewCreateSpoeScopeBadRequest creates a CreateSpoeScopeBadRequest with default headers values
func (*CreateSpoeScopeBadRequest) Code ¶ added in v1.1.5
func (o *CreateSpoeScopeBadRequest) Code() int
Code gets the status code for the create spoe scope bad request response
func (*CreateSpoeScopeBadRequest) Error ¶
func (o *CreateSpoeScopeBadRequest) Error() string
func (*CreateSpoeScopeBadRequest) GetPayload ¶
func (o *CreateSpoeScopeBadRequest) GetPayload() *models.Error
func (*CreateSpoeScopeBadRequest) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeScopeBadRequest) IsClientError() bool
IsClientError returns true when this create spoe scope bad request response has a 4xx status code
func (*CreateSpoeScopeBadRequest) IsCode ¶ added in v1.1.0
func (o *CreateSpoeScopeBadRequest) IsCode(code int) bool
IsCode returns true when this create spoe scope bad request response a status code equal to that given
func (*CreateSpoeScopeBadRequest) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeScopeBadRequest) IsRedirect() bool
IsRedirect returns true when this create spoe scope bad request response has a 3xx status code
func (*CreateSpoeScopeBadRequest) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeScopeBadRequest) IsServerError() bool
IsServerError returns true when this create spoe scope bad request response has a 5xx status code
func (*CreateSpoeScopeBadRequest) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeScopeBadRequest) IsSuccess() bool
IsSuccess returns true when this create spoe scope bad request response has a 2xx status code
func (*CreateSpoeScopeBadRequest) String ¶ added in v1.1.0
func (o *CreateSpoeScopeBadRequest) String() string
type CreateSpoeScopeConflict ¶
type CreateSpoeScopeConflict struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
CreateSpoeScopeConflict describes a response with status code 409, with default header values.
The specified resource already exists
func NewCreateSpoeScopeConflict ¶
func NewCreateSpoeScopeConflict() *CreateSpoeScopeConflict
NewCreateSpoeScopeConflict creates a CreateSpoeScopeConflict with default headers values
func (*CreateSpoeScopeConflict) Code ¶ added in v1.1.5
func (o *CreateSpoeScopeConflict) Code() int
Code gets the status code for the create spoe scope conflict response
func (*CreateSpoeScopeConflict) Error ¶
func (o *CreateSpoeScopeConflict) Error() string
func (*CreateSpoeScopeConflict) GetPayload ¶
func (o *CreateSpoeScopeConflict) GetPayload() *models.Error
func (*CreateSpoeScopeConflict) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeScopeConflict) IsClientError() bool
IsClientError returns true when this create spoe scope conflict response has a 4xx status code
func (*CreateSpoeScopeConflict) IsCode ¶ added in v1.1.0
func (o *CreateSpoeScopeConflict) IsCode(code int) bool
IsCode returns true when this create spoe scope conflict response a status code equal to that given
func (*CreateSpoeScopeConflict) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeScopeConflict) IsRedirect() bool
IsRedirect returns true when this create spoe scope conflict response has a 3xx status code
func (*CreateSpoeScopeConflict) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeScopeConflict) IsServerError() bool
IsServerError returns true when this create spoe scope conflict response has a 5xx status code
func (*CreateSpoeScopeConflict) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeScopeConflict) IsSuccess() bool
IsSuccess returns true when this create spoe scope conflict response has a 2xx status code
func (*CreateSpoeScopeConflict) String ¶ added in v1.1.0
func (o *CreateSpoeScopeConflict) String() string
type CreateSpoeScopeCreated ¶
CreateSpoeScopeCreated describes a response with status code 201, with default header values.
Spoe scope created
func NewCreateSpoeScopeCreated ¶
func NewCreateSpoeScopeCreated() *CreateSpoeScopeCreated
NewCreateSpoeScopeCreated creates a CreateSpoeScopeCreated with default headers values
func (*CreateSpoeScopeCreated) Code ¶ added in v1.1.5
func (o *CreateSpoeScopeCreated) Code() int
Code gets the status code for the create spoe scope created response
func (*CreateSpoeScopeCreated) Error ¶
func (o *CreateSpoeScopeCreated) Error() string
func (*CreateSpoeScopeCreated) GetPayload ¶
func (o *CreateSpoeScopeCreated) GetPayload() models.SpoeScope
func (*CreateSpoeScopeCreated) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeScopeCreated) IsClientError() bool
IsClientError returns true when this create spoe scope created response has a 4xx status code
func (*CreateSpoeScopeCreated) IsCode ¶ added in v1.1.0
func (o *CreateSpoeScopeCreated) IsCode(code int) bool
IsCode returns true when this create spoe scope created response a status code equal to that given
func (*CreateSpoeScopeCreated) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeScopeCreated) IsRedirect() bool
IsRedirect returns true when this create spoe scope created response has a 3xx status code
func (*CreateSpoeScopeCreated) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeScopeCreated) IsServerError() bool
IsServerError returns true when this create spoe scope created response has a 5xx status code
func (*CreateSpoeScopeCreated) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeScopeCreated) IsSuccess() bool
IsSuccess returns true when this create spoe scope created response has a 2xx status code
func (*CreateSpoeScopeCreated) String ¶ added in v1.1.0
func (o *CreateSpoeScopeCreated) String() string
type CreateSpoeScopeDefault ¶
type CreateSpoeScopeDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
CreateSpoeScopeDefault describes a response with status code -1, with default header values.
General Error
func NewCreateSpoeScopeDefault ¶
func NewCreateSpoeScopeDefault(code int) *CreateSpoeScopeDefault
NewCreateSpoeScopeDefault creates a CreateSpoeScopeDefault with default headers values
func (*CreateSpoeScopeDefault) Code ¶
func (o *CreateSpoeScopeDefault) Code() int
Code gets the status code for the create spoe scope default response
func (*CreateSpoeScopeDefault) Error ¶
func (o *CreateSpoeScopeDefault) Error() string
func (*CreateSpoeScopeDefault) GetPayload ¶
func (o *CreateSpoeScopeDefault) GetPayload() *models.Error
func (*CreateSpoeScopeDefault) IsClientError ¶ added in v1.1.0
func (o *CreateSpoeScopeDefault) IsClientError() bool
IsClientError returns true when this create spoe scope default response has a 4xx status code
func (*CreateSpoeScopeDefault) IsCode ¶ added in v1.1.0
func (o *CreateSpoeScopeDefault) IsCode(code int) bool
IsCode returns true when this create spoe scope default response a status code equal to that given
func (*CreateSpoeScopeDefault) IsRedirect ¶ added in v1.1.0
func (o *CreateSpoeScopeDefault) IsRedirect() bool
IsRedirect returns true when this create spoe scope default response has a 3xx status code
func (*CreateSpoeScopeDefault) IsServerError ¶ added in v1.1.0
func (o *CreateSpoeScopeDefault) IsServerError() bool
IsServerError returns true when this create spoe scope default response has a 5xx status code
func (*CreateSpoeScopeDefault) IsSuccess ¶ added in v1.1.0
func (o *CreateSpoeScopeDefault) IsSuccess() bool
IsSuccess returns true when this create spoe scope default response has a 2xx status code
func (*CreateSpoeScopeDefault) String ¶ added in v1.1.0
func (o *CreateSpoeScopeDefault) String() string
type CreateSpoeScopeParams ¶
type CreateSpoeScopeParams struct { // Data. Data models.SpoeScope /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string /* Version. Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version. */ Version *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateSpoeScopeParams contains all the parameters to send to the API endpoint
for the create spoe scope operation. Typically these are written to a http.Request.
func NewCreateSpoeScopeParams ¶
func NewCreateSpoeScopeParams() *CreateSpoeScopeParams
NewCreateSpoeScopeParams creates a new CreateSpoeScopeParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateSpoeScopeParamsWithContext ¶
func NewCreateSpoeScopeParamsWithContext(ctx context.Context) *CreateSpoeScopeParams
NewCreateSpoeScopeParamsWithContext creates a new CreateSpoeScopeParams object with the ability to set a context for a request.
func NewCreateSpoeScopeParamsWithHTTPClient ¶
func NewCreateSpoeScopeParamsWithHTTPClient(client *http.Client) *CreateSpoeScopeParams
NewCreateSpoeScopeParamsWithHTTPClient creates a new CreateSpoeScopeParams object with the ability to set a custom HTTPClient for a request.
func NewCreateSpoeScopeParamsWithTimeout ¶
func NewCreateSpoeScopeParamsWithTimeout(timeout time.Duration) *CreateSpoeScopeParams
NewCreateSpoeScopeParamsWithTimeout creates a new CreateSpoeScopeParams object with the ability to set a timeout on a request.
func (*CreateSpoeScopeParams) SetContext ¶
func (o *CreateSpoeScopeParams) SetContext(ctx context.Context)
SetContext adds the context to the create spoe scope params
func (*CreateSpoeScopeParams) SetData ¶
func (o *CreateSpoeScopeParams) SetData(data models.SpoeScope)
SetData adds the data to the create spoe scope params
func (*CreateSpoeScopeParams) SetDefaults ¶
func (o *CreateSpoeScopeParams) SetDefaults()
SetDefaults hydrates default values in the create spoe scope params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSpoeScopeParams) SetHTTPClient ¶
func (o *CreateSpoeScopeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create spoe scope params
func (*CreateSpoeScopeParams) SetSpoe ¶
func (o *CreateSpoeScopeParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the create spoe scope params
func (*CreateSpoeScopeParams) SetTimeout ¶
func (o *CreateSpoeScopeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create spoe scope params
func (*CreateSpoeScopeParams) SetTransactionID ¶
func (o *CreateSpoeScopeParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the create spoe scope params
func (*CreateSpoeScopeParams) SetVersion ¶
func (o *CreateSpoeScopeParams) SetVersion(version *int64)
SetVersion adds the version to the create spoe scope params
func (*CreateSpoeScopeParams) WithContext ¶
func (o *CreateSpoeScopeParams) WithContext(ctx context.Context) *CreateSpoeScopeParams
WithContext adds the context to the create spoe scope params
func (*CreateSpoeScopeParams) WithData ¶
func (o *CreateSpoeScopeParams) WithData(data models.SpoeScope) *CreateSpoeScopeParams
WithData adds the data to the create spoe scope params
func (*CreateSpoeScopeParams) WithDefaults ¶
func (o *CreateSpoeScopeParams) WithDefaults() *CreateSpoeScopeParams
WithDefaults hydrates default values in the create spoe scope params (not the query body).
All values with no default are reset to their zero value.
func (*CreateSpoeScopeParams) WithHTTPClient ¶
func (o *CreateSpoeScopeParams) WithHTTPClient(client *http.Client) *CreateSpoeScopeParams
WithHTTPClient adds the HTTPClient to the create spoe scope params
func (*CreateSpoeScopeParams) WithSpoe ¶
func (o *CreateSpoeScopeParams) WithSpoe(spoe string) *CreateSpoeScopeParams
WithSpoe adds the spoe to the create spoe scope params
func (*CreateSpoeScopeParams) WithTimeout ¶
func (o *CreateSpoeScopeParams) WithTimeout(timeout time.Duration) *CreateSpoeScopeParams
WithTimeout adds the timeout to the create spoe scope params
func (*CreateSpoeScopeParams) WithTransactionID ¶
func (o *CreateSpoeScopeParams) WithTransactionID(transactionID *string) *CreateSpoeScopeParams
WithTransactionID adds the transactionID to the create spoe scope params
func (*CreateSpoeScopeParams) WithVersion ¶
func (o *CreateSpoeScopeParams) WithVersion(version *int64) *CreateSpoeScopeParams
WithVersion adds the version to the create spoe scope params
func (*CreateSpoeScopeParams) WriteToRequest ¶
func (o *CreateSpoeScopeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateSpoeScopeReader ¶
type CreateSpoeScopeReader struct {
// contains filtered or unexported fields
}
CreateSpoeScopeReader is a Reader for the CreateSpoeScope structure.
func (*CreateSpoeScopeReader) ReadResponse ¶
func (o *CreateSpoeScopeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteSpoeAgentDefault ¶
type DeleteSpoeAgentDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
DeleteSpoeAgentDefault describes a response with status code -1, with default header values.
General Error
func NewDeleteSpoeAgentDefault ¶
func NewDeleteSpoeAgentDefault(code int) *DeleteSpoeAgentDefault
NewDeleteSpoeAgentDefault creates a DeleteSpoeAgentDefault with default headers values
func (*DeleteSpoeAgentDefault) Code ¶
func (o *DeleteSpoeAgentDefault) Code() int
Code gets the status code for the delete spoe agent default response
func (*DeleteSpoeAgentDefault) Error ¶
func (o *DeleteSpoeAgentDefault) Error() string
func (*DeleteSpoeAgentDefault) GetPayload ¶
func (o *DeleteSpoeAgentDefault) GetPayload() *models.Error
func (*DeleteSpoeAgentDefault) IsClientError ¶ added in v1.1.0
func (o *DeleteSpoeAgentDefault) IsClientError() bool
IsClientError returns true when this delete spoe agent default response has a 4xx status code
func (*DeleteSpoeAgentDefault) IsCode ¶ added in v1.1.0
func (o *DeleteSpoeAgentDefault) IsCode(code int) bool
IsCode returns true when this delete spoe agent default response a status code equal to that given
func (*DeleteSpoeAgentDefault) IsRedirect ¶ added in v1.1.0
func (o *DeleteSpoeAgentDefault) IsRedirect() bool
IsRedirect returns true when this delete spoe agent default response has a 3xx status code
func (*DeleteSpoeAgentDefault) IsServerError ¶ added in v1.1.0
func (o *DeleteSpoeAgentDefault) IsServerError() bool
IsServerError returns true when this delete spoe agent default response has a 5xx status code
func (*DeleteSpoeAgentDefault) IsSuccess ¶ added in v1.1.0
func (o *DeleteSpoeAgentDefault) IsSuccess() bool
IsSuccess returns true when this delete spoe agent default response has a 2xx status code
func (*DeleteSpoeAgentDefault) String ¶ added in v1.1.0
func (o *DeleteSpoeAgentDefault) String() string
type DeleteSpoeAgentNoContent ¶
type DeleteSpoeAgentNoContent struct { }
DeleteSpoeAgentNoContent describes a response with status code 204, with default header values.
Spoe agent deleted
func NewDeleteSpoeAgentNoContent ¶
func NewDeleteSpoeAgentNoContent() *DeleteSpoeAgentNoContent
NewDeleteSpoeAgentNoContent creates a DeleteSpoeAgentNoContent with default headers values
func (*DeleteSpoeAgentNoContent) Code ¶ added in v1.1.5
func (o *DeleteSpoeAgentNoContent) Code() int
Code gets the status code for the delete spoe agent no content response
func (*DeleteSpoeAgentNoContent) Error ¶
func (o *DeleteSpoeAgentNoContent) Error() string
func (*DeleteSpoeAgentNoContent) IsClientError ¶ added in v1.1.0
func (o *DeleteSpoeAgentNoContent) IsClientError() bool
IsClientError returns true when this delete spoe agent no content response has a 4xx status code
func (*DeleteSpoeAgentNoContent) IsCode ¶ added in v1.1.0
func (o *DeleteSpoeAgentNoContent) IsCode(code int) bool
IsCode returns true when this delete spoe agent no content response a status code equal to that given
func (*DeleteSpoeAgentNoContent) IsRedirect ¶ added in v1.1.0
func (o *DeleteSpoeAgentNoContent) IsRedirect() bool
IsRedirect returns true when this delete spoe agent no content response has a 3xx status code
func (*DeleteSpoeAgentNoContent) IsServerError ¶ added in v1.1.0
func (o *DeleteSpoeAgentNoContent) IsServerError() bool
IsServerError returns true when this delete spoe agent no content response has a 5xx status code
func (*DeleteSpoeAgentNoContent) IsSuccess ¶ added in v1.1.0
func (o *DeleteSpoeAgentNoContent) IsSuccess() bool
IsSuccess returns true when this delete spoe agent no content response has a 2xx status code
func (*DeleteSpoeAgentNoContent) String ¶ added in v1.1.0
func (o *DeleteSpoeAgentNoContent) String() string
type DeleteSpoeAgentNotFound ¶
type DeleteSpoeAgentNotFound struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
DeleteSpoeAgentNotFound describes a response with status code 404, with default header values.
The specified resource was not found
func NewDeleteSpoeAgentNotFound ¶
func NewDeleteSpoeAgentNotFound() *DeleteSpoeAgentNotFound
NewDeleteSpoeAgentNotFound creates a DeleteSpoeAgentNotFound with default headers values
func (*DeleteSpoeAgentNotFound) Code ¶ added in v1.1.5
func (o *DeleteSpoeAgentNotFound) Code() int
Code gets the status code for the delete spoe agent not found response
func (*DeleteSpoeAgentNotFound) Error ¶
func (o *DeleteSpoeAgentNotFound) Error() string
func (*DeleteSpoeAgentNotFound) GetPayload ¶
func (o *DeleteSpoeAgentNotFound) GetPayload() *models.Error
func (*DeleteSpoeAgentNotFound) IsClientError ¶ added in v1.1.0
func (o *DeleteSpoeAgentNotFound) IsClientError() bool
IsClientError returns true when this delete spoe agent not found response has a 4xx status code
func (*DeleteSpoeAgentNotFound) IsCode ¶ added in v1.1.0
func (o *DeleteSpoeAgentNotFound) IsCode(code int) bool
IsCode returns true when this delete spoe agent not found response a status code equal to that given
func (*DeleteSpoeAgentNotFound) IsRedirect ¶ added in v1.1.0
func (o *DeleteSpoeAgentNotFound) IsRedirect() bool
IsRedirect returns true when this delete spoe agent not found response has a 3xx status code
func (*DeleteSpoeAgentNotFound) IsServerError ¶ added in v1.1.0
func (o *DeleteSpoeAgentNotFound) IsServerError() bool
IsServerError returns true when this delete spoe agent not found response has a 5xx status code
func (*DeleteSpoeAgentNotFound) IsSuccess ¶ added in v1.1.0
func (o *DeleteSpoeAgentNotFound) IsSuccess() bool
IsSuccess returns true when this delete spoe agent not found response has a 2xx status code
func (*DeleteSpoeAgentNotFound) String ¶ added in v1.1.0
func (o *DeleteSpoeAgentNotFound) String() string
type DeleteSpoeAgentParams ¶
type DeleteSpoeAgentParams struct { /* Name. Spoe agent name */ Name string /* Scope. Spoe scope */ Scope string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string /* Version. Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version. */ Version *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteSpoeAgentParams contains all the parameters to send to the API endpoint
for the delete spoe agent operation. Typically these are written to a http.Request.
func NewDeleteSpoeAgentParams ¶
func NewDeleteSpoeAgentParams() *DeleteSpoeAgentParams
NewDeleteSpoeAgentParams creates a new DeleteSpoeAgentParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteSpoeAgentParamsWithContext ¶
func NewDeleteSpoeAgentParamsWithContext(ctx context.Context) *DeleteSpoeAgentParams
NewDeleteSpoeAgentParamsWithContext creates a new DeleteSpoeAgentParams object with the ability to set a context for a request.
func NewDeleteSpoeAgentParamsWithHTTPClient ¶
func NewDeleteSpoeAgentParamsWithHTTPClient(client *http.Client) *DeleteSpoeAgentParams
NewDeleteSpoeAgentParamsWithHTTPClient creates a new DeleteSpoeAgentParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteSpoeAgentParamsWithTimeout ¶
func NewDeleteSpoeAgentParamsWithTimeout(timeout time.Duration) *DeleteSpoeAgentParams
NewDeleteSpoeAgentParamsWithTimeout creates a new DeleteSpoeAgentParams object with the ability to set a timeout on a request.
func (*DeleteSpoeAgentParams) SetContext ¶
func (o *DeleteSpoeAgentParams) SetContext(ctx context.Context)
SetContext adds the context to the delete spoe agent params
func (*DeleteSpoeAgentParams) SetDefaults ¶
func (o *DeleteSpoeAgentParams) SetDefaults()
SetDefaults hydrates default values in the delete spoe agent params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSpoeAgentParams) SetHTTPClient ¶
func (o *DeleteSpoeAgentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete spoe agent params
func (*DeleteSpoeAgentParams) SetName ¶
func (o *DeleteSpoeAgentParams) SetName(name string)
SetName adds the name to the delete spoe agent params
func (*DeleteSpoeAgentParams) SetScope ¶
func (o *DeleteSpoeAgentParams) SetScope(scope string)
SetScope adds the scope to the delete spoe agent params
func (*DeleteSpoeAgentParams) SetSpoe ¶
func (o *DeleteSpoeAgentParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the delete spoe agent params
func (*DeleteSpoeAgentParams) SetTimeout ¶
func (o *DeleteSpoeAgentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete spoe agent params
func (*DeleteSpoeAgentParams) SetTransactionID ¶
func (o *DeleteSpoeAgentParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the delete spoe agent params
func (*DeleteSpoeAgentParams) SetVersion ¶
func (o *DeleteSpoeAgentParams) SetVersion(version *int64)
SetVersion adds the version to the delete spoe agent params
func (*DeleteSpoeAgentParams) WithContext ¶
func (o *DeleteSpoeAgentParams) WithContext(ctx context.Context) *DeleteSpoeAgentParams
WithContext adds the context to the delete spoe agent params
func (*DeleteSpoeAgentParams) WithDefaults ¶
func (o *DeleteSpoeAgentParams) WithDefaults() *DeleteSpoeAgentParams
WithDefaults hydrates default values in the delete spoe agent params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSpoeAgentParams) WithHTTPClient ¶
func (o *DeleteSpoeAgentParams) WithHTTPClient(client *http.Client) *DeleteSpoeAgentParams
WithHTTPClient adds the HTTPClient to the delete spoe agent params
func (*DeleteSpoeAgentParams) WithName ¶
func (o *DeleteSpoeAgentParams) WithName(name string) *DeleteSpoeAgentParams
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 ¶
func (o *DeleteSpoeAgentParams) WithSpoe(spoe string) *DeleteSpoeAgentParams
WithSpoe adds the spoe to the delete spoe agent params
func (*DeleteSpoeAgentParams) WithTimeout ¶
func (o *DeleteSpoeAgentParams) WithTimeout(timeout time.Duration) *DeleteSpoeAgentParams
WithTimeout adds the timeout to the delete spoe agent params
func (*DeleteSpoeAgentParams) WithTransactionID ¶
func (o *DeleteSpoeAgentParams) WithTransactionID(transactionID *string) *DeleteSpoeAgentParams
WithTransactionID adds the transactionID to the delete spoe agent params
func (*DeleteSpoeAgentParams) WithVersion ¶
func (o *DeleteSpoeAgentParams) WithVersion(version *int64) *DeleteSpoeAgentParams
WithVersion adds the version to the delete spoe agent params
func (*DeleteSpoeAgentParams) WriteToRequest ¶
func (o *DeleteSpoeAgentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSpoeAgentReader ¶
type DeleteSpoeAgentReader struct {
// contains filtered or unexported fields
}
DeleteSpoeAgentReader is a Reader for the DeleteSpoeAgent structure.
func (*DeleteSpoeAgentReader) ReadResponse ¶
func (o *DeleteSpoeAgentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteSpoeFileDefault ¶
type DeleteSpoeFileDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
DeleteSpoeFileDefault describes a response with status code -1, with default header values.
General Error
func NewDeleteSpoeFileDefault ¶
func NewDeleteSpoeFileDefault(code int) *DeleteSpoeFileDefault
NewDeleteSpoeFileDefault creates a DeleteSpoeFileDefault with default headers values
func (*DeleteSpoeFileDefault) Code ¶
func (o *DeleteSpoeFileDefault) Code() int
Code gets the status code for the delete spoe file default response
func (*DeleteSpoeFileDefault) Error ¶
func (o *DeleteSpoeFileDefault) Error() string
func (*DeleteSpoeFileDefault) GetPayload ¶
func (o *DeleteSpoeFileDefault) GetPayload() *models.Error
func (*DeleteSpoeFileDefault) IsClientError ¶ added in v1.1.0
func (o *DeleteSpoeFileDefault) IsClientError() bool
IsClientError returns true when this delete spoe file default response has a 4xx status code
func (*DeleteSpoeFileDefault) IsCode ¶ added in v1.1.0
func (o *DeleteSpoeFileDefault) IsCode(code int) bool
IsCode returns true when this delete spoe file default response a status code equal to that given
func (*DeleteSpoeFileDefault) IsRedirect ¶ added in v1.1.0
func (o *DeleteSpoeFileDefault) IsRedirect() bool
IsRedirect returns true when this delete spoe file default response has a 3xx status code
func (*DeleteSpoeFileDefault) IsServerError ¶ added in v1.1.0
func (o *DeleteSpoeFileDefault) IsServerError() bool
IsServerError returns true when this delete spoe file default response has a 5xx status code
func (*DeleteSpoeFileDefault) IsSuccess ¶ added in v1.1.0
func (o *DeleteSpoeFileDefault) IsSuccess() bool
IsSuccess returns true when this delete spoe file default response has a 2xx status code
func (*DeleteSpoeFileDefault) String ¶ added in v1.1.0
func (o *DeleteSpoeFileDefault) String() string
type DeleteSpoeFileNoContent ¶
type DeleteSpoeFileNoContent struct { }
DeleteSpoeFileNoContent describes a response with status code 204, with default header values.
SPOE file deleted
func NewDeleteSpoeFileNoContent ¶
func NewDeleteSpoeFileNoContent() *DeleteSpoeFileNoContent
NewDeleteSpoeFileNoContent creates a DeleteSpoeFileNoContent with default headers values
func (*DeleteSpoeFileNoContent) Code ¶ added in v1.1.5
func (o *DeleteSpoeFileNoContent) Code() int
Code gets the status code for the delete spoe file no content response
func (*DeleteSpoeFileNoContent) Error ¶
func (o *DeleteSpoeFileNoContent) Error() string
func (*DeleteSpoeFileNoContent) IsClientError ¶ added in v1.1.0
func (o *DeleteSpoeFileNoContent) IsClientError() bool
IsClientError returns true when this delete spoe file no content response has a 4xx status code
func (*DeleteSpoeFileNoContent) IsCode ¶ added in v1.1.0
func (o *DeleteSpoeFileNoContent) IsCode(code int) bool
IsCode returns true when this delete spoe file no content response a status code equal to that given
func (*DeleteSpoeFileNoContent) IsRedirect ¶ added in v1.1.0
func (o *DeleteSpoeFileNoContent) IsRedirect() bool
IsRedirect returns true when this delete spoe file no content response has a 3xx status code
func (*DeleteSpoeFileNoContent) IsServerError ¶ added in v1.1.0
func (o *DeleteSpoeFileNoContent) IsServerError() bool
IsServerError returns true when this delete spoe file no content response has a 5xx status code
func (*DeleteSpoeFileNoContent) IsSuccess ¶ added in v1.1.0
func (o *DeleteSpoeFileNoContent) IsSuccess() bool
IsSuccess returns true when this delete spoe file no content response has a 2xx status code
func (*DeleteSpoeFileNoContent) String ¶ added in v1.1.0
func (o *DeleteSpoeFileNoContent) String() string
type DeleteSpoeFileNotFound ¶
type DeleteSpoeFileNotFound struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
DeleteSpoeFileNotFound describes a response with status code 404, with default header values.
The specified resource was not found
func NewDeleteSpoeFileNotFound ¶
func NewDeleteSpoeFileNotFound() *DeleteSpoeFileNotFound
NewDeleteSpoeFileNotFound creates a DeleteSpoeFileNotFound with default headers values
func (*DeleteSpoeFileNotFound) Code ¶ added in v1.1.5
func (o *DeleteSpoeFileNotFound) Code() int
Code gets the status code for the delete spoe file not found response
func (*DeleteSpoeFileNotFound) Error ¶
func (o *DeleteSpoeFileNotFound) Error() string
func (*DeleteSpoeFileNotFound) GetPayload ¶
func (o *DeleteSpoeFileNotFound) GetPayload() *models.Error
func (*DeleteSpoeFileNotFound) IsClientError ¶ added in v1.1.0
func (o *DeleteSpoeFileNotFound) IsClientError() bool
IsClientError returns true when this delete spoe file not found response has a 4xx status code
func (*DeleteSpoeFileNotFound) IsCode ¶ added in v1.1.0
func (o *DeleteSpoeFileNotFound) IsCode(code int) bool
IsCode returns true when this delete spoe file not found response a status code equal to that given
func (*DeleteSpoeFileNotFound) IsRedirect ¶ added in v1.1.0
func (o *DeleteSpoeFileNotFound) IsRedirect() bool
IsRedirect returns true when this delete spoe file not found response has a 3xx status code
func (*DeleteSpoeFileNotFound) IsServerError ¶ added in v1.1.0
func (o *DeleteSpoeFileNotFound) IsServerError() bool
IsServerError returns true when this delete spoe file not found response has a 5xx status code
func (*DeleteSpoeFileNotFound) IsSuccess ¶ added in v1.1.0
func (o *DeleteSpoeFileNotFound) IsSuccess() bool
IsSuccess returns true when this delete spoe file not found response has a 2xx status code
func (*DeleteSpoeFileNotFound) String ¶ added in v1.1.0
func (o *DeleteSpoeFileNotFound) String() string
type DeleteSpoeFileParams ¶
type DeleteSpoeFileParams struct { /* Name. SPOE file name */ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteSpoeFileParams contains all the parameters to send to the API endpoint
for the delete spoe file operation. Typically these are written to a http.Request.
func NewDeleteSpoeFileParams ¶
func NewDeleteSpoeFileParams() *DeleteSpoeFileParams
NewDeleteSpoeFileParams creates a new DeleteSpoeFileParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteSpoeFileParamsWithContext ¶
func NewDeleteSpoeFileParamsWithContext(ctx context.Context) *DeleteSpoeFileParams
NewDeleteSpoeFileParamsWithContext creates a new DeleteSpoeFileParams object with the ability to set a context for a request.
func NewDeleteSpoeFileParamsWithHTTPClient ¶
func NewDeleteSpoeFileParamsWithHTTPClient(client *http.Client) *DeleteSpoeFileParams
NewDeleteSpoeFileParamsWithHTTPClient creates a new DeleteSpoeFileParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteSpoeFileParamsWithTimeout ¶
func NewDeleteSpoeFileParamsWithTimeout(timeout time.Duration) *DeleteSpoeFileParams
NewDeleteSpoeFileParamsWithTimeout creates a new DeleteSpoeFileParams object with the ability to set a timeout on a request.
func (*DeleteSpoeFileParams) SetContext ¶
func (o *DeleteSpoeFileParams) SetContext(ctx context.Context)
SetContext adds the context to the delete spoe file params
func (*DeleteSpoeFileParams) SetDefaults ¶
func (o *DeleteSpoeFileParams) SetDefaults()
SetDefaults hydrates default values in the delete spoe file params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSpoeFileParams) SetHTTPClient ¶
func (o *DeleteSpoeFileParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete spoe file params
func (*DeleteSpoeFileParams) SetName ¶
func (o *DeleteSpoeFileParams) SetName(name string)
SetName adds the name to the delete spoe file params
func (*DeleteSpoeFileParams) SetTimeout ¶
func (o *DeleteSpoeFileParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete spoe file params
func (*DeleteSpoeFileParams) WithContext ¶
func (o *DeleteSpoeFileParams) WithContext(ctx context.Context) *DeleteSpoeFileParams
WithContext adds the context to the delete spoe file params
func (*DeleteSpoeFileParams) WithDefaults ¶
func (o *DeleteSpoeFileParams) WithDefaults() *DeleteSpoeFileParams
WithDefaults hydrates default values in the delete spoe file params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSpoeFileParams) WithHTTPClient ¶
func (o *DeleteSpoeFileParams) WithHTTPClient(client *http.Client) *DeleteSpoeFileParams
WithHTTPClient adds the HTTPClient to the delete spoe file params
func (*DeleteSpoeFileParams) WithName ¶
func (o *DeleteSpoeFileParams) WithName(name string) *DeleteSpoeFileParams
WithName adds the name to the delete spoe file params
func (*DeleteSpoeFileParams) WithTimeout ¶
func (o *DeleteSpoeFileParams) WithTimeout(timeout time.Duration) *DeleteSpoeFileParams
WithTimeout adds the timeout to the delete spoe file params
func (*DeleteSpoeFileParams) WriteToRequest ¶
func (o *DeleteSpoeFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSpoeFileReader ¶
type DeleteSpoeFileReader struct {
// contains filtered or unexported fields
}
DeleteSpoeFileReader is a Reader for the DeleteSpoeFile structure.
func (*DeleteSpoeFileReader) ReadResponse ¶
func (o *DeleteSpoeFileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteSpoeGroupDefault ¶
type DeleteSpoeGroupDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
DeleteSpoeGroupDefault describes a response with status code -1, with default header values.
General Error
func NewDeleteSpoeGroupDefault ¶
func NewDeleteSpoeGroupDefault(code int) *DeleteSpoeGroupDefault
NewDeleteSpoeGroupDefault creates a DeleteSpoeGroupDefault with default headers values
func (*DeleteSpoeGroupDefault) Code ¶
func (o *DeleteSpoeGroupDefault) Code() int
Code gets the status code for the delete spoe group default response
func (*DeleteSpoeGroupDefault) Error ¶
func (o *DeleteSpoeGroupDefault) Error() string
func (*DeleteSpoeGroupDefault) GetPayload ¶
func (o *DeleteSpoeGroupDefault) GetPayload() *models.Error
func (*DeleteSpoeGroupDefault) IsClientError ¶ added in v1.1.0
func (o *DeleteSpoeGroupDefault) IsClientError() bool
IsClientError returns true when this delete spoe group default response has a 4xx status code
func (*DeleteSpoeGroupDefault) IsCode ¶ added in v1.1.0
func (o *DeleteSpoeGroupDefault) IsCode(code int) bool
IsCode returns true when this delete spoe group default response a status code equal to that given
func (*DeleteSpoeGroupDefault) IsRedirect ¶ added in v1.1.0
func (o *DeleteSpoeGroupDefault) IsRedirect() bool
IsRedirect returns true when this delete spoe group default response has a 3xx status code
func (*DeleteSpoeGroupDefault) IsServerError ¶ added in v1.1.0
func (o *DeleteSpoeGroupDefault) IsServerError() bool
IsServerError returns true when this delete spoe group default response has a 5xx status code
func (*DeleteSpoeGroupDefault) IsSuccess ¶ added in v1.1.0
func (o *DeleteSpoeGroupDefault) IsSuccess() bool
IsSuccess returns true when this delete spoe group default response has a 2xx status code
func (*DeleteSpoeGroupDefault) String ¶ added in v1.1.0
func (o *DeleteSpoeGroupDefault) String() string
type DeleteSpoeGroupNoContent ¶
type DeleteSpoeGroupNoContent struct { }
DeleteSpoeGroupNoContent describes a response with status code 204, with default header values.
Spoe group deleted
func NewDeleteSpoeGroupNoContent ¶
func NewDeleteSpoeGroupNoContent() *DeleteSpoeGroupNoContent
NewDeleteSpoeGroupNoContent creates a DeleteSpoeGroupNoContent with default headers values
func (*DeleteSpoeGroupNoContent) Code ¶ added in v1.1.5
func (o *DeleteSpoeGroupNoContent) Code() int
Code gets the status code for the delete spoe group no content response
func (*DeleteSpoeGroupNoContent) Error ¶
func (o *DeleteSpoeGroupNoContent) Error() string
func (*DeleteSpoeGroupNoContent) IsClientError ¶ added in v1.1.0
func (o *DeleteSpoeGroupNoContent) IsClientError() bool
IsClientError returns true when this delete spoe group no content response has a 4xx status code
func (*DeleteSpoeGroupNoContent) IsCode ¶ added in v1.1.0
func (o *DeleteSpoeGroupNoContent) IsCode(code int) bool
IsCode returns true when this delete spoe group no content response a status code equal to that given
func (*DeleteSpoeGroupNoContent) IsRedirect ¶ added in v1.1.0
func (o *DeleteSpoeGroupNoContent) IsRedirect() bool
IsRedirect returns true when this delete spoe group no content response has a 3xx status code
func (*DeleteSpoeGroupNoContent) IsServerError ¶ added in v1.1.0
func (o *DeleteSpoeGroupNoContent) IsServerError() bool
IsServerError returns true when this delete spoe group no content response has a 5xx status code
func (*DeleteSpoeGroupNoContent) IsSuccess ¶ added in v1.1.0
func (o *DeleteSpoeGroupNoContent) IsSuccess() bool
IsSuccess returns true when this delete spoe group no content response has a 2xx status code
func (*DeleteSpoeGroupNoContent) String ¶ added in v1.1.0
func (o *DeleteSpoeGroupNoContent) String() string
type DeleteSpoeGroupNotFound ¶
type DeleteSpoeGroupNotFound struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
DeleteSpoeGroupNotFound describes a response with status code 404, with default header values.
The specified resource was not found
func NewDeleteSpoeGroupNotFound ¶
func NewDeleteSpoeGroupNotFound() *DeleteSpoeGroupNotFound
NewDeleteSpoeGroupNotFound creates a DeleteSpoeGroupNotFound with default headers values
func (*DeleteSpoeGroupNotFound) Code ¶ added in v1.1.5
func (o *DeleteSpoeGroupNotFound) Code() int
Code gets the status code for the delete spoe group not found response
func (*DeleteSpoeGroupNotFound) Error ¶
func (o *DeleteSpoeGroupNotFound) Error() string
func (*DeleteSpoeGroupNotFound) GetPayload ¶
func (o *DeleteSpoeGroupNotFound) GetPayload() *models.Error
func (*DeleteSpoeGroupNotFound) IsClientError ¶ added in v1.1.0
func (o *DeleteSpoeGroupNotFound) IsClientError() bool
IsClientError returns true when this delete spoe group not found response has a 4xx status code
func (*DeleteSpoeGroupNotFound) IsCode ¶ added in v1.1.0
func (o *DeleteSpoeGroupNotFound) IsCode(code int) bool
IsCode returns true when this delete spoe group not found response a status code equal to that given
func (*DeleteSpoeGroupNotFound) IsRedirect ¶ added in v1.1.0
func (o *DeleteSpoeGroupNotFound) IsRedirect() bool
IsRedirect returns true when this delete spoe group not found response has a 3xx status code
func (*DeleteSpoeGroupNotFound) IsServerError ¶ added in v1.1.0
func (o *DeleteSpoeGroupNotFound) IsServerError() bool
IsServerError returns true when this delete spoe group not found response has a 5xx status code
func (*DeleteSpoeGroupNotFound) IsSuccess ¶ added in v1.1.0
func (o *DeleteSpoeGroupNotFound) IsSuccess() bool
IsSuccess returns true when this delete spoe group not found response has a 2xx status code
func (*DeleteSpoeGroupNotFound) String ¶ added in v1.1.0
func (o *DeleteSpoeGroupNotFound) String() string
type DeleteSpoeGroupParams ¶
type DeleteSpoeGroupParams struct { /* Name. Spoe group name */ Name string /* Scope. Spoe scope */ Scope string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string /* Version. Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version. */ Version *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteSpoeGroupParams contains all the parameters to send to the API endpoint
for the delete spoe group operation. Typically these are written to a http.Request.
func NewDeleteSpoeGroupParams ¶
func NewDeleteSpoeGroupParams() *DeleteSpoeGroupParams
NewDeleteSpoeGroupParams creates a new DeleteSpoeGroupParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteSpoeGroupParamsWithContext ¶
func NewDeleteSpoeGroupParamsWithContext(ctx context.Context) *DeleteSpoeGroupParams
NewDeleteSpoeGroupParamsWithContext creates a new DeleteSpoeGroupParams object with the ability to set a context for a request.
func NewDeleteSpoeGroupParamsWithHTTPClient ¶
func NewDeleteSpoeGroupParamsWithHTTPClient(client *http.Client) *DeleteSpoeGroupParams
NewDeleteSpoeGroupParamsWithHTTPClient creates a new DeleteSpoeGroupParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteSpoeGroupParamsWithTimeout ¶
func NewDeleteSpoeGroupParamsWithTimeout(timeout time.Duration) *DeleteSpoeGroupParams
NewDeleteSpoeGroupParamsWithTimeout creates a new DeleteSpoeGroupParams object with the ability to set a timeout on a request.
func (*DeleteSpoeGroupParams) SetContext ¶
func (o *DeleteSpoeGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the delete spoe group params
func (*DeleteSpoeGroupParams) SetDefaults ¶
func (o *DeleteSpoeGroupParams) SetDefaults()
SetDefaults hydrates default values in the delete spoe group params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSpoeGroupParams) SetHTTPClient ¶
func (o *DeleteSpoeGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete spoe group params
func (*DeleteSpoeGroupParams) SetName ¶
func (o *DeleteSpoeGroupParams) SetName(name string)
SetName adds the name to the delete spoe group params
func (*DeleteSpoeGroupParams) SetScope ¶
func (o *DeleteSpoeGroupParams) SetScope(scope string)
SetScope adds the scope to the delete spoe group params
func (*DeleteSpoeGroupParams) SetSpoe ¶
func (o *DeleteSpoeGroupParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the delete spoe group params
func (*DeleteSpoeGroupParams) SetTimeout ¶
func (o *DeleteSpoeGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete spoe group params
func (*DeleteSpoeGroupParams) SetTransactionID ¶
func (o *DeleteSpoeGroupParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the delete spoe group params
func (*DeleteSpoeGroupParams) SetVersion ¶
func (o *DeleteSpoeGroupParams) SetVersion(version *int64)
SetVersion adds the version to the delete spoe group params
func (*DeleteSpoeGroupParams) WithContext ¶
func (o *DeleteSpoeGroupParams) WithContext(ctx context.Context) *DeleteSpoeGroupParams
WithContext adds the context to the delete spoe group params
func (*DeleteSpoeGroupParams) WithDefaults ¶
func (o *DeleteSpoeGroupParams) WithDefaults() *DeleteSpoeGroupParams
WithDefaults hydrates default values in the delete spoe group params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSpoeGroupParams) WithHTTPClient ¶
func (o *DeleteSpoeGroupParams) WithHTTPClient(client *http.Client) *DeleteSpoeGroupParams
WithHTTPClient adds the HTTPClient to the delete spoe group params
func (*DeleteSpoeGroupParams) WithName ¶
func (o *DeleteSpoeGroupParams) WithName(name string) *DeleteSpoeGroupParams
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 ¶
func (o *DeleteSpoeGroupParams) WithSpoe(spoe string) *DeleteSpoeGroupParams
WithSpoe adds the spoe to the delete spoe group params
func (*DeleteSpoeGroupParams) WithTimeout ¶
func (o *DeleteSpoeGroupParams) WithTimeout(timeout time.Duration) *DeleteSpoeGroupParams
WithTimeout adds the timeout to the delete spoe group params
func (*DeleteSpoeGroupParams) WithTransactionID ¶
func (o *DeleteSpoeGroupParams) WithTransactionID(transactionID *string) *DeleteSpoeGroupParams
WithTransactionID adds the transactionID to the delete spoe group params
func (*DeleteSpoeGroupParams) WithVersion ¶
func (o *DeleteSpoeGroupParams) WithVersion(version *int64) *DeleteSpoeGroupParams
WithVersion adds the version to the delete spoe group params
func (*DeleteSpoeGroupParams) WriteToRequest ¶
func (o *DeleteSpoeGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSpoeGroupReader ¶
type DeleteSpoeGroupReader struct {
// contains filtered or unexported fields
}
DeleteSpoeGroupReader is a Reader for the DeleteSpoeGroup structure.
func (*DeleteSpoeGroupReader) ReadResponse ¶
func (o *DeleteSpoeGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteSpoeMessageDefault ¶
type DeleteSpoeMessageDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
DeleteSpoeMessageDefault describes a response with status code -1, with default header values.
General Error
func NewDeleteSpoeMessageDefault ¶
func NewDeleteSpoeMessageDefault(code int) *DeleteSpoeMessageDefault
NewDeleteSpoeMessageDefault creates a DeleteSpoeMessageDefault with default headers values
func (*DeleteSpoeMessageDefault) Code ¶
func (o *DeleteSpoeMessageDefault) Code() int
Code gets the status code for the delete spoe message default response
func (*DeleteSpoeMessageDefault) Error ¶
func (o *DeleteSpoeMessageDefault) Error() string
func (*DeleteSpoeMessageDefault) GetPayload ¶
func (o *DeleteSpoeMessageDefault) GetPayload() *models.Error
func (*DeleteSpoeMessageDefault) IsClientError ¶ added in v1.1.0
func (o *DeleteSpoeMessageDefault) IsClientError() bool
IsClientError returns true when this delete spoe message default response has a 4xx status code
func (*DeleteSpoeMessageDefault) IsCode ¶ added in v1.1.0
func (o *DeleteSpoeMessageDefault) IsCode(code int) bool
IsCode returns true when this delete spoe message default response a status code equal to that given
func (*DeleteSpoeMessageDefault) IsRedirect ¶ added in v1.1.0
func (o *DeleteSpoeMessageDefault) IsRedirect() bool
IsRedirect returns true when this delete spoe message default response has a 3xx status code
func (*DeleteSpoeMessageDefault) IsServerError ¶ added in v1.1.0
func (o *DeleteSpoeMessageDefault) IsServerError() bool
IsServerError returns true when this delete spoe message default response has a 5xx status code
func (*DeleteSpoeMessageDefault) IsSuccess ¶ added in v1.1.0
func (o *DeleteSpoeMessageDefault) IsSuccess() bool
IsSuccess returns true when this delete spoe message default response has a 2xx status code
func (*DeleteSpoeMessageDefault) String ¶ added in v1.1.0
func (o *DeleteSpoeMessageDefault) String() string
type DeleteSpoeMessageNoContent ¶
type DeleteSpoeMessageNoContent struct { }
DeleteSpoeMessageNoContent describes a response with status code 204, with default header values.
Spoe message deleted
func NewDeleteSpoeMessageNoContent ¶
func NewDeleteSpoeMessageNoContent() *DeleteSpoeMessageNoContent
NewDeleteSpoeMessageNoContent creates a DeleteSpoeMessageNoContent with default headers values
func (*DeleteSpoeMessageNoContent) Code ¶ added in v1.1.5
func (o *DeleteSpoeMessageNoContent) Code() int
Code gets the status code for the delete spoe message no content response
func (*DeleteSpoeMessageNoContent) Error ¶
func (o *DeleteSpoeMessageNoContent) Error() string
func (*DeleteSpoeMessageNoContent) IsClientError ¶ added in v1.1.0
func (o *DeleteSpoeMessageNoContent) IsClientError() bool
IsClientError returns true when this delete spoe message no content response has a 4xx status code
func (*DeleteSpoeMessageNoContent) IsCode ¶ added in v1.1.0
func (o *DeleteSpoeMessageNoContent) IsCode(code int) bool
IsCode returns true when this delete spoe message no content response a status code equal to that given
func (*DeleteSpoeMessageNoContent) IsRedirect ¶ added in v1.1.0
func (o *DeleteSpoeMessageNoContent) IsRedirect() bool
IsRedirect returns true when this delete spoe message no content response has a 3xx status code
func (*DeleteSpoeMessageNoContent) IsServerError ¶ added in v1.1.0
func (o *DeleteSpoeMessageNoContent) IsServerError() bool
IsServerError returns true when this delete spoe message no content response has a 5xx status code
func (*DeleteSpoeMessageNoContent) IsSuccess ¶ added in v1.1.0
func (o *DeleteSpoeMessageNoContent) IsSuccess() bool
IsSuccess returns true when this delete spoe message no content response has a 2xx status code
func (*DeleteSpoeMessageNoContent) String ¶ added in v1.1.0
func (o *DeleteSpoeMessageNoContent) String() string
type DeleteSpoeMessageNotFound ¶
type DeleteSpoeMessageNotFound struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
DeleteSpoeMessageNotFound describes a response with status code 404, with default header values.
The specified resource was not found
func NewDeleteSpoeMessageNotFound ¶
func NewDeleteSpoeMessageNotFound() *DeleteSpoeMessageNotFound
NewDeleteSpoeMessageNotFound creates a DeleteSpoeMessageNotFound with default headers values
func (*DeleteSpoeMessageNotFound) Code ¶ added in v1.1.5
func (o *DeleteSpoeMessageNotFound) Code() int
Code gets the status code for the delete spoe message not found response
func (*DeleteSpoeMessageNotFound) Error ¶
func (o *DeleteSpoeMessageNotFound) Error() string
func (*DeleteSpoeMessageNotFound) GetPayload ¶
func (o *DeleteSpoeMessageNotFound) GetPayload() *models.Error
func (*DeleteSpoeMessageNotFound) IsClientError ¶ added in v1.1.0
func (o *DeleteSpoeMessageNotFound) IsClientError() bool
IsClientError returns true when this delete spoe message not found response has a 4xx status code
func (*DeleteSpoeMessageNotFound) IsCode ¶ added in v1.1.0
func (o *DeleteSpoeMessageNotFound) IsCode(code int) bool
IsCode returns true when this delete spoe message not found response a status code equal to that given
func (*DeleteSpoeMessageNotFound) IsRedirect ¶ added in v1.1.0
func (o *DeleteSpoeMessageNotFound) IsRedirect() bool
IsRedirect returns true when this delete spoe message not found response has a 3xx status code
func (*DeleteSpoeMessageNotFound) IsServerError ¶ added in v1.1.0
func (o *DeleteSpoeMessageNotFound) IsServerError() bool
IsServerError returns true when this delete spoe message not found response has a 5xx status code
func (*DeleteSpoeMessageNotFound) IsSuccess ¶ added in v1.1.0
func (o *DeleteSpoeMessageNotFound) IsSuccess() bool
IsSuccess returns true when this delete spoe message not found response has a 2xx status code
func (*DeleteSpoeMessageNotFound) String ¶ added in v1.1.0
func (o *DeleteSpoeMessageNotFound) String() string
type DeleteSpoeMessageParams ¶
type DeleteSpoeMessageParams struct { /* Name. Spoe message name */ Name string /* Scope. Spoe scope */ Scope string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string /* Version. Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version. */ Version *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteSpoeMessageParams contains all the parameters to send to the API endpoint
for the delete spoe message operation. Typically these are written to a http.Request.
func NewDeleteSpoeMessageParams ¶
func NewDeleteSpoeMessageParams() *DeleteSpoeMessageParams
NewDeleteSpoeMessageParams creates a new DeleteSpoeMessageParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteSpoeMessageParamsWithContext ¶
func NewDeleteSpoeMessageParamsWithContext(ctx context.Context) *DeleteSpoeMessageParams
NewDeleteSpoeMessageParamsWithContext creates a new DeleteSpoeMessageParams object with the ability to set a context for a request.
func NewDeleteSpoeMessageParamsWithHTTPClient ¶
func NewDeleteSpoeMessageParamsWithHTTPClient(client *http.Client) *DeleteSpoeMessageParams
NewDeleteSpoeMessageParamsWithHTTPClient creates a new DeleteSpoeMessageParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteSpoeMessageParamsWithTimeout ¶
func NewDeleteSpoeMessageParamsWithTimeout(timeout time.Duration) *DeleteSpoeMessageParams
NewDeleteSpoeMessageParamsWithTimeout creates a new DeleteSpoeMessageParams object with the ability to set a timeout on a request.
func (*DeleteSpoeMessageParams) SetContext ¶
func (o *DeleteSpoeMessageParams) SetContext(ctx context.Context)
SetContext adds the context to the delete spoe message params
func (*DeleteSpoeMessageParams) SetDefaults ¶
func (o *DeleteSpoeMessageParams) SetDefaults()
SetDefaults hydrates default values in the delete spoe message params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSpoeMessageParams) SetHTTPClient ¶
func (o *DeleteSpoeMessageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete spoe message params
func (*DeleteSpoeMessageParams) SetName ¶
func (o *DeleteSpoeMessageParams) SetName(name string)
SetName adds the name to the delete spoe message params
func (*DeleteSpoeMessageParams) SetScope ¶
func (o *DeleteSpoeMessageParams) SetScope(scope string)
SetScope adds the scope to the delete spoe message params
func (*DeleteSpoeMessageParams) SetSpoe ¶
func (o *DeleteSpoeMessageParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the delete spoe message params
func (*DeleteSpoeMessageParams) SetTimeout ¶
func (o *DeleteSpoeMessageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete spoe message params
func (*DeleteSpoeMessageParams) SetTransactionID ¶
func (o *DeleteSpoeMessageParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the delete spoe message params
func (*DeleteSpoeMessageParams) SetVersion ¶
func (o *DeleteSpoeMessageParams) SetVersion(version *int64)
SetVersion adds the version to the delete spoe message params
func (*DeleteSpoeMessageParams) WithContext ¶
func (o *DeleteSpoeMessageParams) WithContext(ctx context.Context) *DeleteSpoeMessageParams
WithContext adds the context to the delete spoe message params
func (*DeleteSpoeMessageParams) WithDefaults ¶
func (o *DeleteSpoeMessageParams) WithDefaults() *DeleteSpoeMessageParams
WithDefaults hydrates default values in the delete spoe message params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSpoeMessageParams) WithHTTPClient ¶
func (o *DeleteSpoeMessageParams) WithHTTPClient(client *http.Client) *DeleteSpoeMessageParams
WithHTTPClient adds the HTTPClient to the delete spoe message params
func (*DeleteSpoeMessageParams) WithName ¶
func (o *DeleteSpoeMessageParams) WithName(name string) *DeleteSpoeMessageParams
WithName adds the name to the delete spoe message params
func (*DeleteSpoeMessageParams) WithScope ¶
func (o *DeleteSpoeMessageParams) WithScope(scope string) *DeleteSpoeMessageParams
WithScope adds the scope to the delete spoe message params
func (*DeleteSpoeMessageParams) WithSpoe ¶
func (o *DeleteSpoeMessageParams) WithSpoe(spoe string) *DeleteSpoeMessageParams
WithSpoe adds the spoe to the delete spoe message params
func (*DeleteSpoeMessageParams) WithTimeout ¶
func (o *DeleteSpoeMessageParams) WithTimeout(timeout time.Duration) *DeleteSpoeMessageParams
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 ¶
func (o *DeleteSpoeMessageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSpoeMessageReader ¶
type DeleteSpoeMessageReader struct {
// contains filtered or unexported fields
}
DeleteSpoeMessageReader is a Reader for the DeleteSpoeMessage structure.
func (*DeleteSpoeMessageReader) ReadResponse ¶
func (o *DeleteSpoeMessageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteSpoeScopeDefault ¶
type DeleteSpoeScopeDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
DeleteSpoeScopeDefault describes a response with status code -1, with default header values.
General Error
func NewDeleteSpoeScopeDefault ¶
func NewDeleteSpoeScopeDefault(code int) *DeleteSpoeScopeDefault
NewDeleteSpoeScopeDefault creates a DeleteSpoeScopeDefault with default headers values
func (*DeleteSpoeScopeDefault) Code ¶
func (o *DeleteSpoeScopeDefault) Code() int
Code gets the status code for the delete spoe scope default response
func (*DeleteSpoeScopeDefault) Error ¶
func (o *DeleteSpoeScopeDefault) Error() string
func (*DeleteSpoeScopeDefault) GetPayload ¶
func (o *DeleteSpoeScopeDefault) GetPayload() *models.Error
func (*DeleteSpoeScopeDefault) IsClientError ¶ added in v1.1.0
func (o *DeleteSpoeScopeDefault) IsClientError() bool
IsClientError returns true when this delete spoe scope default response has a 4xx status code
func (*DeleteSpoeScopeDefault) IsCode ¶ added in v1.1.0
func (o *DeleteSpoeScopeDefault) IsCode(code int) bool
IsCode returns true when this delete spoe scope default response a status code equal to that given
func (*DeleteSpoeScopeDefault) IsRedirect ¶ added in v1.1.0
func (o *DeleteSpoeScopeDefault) IsRedirect() bool
IsRedirect returns true when this delete spoe scope default response has a 3xx status code
func (*DeleteSpoeScopeDefault) IsServerError ¶ added in v1.1.0
func (o *DeleteSpoeScopeDefault) IsServerError() bool
IsServerError returns true when this delete spoe scope default response has a 5xx status code
func (*DeleteSpoeScopeDefault) IsSuccess ¶ added in v1.1.0
func (o *DeleteSpoeScopeDefault) IsSuccess() bool
IsSuccess returns true when this delete spoe scope default response has a 2xx status code
func (*DeleteSpoeScopeDefault) String ¶ added in v1.1.0
func (o *DeleteSpoeScopeDefault) String() string
type DeleteSpoeScopeNoContent ¶
type DeleteSpoeScopeNoContent struct { }
DeleteSpoeScopeNoContent describes a response with status code 204, with default header values.
Spoe scope deleted
func NewDeleteSpoeScopeNoContent ¶
func NewDeleteSpoeScopeNoContent() *DeleteSpoeScopeNoContent
NewDeleteSpoeScopeNoContent creates a DeleteSpoeScopeNoContent with default headers values
func (*DeleteSpoeScopeNoContent) Code ¶ added in v1.1.5
func (o *DeleteSpoeScopeNoContent) Code() int
Code gets the status code for the delete spoe scope no content response
func (*DeleteSpoeScopeNoContent) Error ¶
func (o *DeleteSpoeScopeNoContent) Error() string
func (*DeleteSpoeScopeNoContent) IsClientError ¶ added in v1.1.0
func (o *DeleteSpoeScopeNoContent) IsClientError() bool
IsClientError returns true when this delete spoe scope no content response has a 4xx status code
func (*DeleteSpoeScopeNoContent) IsCode ¶ added in v1.1.0
func (o *DeleteSpoeScopeNoContent) IsCode(code int) bool
IsCode returns true when this delete spoe scope no content response a status code equal to that given
func (*DeleteSpoeScopeNoContent) IsRedirect ¶ added in v1.1.0
func (o *DeleteSpoeScopeNoContent) IsRedirect() bool
IsRedirect returns true when this delete spoe scope no content response has a 3xx status code
func (*DeleteSpoeScopeNoContent) IsServerError ¶ added in v1.1.0
func (o *DeleteSpoeScopeNoContent) IsServerError() bool
IsServerError returns true when this delete spoe scope no content response has a 5xx status code
func (*DeleteSpoeScopeNoContent) IsSuccess ¶ added in v1.1.0
func (o *DeleteSpoeScopeNoContent) IsSuccess() bool
IsSuccess returns true when this delete spoe scope no content response has a 2xx status code
func (*DeleteSpoeScopeNoContent) String ¶ added in v1.1.0
func (o *DeleteSpoeScopeNoContent) String() string
type DeleteSpoeScopeNotFound ¶
type DeleteSpoeScopeNotFound struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
DeleteSpoeScopeNotFound describes a response with status code 404, with default header values.
The specified resource was not found
func NewDeleteSpoeScopeNotFound ¶
func NewDeleteSpoeScopeNotFound() *DeleteSpoeScopeNotFound
NewDeleteSpoeScopeNotFound creates a DeleteSpoeScopeNotFound with default headers values
func (*DeleteSpoeScopeNotFound) Code ¶ added in v1.1.5
func (o *DeleteSpoeScopeNotFound) Code() int
Code gets the status code for the delete spoe scope not found response
func (*DeleteSpoeScopeNotFound) Error ¶
func (o *DeleteSpoeScopeNotFound) Error() string
func (*DeleteSpoeScopeNotFound) GetPayload ¶
func (o *DeleteSpoeScopeNotFound) GetPayload() *models.Error
func (*DeleteSpoeScopeNotFound) IsClientError ¶ added in v1.1.0
func (o *DeleteSpoeScopeNotFound) IsClientError() bool
IsClientError returns true when this delete spoe scope not found response has a 4xx status code
func (*DeleteSpoeScopeNotFound) IsCode ¶ added in v1.1.0
func (o *DeleteSpoeScopeNotFound) IsCode(code int) bool
IsCode returns true when this delete spoe scope not found response a status code equal to that given
func (*DeleteSpoeScopeNotFound) IsRedirect ¶ added in v1.1.0
func (o *DeleteSpoeScopeNotFound) IsRedirect() bool
IsRedirect returns true when this delete spoe scope not found response has a 3xx status code
func (*DeleteSpoeScopeNotFound) IsServerError ¶ added in v1.1.0
func (o *DeleteSpoeScopeNotFound) IsServerError() bool
IsServerError returns true when this delete spoe scope not found response has a 5xx status code
func (*DeleteSpoeScopeNotFound) IsSuccess ¶ added in v1.1.0
func (o *DeleteSpoeScopeNotFound) IsSuccess() bool
IsSuccess returns true when this delete spoe scope not found response has a 2xx status code
func (*DeleteSpoeScopeNotFound) String ¶ added in v1.1.0
func (o *DeleteSpoeScopeNotFound) String() string
type DeleteSpoeScopeParams ¶
type DeleteSpoeScopeParams struct { /* Name. Spoe scope name */ Name string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string /* Version. Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version. */ Version *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteSpoeScopeParams contains all the parameters to send to the API endpoint
for the delete spoe scope operation. Typically these are written to a http.Request.
func NewDeleteSpoeScopeParams ¶
func NewDeleteSpoeScopeParams() *DeleteSpoeScopeParams
NewDeleteSpoeScopeParams creates a new DeleteSpoeScopeParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteSpoeScopeParamsWithContext ¶
func NewDeleteSpoeScopeParamsWithContext(ctx context.Context) *DeleteSpoeScopeParams
NewDeleteSpoeScopeParamsWithContext creates a new DeleteSpoeScopeParams object with the ability to set a context for a request.
func NewDeleteSpoeScopeParamsWithHTTPClient ¶
func NewDeleteSpoeScopeParamsWithHTTPClient(client *http.Client) *DeleteSpoeScopeParams
NewDeleteSpoeScopeParamsWithHTTPClient creates a new DeleteSpoeScopeParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteSpoeScopeParamsWithTimeout ¶
func NewDeleteSpoeScopeParamsWithTimeout(timeout time.Duration) *DeleteSpoeScopeParams
NewDeleteSpoeScopeParamsWithTimeout creates a new DeleteSpoeScopeParams object with the ability to set a timeout on a request.
func (*DeleteSpoeScopeParams) SetContext ¶
func (o *DeleteSpoeScopeParams) SetContext(ctx context.Context)
SetContext adds the context to the delete spoe scope params
func (*DeleteSpoeScopeParams) SetDefaults ¶
func (o *DeleteSpoeScopeParams) SetDefaults()
SetDefaults hydrates default values in the delete spoe scope params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSpoeScopeParams) SetHTTPClient ¶
func (o *DeleteSpoeScopeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete spoe scope params
func (*DeleteSpoeScopeParams) SetName ¶
func (o *DeleteSpoeScopeParams) SetName(name string)
SetName adds the name to the delete spoe scope params
func (*DeleteSpoeScopeParams) SetSpoe ¶
func (o *DeleteSpoeScopeParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the delete spoe scope params
func (*DeleteSpoeScopeParams) SetTimeout ¶
func (o *DeleteSpoeScopeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete spoe scope params
func (*DeleteSpoeScopeParams) SetTransactionID ¶
func (o *DeleteSpoeScopeParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the delete spoe scope params
func (*DeleteSpoeScopeParams) SetVersion ¶
func (o *DeleteSpoeScopeParams) SetVersion(version *int64)
SetVersion adds the version to the delete spoe scope params
func (*DeleteSpoeScopeParams) WithContext ¶
func (o *DeleteSpoeScopeParams) WithContext(ctx context.Context) *DeleteSpoeScopeParams
WithContext adds the context to the delete spoe scope params
func (*DeleteSpoeScopeParams) WithDefaults ¶
func (o *DeleteSpoeScopeParams) WithDefaults() *DeleteSpoeScopeParams
WithDefaults hydrates default values in the delete spoe scope params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSpoeScopeParams) WithHTTPClient ¶
func (o *DeleteSpoeScopeParams) WithHTTPClient(client *http.Client) *DeleteSpoeScopeParams
WithHTTPClient adds the HTTPClient to the delete spoe scope params
func (*DeleteSpoeScopeParams) WithName ¶
func (o *DeleteSpoeScopeParams) WithName(name string) *DeleteSpoeScopeParams
WithName adds the name to the delete spoe scope params
func (*DeleteSpoeScopeParams) WithSpoe ¶
func (o *DeleteSpoeScopeParams) WithSpoe(spoe string) *DeleteSpoeScopeParams
WithSpoe adds the spoe to the delete spoe scope params
func (*DeleteSpoeScopeParams) WithTimeout ¶
func (o *DeleteSpoeScopeParams) WithTimeout(timeout time.Duration) *DeleteSpoeScopeParams
WithTimeout adds the timeout to the delete spoe scope params
func (*DeleteSpoeScopeParams) WithTransactionID ¶
func (o *DeleteSpoeScopeParams) WithTransactionID(transactionID *string) *DeleteSpoeScopeParams
WithTransactionID adds the transactionID to the delete spoe scope params
func (*DeleteSpoeScopeParams) WithVersion ¶
func (o *DeleteSpoeScopeParams) WithVersion(version *int64) *DeleteSpoeScopeParams
WithVersion adds the version to the delete spoe scope params
func (*DeleteSpoeScopeParams) WriteToRequest ¶
func (o *DeleteSpoeScopeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSpoeScopeReader ¶
type DeleteSpoeScopeReader struct {
// contains filtered or unexported fields
}
DeleteSpoeScopeReader is a Reader for the DeleteSpoeScope structure.
func (*DeleteSpoeScopeReader) ReadResponse ¶
func (o *DeleteSpoeScopeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAllSpoeFilesDefault ¶
type GetAllSpoeFilesDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
GetAllSpoeFilesDefault describes a response with status code -1, with default header values.
General Error
func NewGetAllSpoeFilesDefault ¶
func NewGetAllSpoeFilesDefault(code int) *GetAllSpoeFilesDefault
NewGetAllSpoeFilesDefault creates a GetAllSpoeFilesDefault with default headers values
func (*GetAllSpoeFilesDefault) Code ¶
func (o *GetAllSpoeFilesDefault) Code() int
Code gets the status code for the get all spoe files default response
func (*GetAllSpoeFilesDefault) Error ¶
func (o *GetAllSpoeFilesDefault) Error() string
func (*GetAllSpoeFilesDefault) GetPayload ¶
func (o *GetAllSpoeFilesDefault) GetPayload() *models.Error
func (*GetAllSpoeFilesDefault) IsClientError ¶ added in v1.1.0
func (o *GetAllSpoeFilesDefault) IsClientError() bool
IsClientError returns true when this get all spoe files default response has a 4xx status code
func (*GetAllSpoeFilesDefault) IsCode ¶ added in v1.1.0
func (o *GetAllSpoeFilesDefault) IsCode(code int) bool
IsCode returns true when this get all spoe files default response a status code equal to that given
func (*GetAllSpoeFilesDefault) IsRedirect ¶ added in v1.1.0
func (o *GetAllSpoeFilesDefault) IsRedirect() bool
IsRedirect returns true when this get all spoe files default response has a 3xx status code
func (*GetAllSpoeFilesDefault) IsServerError ¶ added in v1.1.0
func (o *GetAllSpoeFilesDefault) IsServerError() bool
IsServerError returns true when this get all spoe files default response has a 5xx status code
func (*GetAllSpoeFilesDefault) IsSuccess ¶ added in v1.1.0
func (o *GetAllSpoeFilesDefault) IsSuccess() bool
IsSuccess returns true when this get all spoe files default response has a 2xx status code
func (*GetAllSpoeFilesDefault) String ¶ added in v1.1.0
func (o *GetAllSpoeFilesDefault) String() string
type GetAllSpoeFilesNotFound ¶
type GetAllSpoeFilesNotFound struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
GetAllSpoeFilesNotFound describes a response with status code 404, with default header values.
The specified resource was not found
func NewGetAllSpoeFilesNotFound ¶
func NewGetAllSpoeFilesNotFound() *GetAllSpoeFilesNotFound
NewGetAllSpoeFilesNotFound creates a GetAllSpoeFilesNotFound with default headers values
func (*GetAllSpoeFilesNotFound) Code ¶ added in v1.1.5
func (o *GetAllSpoeFilesNotFound) Code() int
Code gets the status code for the get all spoe files not found response
func (*GetAllSpoeFilesNotFound) Error ¶
func (o *GetAllSpoeFilesNotFound) Error() string
func (*GetAllSpoeFilesNotFound) GetPayload ¶
func (o *GetAllSpoeFilesNotFound) GetPayload() *models.Error
func (*GetAllSpoeFilesNotFound) IsClientError ¶ added in v1.1.0
func (o *GetAllSpoeFilesNotFound) IsClientError() bool
IsClientError returns true when this get all spoe files not found response has a 4xx status code
func (*GetAllSpoeFilesNotFound) IsCode ¶ added in v1.1.0
func (o *GetAllSpoeFilesNotFound) IsCode(code int) bool
IsCode returns true when this get all spoe files not found response a status code equal to that given
func (*GetAllSpoeFilesNotFound) IsRedirect ¶ added in v1.1.0
func (o *GetAllSpoeFilesNotFound) IsRedirect() bool
IsRedirect returns true when this get all spoe files not found response has a 3xx status code
func (*GetAllSpoeFilesNotFound) IsServerError ¶ added in v1.1.0
func (o *GetAllSpoeFilesNotFound) IsServerError() bool
IsServerError returns true when this get all spoe files not found response has a 5xx status code
func (*GetAllSpoeFilesNotFound) IsSuccess ¶ added in v1.1.0
func (o *GetAllSpoeFilesNotFound) IsSuccess() bool
IsSuccess returns true when this get all spoe files not found response has a 2xx status code
func (*GetAllSpoeFilesNotFound) String ¶ added in v1.1.0
func (o *GetAllSpoeFilesNotFound) String() string
type GetAllSpoeFilesOK ¶
GetAllSpoeFilesOK describes a response with status code 200, with default header values.
Successful operation
func NewGetAllSpoeFilesOK ¶
func NewGetAllSpoeFilesOK() *GetAllSpoeFilesOK
NewGetAllSpoeFilesOK creates a GetAllSpoeFilesOK with default headers values
func (*GetAllSpoeFilesOK) Code ¶ added in v1.1.5
func (o *GetAllSpoeFilesOK) Code() int
Code gets the status code for the get all spoe files o k response
func (*GetAllSpoeFilesOK) Error ¶
func (o *GetAllSpoeFilesOK) Error() string
func (*GetAllSpoeFilesOK) GetPayload ¶
func (o *GetAllSpoeFilesOK) GetPayload() models.SpoeFiles
func (*GetAllSpoeFilesOK) IsClientError ¶ added in v1.1.0
func (o *GetAllSpoeFilesOK) IsClientError() bool
IsClientError returns true when this get all spoe files o k response has a 4xx status code
func (*GetAllSpoeFilesOK) IsCode ¶ added in v1.1.0
func (o *GetAllSpoeFilesOK) IsCode(code int) bool
IsCode returns true when this get all spoe files o k response a status code equal to that given
func (*GetAllSpoeFilesOK) IsRedirect ¶ added in v1.1.0
func (o *GetAllSpoeFilesOK) IsRedirect() bool
IsRedirect returns true when this get all spoe files o k response has a 3xx status code
func (*GetAllSpoeFilesOK) IsServerError ¶ added in v1.1.0
func (o *GetAllSpoeFilesOK) IsServerError() bool
IsServerError returns true when this get all spoe files o k response has a 5xx status code
func (*GetAllSpoeFilesOK) IsSuccess ¶ added in v1.1.0
func (o *GetAllSpoeFilesOK) IsSuccess() bool
IsSuccess returns true when this get all spoe files o k response has a 2xx status code
func (*GetAllSpoeFilesOK) String ¶ added in v1.1.0
func (o *GetAllSpoeFilesOK) String() string
type GetAllSpoeFilesParams ¶
type GetAllSpoeFilesParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAllSpoeFilesParams contains all the parameters to send to the API endpoint
for the get all spoe files operation. Typically these are written to a http.Request.
func NewGetAllSpoeFilesParams ¶
func NewGetAllSpoeFilesParams() *GetAllSpoeFilesParams
NewGetAllSpoeFilesParams creates a new GetAllSpoeFilesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetAllSpoeFilesParamsWithContext ¶
func NewGetAllSpoeFilesParamsWithContext(ctx context.Context) *GetAllSpoeFilesParams
NewGetAllSpoeFilesParamsWithContext creates a new GetAllSpoeFilesParams object with the ability to set a context for a request.
func NewGetAllSpoeFilesParamsWithHTTPClient ¶
func NewGetAllSpoeFilesParamsWithHTTPClient(client *http.Client) *GetAllSpoeFilesParams
NewGetAllSpoeFilesParamsWithHTTPClient creates a new GetAllSpoeFilesParams object with the ability to set a custom HTTPClient for a request.
func NewGetAllSpoeFilesParamsWithTimeout ¶
func NewGetAllSpoeFilesParamsWithTimeout(timeout time.Duration) *GetAllSpoeFilesParams
NewGetAllSpoeFilesParamsWithTimeout creates a new GetAllSpoeFilesParams object with the ability to set a timeout on a request.
func (*GetAllSpoeFilesParams) SetContext ¶
func (o *GetAllSpoeFilesParams) SetContext(ctx context.Context)
SetContext adds the context to the get all spoe files params
func (*GetAllSpoeFilesParams) SetDefaults ¶
func (o *GetAllSpoeFilesParams) SetDefaults()
SetDefaults hydrates default values in the get all spoe files params (not the query body).
All values with no default are reset to their zero value.
func (*GetAllSpoeFilesParams) SetHTTPClient ¶
func (o *GetAllSpoeFilesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get all spoe files params
func (*GetAllSpoeFilesParams) SetTimeout ¶
func (o *GetAllSpoeFilesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get all spoe files params
func (*GetAllSpoeFilesParams) WithContext ¶
func (o *GetAllSpoeFilesParams) WithContext(ctx context.Context) *GetAllSpoeFilesParams
WithContext adds the context to the get all spoe files params
func (*GetAllSpoeFilesParams) WithDefaults ¶
func (o *GetAllSpoeFilesParams) WithDefaults() *GetAllSpoeFilesParams
WithDefaults hydrates default values in the get all spoe files params (not the query body).
All values with no default are reset to their zero value.
func (*GetAllSpoeFilesParams) WithHTTPClient ¶
func (o *GetAllSpoeFilesParams) WithHTTPClient(client *http.Client) *GetAllSpoeFilesParams
WithHTTPClient adds the HTTPClient to the get all spoe files params
func (*GetAllSpoeFilesParams) WithTimeout ¶
func (o *GetAllSpoeFilesParams) WithTimeout(timeout time.Duration) *GetAllSpoeFilesParams
WithTimeout adds the timeout to the get all spoe files params
func (*GetAllSpoeFilesParams) WriteToRequest ¶
func (o *GetAllSpoeFilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAllSpoeFilesReader ¶
type GetAllSpoeFilesReader struct {
// contains filtered or unexported fields
}
GetAllSpoeFilesReader is a Reader for the GetAllSpoeFiles structure.
func (*GetAllSpoeFilesReader) ReadResponse ¶
func (o *GetAllSpoeFilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetOneSpoeFileDefault ¶
type GetOneSpoeFileDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
GetOneSpoeFileDefault describes a response with status code -1, with default header values.
General Error
func NewGetOneSpoeFileDefault ¶
func NewGetOneSpoeFileDefault(code int) *GetOneSpoeFileDefault
NewGetOneSpoeFileDefault creates a GetOneSpoeFileDefault with default headers values
func (*GetOneSpoeFileDefault) Code ¶
func (o *GetOneSpoeFileDefault) Code() int
Code gets the status code for the get one spoe file default response
func (*GetOneSpoeFileDefault) Error ¶
func (o *GetOneSpoeFileDefault) Error() string
func (*GetOneSpoeFileDefault) GetPayload ¶
func (o *GetOneSpoeFileDefault) GetPayload() *models.Error
func (*GetOneSpoeFileDefault) IsClientError ¶ added in v1.1.0
func (o *GetOneSpoeFileDefault) IsClientError() bool
IsClientError returns true when this get one spoe file default response has a 4xx status code
func (*GetOneSpoeFileDefault) IsCode ¶ added in v1.1.0
func (o *GetOneSpoeFileDefault) IsCode(code int) bool
IsCode returns true when this get one spoe file default response a status code equal to that given
func (*GetOneSpoeFileDefault) IsRedirect ¶ added in v1.1.0
func (o *GetOneSpoeFileDefault) IsRedirect() bool
IsRedirect returns true when this get one spoe file default response has a 3xx status code
func (*GetOneSpoeFileDefault) IsServerError ¶ added in v1.1.0
func (o *GetOneSpoeFileDefault) IsServerError() bool
IsServerError returns true when this get one spoe file default response has a 5xx status code
func (*GetOneSpoeFileDefault) IsSuccess ¶ added in v1.1.0
func (o *GetOneSpoeFileDefault) IsSuccess() bool
IsSuccess returns true when this get one spoe file default response has a 2xx status code
func (*GetOneSpoeFileDefault) String ¶ added in v1.1.0
func (o *GetOneSpoeFileDefault) String() string
type GetOneSpoeFileNotFound ¶
type GetOneSpoeFileNotFound struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
GetOneSpoeFileNotFound describes a response with status code 404, with default header values.
The specified resource was not found
func NewGetOneSpoeFileNotFound ¶
func NewGetOneSpoeFileNotFound() *GetOneSpoeFileNotFound
NewGetOneSpoeFileNotFound creates a GetOneSpoeFileNotFound with default headers values
func (*GetOneSpoeFileNotFound) Code ¶ added in v1.1.5
func (o *GetOneSpoeFileNotFound) Code() int
Code gets the status code for the get one spoe file not found response
func (*GetOneSpoeFileNotFound) Error ¶
func (o *GetOneSpoeFileNotFound) Error() string
func (*GetOneSpoeFileNotFound) GetPayload ¶
func (o *GetOneSpoeFileNotFound) GetPayload() *models.Error
func (*GetOneSpoeFileNotFound) IsClientError ¶ added in v1.1.0
func (o *GetOneSpoeFileNotFound) IsClientError() bool
IsClientError returns true when this get one spoe file not found response has a 4xx status code
func (*GetOneSpoeFileNotFound) IsCode ¶ added in v1.1.0
func (o *GetOneSpoeFileNotFound) IsCode(code int) bool
IsCode returns true when this get one spoe file not found response a status code equal to that given
func (*GetOneSpoeFileNotFound) IsRedirect ¶ added in v1.1.0
func (o *GetOneSpoeFileNotFound) IsRedirect() bool
IsRedirect returns true when this get one spoe file not found response has a 3xx status code
func (*GetOneSpoeFileNotFound) IsServerError ¶ added in v1.1.0
func (o *GetOneSpoeFileNotFound) IsServerError() bool
IsServerError returns true when this get one spoe file not found response has a 5xx status code
func (*GetOneSpoeFileNotFound) IsSuccess ¶ added in v1.1.0
func (o *GetOneSpoeFileNotFound) IsSuccess() bool
IsSuccess returns true when this get one spoe file not found response has a 2xx status code
func (*GetOneSpoeFileNotFound) String ¶ added in v1.1.0
func (o *GetOneSpoeFileNotFound) String() string
type GetOneSpoeFileOK ¶
type GetOneSpoeFileOK struct { /* Spoe configuration file version */ ConfigurationVersion string Payload *GetOneSpoeFileOKBody }
GetOneSpoeFileOK describes a response with status code 200, with default header values.
Successful operation
func NewGetOneSpoeFileOK ¶
func NewGetOneSpoeFileOK() *GetOneSpoeFileOK
NewGetOneSpoeFileOK creates a GetOneSpoeFileOK with default headers values
func (*GetOneSpoeFileOK) Code ¶ added in v1.1.5
func (o *GetOneSpoeFileOK) Code() int
Code gets the status code for the get one spoe file o k response
func (*GetOneSpoeFileOK) Error ¶
func (o *GetOneSpoeFileOK) Error() string
func (*GetOneSpoeFileOK) GetPayload ¶
func (o *GetOneSpoeFileOK) GetPayload() *GetOneSpoeFileOKBody
func (*GetOneSpoeFileOK) IsClientError ¶ added in v1.1.0
func (o *GetOneSpoeFileOK) IsClientError() bool
IsClientError returns true when this get one spoe file o k response has a 4xx status code
func (*GetOneSpoeFileOK) IsCode ¶ added in v1.1.0
func (o *GetOneSpoeFileOK) IsCode(code int) bool
IsCode returns true when this get one spoe file o k response a status code equal to that given
func (*GetOneSpoeFileOK) IsRedirect ¶ added in v1.1.0
func (o *GetOneSpoeFileOK) IsRedirect() bool
IsRedirect returns true when this get one spoe file o k response has a 3xx status code
func (*GetOneSpoeFileOK) IsServerError ¶ added in v1.1.0
func (o *GetOneSpoeFileOK) IsServerError() bool
IsServerError returns true when this get one spoe file o k response has a 5xx status code
func (*GetOneSpoeFileOK) IsSuccess ¶ added in v1.1.0
func (o *GetOneSpoeFileOK) IsSuccess() bool
IsSuccess returns true when this get one spoe file o k response has a 2xx status code
func (*GetOneSpoeFileOK) String ¶ added in v1.1.0
func (o *GetOneSpoeFileOK) String() string
type GetOneSpoeFileOKBody ¶
type GetOneSpoeFileOKBody struct { // version Version int64 `json:"_version,omitempty"` // data Data string `json:"data,omitempty"` }
GetOneSpoeFileOKBody get one spoe file o k body swagger:model GetOneSpoeFileOKBody
func (*GetOneSpoeFileOKBody) ContextValidate ¶
ContextValidate validates this get one spoe file o k body based on context it is used
func (*GetOneSpoeFileOKBody) MarshalBinary ¶
func (o *GetOneSpoeFileOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetOneSpoeFileOKBody) UnmarshalBinary ¶
func (o *GetOneSpoeFileOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetOneSpoeFileParams ¶
type GetOneSpoeFileParams struct { /* Name. SPOE file name */ Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetOneSpoeFileParams contains all the parameters to send to the API endpoint
for the get one spoe file operation. Typically these are written to a http.Request.
func NewGetOneSpoeFileParams ¶
func NewGetOneSpoeFileParams() *GetOneSpoeFileParams
NewGetOneSpoeFileParams creates a new GetOneSpoeFileParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetOneSpoeFileParamsWithContext ¶
func NewGetOneSpoeFileParamsWithContext(ctx context.Context) *GetOneSpoeFileParams
NewGetOneSpoeFileParamsWithContext creates a new GetOneSpoeFileParams object with the ability to set a context for a request.
func NewGetOneSpoeFileParamsWithHTTPClient ¶
func NewGetOneSpoeFileParamsWithHTTPClient(client *http.Client) *GetOneSpoeFileParams
NewGetOneSpoeFileParamsWithHTTPClient creates a new GetOneSpoeFileParams object with the ability to set a custom HTTPClient for a request.
func NewGetOneSpoeFileParamsWithTimeout ¶
func NewGetOneSpoeFileParamsWithTimeout(timeout time.Duration) *GetOneSpoeFileParams
NewGetOneSpoeFileParamsWithTimeout creates a new GetOneSpoeFileParams object with the ability to set a timeout on a request.
func (*GetOneSpoeFileParams) SetContext ¶
func (o *GetOneSpoeFileParams) SetContext(ctx context.Context)
SetContext adds the context to the get one spoe file params
func (*GetOneSpoeFileParams) SetDefaults ¶
func (o *GetOneSpoeFileParams) SetDefaults()
SetDefaults hydrates default values in the get one spoe file params (not the query body).
All values with no default are reset to their zero value.
func (*GetOneSpoeFileParams) SetHTTPClient ¶
func (o *GetOneSpoeFileParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get one spoe file params
func (*GetOneSpoeFileParams) SetName ¶
func (o *GetOneSpoeFileParams) SetName(name string)
SetName adds the name to the get one spoe file params
func (*GetOneSpoeFileParams) SetTimeout ¶
func (o *GetOneSpoeFileParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get one spoe file params
func (*GetOneSpoeFileParams) WithContext ¶
func (o *GetOneSpoeFileParams) WithContext(ctx context.Context) *GetOneSpoeFileParams
WithContext adds the context to the get one spoe file params
func (*GetOneSpoeFileParams) WithDefaults ¶
func (o *GetOneSpoeFileParams) WithDefaults() *GetOneSpoeFileParams
WithDefaults hydrates default values in the get one spoe file params (not the query body).
All values with no default are reset to their zero value.
func (*GetOneSpoeFileParams) WithHTTPClient ¶
func (o *GetOneSpoeFileParams) WithHTTPClient(client *http.Client) *GetOneSpoeFileParams
WithHTTPClient adds the HTTPClient to the get one spoe file params
func (*GetOneSpoeFileParams) WithName ¶
func (o *GetOneSpoeFileParams) WithName(name string) *GetOneSpoeFileParams
WithName adds the name to the get one spoe file params
func (*GetOneSpoeFileParams) WithTimeout ¶
func (o *GetOneSpoeFileParams) WithTimeout(timeout time.Duration) *GetOneSpoeFileParams
WithTimeout adds the timeout to the get one spoe file params
func (*GetOneSpoeFileParams) WriteToRequest ¶
func (o *GetOneSpoeFileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetOneSpoeFileReader ¶
type GetOneSpoeFileReader struct {
// contains filtered or unexported fields
}
GetOneSpoeFileReader is a Reader for the GetOneSpoeFile structure.
func (*GetOneSpoeFileReader) ReadResponse ¶
func (o *GetOneSpoeFileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSpoeAgentDefault ¶
type GetSpoeAgentDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
GetSpoeAgentDefault describes a response with status code -1, with default header values.
General Error
func NewGetSpoeAgentDefault ¶
func NewGetSpoeAgentDefault(code int) *GetSpoeAgentDefault
NewGetSpoeAgentDefault creates a GetSpoeAgentDefault with default headers values
func (*GetSpoeAgentDefault) Code ¶
func (o *GetSpoeAgentDefault) Code() int
Code gets the status code for the get spoe agent default response
func (*GetSpoeAgentDefault) Error ¶
func (o *GetSpoeAgentDefault) Error() string
func (*GetSpoeAgentDefault) GetPayload ¶
func (o *GetSpoeAgentDefault) GetPayload() *models.Error
func (*GetSpoeAgentDefault) IsClientError ¶ added in v1.1.0
func (o *GetSpoeAgentDefault) IsClientError() bool
IsClientError returns true when this get spoe agent default response has a 4xx status code
func (*GetSpoeAgentDefault) IsCode ¶ added in v1.1.0
func (o *GetSpoeAgentDefault) IsCode(code int) bool
IsCode returns true when this get spoe agent default response a status code equal to that given
func (*GetSpoeAgentDefault) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeAgentDefault) IsRedirect() bool
IsRedirect returns true when this get spoe agent default response has a 3xx status code
func (*GetSpoeAgentDefault) IsServerError ¶ added in v1.1.0
func (o *GetSpoeAgentDefault) IsServerError() bool
IsServerError returns true when this get spoe agent default response has a 5xx status code
func (*GetSpoeAgentDefault) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeAgentDefault) IsSuccess() bool
IsSuccess returns true when this get spoe agent default response has a 2xx status code
func (*GetSpoeAgentDefault) String ¶ added in v1.1.0
func (o *GetSpoeAgentDefault) String() string
type GetSpoeAgentNotFound ¶
type GetSpoeAgentNotFound struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
GetSpoeAgentNotFound describes a response with status code 404, with default header values.
The specified resource was not found
func NewGetSpoeAgentNotFound ¶
func NewGetSpoeAgentNotFound() *GetSpoeAgentNotFound
NewGetSpoeAgentNotFound creates a GetSpoeAgentNotFound with default headers values
func (*GetSpoeAgentNotFound) Code ¶ added in v1.1.5
func (o *GetSpoeAgentNotFound) Code() int
Code gets the status code for the get spoe agent not found response
func (*GetSpoeAgentNotFound) Error ¶
func (o *GetSpoeAgentNotFound) Error() string
func (*GetSpoeAgentNotFound) GetPayload ¶
func (o *GetSpoeAgentNotFound) GetPayload() *models.Error
func (*GetSpoeAgentNotFound) IsClientError ¶ added in v1.1.0
func (o *GetSpoeAgentNotFound) IsClientError() bool
IsClientError returns true when this get spoe agent not found response has a 4xx status code
func (*GetSpoeAgentNotFound) IsCode ¶ added in v1.1.0
func (o *GetSpoeAgentNotFound) IsCode(code int) bool
IsCode returns true when this get spoe agent not found response a status code equal to that given
func (*GetSpoeAgentNotFound) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeAgentNotFound) IsRedirect() bool
IsRedirect returns true when this get spoe agent not found response has a 3xx status code
func (*GetSpoeAgentNotFound) IsServerError ¶ added in v1.1.0
func (o *GetSpoeAgentNotFound) IsServerError() bool
IsServerError returns true when this get spoe agent not found response has a 5xx status code
func (*GetSpoeAgentNotFound) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeAgentNotFound) IsSuccess() bool
IsSuccess returns true when this get spoe agent not found response has a 2xx status code
func (*GetSpoeAgentNotFound) String ¶ added in v1.1.0
func (o *GetSpoeAgentNotFound) String() string
type GetSpoeAgentOK ¶
type GetSpoeAgentOK struct { /* Spoe configuration file version */ ConfigurationVersion string Payload *GetSpoeAgentOKBody }
GetSpoeAgentOK describes a response with status code 200, with default header values.
Successful operation
func NewGetSpoeAgentOK ¶
func NewGetSpoeAgentOK() *GetSpoeAgentOK
NewGetSpoeAgentOK creates a GetSpoeAgentOK with default headers values
func (*GetSpoeAgentOK) Code ¶ added in v1.1.5
func (o *GetSpoeAgentOK) Code() int
Code gets the status code for the get spoe agent o k response
func (*GetSpoeAgentOK) Error ¶
func (o *GetSpoeAgentOK) Error() string
func (*GetSpoeAgentOK) GetPayload ¶
func (o *GetSpoeAgentOK) GetPayload() *GetSpoeAgentOKBody
func (*GetSpoeAgentOK) IsClientError ¶ added in v1.1.0
func (o *GetSpoeAgentOK) IsClientError() bool
IsClientError returns true when this get spoe agent o k response has a 4xx status code
func (*GetSpoeAgentOK) IsCode ¶ added in v1.1.0
func (o *GetSpoeAgentOK) IsCode(code int) bool
IsCode returns true when this get spoe agent o k response a status code equal to that given
func (*GetSpoeAgentOK) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeAgentOK) IsRedirect() bool
IsRedirect returns true when this get spoe agent o k response has a 3xx status code
func (*GetSpoeAgentOK) IsServerError ¶ added in v1.1.0
func (o *GetSpoeAgentOK) IsServerError() bool
IsServerError returns true when this get spoe agent o k response has a 5xx status code
func (*GetSpoeAgentOK) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeAgentOK) IsSuccess() bool
IsSuccess returns true when this get spoe agent o k response has a 2xx status code
func (*GetSpoeAgentOK) String ¶ added in v1.1.0
func (o *GetSpoeAgentOK) String() string
type GetSpoeAgentOKBody ¶
type GetSpoeAgentOKBody struct { // version Version int64 `json:"_version,omitempty"` // data // Required: true Data *models.SpoeAgent `json:"data"` }
GetSpoeAgentOKBody get spoe agent o k body swagger:model GetSpoeAgentOKBody
func (*GetSpoeAgentOKBody) ContextValidate ¶
ContextValidate validate this get spoe agent o k body based on the context it is used
func (*GetSpoeAgentOKBody) MarshalBinary ¶
func (o *GetSpoeAgentOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetSpoeAgentOKBody) UnmarshalBinary ¶
func (o *GetSpoeAgentOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetSpoeAgentParams ¶
type GetSpoeAgentParams struct { /* Name. Spoe agent name */ Name string /* Scope. Spoe scope */ Scope string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSpoeAgentParams contains all the parameters to send to the API endpoint
for the get spoe agent operation. Typically these are written to a http.Request.
func NewGetSpoeAgentParams ¶
func NewGetSpoeAgentParams() *GetSpoeAgentParams
NewGetSpoeAgentParams creates a new GetSpoeAgentParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetSpoeAgentParamsWithContext ¶
func NewGetSpoeAgentParamsWithContext(ctx context.Context) *GetSpoeAgentParams
NewGetSpoeAgentParamsWithContext creates a new GetSpoeAgentParams object with the ability to set a context for a request.
func NewGetSpoeAgentParamsWithHTTPClient ¶
func NewGetSpoeAgentParamsWithHTTPClient(client *http.Client) *GetSpoeAgentParams
NewGetSpoeAgentParamsWithHTTPClient creates a new GetSpoeAgentParams object with the ability to set a custom HTTPClient for a request.
func NewGetSpoeAgentParamsWithTimeout ¶
func NewGetSpoeAgentParamsWithTimeout(timeout time.Duration) *GetSpoeAgentParams
NewGetSpoeAgentParamsWithTimeout creates a new GetSpoeAgentParams object with the ability to set a timeout on a request.
func (*GetSpoeAgentParams) SetContext ¶
func (o *GetSpoeAgentParams) SetContext(ctx context.Context)
SetContext adds the context to the get spoe agent params
func (*GetSpoeAgentParams) SetDefaults ¶
func (o *GetSpoeAgentParams) SetDefaults()
SetDefaults hydrates default values in the get spoe agent params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeAgentParams) SetHTTPClient ¶
func (o *GetSpoeAgentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get spoe agent params
func (*GetSpoeAgentParams) SetName ¶
func (o *GetSpoeAgentParams) SetName(name string)
SetName adds the name to the get spoe agent params
func (*GetSpoeAgentParams) SetScope ¶
func (o *GetSpoeAgentParams) SetScope(scope string)
SetScope adds the scope to the get spoe agent params
func (*GetSpoeAgentParams) SetSpoe ¶
func (o *GetSpoeAgentParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the get spoe agent params
func (*GetSpoeAgentParams) SetTimeout ¶
func (o *GetSpoeAgentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get spoe agent params
func (*GetSpoeAgentParams) SetTransactionID ¶
func (o *GetSpoeAgentParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the get spoe agent params
func (*GetSpoeAgentParams) WithContext ¶
func (o *GetSpoeAgentParams) WithContext(ctx context.Context) *GetSpoeAgentParams
WithContext adds the context to the get spoe agent params
func (*GetSpoeAgentParams) WithDefaults ¶
func (o *GetSpoeAgentParams) WithDefaults() *GetSpoeAgentParams
WithDefaults hydrates default values in the get spoe agent params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeAgentParams) WithHTTPClient ¶
func (o *GetSpoeAgentParams) WithHTTPClient(client *http.Client) *GetSpoeAgentParams
WithHTTPClient adds the HTTPClient to the get spoe agent params
func (*GetSpoeAgentParams) WithName ¶
func (o *GetSpoeAgentParams) WithName(name string) *GetSpoeAgentParams
WithName adds the name to the get spoe agent params
func (*GetSpoeAgentParams) WithScope ¶
func (o *GetSpoeAgentParams) WithScope(scope string) *GetSpoeAgentParams
WithScope adds the scope to the get spoe agent params
func (*GetSpoeAgentParams) WithSpoe ¶
func (o *GetSpoeAgentParams) WithSpoe(spoe string) *GetSpoeAgentParams
WithSpoe adds the spoe to the get spoe agent params
func (*GetSpoeAgentParams) WithTimeout ¶
func (o *GetSpoeAgentParams) WithTimeout(timeout time.Duration) *GetSpoeAgentParams
WithTimeout adds the timeout to the get spoe agent params
func (*GetSpoeAgentParams) WithTransactionID ¶
func (o *GetSpoeAgentParams) WithTransactionID(transactionID *string) *GetSpoeAgentParams
WithTransactionID adds the transactionID to the get spoe agent params
func (*GetSpoeAgentParams) WriteToRequest ¶
func (o *GetSpoeAgentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSpoeAgentReader ¶
type GetSpoeAgentReader struct {
// contains filtered or unexported fields
}
GetSpoeAgentReader is a Reader for the GetSpoeAgent structure.
func (*GetSpoeAgentReader) ReadResponse ¶
func (o *GetSpoeAgentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSpoeAgentsDefault ¶
type GetSpoeAgentsDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
GetSpoeAgentsDefault describes a response with status code -1, with default header values.
General Error
func NewGetSpoeAgentsDefault ¶
func NewGetSpoeAgentsDefault(code int) *GetSpoeAgentsDefault
NewGetSpoeAgentsDefault creates a GetSpoeAgentsDefault with default headers values
func (*GetSpoeAgentsDefault) Code ¶
func (o *GetSpoeAgentsDefault) Code() int
Code gets the status code for the get spoe agents default response
func (*GetSpoeAgentsDefault) Error ¶
func (o *GetSpoeAgentsDefault) Error() string
func (*GetSpoeAgentsDefault) GetPayload ¶
func (o *GetSpoeAgentsDefault) GetPayload() *models.Error
func (*GetSpoeAgentsDefault) IsClientError ¶ added in v1.1.0
func (o *GetSpoeAgentsDefault) IsClientError() bool
IsClientError returns true when this get spoe agents default response has a 4xx status code
func (*GetSpoeAgentsDefault) IsCode ¶ added in v1.1.0
func (o *GetSpoeAgentsDefault) IsCode(code int) bool
IsCode returns true when this get spoe agents default response a status code equal to that given
func (*GetSpoeAgentsDefault) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeAgentsDefault) IsRedirect() bool
IsRedirect returns true when this get spoe agents default response has a 3xx status code
func (*GetSpoeAgentsDefault) IsServerError ¶ added in v1.1.0
func (o *GetSpoeAgentsDefault) IsServerError() bool
IsServerError returns true when this get spoe agents default response has a 5xx status code
func (*GetSpoeAgentsDefault) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeAgentsDefault) IsSuccess() bool
IsSuccess returns true when this get spoe agents default response has a 2xx status code
func (*GetSpoeAgentsDefault) String ¶ added in v1.1.0
func (o *GetSpoeAgentsDefault) String() string
type GetSpoeAgentsOK ¶
type GetSpoeAgentsOK struct { /* Spoe configuration file version */ ConfigurationVersion string Payload *GetSpoeAgentsOKBody }
GetSpoeAgentsOK describes a response with status code 200, with default header values.
Successful operation
func NewGetSpoeAgentsOK ¶
func NewGetSpoeAgentsOK() *GetSpoeAgentsOK
NewGetSpoeAgentsOK creates a GetSpoeAgentsOK with default headers values
func (*GetSpoeAgentsOK) Code ¶ added in v1.1.5
func (o *GetSpoeAgentsOK) Code() int
Code gets the status code for the get spoe agents o k response
func (*GetSpoeAgentsOK) Error ¶
func (o *GetSpoeAgentsOK) Error() string
func (*GetSpoeAgentsOK) GetPayload ¶
func (o *GetSpoeAgentsOK) GetPayload() *GetSpoeAgentsOKBody
func (*GetSpoeAgentsOK) IsClientError ¶ added in v1.1.0
func (o *GetSpoeAgentsOK) IsClientError() bool
IsClientError returns true when this get spoe agents o k response has a 4xx status code
func (*GetSpoeAgentsOK) IsCode ¶ added in v1.1.0
func (o *GetSpoeAgentsOK) IsCode(code int) bool
IsCode returns true when this get spoe agents o k response a status code equal to that given
func (*GetSpoeAgentsOK) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeAgentsOK) IsRedirect() bool
IsRedirect returns true when this get spoe agents o k response has a 3xx status code
func (*GetSpoeAgentsOK) IsServerError ¶ added in v1.1.0
func (o *GetSpoeAgentsOK) IsServerError() bool
IsServerError returns true when this get spoe agents o k response has a 5xx status code
func (*GetSpoeAgentsOK) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeAgentsOK) IsSuccess() bool
IsSuccess returns true when this get spoe agents o k response has a 2xx status code
func (*GetSpoeAgentsOK) String ¶ added in v1.1.0
func (o *GetSpoeAgentsOK) String() string
type GetSpoeAgentsOKBody ¶
type GetSpoeAgentsOKBody struct { // version Version int64 `json:"_version,omitempty"` // data // Required: true Data models.SpoeAgents `json:"data"` }
GetSpoeAgentsOKBody get spoe agents o k body swagger:model GetSpoeAgentsOKBody
func (*GetSpoeAgentsOKBody) ContextValidate ¶
ContextValidate validate this get spoe agents o k body based on the context it is used
func (*GetSpoeAgentsOKBody) MarshalBinary ¶
func (o *GetSpoeAgentsOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetSpoeAgentsOKBody) UnmarshalBinary ¶
func (o *GetSpoeAgentsOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetSpoeAgentsParams ¶
type GetSpoeAgentsParams struct { /* Scope. Spoe scope */ Scope string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSpoeAgentsParams contains all the parameters to send to the API endpoint
for the get spoe agents operation. Typically these are written to a http.Request.
func NewGetSpoeAgentsParams ¶
func NewGetSpoeAgentsParams() *GetSpoeAgentsParams
NewGetSpoeAgentsParams creates a new GetSpoeAgentsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetSpoeAgentsParamsWithContext ¶
func NewGetSpoeAgentsParamsWithContext(ctx context.Context) *GetSpoeAgentsParams
NewGetSpoeAgentsParamsWithContext creates a new GetSpoeAgentsParams object with the ability to set a context for a request.
func NewGetSpoeAgentsParamsWithHTTPClient ¶
func NewGetSpoeAgentsParamsWithHTTPClient(client *http.Client) *GetSpoeAgentsParams
NewGetSpoeAgentsParamsWithHTTPClient creates a new GetSpoeAgentsParams object with the ability to set a custom HTTPClient for a request.
func NewGetSpoeAgentsParamsWithTimeout ¶
func NewGetSpoeAgentsParamsWithTimeout(timeout time.Duration) *GetSpoeAgentsParams
NewGetSpoeAgentsParamsWithTimeout creates a new GetSpoeAgentsParams object with the ability to set a timeout on a request.
func (*GetSpoeAgentsParams) SetContext ¶
func (o *GetSpoeAgentsParams) SetContext(ctx context.Context)
SetContext adds the context to the get spoe agents params
func (*GetSpoeAgentsParams) SetDefaults ¶
func (o *GetSpoeAgentsParams) SetDefaults()
SetDefaults hydrates default values in the get spoe agents params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeAgentsParams) SetHTTPClient ¶
func (o *GetSpoeAgentsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get spoe agents params
func (*GetSpoeAgentsParams) SetScope ¶
func (o *GetSpoeAgentsParams) SetScope(scope string)
SetScope adds the scope to the get spoe agents params
func (*GetSpoeAgentsParams) SetSpoe ¶
func (o *GetSpoeAgentsParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the get spoe agents params
func (*GetSpoeAgentsParams) SetTimeout ¶
func (o *GetSpoeAgentsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get spoe agents params
func (*GetSpoeAgentsParams) SetTransactionID ¶
func (o *GetSpoeAgentsParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the get spoe agents params
func (*GetSpoeAgentsParams) WithContext ¶
func (o *GetSpoeAgentsParams) WithContext(ctx context.Context) *GetSpoeAgentsParams
WithContext adds the context to the get spoe agents params
func (*GetSpoeAgentsParams) WithDefaults ¶
func (o *GetSpoeAgentsParams) WithDefaults() *GetSpoeAgentsParams
WithDefaults hydrates default values in the get spoe agents params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeAgentsParams) WithHTTPClient ¶
func (o *GetSpoeAgentsParams) WithHTTPClient(client *http.Client) *GetSpoeAgentsParams
WithHTTPClient adds the HTTPClient to the get spoe agents params
func (*GetSpoeAgentsParams) WithScope ¶
func (o *GetSpoeAgentsParams) WithScope(scope string) *GetSpoeAgentsParams
WithScope adds the scope to the get spoe agents params
func (*GetSpoeAgentsParams) WithSpoe ¶
func (o *GetSpoeAgentsParams) WithSpoe(spoe string) *GetSpoeAgentsParams
WithSpoe adds the spoe to the get spoe agents params
func (*GetSpoeAgentsParams) WithTimeout ¶
func (o *GetSpoeAgentsParams) WithTimeout(timeout time.Duration) *GetSpoeAgentsParams
WithTimeout adds the timeout to the get spoe agents params
func (*GetSpoeAgentsParams) WithTransactionID ¶
func (o *GetSpoeAgentsParams) WithTransactionID(transactionID *string) *GetSpoeAgentsParams
WithTransactionID adds the transactionID to the get spoe agents params
func (*GetSpoeAgentsParams) WriteToRequest ¶
func (o *GetSpoeAgentsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSpoeAgentsReader ¶
type GetSpoeAgentsReader struct {
// contains filtered or unexported fields
}
GetSpoeAgentsReader is a Reader for the GetSpoeAgents structure.
func (*GetSpoeAgentsReader) ReadResponse ¶
func (o *GetSpoeAgentsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSpoeConfigurationVersionDefault ¶
type GetSpoeConfigurationVersionDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
GetSpoeConfigurationVersionDefault describes a response with status code -1, with default header values.
General Error
func NewGetSpoeConfigurationVersionDefault ¶
func NewGetSpoeConfigurationVersionDefault(code int) *GetSpoeConfigurationVersionDefault
NewGetSpoeConfigurationVersionDefault creates a GetSpoeConfigurationVersionDefault with default headers values
func (*GetSpoeConfigurationVersionDefault) Code ¶
func (o *GetSpoeConfigurationVersionDefault) Code() int
Code gets the status code for the get spoe configuration version default response
func (*GetSpoeConfigurationVersionDefault) Error ¶
func (o *GetSpoeConfigurationVersionDefault) Error() string
func (*GetSpoeConfigurationVersionDefault) GetPayload ¶
func (o *GetSpoeConfigurationVersionDefault) GetPayload() *models.Error
func (*GetSpoeConfigurationVersionDefault) IsClientError ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionDefault) IsClientError() bool
IsClientError returns true when this get spoe configuration version default response has a 4xx status code
func (*GetSpoeConfigurationVersionDefault) IsCode ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionDefault) IsCode(code int) bool
IsCode returns true when this get spoe configuration version default response a status code equal to that given
func (*GetSpoeConfigurationVersionDefault) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionDefault) IsRedirect() bool
IsRedirect returns true when this get spoe configuration version default response has a 3xx status code
func (*GetSpoeConfigurationVersionDefault) IsServerError ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionDefault) IsServerError() bool
IsServerError returns true when this get spoe configuration version default response has a 5xx status code
func (*GetSpoeConfigurationVersionDefault) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionDefault) IsSuccess() bool
IsSuccess returns true when this get spoe configuration version default response has a 2xx status code
func (*GetSpoeConfigurationVersionDefault) String ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionDefault) String() string
type GetSpoeConfigurationVersionNotFound ¶
type GetSpoeConfigurationVersionNotFound struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
GetSpoeConfigurationVersionNotFound describes a response with status code 404, with default header values.
The specified resource was not found
func NewGetSpoeConfigurationVersionNotFound ¶
func NewGetSpoeConfigurationVersionNotFound() *GetSpoeConfigurationVersionNotFound
NewGetSpoeConfigurationVersionNotFound creates a GetSpoeConfigurationVersionNotFound with default headers values
func (*GetSpoeConfigurationVersionNotFound) Code ¶ added in v1.1.5
func (o *GetSpoeConfigurationVersionNotFound) Code() int
Code gets the status code for the get spoe configuration version not found response
func (*GetSpoeConfigurationVersionNotFound) Error ¶
func (o *GetSpoeConfigurationVersionNotFound) Error() string
func (*GetSpoeConfigurationVersionNotFound) GetPayload ¶
func (o *GetSpoeConfigurationVersionNotFound) GetPayload() *models.Error
func (*GetSpoeConfigurationVersionNotFound) IsClientError ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionNotFound) IsClientError() bool
IsClientError returns true when this get spoe configuration version not found response has a 4xx status code
func (*GetSpoeConfigurationVersionNotFound) IsCode ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionNotFound) IsCode(code int) bool
IsCode returns true when this get spoe configuration version not found response a status code equal to that given
func (*GetSpoeConfigurationVersionNotFound) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionNotFound) IsRedirect() bool
IsRedirect returns true when this get spoe configuration version not found response has a 3xx status code
func (*GetSpoeConfigurationVersionNotFound) IsServerError ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionNotFound) IsServerError() bool
IsServerError returns true when this get spoe configuration version not found response has a 5xx status code
func (*GetSpoeConfigurationVersionNotFound) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionNotFound) IsSuccess() bool
IsSuccess returns true when this get spoe configuration version not found response has a 2xx status code
func (*GetSpoeConfigurationVersionNotFound) String ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionNotFound) String() string
type GetSpoeConfigurationVersionOK ¶
type GetSpoeConfigurationVersionOK struct {
Payload int64
}
GetSpoeConfigurationVersionOK describes a response with status code 200, with default header values.
SPOE configuration version
func NewGetSpoeConfigurationVersionOK ¶
func NewGetSpoeConfigurationVersionOK() *GetSpoeConfigurationVersionOK
NewGetSpoeConfigurationVersionOK creates a GetSpoeConfigurationVersionOK with default headers values
func (*GetSpoeConfigurationVersionOK) Code ¶ added in v1.1.5
func (o *GetSpoeConfigurationVersionOK) Code() int
Code gets the status code for the get spoe configuration version o k response
func (*GetSpoeConfigurationVersionOK) Error ¶
func (o *GetSpoeConfigurationVersionOK) Error() string
func (*GetSpoeConfigurationVersionOK) GetPayload ¶
func (o *GetSpoeConfigurationVersionOK) GetPayload() int64
func (*GetSpoeConfigurationVersionOK) IsClientError ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionOK) IsClientError() bool
IsClientError returns true when this get spoe configuration version o k response has a 4xx status code
func (*GetSpoeConfigurationVersionOK) IsCode ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionOK) IsCode(code int) bool
IsCode returns true when this get spoe configuration version o k response a status code equal to that given
func (*GetSpoeConfigurationVersionOK) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionOK) IsRedirect() bool
IsRedirect returns true when this get spoe configuration version o k response has a 3xx status code
func (*GetSpoeConfigurationVersionOK) IsServerError ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionOK) IsServerError() bool
IsServerError returns true when this get spoe configuration version o k response has a 5xx status code
func (*GetSpoeConfigurationVersionOK) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionOK) IsSuccess() bool
IsSuccess returns true when this get spoe configuration version o k response has a 2xx status code
func (*GetSpoeConfigurationVersionOK) String ¶ added in v1.1.0
func (o *GetSpoeConfigurationVersionOK) String() string
type GetSpoeConfigurationVersionParams ¶
type GetSpoeConfigurationVersionParams struct { /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSpoeConfigurationVersionParams contains all the parameters to send to the API endpoint
for the get spoe configuration version operation. Typically these are written to a http.Request.
func NewGetSpoeConfigurationVersionParams ¶
func NewGetSpoeConfigurationVersionParams() *GetSpoeConfigurationVersionParams
NewGetSpoeConfigurationVersionParams creates a new GetSpoeConfigurationVersionParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetSpoeConfigurationVersionParamsWithContext ¶
func NewGetSpoeConfigurationVersionParamsWithContext(ctx context.Context) *GetSpoeConfigurationVersionParams
NewGetSpoeConfigurationVersionParamsWithContext creates a new GetSpoeConfigurationVersionParams object with the ability to set a context for a request.
func NewGetSpoeConfigurationVersionParamsWithHTTPClient ¶
func NewGetSpoeConfigurationVersionParamsWithHTTPClient(client *http.Client) *GetSpoeConfigurationVersionParams
NewGetSpoeConfigurationVersionParamsWithHTTPClient creates a new GetSpoeConfigurationVersionParams object with the ability to set a custom HTTPClient for a request.
func NewGetSpoeConfigurationVersionParamsWithTimeout ¶
func NewGetSpoeConfigurationVersionParamsWithTimeout(timeout time.Duration) *GetSpoeConfigurationVersionParams
NewGetSpoeConfigurationVersionParamsWithTimeout creates a new GetSpoeConfigurationVersionParams object with the ability to set a timeout on a request.
func (*GetSpoeConfigurationVersionParams) SetContext ¶
func (o *GetSpoeConfigurationVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the get spoe configuration version params
func (*GetSpoeConfigurationVersionParams) SetDefaults ¶
func (o *GetSpoeConfigurationVersionParams) SetDefaults()
SetDefaults hydrates default values in the get spoe configuration version params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeConfigurationVersionParams) SetHTTPClient ¶
func (o *GetSpoeConfigurationVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get spoe configuration version params
func (*GetSpoeConfigurationVersionParams) SetSpoe ¶
func (o *GetSpoeConfigurationVersionParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the get spoe configuration version params
func (*GetSpoeConfigurationVersionParams) SetTimeout ¶
func (o *GetSpoeConfigurationVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get spoe configuration version params
func (*GetSpoeConfigurationVersionParams) SetTransactionID ¶
func (o *GetSpoeConfigurationVersionParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the get spoe configuration version params
func (*GetSpoeConfigurationVersionParams) WithContext ¶
func (o *GetSpoeConfigurationVersionParams) WithContext(ctx context.Context) *GetSpoeConfigurationVersionParams
WithContext adds the context to the get spoe configuration version params
func (*GetSpoeConfigurationVersionParams) WithDefaults ¶
func (o *GetSpoeConfigurationVersionParams) WithDefaults() *GetSpoeConfigurationVersionParams
WithDefaults hydrates default values in the get spoe configuration version params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeConfigurationVersionParams) WithHTTPClient ¶
func (o *GetSpoeConfigurationVersionParams) WithHTTPClient(client *http.Client) *GetSpoeConfigurationVersionParams
WithHTTPClient adds the HTTPClient to the get spoe configuration version params
func (*GetSpoeConfigurationVersionParams) WithSpoe ¶
func (o *GetSpoeConfigurationVersionParams) WithSpoe(spoe string) *GetSpoeConfigurationVersionParams
WithSpoe adds the spoe to the get spoe configuration version params
func (*GetSpoeConfigurationVersionParams) WithTimeout ¶
func (o *GetSpoeConfigurationVersionParams) WithTimeout(timeout time.Duration) *GetSpoeConfigurationVersionParams
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 ¶
func (o *GetSpoeConfigurationVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSpoeConfigurationVersionReader ¶
type GetSpoeConfigurationVersionReader struct {
// contains filtered or unexported fields
}
GetSpoeConfigurationVersionReader is a Reader for the GetSpoeConfigurationVersion structure.
func (*GetSpoeConfigurationVersionReader) ReadResponse ¶
func (o *GetSpoeConfigurationVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSpoeGroupDefault ¶
type GetSpoeGroupDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
GetSpoeGroupDefault describes a response with status code -1, with default header values.
General Error
func NewGetSpoeGroupDefault ¶
func NewGetSpoeGroupDefault(code int) *GetSpoeGroupDefault
NewGetSpoeGroupDefault creates a GetSpoeGroupDefault with default headers values
func (*GetSpoeGroupDefault) Code ¶
func (o *GetSpoeGroupDefault) Code() int
Code gets the status code for the get spoe group default response
func (*GetSpoeGroupDefault) Error ¶
func (o *GetSpoeGroupDefault) Error() string
func (*GetSpoeGroupDefault) GetPayload ¶
func (o *GetSpoeGroupDefault) GetPayload() *models.Error
func (*GetSpoeGroupDefault) IsClientError ¶ added in v1.1.0
func (o *GetSpoeGroupDefault) IsClientError() bool
IsClientError returns true when this get spoe group default response has a 4xx status code
func (*GetSpoeGroupDefault) IsCode ¶ added in v1.1.0
func (o *GetSpoeGroupDefault) IsCode(code int) bool
IsCode returns true when this get spoe group default response a status code equal to that given
func (*GetSpoeGroupDefault) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeGroupDefault) IsRedirect() bool
IsRedirect returns true when this get spoe group default response has a 3xx status code
func (*GetSpoeGroupDefault) IsServerError ¶ added in v1.1.0
func (o *GetSpoeGroupDefault) IsServerError() bool
IsServerError returns true when this get spoe group default response has a 5xx status code
func (*GetSpoeGroupDefault) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeGroupDefault) IsSuccess() bool
IsSuccess returns true when this get spoe group default response has a 2xx status code
func (*GetSpoeGroupDefault) String ¶ added in v1.1.0
func (o *GetSpoeGroupDefault) String() string
type GetSpoeGroupNotFound ¶
type GetSpoeGroupNotFound struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
GetSpoeGroupNotFound describes a response with status code 404, with default header values.
The specified resource was not found
func NewGetSpoeGroupNotFound ¶
func NewGetSpoeGroupNotFound() *GetSpoeGroupNotFound
NewGetSpoeGroupNotFound creates a GetSpoeGroupNotFound with default headers values
func (*GetSpoeGroupNotFound) Code ¶ added in v1.1.5
func (o *GetSpoeGroupNotFound) Code() int
Code gets the status code for the get spoe group not found response
func (*GetSpoeGroupNotFound) Error ¶
func (o *GetSpoeGroupNotFound) Error() string
func (*GetSpoeGroupNotFound) GetPayload ¶
func (o *GetSpoeGroupNotFound) GetPayload() *models.Error
func (*GetSpoeGroupNotFound) IsClientError ¶ added in v1.1.0
func (o *GetSpoeGroupNotFound) IsClientError() bool
IsClientError returns true when this get spoe group not found response has a 4xx status code
func (*GetSpoeGroupNotFound) IsCode ¶ added in v1.1.0
func (o *GetSpoeGroupNotFound) IsCode(code int) bool
IsCode returns true when this get spoe group not found response a status code equal to that given
func (*GetSpoeGroupNotFound) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeGroupNotFound) IsRedirect() bool
IsRedirect returns true when this get spoe group not found response has a 3xx status code
func (*GetSpoeGroupNotFound) IsServerError ¶ added in v1.1.0
func (o *GetSpoeGroupNotFound) IsServerError() bool
IsServerError returns true when this get spoe group not found response has a 5xx status code
func (*GetSpoeGroupNotFound) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeGroupNotFound) IsSuccess() bool
IsSuccess returns true when this get spoe group not found response has a 2xx status code
func (*GetSpoeGroupNotFound) String ¶ added in v1.1.0
func (o *GetSpoeGroupNotFound) String() string
type GetSpoeGroupOK ¶
type GetSpoeGroupOK struct { /* Spoe configuration file version */ ConfigurationVersion string Payload *GetSpoeGroupOKBody }
GetSpoeGroupOK describes a response with status code 200, with default header values.
Successful operation
func NewGetSpoeGroupOK ¶
func NewGetSpoeGroupOK() *GetSpoeGroupOK
NewGetSpoeGroupOK creates a GetSpoeGroupOK with default headers values
func (*GetSpoeGroupOK) Code ¶ added in v1.1.5
func (o *GetSpoeGroupOK) Code() int
Code gets the status code for the get spoe group o k response
func (*GetSpoeGroupOK) Error ¶
func (o *GetSpoeGroupOK) Error() string
func (*GetSpoeGroupOK) GetPayload ¶
func (o *GetSpoeGroupOK) GetPayload() *GetSpoeGroupOKBody
func (*GetSpoeGroupOK) IsClientError ¶ added in v1.1.0
func (o *GetSpoeGroupOK) IsClientError() bool
IsClientError returns true when this get spoe group o k response has a 4xx status code
func (*GetSpoeGroupOK) IsCode ¶ added in v1.1.0
func (o *GetSpoeGroupOK) IsCode(code int) bool
IsCode returns true when this get spoe group o k response a status code equal to that given
func (*GetSpoeGroupOK) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeGroupOK) IsRedirect() bool
IsRedirect returns true when this get spoe group o k response has a 3xx status code
func (*GetSpoeGroupOK) IsServerError ¶ added in v1.1.0
func (o *GetSpoeGroupOK) IsServerError() bool
IsServerError returns true when this get spoe group o k response has a 5xx status code
func (*GetSpoeGroupOK) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeGroupOK) IsSuccess() bool
IsSuccess returns true when this get spoe group o k response has a 2xx status code
func (*GetSpoeGroupOK) String ¶ added in v1.1.0
func (o *GetSpoeGroupOK) String() string
type GetSpoeGroupOKBody ¶
type GetSpoeGroupOKBody struct { // version Version int64 `json:"_version,omitempty"` // data // Required: true Data *models.SpoeGroup `json:"data"` }
GetSpoeGroupOKBody get spoe group o k body swagger:model GetSpoeGroupOKBody
func (*GetSpoeGroupOKBody) ContextValidate ¶
ContextValidate validate this get spoe group o k body based on the context it is used
func (*GetSpoeGroupOKBody) MarshalBinary ¶
func (o *GetSpoeGroupOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetSpoeGroupOKBody) UnmarshalBinary ¶
func (o *GetSpoeGroupOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetSpoeGroupParams ¶
type GetSpoeGroupParams struct { /* Name. Spoe group name */ Name string /* Scope. Spoe scope */ Scope string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSpoeGroupParams contains all the parameters to send to the API endpoint
for the get spoe group operation. Typically these are written to a http.Request.
func NewGetSpoeGroupParams ¶
func NewGetSpoeGroupParams() *GetSpoeGroupParams
NewGetSpoeGroupParams creates a new GetSpoeGroupParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetSpoeGroupParamsWithContext ¶
func NewGetSpoeGroupParamsWithContext(ctx context.Context) *GetSpoeGroupParams
NewGetSpoeGroupParamsWithContext creates a new GetSpoeGroupParams object with the ability to set a context for a request.
func NewGetSpoeGroupParamsWithHTTPClient ¶
func NewGetSpoeGroupParamsWithHTTPClient(client *http.Client) *GetSpoeGroupParams
NewGetSpoeGroupParamsWithHTTPClient creates a new GetSpoeGroupParams object with the ability to set a custom HTTPClient for a request.
func NewGetSpoeGroupParamsWithTimeout ¶
func NewGetSpoeGroupParamsWithTimeout(timeout time.Duration) *GetSpoeGroupParams
NewGetSpoeGroupParamsWithTimeout creates a new GetSpoeGroupParams object with the ability to set a timeout on a request.
func (*GetSpoeGroupParams) SetContext ¶
func (o *GetSpoeGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the get spoe group params
func (*GetSpoeGroupParams) SetDefaults ¶
func (o *GetSpoeGroupParams) SetDefaults()
SetDefaults hydrates default values in the get spoe group params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeGroupParams) SetHTTPClient ¶
func (o *GetSpoeGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get spoe group params
func (*GetSpoeGroupParams) SetName ¶
func (o *GetSpoeGroupParams) SetName(name string)
SetName adds the name to the get spoe group params
func (*GetSpoeGroupParams) SetScope ¶
func (o *GetSpoeGroupParams) SetScope(scope string)
SetScope adds the scope to the get spoe group params
func (*GetSpoeGroupParams) SetSpoe ¶
func (o *GetSpoeGroupParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the get spoe group params
func (*GetSpoeGroupParams) SetTimeout ¶
func (o *GetSpoeGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get spoe group params
func (*GetSpoeGroupParams) SetTransactionID ¶
func (o *GetSpoeGroupParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the get spoe group params
func (*GetSpoeGroupParams) WithContext ¶
func (o *GetSpoeGroupParams) WithContext(ctx context.Context) *GetSpoeGroupParams
WithContext adds the context to the get spoe group params
func (*GetSpoeGroupParams) WithDefaults ¶
func (o *GetSpoeGroupParams) WithDefaults() *GetSpoeGroupParams
WithDefaults hydrates default values in the get spoe group params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeGroupParams) WithHTTPClient ¶
func (o *GetSpoeGroupParams) WithHTTPClient(client *http.Client) *GetSpoeGroupParams
WithHTTPClient adds the HTTPClient to the get spoe group params
func (*GetSpoeGroupParams) WithName ¶
func (o *GetSpoeGroupParams) WithName(name string) *GetSpoeGroupParams
WithName adds the name to the get spoe group params
func (*GetSpoeGroupParams) WithScope ¶
func (o *GetSpoeGroupParams) WithScope(scope string) *GetSpoeGroupParams
WithScope adds the scope to the get spoe group params
func (*GetSpoeGroupParams) WithSpoe ¶
func (o *GetSpoeGroupParams) WithSpoe(spoe string) *GetSpoeGroupParams
WithSpoe adds the spoe to the get spoe group params
func (*GetSpoeGroupParams) WithTimeout ¶
func (o *GetSpoeGroupParams) WithTimeout(timeout time.Duration) *GetSpoeGroupParams
WithTimeout adds the timeout to the get spoe group params
func (*GetSpoeGroupParams) WithTransactionID ¶
func (o *GetSpoeGroupParams) WithTransactionID(transactionID *string) *GetSpoeGroupParams
WithTransactionID adds the transactionID to the get spoe group params
func (*GetSpoeGroupParams) WriteToRequest ¶
func (o *GetSpoeGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSpoeGroupReader ¶
type GetSpoeGroupReader struct {
// contains filtered or unexported fields
}
GetSpoeGroupReader is a Reader for the GetSpoeGroup structure.
func (*GetSpoeGroupReader) ReadResponse ¶
func (o *GetSpoeGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSpoeGroupsDefault ¶
type GetSpoeGroupsDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
GetSpoeGroupsDefault describes a response with status code -1, with default header values.
General Error
func NewGetSpoeGroupsDefault ¶
func NewGetSpoeGroupsDefault(code int) *GetSpoeGroupsDefault
NewGetSpoeGroupsDefault creates a GetSpoeGroupsDefault with default headers values
func (*GetSpoeGroupsDefault) Code ¶
func (o *GetSpoeGroupsDefault) Code() int
Code gets the status code for the get spoe groups default response
func (*GetSpoeGroupsDefault) Error ¶
func (o *GetSpoeGroupsDefault) Error() string
func (*GetSpoeGroupsDefault) GetPayload ¶
func (o *GetSpoeGroupsDefault) GetPayload() *models.Error
func (*GetSpoeGroupsDefault) IsClientError ¶ added in v1.1.0
func (o *GetSpoeGroupsDefault) IsClientError() bool
IsClientError returns true when this get spoe groups default response has a 4xx status code
func (*GetSpoeGroupsDefault) IsCode ¶ added in v1.1.0
func (o *GetSpoeGroupsDefault) IsCode(code int) bool
IsCode returns true when this get spoe groups default response a status code equal to that given
func (*GetSpoeGroupsDefault) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeGroupsDefault) IsRedirect() bool
IsRedirect returns true when this get spoe groups default response has a 3xx status code
func (*GetSpoeGroupsDefault) IsServerError ¶ added in v1.1.0
func (o *GetSpoeGroupsDefault) IsServerError() bool
IsServerError returns true when this get spoe groups default response has a 5xx status code
func (*GetSpoeGroupsDefault) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeGroupsDefault) IsSuccess() bool
IsSuccess returns true when this get spoe groups default response has a 2xx status code
func (*GetSpoeGroupsDefault) String ¶ added in v1.1.0
func (o *GetSpoeGroupsDefault) String() string
type GetSpoeGroupsOK ¶
type GetSpoeGroupsOK struct { /* Spoe configuration file version */ ConfigurationVersion string Payload *GetSpoeGroupsOKBody }
GetSpoeGroupsOK describes a response with status code 200, with default header values.
Successful operation
func NewGetSpoeGroupsOK ¶
func NewGetSpoeGroupsOK() *GetSpoeGroupsOK
NewGetSpoeGroupsOK creates a GetSpoeGroupsOK with default headers values
func (*GetSpoeGroupsOK) Code ¶ added in v1.1.5
func (o *GetSpoeGroupsOK) Code() int
Code gets the status code for the get spoe groups o k response
func (*GetSpoeGroupsOK) Error ¶
func (o *GetSpoeGroupsOK) Error() string
func (*GetSpoeGroupsOK) GetPayload ¶
func (o *GetSpoeGroupsOK) GetPayload() *GetSpoeGroupsOKBody
func (*GetSpoeGroupsOK) IsClientError ¶ added in v1.1.0
func (o *GetSpoeGroupsOK) IsClientError() bool
IsClientError returns true when this get spoe groups o k response has a 4xx status code
func (*GetSpoeGroupsOK) IsCode ¶ added in v1.1.0
func (o *GetSpoeGroupsOK) IsCode(code int) bool
IsCode returns true when this get spoe groups o k response a status code equal to that given
func (*GetSpoeGroupsOK) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeGroupsOK) IsRedirect() bool
IsRedirect returns true when this get spoe groups o k response has a 3xx status code
func (*GetSpoeGroupsOK) IsServerError ¶ added in v1.1.0
func (o *GetSpoeGroupsOK) IsServerError() bool
IsServerError returns true when this get spoe groups o k response has a 5xx status code
func (*GetSpoeGroupsOK) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeGroupsOK) IsSuccess() bool
IsSuccess returns true when this get spoe groups o k response has a 2xx status code
func (*GetSpoeGroupsOK) String ¶ added in v1.1.0
func (o *GetSpoeGroupsOK) String() string
type GetSpoeGroupsOKBody ¶
type GetSpoeGroupsOKBody struct { // version Version int64 `json:"_version,omitempty"` // data // Required: true Data models.SpoeGroups `json:"data"` }
GetSpoeGroupsOKBody get spoe groups o k body swagger:model GetSpoeGroupsOKBody
func (*GetSpoeGroupsOKBody) ContextValidate ¶
ContextValidate validate this get spoe groups o k body based on the context it is used
func (*GetSpoeGroupsOKBody) MarshalBinary ¶
func (o *GetSpoeGroupsOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetSpoeGroupsOKBody) UnmarshalBinary ¶
func (o *GetSpoeGroupsOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetSpoeGroupsParams ¶
type GetSpoeGroupsParams struct { /* Scope. Spoe scope */ Scope string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSpoeGroupsParams contains all the parameters to send to the API endpoint
for the get spoe groups operation. Typically these are written to a http.Request.
func NewGetSpoeGroupsParams ¶
func NewGetSpoeGroupsParams() *GetSpoeGroupsParams
NewGetSpoeGroupsParams creates a new GetSpoeGroupsParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetSpoeGroupsParamsWithContext ¶
func NewGetSpoeGroupsParamsWithContext(ctx context.Context) *GetSpoeGroupsParams
NewGetSpoeGroupsParamsWithContext creates a new GetSpoeGroupsParams object with the ability to set a context for a request.
func NewGetSpoeGroupsParamsWithHTTPClient ¶
func NewGetSpoeGroupsParamsWithHTTPClient(client *http.Client) *GetSpoeGroupsParams
NewGetSpoeGroupsParamsWithHTTPClient creates a new GetSpoeGroupsParams object with the ability to set a custom HTTPClient for a request.
func NewGetSpoeGroupsParamsWithTimeout ¶
func NewGetSpoeGroupsParamsWithTimeout(timeout time.Duration) *GetSpoeGroupsParams
NewGetSpoeGroupsParamsWithTimeout creates a new GetSpoeGroupsParams object with the ability to set a timeout on a request.
func (*GetSpoeGroupsParams) SetContext ¶
func (o *GetSpoeGroupsParams) SetContext(ctx context.Context)
SetContext adds the context to the get spoe groups params
func (*GetSpoeGroupsParams) SetDefaults ¶
func (o *GetSpoeGroupsParams) SetDefaults()
SetDefaults hydrates default values in the get spoe groups params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeGroupsParams) SetHTTPClient ¶
func (o *GetSpoeGroupsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get spoe groups params
func (*GetSpoeGroupsParams) SetScope ¶
func (o *GetSpoeGroupsParams) SetScope(scope string)
SetScope adds the scope to the get spoe groups params
func (*GetSpoeGroupsParams) SetSpoe ¶
func (o *GetSpoeGroupsParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the get spoe groups params
func (*GetSpoeGroupsParams) SetTimeout ¶
func (o *GetSpoeGroupsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get spoe groups params
func (*GetSpoeGroupsParams) SetTransactionID ¶
func (o *GetSpoeGroupsParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the get spoe groups params
func (*GetSpoeGroupsParams) WithContext ¶
func (o *GetSpoeGroupsParams) WithContext(ctx context.Context) *GetSpoeGroupsParams
WithContext adds the context to the get spoe groups params
func (*GetSpoeGroupsParams) WithDefaults ¶
func (o *GetSpoeGroupsParams) WithDefaults() *GetSpoeGroupsParams
WithDefaults hydrates default values in the get spoe groups params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeGroupsParams) WithHTTPClient ¶
func (o *GetSpoeGroupsParams) WithHTTPClient(client *http.Client) *GetSpoeGroupsParams
WithHTTPClient adds the HTTPClient to the get spoe groups params
func (*GetSpoeGroupsParams) WithScope ¶
func (o *GetSpoeGroupsParams) WithScope(scope string) *GetSpoeGroupsParams
WithScope adds the scope to the get spoe groups params
func (*GetSpoeGroupsParams) WithSpoe ¶
func (o *GetSpoeGroupsParams) WithSpoe(spoe string) *GetSpoeGroupsParams
WithSpoe adds the spoe to the get spoe groups params
func (*GetSpoeGroupsParams) WithTimeout ¶
func (o *GetSpoeGroupsParams) WithTimeout(timeout time.Duration) *GetSpoeGroupsParams
WithTimeout adds the timeout to the get spoe groups params
func (*GetSpoeGroupsParams) WithTransactionID ¶
func (o *GetSpoeGroupsParams) WithTransactionID(transactionID *string) *GetSpoeGroupsParams
WithTransactionID adds the transactionID to the get spoe groups params
func (*GetSpoeGroupsParams) WriteToRequest ¶
func (o *GetSpoeGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSpoeGroupsReader ¶
type GetSpoeGroupsReader struct {
// contains filtered or unexported fields
}
GetSpoeGroupsReader is a Reader for the GetSpoeGroups structure.
func (*GetSpoeGroupsReader) ReadResponse ¶
func (o *GetSpoeGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSpoeMessageDefault ¶
type GetSpoeMessageDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
GetSpoeMessageDefault describes a response with status code -1, with default header values.
General Error
func NewGetSpoeMessageDefault ¶
func NewGetSpoeMessageDefault(code int) *GetSpoeMessageDefault
NewGetSpoeMessageDefault creates a GetSpoeMessageDefault with default headers values
func (*GetSpoeMessageDefault) Code ¶
func (o *GetSpoeMessageDefault) Code() int
Code gets the status code for the get spoe message default response
func (*GetSpoeMessageDefault) Error ¶
func (o *GetSpoeMessageDefault) Error() string
func (*GetSpoeMessageDefault) GetPayload ¶
func (o *GetSpoeMessageDefault) GetPayload() *models.Error
func (*GetSpoeMessageDefault) IsClientError ¶ added in v1.1.0
func (o *GetSpoeMessageDefault) IsClientError() bool
IsClientError returns true when this get spoe message default response has a 4xx status code
func (*GetSpoeMessageDefault) IsCode ¶ added in v1.1.0
func (o *GetSpoeMessageDefault) IsCode(code int) bool
IsCode returns true when this get spoe message default response a status code equal to that given
func (*GetSpoeMessageDefault) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeMessageDefault) IsRedirect() bool
IsRedirect returns true when this get spoe message default response has a 3xx status code
func (*GetSpoeMessageDefault) IsServerError ¶ added in v1.1.0
func (o *GetSpoeMessageDefault) IsServerError() bool
IsServerError returns true when this get spoe message default response has a 5xx status code
func (*GetSpoeMessageDefault) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeMessageDefault) IsSuccess() bool
IsSuccess returns true when this get spoe message default response has a 2xx status code
func (*GetSpoeMessageDefault) String ¶ added in v1.1.0
func (o *GetSpoeMessageDefault) String() string
type GetSpoeMessageNotFound ¶
type GetSpoeMessageNotFound struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
GetSpoeMessageNotFound describes a response with status code 404, with default header values.
The specified resource was not found
func NewGetSpoeMessageNotFound ¶
func NewGetSpoeMessageNotFound() *GetSpoeMessageNotFound
NewGetSpoeMessageNotFound creates a GetSpoeMessageNotFound with default headers values
func (*GetSpoeMessageNotFound) Code ¶ added in v1.1.5
func (o *GetSpoeMessageNotFound) Code() int
Code gets the status code for the get spoe message not found response
func (*GetSpoeMessageNotFound) Error ¶
func (o *GetSpoeMessageNotFound) Error() string
func (*GetSpoeMessageNotFound) GetPayload ¶
func (o *GetSpoeMessageNotFound) GetPayload() *models.Error
func (*GetSpoeMessageNotFound) IsClientError ¶ added in v1.1.0
func (o *GetSpoeMessageNotFound) IsClientError() bool
IsClientError returns true when this get spoe message not found response has a 4xx status code
func (*GetSpoeMessageNotFound) IsCode ¶ added in v1.1.0
func (o *GetSpoeMessageNotFound) IsCode(code int) bool
IsCode returns true when this get spoe message not found response a status code equal to that given
func (*GetSpoeMessageNotFound) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeMessageNotFound) IsRedirect() bool
IsRedirect returns true when this get spoe message not found response has a 3xx status code
func (*GetSpoeMessageNotFound) IsServerError ¶ added in v1.1.0
func (o *GetSpoeMessageNotFound) IsServerError() bool
IsServerError returns true when this get spoe message not found response has a 5xx status code
func (*GetSpoeMessageNotFound) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeMessageNotFound) IsSuccess() bool
IsSuccess returns true when this get spoe message not found response has a 2xx status code
func (*GetSpoeMessageNotFound) String ¶ added in v1.1.0
func (o *GetSpoeMessageNotFound) String() string
type GetSpoeMessageOK ¶
type GetSpoeMessageOK struct { /* Spoe configuration file version */ ConfigurationVersion string Payload *GetSpoeMessageOKBody }
GetSpoeMessageOK describes a response with status code 200, with default header values.
Successful operation
func NewGetSpoeMessageOK ¶
func NewGetSpoeMessageOK() *GetSpoeMessageOK
NewGetSpoeMessageOK creates a GetSpoeMessageOK with default headers values
func (*GetSpoeMessageOK) Code ¶ added in v1.1.5
func (o *GetSpoeMessageOK) Code() int
Code gets the status code for the get spoe message o k response
func (*GetSpoeMessageOK) Error ¶
func (o *GetSpoeMessageOK) Error() string
func (*GetSpoeMessageOK) GetPayload ¶
func (o *GetSpoeMessageOK) GetPayload() *GetSpoeMessageOKBody
func (*GetSpoeMessageOK) IsClientError ¶ added in v1.1.0
func (o *GetSpoeMessageOK) IsClientError() bool
IsClientError returns true when this get spoe message o k response has a 4xx status code
func (*GetSpoeMessageOK) IsCode ¶ added in v1.1.0
func (o *GetSpoeMessageOK) IsCode(code int) bool
IsCode returns true when this get spoe message o k response a status code equal to that given
func (*GetSpoeMessageOK) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeMessageOK) IsRedirect() bool
IsRedirect returns true when this get spoe message o k response has a 3xx status code
func (*GetSpoeMessageOK) IsServerError ¶ added in v1.1.0
func (o *GetSpoeMessageOK) IsServerError() bool
IsServerError returns true when this get spoe message o k response has a 5xx status code
func (*GetSpoeMessageOK) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeMessageOK) IsSuccess() bool
IsSuccess returns true when this get spoe message o k response has a 2xx status code
func (*GetSpoeMessageOK) String ¶ added in v1.1.0
func (o *GetSpoeMessageOK) String() string
type GetSpoeMessageOKBody ¶
type GetSpoeMessageOKBody struct { // version Version int64 `json:"_version,omitempty"` // data // Required: true Data *models.SpoeMessage `json:"data"` }
GetSpoeMessageOKBody get spoe message o k body swagger:model GetSpoeMessageOKBody
func (*GetSpoeMessageOKBody) ContextValidate ¶
ContextValidate validate this get spoe message o k body based on the context it is used
func (*GetSpoeMessageOKBody) MarshalBinary ¶
func (o *GetSpoeMessageOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetSpoeMessageOKBody) UnmarshalBinary ¶
func (o *GetSpoeMessageOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetSpoeMessageParams ¶
type GetSpoeMessageParams struct { /* Name. Spoe message name */ Name string /* Scope. Spoe scope */ Scope string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSpoeMessageParams contains all the parameters to send to the API endpoint
for the get spoe message operation. Typically these are written to a http.Request.
func NewGetSpoeMessageParams ¶
func NewGetSpoeMessageParams() *GetSpoeMessageParams
NewGetSpoeMessageParams creates a new GetSpoeMessageParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetSpoeMessageParamsWithContext ¶
func NewGetSpoeMessageParamsWithContext(ctx context.Context) *GetSpoeMessageParams
NewGetSpoeMessageParamsWithContext creates a new GetSpoeMessageParams object with the ability to set a context for a request.
func NewGetSpoeMessageParamsWithHTTPClient ¶
func NewGetSpoeMessageParamsWithHTTPClient(client *http.Client) *GetSpoeMessageParams
NewGetSpoeMessageParamsWithHTTPClient creates a new GetSpoeMessageParams object with the ability to set a custom HTTPClient for a request.
func NewGetSpoeMessageParamsWithTimeout ¶
func NewGetSpoeMessageParamsWithTimeout(timeout time.Duration) *GetSpoeMessageParams
NewGetSpoeMessageParamsWithTimeout creates a new GetSpoeMessageParams object with the ability to set a timeout on a request.
func (*GetSpoeMessageParams) SetContext ¶
func (o *GetSpoeMessageParams) SetContext(ctx context.Context)
SetContext adds the context to the get spoe message params
func (*GetSpoeMessageParams) SetDefaults ¶
func (o *GetSpoeMessageParams) SetDefaults()
SetDefaults hydrates default values in the get spoe message params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeMessageParams) SetHTTPClient ¶
func (o *GetSpoeMessageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get spoe message params
func (*GetSpoeMessageParams) SetName ¶
func (o *GetSpoeMessageParams) SetName(name string)
SetName adds the name to the get spoe message params
func (*GetSpoeMessageParams) SetScope ¶
func (o *GetSpoeMessageParams) SetScope(scope string)
SetScope adds the scope to the get spoe message params
func (*GetSpoeMessageParams) SetSpoe ¶
func (o *GetSpoeMessageParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the get spoe message params
func (*GetSpoeMessageParams) SetTimeout ¶
func (o *GetSpoeMessageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get spoe message params
func (*GetSpoeMessageParams) SetTransactionID ¶
func (o *GetSpoeMessageParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the get spoe message params
func (*GetSpoeMessageParams) WithContext ¶
func (o *GetSpoeMessageParams) WithContext(ctx context.Context) *GetSpoeMessageParams
WithContext adds the context to the get spoe message params
func (*GetSpoeMessageParams) WithDefaults ¶
func (o *GetSpoeMessageParams) WithDefaults() *GetSpoeMessageParams
WithDefaults hydrates default values in the get spoe message params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeMessageParams) WithHTTPClient ¶
func (o *GetSpoeMessageParams) WithHTTPClient(client *http.Client) *GetSpoeMessageParams
WithHTTPClient adds the HTTPClient to the get spoe message params
func (*GetSpoeMessageParams) WithName ¶
func (o *GetSpoeMessageParams) WithName(name string) *GetSpoeMessageParams
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 ¶
func (o *GetSpoeMessageParams) WithSpoe(spoe string) *GetSpoeMessageParams
WithSpoe adds the spoe to the get spoe message params
func (*GetSpoeMessageParams) WithTimeout ¶
func (o *GetSpoeMessageParams) WithTimeout(timeout time.Duration) *GetSpoeMessageParams
WithTimeout adds the timeout to the get spoe message params
func (*GetSpoeMessageParams) WithTransactionID ¶
func (o *GetSpoeMessageParams) WithTransactionID(transactionID *string) *GetSpoeMessageParams
WithTransactionID adds the transactionID to the get spoe message params
func (*GetSpoeMessageParams) WriteToRequest ¶
func (o *GetSpoeMessageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSpoeMessageReader ¶
type GetSpoeMessageReader struct {
// contains filtered or unexported fields
}
GetSpoeMessageReader is a Reader for the GetSpoeMessage structure.
func (*GetSpoeMessageReader) ReadResponse ¶
func (o *GetSpoeMessageReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSpoeMessagesDefault ¶
type GetSpoeMessagesDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
GetSpoeMessagesDefault describes a response with status code -1, with default header values.
General Error
func NewGetSpoeMessagesDefault ¶
func NewGetSpoeMessagesDefault(code int) *GetSpoeMessagesDefault
NewGetSpoeMessagesDefault creates a GetSpoeMessagesDefault with default headers values
func (*GetSpoeMessagesDefault) Code ¶
func (o *GetSpoeMessagesDefault) Code() int
Code gets the status code for the get spoe messages default response
func (*GetSpoeMessagesDefault) Error ¶
func (o *GetSpoeMessagesDefault) Error() string
func (*GetSpoeMessagesDefault) GetPayload ¶
func (o *GetSpoeMessagesDefault) GetPayload() *models.Error
func (*GetSpoeMessagesDefault) IsClientError ¶ added in v1.1.0
func (o *GetSpoeMessagesDefault) IsClientError() bool
IsClientError returns true when this get spoe messages default response has a 4xx status code
func (*GetSpoeMessagesDefault) IsCode ¶ added in v1.1.0
func (o *GetSpoeMessagesDefault) IsCode(code int) bool
IsCode returns true when this get spoe messages default response a status code equal to that given
func (*GetSpoeMessagesDefault) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeMessagesDefault) IsRedirect() bool
IsRedirect returns true when this get spoe messages default response has a 3xx status code
func (*GetSpoeMessagesDefault) IsServerError ¶ added in v1.1.0
func (o *GetSpoeMessagesDefault) IsServerError() bool
IsServerError returns true when this get spoe messages default response has a 5xx status code
func (*GetSpoeMessagesDefault) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeMessagesDefault) IsSuccess() bool
IsSuccess returns true when this get spoe messages default response has a 2xx status code
func (*GetSpoeMessagesDefault) String ¶ added in v1.1.0
func (o *GetSpoeMessagesDefault) String() string
type GetSpoeMessagesOK ¶
type GetSpoeMessagesOK struct { /* Spoe configuration file version */ ConfigurationVersion string Payload *GetSpoeMessagesOKBody }
GetSpoeMessagesOK describes a response with status code 200, with default header values.
Successful operation
func NewGetSpoeMessagesOK ¶
func NewGetSpoeMessagesOK() *GetSpoeMessagesOK
NewGetSpoeMessagesOK creates a GetSpoeMessagesOK with default headers values
func (*GetSpoeMessagesOK) Code ¶ added in v1.1.5
func (o *GetSpoeMessagesOK) Code() int
Code gets the status code for the get spoe messages o k response
func (*GetSpoeMessagesOK) Error ¶
func (o *GetSpoeMessagesOK) Error() string
func (*GetSpoeMessagesOK) GetPayload ¶
func (o *GetSpoeMessagesOK) GetPayload() *GetSpoeMessagesOKBody
func (*GetSpoeMessagesOK) IsClientError ¶ added in v1.1.0
func (o *GetSpoeMessagesOK) IsClientError() bool
IsClientError returns true when this get spoe messages o k response has a 4xx status code
func (*GetSpoeMessagesOK) IsCode ¶ added in v1.1.0
func (o *GetSpoeMessagesOK) IsCode(code int) bool
IsCode returns true when this get spoe messages o k response a status code equal to that given
func (*GetSpoeMessagesOK) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeMessagesOK) IsRedirect() bool
IsRedirect returns true when this get spoe messages o k response has a 3xx status code
func (*GetSpoeMessagesOK) IsServerError ¶ added in v1.1.0
func (o *GetSpoeMessagesOK) IsServerError() bool
IsServerError returns true when this get spoe messages o k response has a 5xx status code
func (*GetSpoeMessagesOK) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeMessagesOK) IsSuccess() bool
IsSuccess returns true when this get spoe messages o k response has a 2xx status code
func (*GetSpoeMessagesOK) String ¶ added in v1.1.0
func (o *GetSpoeMessagesOK) String() string
type GetSpoeMessagesOKBody ¶
type GetSpoeMessagesOKBody struct { // version Version int64 `json:"_version,omitempty"` // data // Required: true Data models.SpoeMessages `json:"data"` }
GetSpoeMessagesOKBody get spoe messages o k body swagger:model GetSpoeMessagesOKBody
func (*GetSpoeMessagesOKBody) ContextValidate ¶
ContextValidate validate this get spoe messages o k body based on the context it is used
func (*GetSpoeMessagesOKBody) MarshalBinary ¶
func (o *GetSpoeMessagesOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetSpoeMessagesOKBody) UnmarshalBinary ¶
func (o *GetSpoeMessagesOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetSpoeMessagesParams ¶
type GetSpoeMessagesParams struct { /* Scope. Spoe scope */ Scope string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSpoeMessagesParams contains all the parameters to send to the API endpoint
for the get spoe messages operation. Typically these are written to a http.Request.
func NewGetSpoeMessagesParams ¶
func NewGetSpoeMessagesParams() *GetSpoeMessagesParams
NewGetSpoeMessagesParams creates a new GetSpoeMessagesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetSpoeMessagesParamsWithContext ¶
func NewGetSpoeMessagesParamsWithContext(ctx context.Context) *GetSpoeMessagesParams
NewGetSpoeMessagesParamsWithContext creates a new GetSpoeMessagesParams object with the ability to set a context for a request.
func NewGetSpoeMessagesParamsWithHTTPClient ¶
func NewGetSpoeMessagesParamsWithHTTPClient(client *http.Client) *GetSpoeMessagesParams
NewGetSpoeMessagesParamsWithHTTPClient creates a new GetSpoeMessagesParams object with the ability to set a custom HTTPClient for a request.
func NewGetSpoeMessagesParamsWithTimeout ¶
func NewGetSpoeMessagesParamsWithTimeout(timeout time.Duration) *GetSpoeMessagesParams
NewGetSpoeMessagesParamsWithTimeout creates a new GetSpoeMessagesParams object with the ability to set a timeout on a request.
func (*GetSpoeMessagesParams) SetContext ¶
func (o *GetSpoeMessagesParams) SetContext(ctx context.Context)
SetContext adds the context to the get spoe messages params
func (*GetSpoeMessagesParams) SetDefaults ¶
func (o *GetSpoeMessagesParams) SetDefaults()
SetDefaults hydrates default values in the get spoe messages params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeMessagesParams) SetHTTPClient ¶
func (o *GetSpoeMessagesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get spoe messages params
func (*GetSpoeMessagesParams) SetScope ¶
func (o *GetSpoeMessagesParams) SetScope(scope string)
SetScope adds the scope to the get spoe messages params
func (*GetSpoeMessagesParams) SetSpoe ¶
func (o *GetSpoeMessagesParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the get spoe messages params
func (*GetSpoeMessagesParams) SetTimeout ¶
func (o *GetSpoeMessagesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get spoe messages params
func (*GetSpoeMessagesParams) SetTransactionID ¶
func (o *GetSpoeMessagesParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the get spoe messages params
func (*GetSpoeMessagesParams) WithContext ¶
func (o *GetSpoeMessagesParams) WithContext(ctx context.Context) *GetSpoeMessagesParams
WithContext adds the context to the get spoe messages params
func (*GetSpoeMessagesParams) WithDefaults ¶
func (o *GetSpoeMessagesParams) WithDefaults() *GetSpoeMessagesParams
WithDefaults hydrates default values in the get spoe messages params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeMessagesParams) WithHTTPClient ¶
func (o *GetSpoeMessagesParams) WithHTTPClient(client *http.Client) *GetSpoeMessagesParams
WithHTTPClient adds the HTTPClient to the get spoe messages params
func (*GetSpoeMessagesParams) WithScope ¶
func (o *GetSpoeMessagesParams) WithScope(scope string) *GetSpoeMessagesParams
WithScope adds the scope to the get spoe messages params
func (*GetSpoeMessagesParams) WithSpoe ¶
func (o *GetSpoeMessagesParams) WithSpoe(spoe string) *GetSpoeMessagesParams
WithSpoe adds the spoe to the get spoe messages params
func (*GetSpoeMessagesParams) WithTimeout ¶
func (o *GetSpoeMessagesParams) WithTimeout(timeout time.Duration) *GetSpoeMessagesParams
WithTimeout adds the timeout to the get spoe messages params
func (*GetSpoeMessagesParams) WithTransactionID ¶
func (o *GetSpoeMessagesParams) WithTransactionID(transactionID *string) *GetSpoeMessagesParams
WithTransactionID adds the transactionID to the get spoe messages params
func (*GetSpoeMessagesParams) WriteToRequest ¶
func (o *GetSpoeMessagesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSpoeMessagesReader ¶
type GetSpoeMessagesReader struct {
// contains filtered or unexported fields
}
GetSpoeMessagesReader is a Reader for the GetSpoeMessages structure.
func (*GetSpoeMessagesReader) ReadResponse ¶
func (o *GetSpoeMessagesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSpoeScopeDefault ¶
type GetSpoeScopeDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
GetSpoeScopeDefault describes a response with status code -1, with default header values.
General Error
func NewGetSpoeScopeDefault ¶
func NewGetSpoeScopeDefault(code int) *GetSpoeScopeDefault
NewGetSpoeScopeDefault creates a GetSpoeScopeDefault with default headers values
func (*GetSpoeScopeDefault) Code ¶
func (o *GetSpoeScopeDefault) Code() int
Code gets the status code for the get spoe scope default response
func (*GetSpoeScopeDefault) Error ¶
func (o *GetSpoeScopeDefault) Error() string
func (*GetSpoeScopeDefault) GetPayload ¶
func (o *GetSpoeScopeDefault) GetPayload() *models.Error
func (*GetSpoeScopeDefault) IsClientError ¶ added in v1.1.0
func (o *GetSpoeScopeDefault) IsClientError() bool
IsClientError returns true when this get spoe scope default response has a 4xx status code
func (*GetSpoeScopeDefault) IsCode ¶ added in v1.1.0
func (o *GetSpoeScopeDefault) IsCode(code int) bool
IsCode returns true when this get spoe scope default response a status code equal to that given
func (*GetSpoeScopeDefault) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeScopeDefault) IsRedirect() bool
IsRedirect returns true when this get spoe scope default response has a 3xx status code
func (*GetSpoeScopeDefault) IsServerError ¶ added in v1.1.0
func (o *GetSpoeScopeDefault) IsServerError() bool
IsServerError returns true when this get spoe scope default response has a 5xx status code
func (*GetSpoeScopeDefault) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeScopeDefault) IsSuccess() bool
IsSuccess returns true when this get spoe scope default response has a 2xx status code
func (*GetSpoeScopeDefault) String ¶ added in v1.1.0
func (o *GetSpoeScopeDefault) String() string
type GetSpoeScopeNotFound ¶
type GetSpoeScopeNotFound struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
GetSpoeScopeNotFound describes a response with status code 404, with default header values.
The specified resource was not found
func NewGetSpoeScopeNotFound ¶
func NewGetSpoeScopeNotFound() *GetSpoeScopeNotFound
NewGetSpoeScopeNotFound creates a GetSpoeScopeNotFound with default headers values
func (*GetSpoeScopeNotFound) Code ¶ added in v1.1.5
func (o *GetSpoeScopeNotFound) Code() int
Code gets the status code for the get spoe scope not found response
func (*GetSpoeScopeNotFound) Error ¶
func (o *GetSpoeScopeNotFound) Error() string
func (*GetSpoeScopeNotFound) GetPayload ¶
func (o *GetSpoeScopeNotFound) GetPayload() *models.Error
func (*GetSpoeScopeNotFound) IsClientError ¶ added in v1.1.0
func (o *GetSpoeScopeNotFound) IsClientError() bool
IsClientError returns true when this get spoe scope not found response has a 4xx status code
func (*GetSpoeScopeNotFound) IsCode ¶ added in v1.1.0
func (o *GetSpoeScopeNotFound) IsCode(code int) bool
IsCode returns true when this get spoe scope not found response a status code equal to that given
func (*GetSpoeScopeNotFound) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeScopeNotFound) IsRedirect() bool
IsRedirect returns true when this get spoe scope not found response has a 3xx status code
func (*GetSpoeScopeNotFound) IsServerError ¶ added in v1.1.0
func (o *GetSpoeScopeNotFound) IsServerError() bool
IsServerError returns true when this get spoe scope not found response has a 5xx status code
func (*GetSpoeScopeNotFound) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeScopeNotFound) IsSuccess() bool
IsSuccess returns true when this get spoe scope not found response has a 2xx status code
func (*GetSpoeScopeNotFound) String ¶ added in v1.1.0
func (o *GetSpoeScopeNotFound) String() string
type GetSpoeScopeOK ¶
type GetSpoeScopeOK struct { /* Spoe configuration file version */ ConfigurationVersion string Payload *GetSpoeScopeOKBody }
GetSpoeScopeOK describes a response with status code 200, with default header values.
Successful operation
func NewGetSpoeScopeOK ¶
func NewGetSpoeScopeOK() *GetSpoeScopeOK
NewGetSpoeScopeOK creates a GetSpoeScopeOK with default headers values
func (*GetSpoeScopeOK) Code ¶ added in v1.1.5
func (o *GetSpoeScopeOK) Code() int
Code gets the status code for the get spoe scope o k response
func (*GetSpoeScopeOK) Error ¶
func (o *GetSpoeScopeOK) Error() string
func (*GetSpoeScopeOK) GetPayload ¶
func (o *GetSpoeScopeOK) GetPayload() *GetSpoeScopeOKBody
func (*GetSpoeScopeOK) IsClientError ¶ added in v1.1.0
func (o *GetSpoeScopeOK) IsClientError() bool
IsClientError returns true when this get spoe scope o k response has a 4xx status code
func (*GetSpoeScopeOK) IsCode ¶ added in v1.1.0
func (o *GetSpoeScopeOK) IsCode(code int) bool
IsCode returns true when this get spoe scope o k response a status code equal to that given
func (*GetSpoeScopeOK) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeScopeOK) IsRedirect() bool
IsRedirect returns true when this get spoe scope o k response has a 3xx status code
func (*GetSpoeScopeOK) IsServerError ¶ added in v1.1.0
func (o *GetSpoeScopeOK) IsServerError() bool
IsServerError returns true when this get spoe scope o k response has a 5xx status code
func (*GetSpoeScopeOK) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeScopeOK) IsSuccess() bool
IsSuccess returns true when this get spoe scope o k response has a 2xx status code
func (*GetSpoeScopeOK) String ¶ added in v1.1.0
func (o *GetSpoeScopeOK) String() string
type GetSpoeScopeOKBody ¶
type GetSpoeScopeOKBody struct { // version Version int64 `json:"_version,omitempty"` // data // Required: true Data *models.SpoeScope `json:"data"` }
GetSpoeScopeOKBody get spoe scope o k body swagger:model GetSpoeScopeOKBody
func (*GetSpoeScopeOKBody) ContextValidate ¶
ContextValidate validate this get spoe scope o k body based on the context it is used
func (*GetSpoeScopeOKBody) MarshalBinary ¶
func (o *GetSpoeScopeOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetSpoeScopeOKBody) UnmarshalBinary ¶
func (o *GetSpoeScopeOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetSpoeScopeParams ¶
type GetSpoeScopeParams struct { /* Name. Spoe scope */ Name string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSpoeScopeParams contains all the parameters to send to the API endpoint
for the get spoe scope operation. Typically these are written to a http.Request.
func NewGetSpoeScopeParams ¶
func NewGetSpoeScopeParams() *GetSpoeScopeParams
NewGetSpoeScopeParams creates a new GetSpoeScopeParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetSpoeScopeParamsWithContext ¶
func NewGetSpoeScopeParamsWithContext(ctx context.Context) *GetSpoeScopeParams
NewGetSpoeScopeParamsWithContext creates a new GetSpoeScopeParams object with the ability to set a context for a request.
func NewGetSpoeScopeParamsWithHTTPClient ¶
func NewGetSpoeScopeParamsWithHTTPClient(client *http.Client) *GetSpoeScopeParams
NewGetSpoeScopeParamsWithHTTPClient creates a new GetSpoeScopeParams object with the ability to set a custom HTTPClient for a request.
func NewGetSpoeScopeParamsWithTimeout ¶
func NewGetSpoeScopeParamsWithTimeout(timeout time.Duration) *GetSpoeScopeParams
NewGetSpoeScopeParamsWithTimeout creates a new GetSpoeScopeParams object with the ability to set a timeout on a request.
func (*GetSpoeScopeParams) SetContext ¶
func (o *GetSpoeScopeParams) SetContext(ctx context.Context)
SetContext adds the context to the get spoe scope params
func (*GetSpoeScopeParams) SetDefaults ¶
func (o *GetSpoeScopeParams) SetDefaults()
SetDefaults hydrates default values in the get spoe scope params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeScopeParams) SetHTTPClient ¶
func (o *GetSpoeScopeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get spoe scope params
func (*GetSpoeScopeParams) SetName ¶
func (o *GetSpoeScopeParams) SetName(name string)
SetName adds the name to the get spoe scope params
func (*GetSpoeScopeParams) SetSpoe ¶
func (o *GetSpoeScopeParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the get spoe scope params
func (*GetSpoeScopeParams) SetTimeout ¶
func (o *GetSpoeScopeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get spoe scope params
func (*GetSpoeScopeParams) SetTransactionID ¶
func (o *GetSpoeScopeParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the get spoe scope params
func (*GetSpoeScopeParams) WithContext ¶
func (o *GetSpoeScopeParams) WithContext(ctx context.Context) *GetSpoeScopeParams
WithContext adds the context to the get spoe scope params
func (*GetSpoeScopeParams) WithDefaults ¶
func (o *GetSpoeScopeParams) WithDefaults() *GetSpoeScopeParams
WithDefaults hydrates default values in the get spoe scope params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeScopeParams) WithHTTPClient ¶
func (o *GetSpoeScopeParams) WithHTTPClient(client *http.Client) *GetSpoeScopeParams
WithHTTPClient adds the HTTPClient to the get spoe scope params
func (*GetSpoeScopeParams) WithName ¶
func (o *GetSpoeScopeParams) WithName(name string) *GetSpoeScopeParams
WithName adds the name to the get spoe scope params
func (*GetSpoeScopeParams) WithSpoe ¶
func (o *GetSpoeScopeParams) WithSpoe(spoe string) *GetSpoeScopeParams
WithSpoe adds the spoe to the get spoe scope params
func (*GetSpoeScopeParams) WithTimeout ¶
func (o *GetSpoeScopeParams) WithTimeout(timeout time.Duration) *GetSpoeScopeParams
WithTimeout adds the timeout to the get spoe scope params
func (*GetSpoeScopeParams) WithTransactionID ¶
func (o *GetSpoeScopeParams) WithTransactionID(transactionID *string) *GetSpoeScopeParams
WithTransactionID adds the transactionID to the get spoe scope params
func (*GetSpoeScopeParams) WriteToRequest ¶
func (o *GetSpoeScopeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSpoeScopeReader ¶
type GetSpoeScopeReader struct {
// contains filtered or unexported fields
}
GetSpoeScopeReader is a Reader for the GetSpoeScope structure.
func (*GetSpoeScopeReader) ReadResponse ¶
func (o *GetSpoeScopeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSpoeScopesDefault ¶
type GetSpoeScopesDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
GetSpoeScopesDefault describes a response with status code -1, with default header values.
General Error
func NewGetSpoeScopesDefault ¶
func NewGetSpoeScopesDefault(code int) *GetSpoeScopesDefault
NewGetSpoeScopesDefault creates a GetSpoeScopesDefault with default headers values
func (*GetSpoeScopesDefault) Code ¶
func (o *GetSpoeScopesDefault) Code() int
Code gets the status code for the get spoe scopes default response
func (*GetSpoeScopesDefault) Error ¶
func (o *GetSpoeScopesDefault) Error() string
func (*GetSpoeScopesDefault) GetPayload ¶
func (o *GetSpoeScopesDefault) GetPayload() *models.Error
func (*GetSpoeScopesDefault) IsClientError ¶ added in v1.1.0
func (o *GetSpoeScopesDefault) IsClientError() bool
IsClientError returns true when this get spoe scopes default response has a 4xx status code
func (*GetSpoeScopesDefault) IsCode ¶ added in v1.1.0
func (o *GetSpoeScopesDefault) IsCode(code int) bool
IsCode returns true when this get spoe scopes default response a status code equal to that given
func (*GetSpoeScopesDefault) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeScopesDefault) IsRedirect() bool
IsRedirect returns true when this get spoe scopes default response has a 3xx status code
func (*GetSpoeScopesDefault) IsServerError ¶ added in v1.1.0
func (o *GetSpoeScopesDefault) IsServerError() bool
IsServerError returns true when this get spoe scopes default response has a 5xx status code
func (*GetSpoeScopesDefault) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeScopesDefault) IsSuccess() bool
IsSuccess returns true when this get spoe scopes default response has a 2xx status code
func (*GetSpoeScopesDefault) String ¶ added in v1.1.0
func (o *GetSpoeScopesDefault) String() string
type GetSpoeScopesOK ¶
type GetSpoeScopesOK struct { /* Spoe configuration file version */ ConfigurationVersion string Payload *GetSpoeScopesOKBody }
GetSpoeScopesOK describes a response with status code 200, with default header values.
Successful operation
func NewGetSpoeScopesOK ¶
func NewGetSpoeScopesOK() *GetSpoeScopesOK
NewGetSpoeScopesOK creates a GetSpoeScopesOK with default headers values
func (*GetSpoeScopesOK) Code ¶ added in v1.1.5
func (o *GetSpoeScopesOK) Code() int
Code gets the status code for the get spoe scopes o k response
func (*GetSpoeScopesOK) Error ¶
func (o *GetSpoeScopesOK) Error() string
func (*GetSpoeScopesOK) GetPayload ¶
func (o *GetSpoeScopesOK) GetPayload() *GetSpoeScopesOKBody
func (*GetSpoeScopesOK) IsClientError ¶ added in v1.1.0
func (o *GetSpoeScopesOK) IsClientError() bool
IsClientError returns true when this get spoe scopes o k response has a 4xx status code
func (*GetSpoeScopesOK) IsCode ¶ added in v1.1.0
func (o *GetSpoeScopesOK) IsCode(code int) bool
IsCode returns true when this get spoe scopes o k response a status code equal to that given
func (*GetSpoeScopesOK) IsRedirect ¶ added in v1.1.0
func (o *GetSpoeScopesOK) IsRedirect() bool
IsRedirect returns true when this get spoe scopes o k response has a 3xx status code
func (*GetSpoeScopesOK) IsServerError ¶ added in v1.1.0
func (o *GetSpoeScopesOK) IsServerError() bool
IsServerError returns true when this get spoe scopes o k response has a 5xx status code
func (*GetSpoeScopesOK) IsSuccess ¶ added in v1.1.0
func (o *GetSpoeScopesOK) IsSuccess() bool
IsSuccess returns true when this get spoe scopes o k response has a 2xx status code
func (*GetSpoeScopesOK) String ¶ added in v1.1.0
func (o *GetSpoeScopesOK) String() string
type GetSpoeScopesOKBody ¶
type GetSpoeScopesOKBody struct { // version Version int64 `json:"_version,omitempty"` // data // Required: true Data models.SpoeScopes `json:"data"` }
GetSpoeScopesOKBody get spoe scopes o k body swagger:model GetSpoeScopesOKBody
func (*GetSpoeScopesOKBody) ContextValidate ¶
ContextValidate validate this get spoe scopes o k body based on the context it is used
func (*GetSpoeScopesOKBody) MarshalBinary ¶
func (o *GetSpoeScopesOKBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*GetSpoeScopesOKBody) UnmarshalBinary ¶
func (o *GetSpoeScopesOKBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type GetSpoeScopesParams ¶
type GetSpoeScopesParams struct { /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSpoeScopesParams contains all the parameters to send to the API endpoint
for the get spoe scopes operation. Typically these are written to a http.Request.
func NewGetSpoeScopesParams ¶
func NewGetSpoeScopesParams() *GetSpoeScopesParams
NewGetSpoeScopesParams creates a new GetSpoeScopesParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetSpoeScopesParamsWithContext ¶
func NewGetSpoeScopesParamsWithContext(ctx context.Context) *GetSpoeScopesParams
NewGetSpoeScopesParamsWithContext creates a new GetSpoeScopesParams object with the ability to set a context for a request.
func NewGetSpoeScopesParamsWithHTTPClient ¶
func NewGetSpoeScopesParamsWithHTTPClient(client *http.Client) *GetSpoeScopesParams
NewGetSpoeScopesParamsWithHTTPClient creates a new GetSpoeScopesParams object with the ability to set a custom HTTPClient for a request.
func NewGetSpoeScopesParamsWithTimeout ¶
func NewGetSpoeScopesParamsWithTimeout(timeout time.Duration) *GetSpoeScopesParams
NewGetSpoeScopesParamsWithTimeout creates a new GetSpoeScopesParams object with the ability to set a timeout on a request.
func (*GetSpoeScopesParams) SetContext ¶
func (o *GetSpoeScopesParams) SetContext(ctx context.Context)
SetContext adds the context to the get spoe scopes params
func (*GetSpoeScopesParams) SetDefaults ¶
func (o *GetSpoeScopesParams) SetDefaults()
SetDefaults hydrates default values in the get spoe scopes params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeScopesParams) SetHTTPClient ¶
func (o *GetSpoeScopesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get spoe scopes params
func (*GetSpoeScopesParams) SetSpoe ¶
func (o *GetSpoeScopesParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the get spoe scopes params
func (*GetSpoeScopesParams) SetTimeout ¶
func (o *GetSpoeScopesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get spoe scopes params
func (*GetSpoeScopesParams) SetTransactionID ¶
func (o *GetSpoeScopesParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the get spoe scopes params
func (*GetSpoeScopesParams) WithContext ¶
func (o *GetSpoeScopesParams) WithContext(ctx context.Context) *GetSpoeScopesParams
WithContext adds the context to the get spoe scopes params
func (*GetSpoeScopesParams) WithDefaults ¶
func (o *GetSpoeScopesParams) WithDefaults() *GetSpoeScopesParams
WithDefaults hydrates default values in the get spoe scopes params (not the query body).
All values with no default are reset to their zero value.
func (*GetSpoeScopesParams) WithHTTPClient ¶
func (o *GetSpoeScopesParams) WithHTTPClient(client *http.Client) *GetSpoeScopesParams
WithHTTPClient adds the HTTPClient to the get spoe scopes params
func (*GetSpoeScopesParams) WithSpoe ¶
func (o *GetSpoeScopesParams) WithSpoe(spoe string) *GetSpoeScopesParams
WithSpoe adds the spoe to the get spoe scopes params
func (*GetSpoeScopesParams) WithTimeout ¶
func (o *GetSpoeScopesParams) WithTimeout(timeout time.Duration) *GetSpoeScopesParams
WithTimeout adds the timeout to the get spoe scopes params
func (*GetSpoeScopesParams) WithTransactionID ¶
func (o *GetSpoeScopesParams) WithTransactionID(transactionID *string) *GetSpoeScopesParams
WithTransactionID adds the transactionID to the get spoe scopes params
func (*GetSpoeScopesParams) WriteToRequest ¶
func (o *GetSpoeScopesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSpoeScopesReader ¶
type GetSpoeScopesReader struct {
// contains filtered or unexported fields
}
GetSpoeScopesReader is a Reader for the GetSpoeScopes structure.
func (*GetSpoeScopesReader) ReadResponse ¶
func (o *GetSpoeScopesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReplaceSpoeAgentBadRequest ¶
type ReplaceSpoeAgentBadRequest struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
ReplaceSpoeAgentBadRequest describes a response with status code 400, with default header values.
Bad request
func NewReplaceSpoeAgentBadRequest ¶
func NewReplaceSpoeAgentBadRequest() *ReplaceSpoeAgentBadRequest
NewReplaceSpoeAgentBadRequest creates a ReplaceSpoeAgentBadRequest with default headers values
func (*ReplaceSpoeAgentBadRequest) Code ¶ added in v1.1.5
func (o *ReplaceSpoeAgentBadRequest) Code() int
Code gets the status code for the replace spoe agent bad request response
func (*ReplaceSpoeAgentBadRequest) Error ¶
func (o *ReplaceSpoeAgentBadRequest) Error() string
func (*ReplaceSpoeAgentBadRequest) GetPayload ¶
func (o *ReplaceSpoeAgentBadRequest) GetPayload() *models.Error
func (*ReplaceSpoeAgentBadRequest) IsClientError ¶ added in v1.1.0
func (o *ReplaceSpoeAgentBadRequest) IsClientError() bool
IsClientError returns true when this replace spoe agent bad request response has a 4xx status code
func (*ReplaceSpoeAgentBadRequest) IsCode ¶ added in v1.1.0
func (o *ReplaceSpoeAgentBadRequest) IsCode(code int) bool
IsCode returns true when this replace spoe agent bad request response a status code equal to that given
func (*ReplaceSpoeAgentBadRequest) IsRedirect ¶ added in v1.1.0
func (o *ReplaceSpoeAgentBadRequest) IsRedirect() bool
IsRedirect returns true when this replace spoe agent bad request response has a 3xx status code
func (*ReplaceSpoeAgentBadRequest) IsServerError ¶ added in v1.1.0
func (o *ReplaceSpoeAgentBadRequest) IsServerError() bool
IsServerError returns true when this replace spoe agent bad request response has a 5xx status code
func (*ReplaceSpoeAgentBadRequest) IsSuccess ¶ added in v1.1.0
func (o *ReplaceSpoeAgentBadRequest) IsSuccess() bool
IsSuccess returns true when this replace spoe agent bad request response has a 2xx status code
func (*ReplaceSpoeAgentBadRequest) String ¶ added in v1.1.0
func (o *ReplaceSpoeAgentBadRequest) String() string
type ReplaceSpoeAgentDefault ¶
type ReplaceSpoeAgentDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
ReplaceSpoeAgentDefault describes a response with status code -1, with default header values.
General Error
func NewReplaceSpoeAgentDefault ¶
func NewReplaceSpoeAgentDefault(code int) *ReplaceSpoeAgentDefault
NewReplaceSpoeAgentDefault creates a ReplaceSpoeAgentDefault with default headers values
func (*ReplaceSpoeAgentDefault) Code ¶
func (o *ReplaceSpoeAgentDefault) Code() int
Code gets the status code for the replace spoe agent default response
func (*ReplaceSpoeAgentDefault) Error ¶
func (o *ReplaceSpoeAgentDefault) Error() string
func (*ReplaceSpoeAgentDefault) GetPayload ¶
func (o *ReplaceSpoeAgentDefault) GetPayload() *models.Error
func (*ReplaceSpoeAgentDefault) IsClientError ¶ added in v1.1.0
func (o *ReplaceSpoeAgentDefault) IsClientError() bool
IsClientError returns true when this replace spoe agent default response has a 4xx status code
func (*ReplaceSpoeAgentDefault) IsCode ¶ added in v1.1.0
func (o *ReplaceSpoeAgentDefault) IsCode(code int) bool
IsCode returns true when this replace spoe agent default response a status code equal to that given
func (*ReplaceSpoeAgentDefault) IsRedirect ¶ added in v1.1.0
func (o *ReplaceSpoeAgentDefault) IsRedirect() bool
IsRedirect returns true when this replace spoe agent default response has a 3xx status code
func (*ReplaceSpoeAgentDefault) IsServerError ¶ added in v1.1.0
func (o *ReplaceSpoeAgentDefault) IsServerError() bool
IsServerError returns true when this replace spoe agent default response has a 5xx status code
func (*ReplaceSpoeAgentDefault) IsSuccess ¶ added in v1.1.0
func (o *ReplaceSpoeAgentDefault) IsSuccess() bool
IsSuccess returns true when this replace spoe agent default response has a 2xx status code
func (*ReplaceSpoeAgentDefault) String ¶ added in v1.1.0
func (o *ReplaceSpoeAgentDefault) String() string
type ReplaceSpoeAgentNotFound ¶
type ReplaceSpoeAgentNotFound struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
ReplaceSpoeAgentNotFound describes a response with status code 404, with default header values.
The specified resource was not found
func NewReplaceSpoeAgentNotFound ¶
func NewReplaceSpoeAgentNotFound() *ReplaceSpoeAgentNotFound
NewReplaceSpoeAgentNotFound creates a ReplaceSpoeAgentNotFound with default headers values
func (*ReplaceSpoeAgentNotFound) Code ¶ added in v1.1.5
func (o *ReplaceSpoeAgentNotFound) Code() int
Code gets the status code for the replace spoe agent not found response
func (*ReplaceSpoeAgentNotFound) Error ¶
func (o *ReplaceSpoeAgentNotFound) Error() string
func (*ReplaceSpoeAgentNotFound) GetPayload ¶
func (o *ReplaceSpoeAgentNotFound) GetPayload() *models.Error
func (*ReplaceSpoeAgentNotFound) IsClientError ¶ added in v1.1.0
func (o *ReplaceSpoeAgentNotFound) IsClientError() bool
IsClientError returns true when this replace spoe agent not found response has a 4xx status code
func (*ReplaceSpoeAgentNotFound) IsCode ¶ added in v1.1.0
func (o *ReplaceSpoeAgentNotFound) IsCode(code int) bool
IsCode returns true when this replace spoe agent not found response a status code equal to that given
func (*ReplaceSpoeAgentNotFound) IsRedirect ¶ added in v1.1.0
func (o *ReplaceSpoeAgentNotFound) IsRedirect() bool
IsRedirect returns true when this replace spoe agent not found response has a 3xx status code
func (*ReplaceSpoeAgentNotFound) IsServerError ¶ added in v1.1.0
func (o *ReplaceSpoeAgentNotFound) IsServerError() bool
IsServerError returns true when this replace spoe agent not found response has a 5xx status code
func (*ReplaceSpoeAgentNotFound) IsSuccess ¶ added in v1.1.0
func (o *ReplaceSpoeAgentNotFound) IsSuccess() bool
IsSuccess returns true when this replace spoe agent not found response has a 2xx status code
func (*ReplaceSpoeAgentNotFound) String ¶ added in v1.1.0
func (o *ReplaceSpoeAgentNotFound) String() string
type ReplaceSpoeAgentOK ¶
ReplaceSpoeAgentOK describes a response with status code 200, with default header values.
Spoe agent replaced
func NewReplaceSpoeAgentOK ¶
func NewReplaceSpoeAgentOK() *ReplaceSpoeAgentOK
NewReplaceSpoeAgentOK creates a ReplaceSpoeAgentOK with default headers values
func (*ReplaceSpoeAgentOK) Code ¶ added in v1.1.5
func (o *ReplaceSpoeAgentOK) Code() int
Code gets the status code for the replace spoe agent o k response
func (*ReplaceSpoeAgentOK) Error ¶
func (o *ReplaceSpoeAgentOK) Error() string
func (*ReplaceSpoeAgentOK) GetPayload ¶
func (o *ReplaceSpoeAgentOK) GetPayload() *models.SpoeAgent
func (*ReplaceSpoeAgentOK) IsClientError ¶ added in v1.1.0
func (o *ReplaceSpoeAgentOK) IsClientError() bool
IsClientError returns true when this replace spoe agent o k response has a 4xx status code
func (*ReplaceSpoeAgentOK) IsCode ¶ added in v1.1.0
func (o *ReplaceSpoeAgentOK) IsCode(code int) bool
IsCode returns true when this replace spoe agent o k response a status code equal to that given
func (*ReplaceSpoeAgentOK) IsRedirect ¶ added in v1.1.0
func (o *ReplaceSpoeAgentOK) IsRedirect() bool
IsRedirect returns true when this replace spoe agent o k response has a 3xx status code
func (*ReplaceSpoeAgentOK) IsServerError ¶ added in v1.1.0
func (o *ReplaceSpoeAgentOK) IsServerError() bool
IsServerError returns true when this replace spoe agent o k response has a 5xx status code
func (*ReplaceSpoeAgentOK) IsSuccess ¶ added in v1.1.0
func (o *ReplaceSpoeAgentOK) IsSuccess() bool
IsSuccess returns true when this replace spoe agent o k response has a 2xx status code
func (*ReplaceSpoeAgentOK) String ¶ added in v1.1.0
func (o *ReplaceSpoeAgentOK) String() string
type ReplaceSpoeAgentParams ¶
type ReplaceSpoeAgentParams struct { // Data. Data *models.SpoeAgent /* Name. Spoe agent name */ Name string /* Scope. Spoe scope */ Scope string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string /* Version. Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version. */ Version *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReplaceSpoeAgentParams contains all the parameters to send to the API endpoint
for the replace spoe agent operation. Typically these are written to a http.Request.
func NewReplaceSpoeAgentParams ¶
func NewReplaceSpoeAgentParams() *ReplaceSpoeAgentParams
NewReplaceSpoeAgentParams creates a new ReplaceSpoeAgentParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewReplaceSpoeAgentParamsWithContext ¶
func NewReplaceSpoeAgentParamsWithContext(ctx context.Context) *ReplaceSpoeAgentParams
NewReplaceSpoeAgentParamsWithContext creates a new ReplaceSpoeAgentParams object with the ability to set a context for a request.
func NewReplaceSpoeAgentParamsWithHTTPClient ¶
func NewReplaceSpoeAgentParamsWithHTTPClient(client *http.Client) *ReplaceSpoeAgentParams
NewReplaceSpoeAgentParamsWithHTTPClient creates a new ReplaceSpoeAgentParams object with the ability to set a custom HTTPClient for a request.
func NewReplaceSpoeAgentParamsWithTimeout ¶
func NewReplaceSpoeAgentParamsWithTimeout(timeout time.Duration) *ReplaceSpoeAgentParams
NewReplaceSpoeAgentParamsWithTimeout creates a new ReplaceSpoeAgentParams object with the ability to set a timeout on a request.
func (*ReplaceSpoeAgentParams) SetContext ¶
func (o *ReplaceSpoeAgentParams) SetContext(ctx context.Context)
SetContext adds the context to the replace spoe agent params
func (*ReplaceSpoeAgentParams) SetData ¶
func (o *ReplaceSpoeAgentParams) SetData(data *models.SpoeAgent)
SetData adds the data to the replace spoe agent params
func (*ReplaceSpoeAgentParams) SetDefaults ¶
func (o *ReplaceSpoeAgentParams) SetDefaults()
SetDefaults hydrates default values in the replace spoe agent params (not the query body).
All values with no default are reset to their zero value.
func (*ReplaceSpoeAgentParams) SetHTTPClient ¶
func (o *ReplaceSpoeAgentParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the replace spoe agent params
func (*ReplaceSpoeAgentParams) SetName ¶
func (o *ReplaceSpoeAgentParams) SetName(name string)
SetName adds the name to the replace spoe agent params
func (*ReplaceSpoeAgentParams) SetScope ¶
func (o *ReplaceSpoeAgentParams) SetScope(scope string)
SetScope adds the scope to the replace spoe agent params
func (*ReplaceSpoeAgentParams) SetSpoe ¶
func (o *ReplaceSpoeAgentParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the replace spoe agent params
func (*ReplaceSpoeAgentParams) SetTimeout ¶
func (o *ReplaceSpoeAgentParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the replace spoe agent params
func (*ReplaceSpoeAgentParams) SetTransactionID ¶
func (o *ReplaceSpoeAgentParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the replace spoe agent params
func (*ReplaceSpoeAgentParams) SetVersion ¶
func (o *ReplaceSpoeAgentParams) SetVersion(version *int64)
SetVersion adds the version to the replace spoe agent params
func (*ReplaceSpoeAgentParams) WithContext ¶
func (o *ReplaceSpoeAgentParams) WithContext(ctx context.Context) *ReplaceSpoeAgentParams
WithContext adds the context to the replace spoe agent params
func (*ReplaceSpoeAgentParams) WithData ¶
func (o *ReplaceSpoeAgentParams) WithData(data *models.SpoeAgent) *ReplaceSpoeAgentParams
WithData adds the data to the replace spoe agent params
func (*ReplaceSpoeAgentParams) WithDefaults ¶
func (o *ReplaceSpoeAgentParams) WithDefaults() *ReplaceSpoeAgentParams
WithDefaults hydrates default values in the replace spoe agent params (not the query body).
All values with no default are reset to their zero value.
func (*ReplaceSpoeAgentParams) WithHTTPClient ¶
func (o *ReplaceSpoeAgentParams) WithHTTPClient(client *http.Client) *ReplaceSpoeAgentParams
WithHTTPClient adds the HTTPClient to the replace spoe agent params
func (*ReplaceSpoeAgentParams) WithName ¶
func (o *ReplaceSpoeAgentParams) WithName(name string) *ReplaceSpoeAgentParams
WithName adds the name to the replace spoe agent params
func (*ReplaceSpoeAgentParams) WithScope ¶
func (o *ReplaceSpoeAgentParams) WithScope(scope string) *ReplaceSpoeAgentParams
WithScope adds the scope to the replace spoe agent params
func (*ReplaceSpoeAgentParams) WithSpoe ¶
func (o *ReplaceSpoeAgentParams) WithSpoe(spoe string) *ReplaceSpoeAgentParams
WithSpoe adds the spoe to the replace spoe agent params
func (*ReplaceSpoeAgentParams) WithTimeout ¶
func (o *ReplaceSpoeAgentParams) WithTimeout(timeout time.Duration) *ReplaceSpoeAgentParams
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 ¶
func (o *ReplaceSpoeAgentParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReplaceSpoeAgentReader ¶
type ReplaceSpoeAgentReader struct {
// contains filtered or unexported fields
}
ReplaceSpoeAgentReader is a Reader for the ReplaceSpoeAgent structure.
func (*ReplaceSpoeAgentReader) ReadResponse ¶
func (o *ReplaceSpoeAgentReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReplaceSpoeGroupBadRequest ¶
type ReplaceSpoeGroupBadRequest struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
ReplaceSpoeGroupBadRequest describes a response with status code 400, with default header values.
Bad request
func NewReplaceSpoeGroupBadRequest ¶
func NewReplaceSpoeGroupBadRequest() *ReplaceSpoeGroupBadRequest
NewReplaceSpoeGroupBadRequest creates a ReplaceSpoeGroupBadRequest with default headers values
func (*ReplaceSpoeGroupBadRequest) Code ¶ added in v1.1.5
func (o *ReplaceSpoeGroupBadRequest) Code() int
Code gets the status code for the replace spoe group bad request response
func (*ReplaceSpoeGroupBadRequest) Error ¶
func (o *ReplaceSpoeGroupBadRequest) Error() string
func (*ReplaceSpoeGroupBadRequest) GetPayload ¶
func (o *ReplaceSpoeGroupBadRequest) GetPayload() *models.Error
func (*ReplaceSpoeGroupBadRequest) IsClientError ¶ added in v1.1.0
func (o *ReplaceSpoeGroupBadRequest) IsClientError() bool
IsClientError returns true when this replace spoe group bad request response has a 4xx status code
func (*ReplaceSpoeGroupBadRequest) IsCode ¶ added in v1.1.0
func (o *ReplaceSpoeGroupBadRequest) IsCode(code int) bool
IsCode returns true when this replace spoe group bad request response a status code equal to that given
func (*ReplaceSpoeGroupBadRequest) IsRedirect ¶ added in v1.1.0
func (o *ReplaceSpoeGroupBadRequest) IsRedirect() bool
IsRedirect returns true when this replace spoe group bad request response has a 3xx status code
func (*ReplaceSpoeGroupBadRequest) IsServerError ¶ added in v1.1.0
func (o *ReplaceSpoeGroupBadRequest) IsServerError() bool
IsServerError returns true when this replace spoe group bad request response has a 5xx status code
func (*ReplaceSpoeGroupBadRequest) IsSuccess ¶ added in v1.1.0
func (o *ReplaceSpoeGroupBadRequest) IsSuccess() bool
IsSuccess returns true when this replace spoe group bad request response has a 2xx status code
func (*ReplaceSpoeGroupBadRequest) String ¶ added in v1.1.0
func (o *ReplaceSpoeGroupBadRequest) String() string
type ReplaceSpoeGroupDefault ¶
type ReplaceSpoeGroupDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
ReplaceSpoeGroupDefault describes a response with status code -1, with default header values.
General Error
func NewReplaceSpoeGroupDefault ¶
func NewReplaceSpoeGroupDefault(code int) *ReplaceSpoeGroupDefault
NewReplaceSpoeGroupDefault creates a ReplaceSpoeGroupDefault with default headers values
func (*ReplaceSpoeGroupDefault) Code ¶
func (o *ReplaceSpoeGroupDefault) Code() int
Code gets the status code for the replace spoe group default response
func (*ReplaceSpoeGroupDefault) Error ¶
func (o *ReplaceSpoeGroupDefault) Error() string
func (*ReplaceSpoeGroupDefault) GetPayload ¶
func (o *ReplaceSpoeGroupDefault) GetPayload() *models.Error
func (*ReplaceSpoeGroupDefault) IsClientError ¶ added in v1.1.0
func (o *ReplaceSpoeGroupDefault) IsClientError() bool
IsClientError returns true when this replace spoe group default response has a 4xx status code
func (*ReplaceSpoeGroupDefault) IsCode ¶ added in v1.1.0
func (o *ReplaceSpoeGroupDefault) IsCode(code int) bool
IsCode returns true when this replace spoe group default response a status code equal to that given
func (*ReplaceSpoeGroupDefault) IsRedirect ¶ added in v1.1.0
func (o *ReplaceSpoeGroupDefault) IsRedirect() bool
IsRedirect returns true when this replace spoe group default response has a 3xx status code
func (*ReplaceSpoeGroupDefault) IsServerError ¶ added in v1.1.0
func (o *ReplaceSpoeGroupDefault) IsServerError() bool
IsServerError returns true when this replace spoe group default response has a 5xx status code
func (*ReplaceSpoeGroupDefault) IsSuccess ¶ added in v1.1.0
func (o *ReplaceSpoeGroupDefault) IsSuccess() bool
IsSuccess returns true when this replace spoe group default response has a 2xx status code
func (*ReplaceSpoeGroupDefault) String ¶ added in v1.1.0
func (o *ReplaceSpoeGroupDefault) String() string
type ReplaceSpoeGroupNotFound ¶
type ReplaceSpoeGroupNotFound struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
ReplaceSpoeGroupNotFound describes a response with status code 404, with default header values.
The specified resource was not found
func NewReplaceSpoeGroupNotFound ¶
func NewReplaceSpoeGroupNotFound() *ReplaceSpoeGroupNotFound
NewReplaceSpoeGroupNotFound creates a ReplaceSpoeGroupNotFound with default headers values
func (*ReplaceSpoeGroupNotFound) Code ¶ added in v1.1.5
func (o *ReplaceSpoeGroupNotFound) Code() int
Code gets the status code for the replace spoe group not found response
func (*ReplaceSpoeGroupNotFound) Error ¶
func (o *ReplaceSpoeGroupNotFound) Error() string
func (*ReplaceSpoeGroupNotFound) GetPayload ¶
func (o *ReplaceSpoeGroupNotFound) GetPayload() *models.Error
func (*ReplaceSpoeGroupNotFound) IsClientError ¶ added in v1.1.0
func (o *ReplaceSpoeGroupNotFound) IsClientError() bool
IsClientError returns true when this replace spoe group not found response has a 4xx status code
func (*ReplaceSpoeGroupNotFound) IsCode ¶ added in v1.1.0
func (o *ReplaceSpoeGroupNotFound) IsCode(code int) bool
IsCode returns true when this replace spoe group not found response a status code equal to that given
func (*ReplaceSpoeGroupNotFound) IsRedirect ¶ added in v1.1.0
func (o *ReplaceSpoeGroupNotFound) IsRedirect() bool
IsRedirect returns true when this replace spoe group not found response has a 3xx status code
func (*ReplaceSpoeGroupNotFound) IsServerError ¶ added in v1.1.0
func (o *ReplaceSpoeGroupNotFound) IsServerError() bool
IsServerError returns true when this replace spoe group not found response has a 5xx status code
func (*ReplaceSpoeGroupNotFound) IsSuccess ¶ added in v1.1.0
func (o *ReplaceSpoeGroupNotFound) IsSuccess() bool
IsSuccess returns true when this replace spoe group not found response has a 2xx status code
func (*ReplaceSpoeGroupNotFound) String ¶ added in v1.1.0
func (o *ReplaceSpoeGroupNotFound) String() string
type ReplaceSpoeGroupOK ¶
ReplaceSpoeGroupOK describes a response with status code 200, with default header values.
Spoe groups replaced
func NewReplaceSpoeGroupOK ¶
func NewReplaceSpoeGroupOK() *ReplaceSpoeGroupOK
NewReplaceSpoeGroupOK creates a ReplaceSpoeGroupOK with default headers values
func (*ReplaceSpoeGroupOK) Code ¶ added in v1.1.5
func (o *ReplaceSpoeGroupOK) Code() int
Code gets the status code for the replace spoe group o k response
func (*ReplaceSpoeGroupOK) Error ¶
func (o *ReplaceSpoeGroupOK) Error() string
func (*ReplaceSpoeGroupOK) GetPayload ¶
func (o *ReplaceSpoeGroupOK) GetPayload() *models.SpoeGroup
func (*ReplaceSpoeGroupOK) IsClientError ¶ added in v1.1.0
func (o *ReplaceSpoeGroupOK) IsClientError() bool
IsClientError returns true when this replace spoe group o k response has a 4xx status code
func (*ReplaceSpoeGroupOK) IsCode ¶ added in v1.1.0
func (o *ReplaceSpoeGroupOK) IsCode(code int) bool
IsCode returns true when this replace spoe group o k response a status code equal to that given
func (*ReplaceSpoeGroupOK) IsRedirect ¶ added in v1.1.0
func (o *ReplaceSpoeGroupOK) IsRedirect() bool
IsRedirect returns true when this replace spoe group o k response has a 3xx status code
func (*ReplaceSpoeGroupOK) IsServerError ¶ added in v1.1.0
func (o *ReplaceSpoeGroupOK) IsServerError() bool
IsServerError returns true when this replace spoe group o k response has a 5xx status code
func (*ReplaceSpoeGroupOK) IsSuccess ¶ added in v1.1.0
func (o *ReplaceSpoeGroupOK) IsSuccess() bool
IsSuccess returns true when this replace spoe group o k response has a 2xx status code
func (*ReplaceSpoeGroupOK) String ¶ added in v1.1.0
func (o *ReplaceSpoeGroupOK) String() string
type ReplaceSpoeGroupParams ¶
type ReplaceSpoeGroupParams struct { // Data. Data *models.SpoeGroup /* Name. Spoe group name */ Name string /* Scope. Spoe scope */ Scope string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string /* Version. Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version. */ Version *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReplaceSpoeGroupParams contains all the parameters to send to the API endpoint
for the replace spoe group operation. Typically these are written to a http.Request.
func NewReplaceSpoeGroupParams ¶
func NewReplaceSpoeGroupParams() *ReplaceSpoeGroupParams
NewReplaceSpoeGroupParams creates a new ReplaceSpoeGroupParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewReplaceSpoeGroupParamsWithContext ¶
func NewReplaceSpoeGroupParamsWithContext(ctx context.Context) *ReplaceSpoeGroupParams
NewReplaceSpoeGroupParamsWithContext creates a new ReplaceSpoeGroupParams object with the ability to set a context for a request.
func NewReplaceSpoeGroupParamsWithHTTPClient ¶
func NewReplaceSpoeGroupParamsWithHTTPClient(client *http.Client) *ReplaceSpoeGroupParams
NewReplaceSpoeGroupParamsWithHTTPClient creates a new ReplaceSpoeGroupParams object with the ability to set a custom HTTPClient for a request.
func NewReplaceSpoeGroupParamsWithTimeout ¶
func NewReplaceSpoeGroupParamsWithTimeout(timeout time.Duration) *ReplaceSpoeGroupParams
NewReplaceSpoeGroupParamsWithTimeout creates a new ReplaceSpoeGroupParams object with the ability to set a timeout on a request.
func (*ReplaceSpoeGroupParams) SetContext ¶
func (o *ReplaceSpoeGroupParams) SetContext(ctx context.Context)
SetContext adds the context to the replace spoe group params
func (*ReplaceSpoeGroupParams) SetData ¶
func (o *ReplaceSpoeGroupParams) SetData(data *models.SpoeGroup)
SetData adds the data to the replace spoe group params
func (*ReplaceSpoeGroupParams) SetDefaults ¶
func (o *ReplaceSpoeGroupParams) SetDefaults()
SetDefaults hydrates default values in the replace spoe group params (not the query body).
All values with no default are reset to their zero value.
func (*ReplaceSpoeGroupParams) SetHTTPClient ¶
func (o *ReplaceSpoeGroupParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the replace spoe group params
func (*ReplaceSpoeGroupParams) SetName ¶
func (o *ReplaceSpoeGroupParams) SetName(name string)
SetName adds the name to the replace spoe group params
func (*ReplaceSpoeGroupParams) SetScope ¶
func (o *ReplaceSpoeGroupParams) SetScope(scope string)
SetScope adds the scope to the replace spoe group params
func (*ReplaceSpoeGroupParams) SetSpoe ¶
func (o *ReplaceSpoeGroupParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the replace spoe group params
func (*ReplaceSpoeGroupParams) SetTimeout ¶
func (o *ReplaceSpoeGroupParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the replace spoe group params
func (*ReplaceSpoeGroupParams) SetTransactionID ¶
func (o *ReplaceSpoeGroupParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the replace spoe group params
func (*ReplaceSpoeGroupParams) SetVersion ¶
func (o *ReplaceSpoeGroupParams) SetVersion(version *int64)
SetVersion adds the version to the replace spoe group params
func (*ReplaceSpoeGroupParams) WithContext ¶
func (o *ReplaceSpoeGroupParams) WithContext(ctx context.Context) *ReplaceSpoeGroupParams
WithContext adds the context to the replace spoe group params
func (*ReplaceSpoeGroupParams) WithData ¶
func (o *ReplaceSpoeGroupParams) WithData(data *models.SpoeGroup) *ReplaceSpoeGroupParams
WithData adds the data to the replace spoe group params
func (*ReplaceSpoeGroupParams) WithDefaults ¶
func (o *ReplaceSpoeGroupParams) WithDefaults() *ReplaceSpoeGroupParams
WithDefaults hydrates default values in the replace spoe group params (not the query body).
All values with no default are reset to their zero value.
func (*ReplaceSpoeGroupParams) WithHTTPClient ¶
func (o *ReplaceSpoeGroupParams) WithHTTPClient(client *http.Client) *ReplaceSpoeGroupParams
WithHTTPClient adds the HTTPClient to the replace spoe group params
func (*ReplaceSpoeGroupParams) WithName ¶
func (o *ReplaceSpoeGroupParams) WithName(name string) *ReplaceSpoeGroupParams
WithName adds the name to the replace spoe group params
func (*ReplaceSpoeGroupParams) WithScope ¶
func (o *ReplaceSpoeGroupParams) WithScope(scope string) *ReplaceSpoeGroupParams
WithScope adds the scope to the replace spoe group params
func (*ReplaceSpoeGroupParams) WithSpoe ¶
func (o *ReplaceSpoeGroupParams) WithSpoe(spoe string) *ReplaceSpoeGroupParams
WithSpoe adds the spoe to the replace spoe group params
func (*ReplaceSpoeGroupParams) WithTimeout ¶
func (o *ReplaceSpoeGroupParams) WithTimeout(timeout time.Duration) *ReplaceSpoeGroupParams
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 ¶
func (o *ReplaceSpoeGroupParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ReplaceSpoeGroupReader ¶
type ReplaceSpoeGroupReader struct {
// contains filtered or unexported fields
}
ReplaceSpoeGroupReader is a Reader for the ReplaceSpoeGroup structure.
func (*ReplaceSpoeGroupReader) ReadResponse ¶
func (o *ReplaceSpoeGroupReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ReplaceSpoeMessageBadRequest ¶
type ReplaceSpoeMessageBadRequest struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
ReplaceSpoeMessageBadRequest describes a response with status code 400, with default header values.
Bad request
func NewReplaceSpoeMessageBadRequest ¶
func NewReplaceSpoeMessageBadRequest() *ReplaceSpoeMessageBadRequest
NewReplaceSpoeMessageBadRequest creates a ReplaceSpoeMessageBadRequest with default headers values
func (*ReplaceSpoeMessageBadRequest) Code ¶ added in v1.1.5
func (o *ReplaceSpoeMessageBadRequest) Code() int
Code gets the status code for the replace spoe message bad request response
func (*ReplaceSpoeMessageBadRequest) Error ¶
func (o *ReplaceSpoeMessageBadRequest) Error() string
func (*ReplaceSpoeMessageBadRequest) GetPayload ¶
func (o *ReplaceSpoeMessageBadRequest) GetPayload() *models.Error
func (*ReplaceSpoeMessageBadRequest) IsClientError ¶ added in v1.1.0
func (o *ReplaceSpoeMessageBadRequest) IsClientError() bool
IsClientError returns true when this replace spoe message bad request response has a 4xx status code
func (*ReplaceSpoeMessageBadRequest) IsCode ¶ added in v1.1.0
func (o *ReplaceSpoeMessageBadRequest) IsCode(code int) bool
IsCode returns true when this replace spoe message bad request response a status code equal to that given
func (*ReplaceSpoeMessageBadRequest) IsRedirect ¶ added in v1.1.0
func (o *ReplaceSpoeMessageBadRequest) IsRedirect() bool
IsRedirect returns true when this replace spoe message bad request response has a 3xx status code
func (*ReplaceSpoeMessageBadRequest) IsServerError ¶ added in v1.1.0
func (o *ReplaceSpoeMessageBadRequest) IsServerError() bool
IsServerError returns true when this replace spoe message bad request response has a 5xx status code
func (*ReplaceSpoeMessageBadRequest) IsSuccess ¶ added in v1.1.0
func (o *ReplaceSpoeMessageBadRequest) IsSuccess() bool
IsSuccess returns true when this replace spoe message bad request response has a 2xx status code
func (*ReplaceSpoeMessageBadRequest) String ¶ added in v1.1.0
func (o *ReplaceSpoeMessageBadRequest) String() string
type ReplaceSpoeMessageDefault ¶
type ReplaceSpoeMessageDefault struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error // contains filtered or unexported fields }
ReplaceSpoeMessageDefault describes a response with status code -1, with default header values.
General Error
func NewReplaceSpoeMessageDefault ¶
func NewReplaceSpoeMessageDefault(code int) *ReplaceSpoeMessageDefault
NewReplaceSpoeMessageDefault creates a ReplaceSpoeMessageDefault with default headers values
func (*ReplaceSpoeMessageDefault) Code ¶
func (o *ReplaceSpoeMessageDefault) Code() int
Code gets the status code for the replace spoe message default response
func (*ReplaceSpoeMessageDefault) Error ¶
func (o *ReplaceSpoeMessageDefault) Error() string
func (*ReplaceSpoeMessageDefault) GetPayload ¶
func (o *ReplaceSpoeMessageDefault) GetPayload() *models.Error
func (*ReplaceSpoeMessageDefault) IsClientError ¶ added in v1.1.0
func (o *ReplaceSpoeMessageDefault) IsClientError() bool
IsClientError returns true when this replace spoe message default response has a 4xx status code
func (*ReplaceSpoeMessageDefault) IsCode ¶ added in v1.1.0
func (o *ReplaceSpoeMessageDefault) IsCode(code int) bool
IsCode returns true when this replace spoe message default response a status code equal to that given
func (*ReplaceSpoeMessageDefault) IsRedirect ¶ added in v1.1.0
func (o *ReplaceSpoeMessageDefault) IsRedirect() bool
IsRedirect returns true when this replace spoe message default response has a 3xx status code
func (*ReplaceSpoeMessageDefault) IsServerError ¶ added in v1.1.0
func (o *ReplaceSpoeMessageDefault) IsServerError() bool
IsServerError returns true when this replace spoe message default response has a 5xx status code
func (*ReplaceSpoeMessageDefault) IsSuccess ¶ added in v1.1.0
func (o *ReplaceSpoeMessageDefault) IsSuccess() bool
IsSuccess returns true when this replace spoe message default response has a 2xx status code
func (*ReplaceSpoeMessageDefault) String ¶ added in v1.1.0
func (o *ReplaceSpoeMessageDefault) String() string
type ReplaceSpoeMessageNotFound ¶
type ReplaceSpoeMessageNotFound struct { /* Configuration file version */ ConfigurationVersion string Payload *models.Error }
ReplaceSpoeMessageNotFound describes a response with status code 404, with default header values.
The specified resource was not found
func NewReplaceSpoeMessageNotFound ¶
func NewReplaceSpoeMessageNotFound() *ReplaceSpoeMessageNotFound
NewReplaceSpoeMessageNotFound creates a ReplaceSpoeMessageNotFound with default headers values
func (*ReplaceSpoeMessageNotFound) Code ¶ added in v1.1.5
func (o *ReplaceSpoeMessageNotFound) Code() int
Code gets the status code for the replace spoe message not found response
func (*ReplaceSpoeMessageNotFound) Error ¶
func (o *ReplaceSpoeMessageNotFound) Error() string
func (*ReplaceSpoeMessageNotFound) GetPayload ¶
func (o *ReplaceSpoeMessageNotFound) GetPayload() *models.Error
func (*ReplaceSpoeMessageNotFound) IsClientError ¶ added in v1.1.0
func (o *ReplaceSpoeMessageNotFound) IsClientError() bool
IsClientError returns true when this replace spoe message not found response has a 4xx status code
func (*ReplaceSpoeMessageNotFound) IsCode ¶ added in v1.1.0
func (o *ReplaceSpoeMessageNotFound) IsCode(code int) bool
IsCode returns true when this replace spoe message not found response a status code equal to that given
func (*ReplaceSpoeMessageNotFound) IsRedirect ¶ added in v1.1.0
func (o *ReplaceSpoeMessageNotFound) IsRedirect() bool
IsRedirect returns true when this replace spoe message not found response has a 3xx status code
func (*ReplaceSpoeMessageNotFound) IsServerError ¶ added in v1.1.0
func (o *ReplaceSpoeMessageNotFound) IsServerError() bool
IsServerError returns true when this replace spoe message not found response has a 5xx status code
func (*ReplaceSpoeMessageNotFound) IsSuccess ¶ added in v1.1.0
func (o *ReplaceSpoeMessageNotFound) IsSuccess() bool
IsSuccess returns true when this replace spoe message not found response has a 2xx status code
func (*ReplaceSpoeMessageNotFound) String ¶ added in v1.1.0
func (o *ReplaceSpoeMessageNotFound) String() string
type ReplaceSpoeMessageOK ¶
type ReplaceSpoeMessageOK struct {
Payload *models.SpoeMessage
}
ReplaceSpoeMessageOK describes a response with status code 200, with default header values.
Spoe message replaced
func NewReplaceSpoeMessageOK ¶
func NewReplaceSpoeMessageOK() *ReplaceSpoeMessageOK
NewReplaceSpoeMessageOK creates a ReplaceSpoeMessageOK with default headers values
func (*ReplaceSpoeMessageOK) Code ¶ added in v1.1.5
func (o *ReplaceSpoeMessageOK) Code() int
Code gets the status code for the replace spoe message o k response
func (*ReplaceSpoeMessageOK) Error ¶
func (o *ReplaceSpoeMessageOK) Error() string
func (*ReplaceSpoeMessageOK) GetPayload ¶
func (o *ReplaceSpoeMessageOK) GetPayload() *models.SpoeMessage
func (*ReplaceSpoeMessageOK) IsClientError ¶ added in v1.1.0
func (o *ReplaceSpoeMessageOK) IsClientError() bool
IsClientError returns true when this replace spoe message o k response has a 4xx status code
func (*ReplaceSpoeMessageOK) IsCode ¶ added in v1.1.0
func (o *ReplaceSpoeMessageOK) IsCode(code int) bool
IsCode returns true when this replace spoe message o k response a status code equal to that given
func (*ReplaceSpoeMessageOK) IsRedirect ¶ added in v1.1.0
func (o *ReplaceSpoeMessageOK) IsRedirect() bool
IsRedirect returns true when this replace spoe message o k response has a 3xx status code
func (*ReplaceSpoeMessageOK) IsServerError ¶ added in v1.1.0
func (o *ReplaceSpoeMessageOK) IsServerError() bool
IsServerError returns true when this replace spoe message o k response has a 5xx status code
func (*ReplaceSpoeMessageOK) IsSuccess ¶ added in v1.1.0
func (o *ReplaceSpoeMessageOK) IsSuccess() bool
IsSuccess returns true when this replace spoe message o k response has a 2xx status code
func (*ReplaceSpoeMessageOK) String ¶ added in v1.1.0
func (o *ReplaceSpoeMessageOK) String() string
type ReplaceSpoeMessageParams ¶
type ReplaceSpoeMessageParams struct { // Data. Data *models.SpoeMessage /* Name. Spoe message name */ Name string /* Scope. Spoe scope */ Scope string /* Spoe. Spoe file name */ Spoe string /* TransactionID. ID of the transaction where we want to add the operation. Cannot be used when version is specified. */ TransactionID *string /* Version. Version used for checking configuration version. Cannot be used when transaction is specified, transaction has it's own version. */ Version *int64 Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ReplaceSpoeMessageParams contains all the parameters to send to the API endpoint
for the replace spoe message operation. Typically these are written to a http.Request.
func NewReplaceSpoeMessageParams ¶
func NewReplaceSpoeMessageParams() *ReplaceSpoeMessageParams
NewReplaceSpoeMessageParams creates a new ReplaceSpoeMessageParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewReplaceSpoeMessageParamsWithContext ¶
func NewReplaceSpoeMessageParamsWithContext(ctx context.Context) *ReplaceSpoeMessageParams
NewReplaceSpoeMessageParamsWithContext creates a new ReplaceSpoeMessageParams object with the ability to set a context for a request.
func NewReplaceSpoeMessageParamsWithHTTPClient ¶
func NewReplaceSpoeMessageParamsWithHTTPClient(client *http.Client) *ReplaceSpoeMessageParams
NewReplaceSpoeMessageParamsWithHTTPClient creates a new ReplaceSpoeMessageParams object with the ability to set a custom HTTPClient for a request.
func NewReplaceSpoeMessageParamsWithTimeout ¶
func NewReplaceSpoeMessageParamsWithTimeout(timeout time.Duration) *ReplaceSpoeMessageParams
NewReplaceSpoeMessageParamsWithTimeout creates a new ReplaceSpoeMessageParams object with the ability to set a timeout on a request.
func (*ReplaceSpoeMessageParams) SetContext ¶
func (o *ReplaceSpoeMessageParams) SetContext(ctx context.Context)
SetContext adds the context to the replace spoe message params
func (*ReplaceSpoeMessageParams) SetData ¶
func (o *ReplaceSpoeMessageParams) SetData(data *models.SpoeMessage)
SetData adds the data to the replace spoe message params
func (*ReplaceSpoeMessageParams) SetDefaults ¶
func (o *ReplaceSpoeMessageParams) SetDefaults()
SetDefaults hydrates default values in the replace spoe message params (not the query body).
All values with no default are reset to their zero value.
func (*ReplaceSpoeMessageParams) SetHTTPClient ¶
func (o *ReplaceSpoeMessageParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the replace spoe message params
func (*ReplaceSpoeMessageParams) SetName ¶
func (o *ReplaceSpoeMessageParams) SetName(name string)
SetName adds the name to the replace spoe message params
func (*ReplaceSpoeMessageParams) SetScope ¶
func (o *ReplaceSpoeMessageParams) SetScope(scope string)
SetScope adds the scope to the replace spoe message params
func (*ReplaceSpoeMessageParams) SetSpoe ¶
func (o *ReplaceSpoeMessageParams) SetSpoe(spoe string)
SetSpoe adds the spoe to the replace spoe message params
func (*ReplaceSpoeMessageParams) SetTimeout ¶
func (o *ReplaceSpoeMessageParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the replace spoe message params
func (*ReplaceSpoeMessageParams) SetTransactionID ¶
func (o *ReplaceSpoeMessageParams) SetTransactionID(transactionID *string)
SetTransactionID adds the transactionId to the replace spoe message params
func (*ReplaceSpoeMessageParams) SetVersion ¶
func (o *ReplaceSpoeMessageParams) SetVersion(version *int64)
SetVersion adds the version to the replace spoe message params
func (*ReplaceSpoeMessageParams) WithContext ¶
func (o *ReplaceSpoeMessageParams) WithContext(ctx context.Context) *ReplaceSpoeMessageParams
WithContext adds the context to the replace spoe message params
func (*ReplaceSpoeMessageParams) WithData ¶
func (o *ReplaceSpoeMessageParams) WithData(data *models.SpoeMessage) *ReplaceSpoeMessageParams
WithData adds the data to the replace spoe message params
func (*ReplaceSpoeMessageParams) WithDefaults ¶
func (o *ReplaceSpoeMessageParams) WithDefaults() *ReplaceSpoeMessageParams
WithDefaults hydrates default values in the replace spoe message params (not the query body).
All values with no default are reset to their zero value.
func (*ReplaceSpoeMessageParams) WithHTTPClient ¶
func (o *ReplaceSpoeMessageParams) WithHTTPClient(client *http.Client) *ReplaceSpoeMessageParams
WithHTTPClient adds the HTTPClient to the replace spoe message params
func (*ReplaceSpoeMessageParams) WithName ¶
func (o *ReplaceSpoeMessageParams) WithName(name string) *ReplaceSpoeMessageParams
WithName adds the name to the replace spoe message params
func (*ReplaceSpoeMessageParams) WithScope ¶
func (o *ReplaceSpoeMessageParams) WithScope(scope string) *ReplaceSpoeMessageParams
WithScope adds the scope to the replace spoe message params
func (*ReplaceSpoeMessageParams) WithSpoe ¶
func (o *ReplaceSpoeMessageParams) WithSpoe(spoe string) *ReplaceSpoeMessageParams
WithSpoe adds the spoe to the replace spoe message params
func (*ReplaceSpoeMessageParams) WithTimeout ¶
func (o *ReplaceSpoeMessageParams) WithTimeout(timeout time.Duration) *ReplaceSpoeMessageParams
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 ¶
func (o *ReplaceSpoeMessageParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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
¶
- create_spoe_agent_parameters.go
- create_spoe_agent_responses.go
- create_spoe_group_parameters.go
- create_spoe_group_responses.go
- create_spoe_message_parameters.go
- create_spoe_message_responses.go
- create_spoe_parameters.go
- create_spoe_responses.go
- create_spoe_scope_parameters.go
- create_spoe_scope_responses.go
- delete_spoe_agent_parameters.go
- delete_spoe_agent_responses.go
- delete_spoe_file_parameters.go
- delete_spoe_file_responses.go
- delete_spoe_group_parameters.go
- delete_spoe_group_responses.go
- delete_spoe_message_parameters.go
- delete_spoe_message_responses.go
- delete_spoe_scope_parameters.go
- delete_spoe_scope_responses.go
- get_all_spoe_files_parameters.go
- get_all_spoe_files_responses.go
- get_one_spoe_file_parameters.go
- get_one_spoe_file_responses.go
- get_spoe_agent_parameters.go
- get_spoe_agent_responses.go
- get_spoe_agents_parameters.go
- get_spoe_agents_responses.go
- get_spoe_configuration_version_parameters.go
- get_spoe_configuration_version_responses.go
- get_spoe_group_parameters.go
- get_spoe_group_responses.go
- get_spoe_groups_parameters.go
- get_spoe_groups_responses.go
- get_spoe_message_parameters.go
- get_spoe_message_responses.go
- get_spoe_messages_parameters.go
- get_spoe_messages_responses.go
- get_spoe_scope_parameters.go
- get_spoe_scope_responses.go
- get_spoe_scopes_parameters.go
- get_spoe_scopes_responses.go
- replace_spoe_agent_parameters.go
- replace_spoe_agent_responses.go
- replace_spoe_group_parameters.go
- replace_spoe_group_responses.go
- replace_spoe_message_parameters.go
- replace_spoe_message_responses.go
- spoe_client.go