config_service

package
v5.0.0-alpha5 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for config service API

func (*Client) ConfigFormsDiscovery

func (a *Client) ConfigFormsDiscovery(params *ConfigFormsDiscoveryParams, opts ...ClientOption) (*ConfigFormsDiscoveryOK, error)

ConfigFormsDiscovery publishes forms definition for building screens in frontend

func (*Client) ControlService

func (a *Client) ControlService(params *ControlServiceParams, opts ...ClientOption) (*ControlServiceOK, error)

ControlService nots implemented start stop a service

func (*Client) CreateEncryptionKey

func (a *Client) CreateEncryptionKey(params *CreateEncryptionKeyParams, opts ...ClientOption) (*CreateEncryptionKeyOK, error)

CreateEncryptionKey creates a new master key

func (*Client) CreatePeerFolder

func (a *Client) CreatePeerFolder(params *CreatePeerFolderParams, opts ...ClientOption) (*CreatePeerFolderOK, error)

CreatePeerFolder creates a folder on a given path for a given peer filesystem

func (*Client) CreateStorageBucket

func (a *Client) CreateStorageBucket(params *CreateStorageBucketParams, opts ...ClientOption) (*CreateStorageBucketOK, error)

CreateStorageBucket lists buckets on a given object storage

func (*Client) DeleteDataSource

func (a *Client) DeleteDataSource(params *DeleteDataSourceParams, opts ...ClientOption) (*DeleteDataSourceOK, error)

DeleteDataSource deletes a datasource

func (*Client) DeleteEncryptionKey

func (a *Client) DeleteEncryptionKey(params *DeleteEncryptionKeyParams, opts ...ClientOption) (*DeleteEncryptionKeyOK, error)

DeleteEncryptionKey deletes an existing master key

func (*Client) EndpointsDiscovery

func (a *Client) EndpointsDiscovery(params *EndpointsDiscoveryParams, opts ...ClientOption) (*EndpointsDiscoveryOK, error)

EndpointsDiscovery publishes available endpoints

func (*Client) ExportEncryptionKey

func (a *Client) ExportEncryptionKey(params *ExportEncryptionKeyParams, opts ...ClientOption) (*ExportEncryptionKeyOK, error)

ExportEncryptionKey exports a master key for backup purpose protected with a password

func (*Client) GetConfig

func (a *Client) GetConfig(params *GetConfigParams, opts ...ClientOption) (*GetConfigOK, error)

GetConfig generics config get using a full path in the config tree

func (*Client) GetDataSource

func (a *Client) GetDataSource(params *GetDataSourceParams, opts ...ClientOption) (*GetDataSourceOK, error)

GetDataSource loads datasource information

func (*Client) GetVersioningPolicy

func (a *Client) GetVersioningPolicy(params *GetVersioningPolicyParams, opts ...ClientOption) (*GetVersioningPolicyOK, error)

GetVersioningPolicy loads a given versioning policy

func (*Client) ImportEncryptionKey

func (a *Client) ImportEncryptionKey(params *ImportEncryptionKeyParams, opts ...ClientOption) (*ImportEncryptionKeyOK, error)

ImportEncryptionKey imports a previously exported master key requires the password created at export time

func (*Client) ListDataSources

func (a *Client) ListDataSources(params *ListDataSourcesParams, opts ...ClientOption) (*ListDataSourcesOK, error)

ListDataSources lists all defined datasources

func (*Client) ListEncryptionKeys

func (a *Client) ListEncryptionKeys(params *ListEncryptionKeysParams, opts ...ClientOption) (*ListEncryptionKeysOK, error)

ListEncryptionKeys lists registered master keys

func (*Client) ListPeerFolders

func (a *Client) ListPeerFolders(params *ListPeerFoldersParams, opts ...ClientOption) (*ListPeerFoldersOK, error)

ListPeerFolders lists folders on a peer starting from root

func (*Client) ListPeersAddresses

func (a *Client) ListPeersAddresses(params *ListPeersAddressesParams, opts ...ClientOption) (*ListPeersAddressesOK, error)

ListPeersAddresses lists all detected peers servers on which the app is running

func (*Client) ListProcesses

func (a *Client) ListProcesses(params *ListProcessesParams, opts ...ClientOption) (*ListProcessesOK, error)

ListProcesses lists running processes with option peer Id or service name filter

func (*Client) ListRegistry

func (a *Client) ListRegistry(params *ListRegistryParams, opts ...ClientOption) (*ListRegistryOK, error)

ListRegistry list registry API

func (*Client) ListServices

func (a *Client) ListServices(params *ListServicesParams, opts ...ClientOption) (*ListServicesOK, error)

ListServices lists all services and their status

func (*Client) ListSites

func (a *Client) ListSites(params *ListSitesParams, opts ...ClientOption) (*ListSitesOK, error)

ListSites lists configured sites

func (*Client) ListStorageBuckets

func (a *Client) ListStorageBuckets(params *ListStorageBucketsParams, opts ...ClientOption) (*ListStorageBucketsOK, error)

ListStorageBuckets lists buckets on a given object storage

func (*Client) ListVersioningPolicies

func (a *Client) ListVersioningPolicies(params *ListVersioningPoliciesParams, opts ...ClientOption) (*ListVersioningPoliciesOK, error)

ListVersioningPolicies lists all defined versioning policies

func (*Client) ListVirtualNodes

func (a *Client) ListVirtualNodes(params *ListVirtualNodesParams, opts ...ClientOption) (*ListVirtualNodesOK, error)

ListVirtualNodes lists all defined virtual nodes

func (*Client) OpenAPIDiscovery

func (a *Client) OpenAPIDiscovery(params *OpenAPIDiscoveryParams, opts ...ClientOption) (*OpenAPIDiscoveryOK, error)

OpenAPIDiscovery publishes available r e s t a p is

func (*Client) PutConfig

func (a *Client) PutConfig(params *PutConfigParams, opts ...ClientOption) (*PutConfigOK, error)

PutConfig generics config put using a full path in the config tree

func (*Client) PutDataSource

func (a *Client) PutDataSource(params *PutDataSourceParams, opts ...ClientOption) (*PutDataSourceOK, error)

PutDataSource creates or update a datasource

func (*Client) SchedulerActionFormDiscovery

func (a *Client) SchedulerActionFormDiscovery(params *SchedulerActionFormDiscoveryParams, opts ...ClientOption) (*SchedulerActionFormDiscoveryOK, error)

SchedulerActionFormDiscovery publishes scheduler action XML form for building screens in frontend

func (*Client) SchedulerActionsDiscovery

func (a *Client) SchedulerActionsDiscovery(params *SchedulerActionsDiscoveryParams, opts ...ClientOption) (*SchedulerActionsDiscoveryOK, error)

SchedulerActionsDiscovery publishes scheduler registered actions

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 {
	ConfigFormsDiscovery(params *ConfigFormsDiscoveryParams, opts ...ClientOption) (*ConfigFormsDiscoveryOK, error)

	ControlService(params *ControlServiceParams, opts ...ClientOption) (*ControlServiceOK, error)

	CreateEncryptionKey(params *CreateEncryptionKeyParams, opts ...ClientOption) (*CreateEncryptionKeyOK, error)

	CreatePeerFolder(params *CreatePeerFolderParams, opts ...ClientOption) (*CreatePeerFolderOK, error)

	CreateStorageBucket(params *CreateStorageBucketParams, opts ...ClientOption) (*CreateStorageBucketOK, error)

	DeleteDataSource(params *DeleteDataSourceParams, opts ...ClientOption) (*DeleteDataSourceOK, error)

	DeleteEncryptionKey(params *DeleteEncryptionKeyParams, opts ...ClientOption) (*DeleteEncryptionKeyOK, error)

	EndpointsDiscovery(params *EndpointsDiscoveryParams, opts ...ClientOption) (*EndpointsDiscoveryOK, error)

	ExportEncryptionKey(params *ExportEncryptionKeyParams, opts ...ClientOption) (*ExportEncryptionKeyOK, error)

	GetConfig(params *GetConfigParams, opts ...ClientOption) (*GetConfigOK, error)

	GetDataSource(params *GetDataSourceParams, opts ...ClientOption) (*GetDataSourceOK, error)

	GetVersioningPolicy(params *GetVersioningPolicyParams, opts ...ClientOption) (*GetVersioningPolicyOK, error)

	ImportEncryptionKey(params *ImportEncryptionKeyParams, opts ...ClientOption) (*ImportEncryptionKeyOK, error)

	ListDataSources(params *ListDataSourcesParams, opts ...ClientOption) (*ListDataSourcesOK, error)

	ListEncryptionKeys(params *ListEncryptionKeysParams, opts ...ClientOption) (*ListEncryptionKeysOK, error)

	ListPeerFolders(params *ListPeerFoldersParams, opts ...ClientOption) (*ListPeerFoldersOK, error)

	ListPeersAddresses(params *ListPeersAddressesParams, opts ...ClientOption) (*ListPeersAddressesOK, error)

	ListProcesses(params *ListProcessesParams, opts ...ClientOption) (*ListProcessesOK, error)

	ListRegistry(params *ListRegistryParams, opts ...ClientOption) (*ListRegistryOK, error)

	ListServices(params *ListServicesParams, opts ...ClientOption) (*ListServicesOK, error)

	ListSites(params *ListSitesParams, opts ...ClientOption) (*ListSitesOK, error)

	ListStorageBuckets(params *ListStorageBucketsParams, opts ...ClientOption) (*ListStorageBucketsOK, error)

	ListVersioningPolicies(params *ListVersioningPoliciesParams, opts ...ClientOption) (*ListVersioningPoliciesOK, error)

	ListVirtualNodes(params *ListVirtualNodesParams, opts ...ClientOption) (*ListVirtualNodesOK, error)

	OpenAPIDiscovery(params *OpenAPIDiscoveryParams, opts ...ClientOption) (*OpenAPIDiscoveryOK, error)

	PutConfig(params *PutConfigParams, opts ...ClientOption) (*PutConfigOK, error)

	PutDataSource(params *PutDataSourceParams, opts ...ClientOption) (*PutDataSourceOK, error)

	SchedulerActionFormDiscovery(params *SchedulerActionFormDiscoveryParams, opts ...ClientOption) (*SchedulerActionFormDiscoveryOK, error)

	SchedulerActionsDiscovery(params *SchedulerActionsDiscoveryParams, opts ...ClientOption) (*SchedulerActionsDiscoveryOK, 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 config service API client.

type ConfigFormsDiscoveryForbidden

type ConfigFormsDiscoveryForbidden struct {
	Payload *models.RestError
}

ConfigFormsDiscoveryForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewConfigFormsDiscoveryForbidden

func NewConfigFormsDiscoveryForbidden() *ConfigFormsDiscoveryForbidden

NewConfigFormsDiscoveryForbidden creates a ConfigFormsDiscoveryForbidden with default headers values

func (*ConfigFormsDiscoveryForbidden) Code

Code gets the status code for the config forms discovery forbidden response

func (*ConfigFormsDiscoveryForbidden) Error

func (*ConfigFormsDiscoveryForbidden) GetPayload

func (*ConfigFormsDiscoveryForbidden) IsClientError

func (o *ConfigFormsDiscoveryForbidden) IsClientError() bool

IsClientError returns true when this config forms discovery forbidden response has a 4xx status code

func (*ConfigFormsDiscoveryForbidden) IsCode

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

IsCode returns true when this config forms discovery forbidden response a status code equal to that given

func (*ConfigFormsDiscoveryForbidden) IsRedirect

func (o *ConfigFormsDiscoveryForbidden) IsRedirect() bool

IsRedirect returns true when this config forms discovery forbidden response has a 3xx status code

func (*ConfigFormsDiscoveryForbidden) IsServerError

func (o *ConfigFormsDiscoveryForbidden) IsServerError() bool

IsServerError returns true when this config forms discovery forbidden response has a 5xx status code

func (*ConfigFormsDiscoveryForbidden) IsSuccess

func (o *ConfigFormsDiscoveryForbidden) IsSuccess() bool

IsSuccess returns true when this config forms discovery forbidden response has a 2xx status code

func (*ConfigFormsDiscoveryForbidden) String

type ConfigFormsDiscoveryInternalServerError

type ConfigFormsDiscoveryInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewConfigFormsDiscoveryInternalServerError

func NewConfigFormsDiscoveryInternalServerError() *ConfigFormsDiscoveryInternalServerError

NewConfigFormsDiscoveryInternalServerError creates a ConfigFormsDiscoveryInternalServerError with default headers values

func (*ConfigFormsDiscoveryInternalServerError) Code

Code gets the status code for the config forms discovery internal server error response

func (*ConfigFormsDiscoveryInternalServerError) Error

func (*ConfigFormsDiscoveryInternalServerError) GetPayload

func (*ConfigFormsDiscoveryInternalServerError) IsClientError

func (o *ConfigFormsDiscoveryInternalServerError) IsClientError() bool

IsClientError returns true when this config forms discovery internal server error response has a 4xx status code

func (*ConfigFormsDiscoveryInternalServerError) IsCode

IsCode returns true when this config forms discovery internal server error response a status code equal to that given

func (*ConfigFormsDiscoveryInternalServerError) IsRedirect

IsRedirect returns true when this config forms discovery internal server error response has a 3xx status code

func (*ConfigFormsDiscoveryInternalServerError) IsServerError

func (o *ConfigFormsDiscoveryInternalServerError) IsServerError() bool

IsServerError returns true when this config forms discovery internal server error response has a 5xx status code

func (*ConfigFormsDiscoveryInternalServerError) IsSuccess

IsSuccess returns true when this config forms discovery internal server error response has a 2xx status code

func (*ConfigFormsDiscoveryInternalServerError) String

type ConfigFormsDiscoveryNotFound

type ConfigFormsDiscoveryNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewConfigFormsDiscoveryNotFound

func NewConfigFormsDiscoveryNotFound() *ConfigFormsDiscoveryNotFound

NewConfigFormsDiscoveryNotFound creates a ConfigFormsDiscoveryNotFound with default headers values

func (*ConfigFormsDiscoveryNotFound) Code

Code gets the status code for the config forms discovery not found response

func (*ConfigFormsDiscoveryNotFound) Error

func (*ConfigFormsDiscoveryNotFound) GetPayload

func (*ConfigFormsDiscoveryNotFound) IsClientError

func (o *ConfigFormsDiscoveryNotFound) IsClientError() bool

IsClientError returns true when this config forms discovery not found response has a 4xx status code

func (*ConfigFormsDiscoveryNotFound) IsCode

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

IsCode returns true when this config forms discovery not found response a status code equal to that given

func (*ConfigFormsDiscoveryNotFound) IsRedirect

func (o *ConfigFormsDiscoveryNotFound) IsRedirect() bool

IsRedirect returns true when this config forms discovery not found response has a 3xx status code

func (*ConfigFormsDiscoveryNotFound) IsServerError

func (o *ConfigFormsDiscoveryNotFound) IsServerError() bool

IsServerError returns true when this config forms discovery not found response has a 5xx status code

func (*ConfigFormsDiscoveryNotFound) IsSuccess

func (o *ConfigFormsDiscoveryNotFound) IsSuccess() bool

IsSuccess returns true when this config forms discovery not found response has a 2xx status code

func (*ConfigFormsDiscoveryNotFound) String

type ConfigFormsDiscoveryOK

type ConfigFormsDiscoveryOK struct {
	Payload *models.RestDiscoveryResponse
}

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

A successful response.

func NewConfigFormsDiscoveryOK

func NewConfigFormsDiscoveryOK() *ConfigFormsDiscoveryOK

NewConfigFormsDiscoveryOK creates a ConfigFormsDiscoveryOK with default headers values

func (*ConfigFormsDiscoveryOK) Code

func (o *ConfigFormsDiscoveryOK) Code() int

Code gets the status code for the config forms discovery o k response

func (*ConfigFormsDiscoveryOK) Error

func (o *ConfigFormsDiscoveryOK) Error() string

func (*ConfigFormsDiscoveryOK) GetPayload

func (*ConfigFormsDiscoveryOK) IsClientError

func (o *ConfigFormsDiscoveryOK) IsClientError() bool

IsClientError returns true when this config forms discovery o k response has a 4xx status code

func (*ConfigFormsDiscoveryOK) IsCode

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

IsCode returns true when this config forms discovery o k response a status code equal to that given

func (*ConfigFormsDiscoveryOK) IsRedirect

func (o *ConfigFormsDiscoveryOK) IsRedirect() bool

IsRedirect returns true when this config forms discovery o k response has a 3xx status code

func (*ConfigFormsDiscoveryOK) IsServerError

func (o *ConfigFormsDiscoveryOK) IsServerError() bool

IsServerError returns true when this config forms discovery o k response has a 5xx status code

func (*ConfigFormsDiscoveryOK) IsSuccess

func (o *ConfigFormsDiscoveryOK) IsSuccess() bool

IsSuccess returns true when this config forms discovery o k response has a 2xx status code

func (*ConfigFormsDiscoveryOK) String

func (o *ConfigFormsDiscoveryOK) String() string

type ConfigFormsDiscoveryParams

type ConfigFormsDiscoveryParams struct {

	/* ServiceName.

	   Retrieve a configuration form for a given service
	*/
	ServiceName string

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

ConfigFormsDiscoveryParams contains all the parameters to send to the API endpoint

for the config forms discovery operation.

Typically these are written to a http.Request.

func NewConfigFormsDiscoveryParams

func NewConfigFormsDiscoveryParams() *ConfigFormsDiscoveryParams

NewConfigFormsDiscoveryParams creates a new ConfigFormsDiscoveryParams 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 NewConfigFormsDiscoveryParamsWithContext

func NewConfigFormsDiscoveryParamsWithContext(ctx context.Context) *ConfigFormsDiscoveryParams

NewConfigFormsDiscoveryParamsWithContext creates a new ConfigFormsDiscoveryParams object with the ability to set a context for a request.

func NewConfigFormsDiscoveryParamsWithHTTPClient

func NewConfigFormsDiscoveryParamsWithHTTPClient(client *http.Client) *ConfigFormsDiscoveryParams

NewConfigFormsDiscoveryParamsWithHTTPClient creates a new ConfigFormsDiscoveryParams object with the ability to set a custom HTTPClient for a request.

func NewConfigFormsDiscoveryParamsWithTimeout

func NewConfigFormsDiscoveryParamsWithTimeout(timeout time.Duration) *ConfigFormsDiscoveryParams

NewConfigFormsDiscoveryParamsWithTimeout creates a new ConfigFormsDiscoveryParams object with the ability to set a timeout on a request.

func (*ConfigFormsDiscoveryParams) SetContext

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

SetContext adds the context to the config forms discovery params

func (*ConfigFormsDiscoveryParams) SetDefaults

func (o *ConfigFormsDiscoveryParams) SetDefaults()

SetDefaults hydrates default values in the config forms discovery params (not the query body).

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

func (*ConfigFormsDiscoveryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the config forms discovery params

func (*ConfigFormsDiscoveryParams) SetServiceName

func (o *ConfigFormsDiscoveryParams) SetServiceName(serviceName string)

SetServiceName adds the serviceName to the config forms discovery params

func (*ConfigFormsDiscoveryParams) SetTimeout

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

SetTimeout adds the timeout to the config forms discovery params

func (*ConfigFormsDiscoveryParams) WithContext

WithContext adds the context to the config forms discovery params

func (*ConfigFormsDiscoveryParams) WithDefaults

WithDefaults hydrates default values in the config forms discovery params (not the query body).

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

func (*ConfigFormsDiscoveryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the config forms discovery params

func (*ConfigFormsDiscoveryParams) WithServiceName

func (o *ConfigFormsDiscoveryParams) WithServiceName(serviceName string) *ConfigFormsDiscoveryParams

WithServiceName adds the serviceName to the config forms discovery params

func (*ConfigFormsDiscoveryParams) WithTimeout

WithTimeout adds the timeout to the config forms discovery params

func (*ConfigFormsDiscoveryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ConfigFormsDiscoveryReader

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

ConfigFormsDiscoveryReader is a Reader for the ConfigFormsDiscovery structure.

func (*ConfigFormsDiscoveryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ConfigFormsDiscoveryUnauthorized

type ConfigFormsDiscoveryUnauthorized struct {
}

ConfigFormsDiscoveryUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewConfigFormsDiscoveryUnauthorized

func NewConfigFormsDiscoveryUnauthorized() *ConfigFormsDiscoveryUnauthorized

NewConfigFormsDiscoveryUnauthorized creates a ConfigFormsDiscoveryUnauthorized with default headers values

func (*ConfigFormsDiscoveryUnauthorized) Code

Code gets the status code for the config forms discovery unauthorized response

func (*ConfigFormsDiscoveryUnauthorized) Error

func (*ConfigFormsDiscoveryUnauthorized) IsClientError

func (o *ConfigFormsDiscoveryUnauthorized) IsClientError() bool

IsClientError returns true when this config forms discovery unauthorized response has a 4xx status code

func (*ConfigFormsDiscoveryUnauthorized) IsCode

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

IsCode returns true when this config forms discovery unauthorized response a status code equal to that given

func (*ConfigFormsDiscoveryUnauthorized) IsRedirect

func (o *ConfigFormsDiscoveryUnauthorized) IsRedirect() bool

IsRedirect returns true when this config forms discovery unauthorized response has a 3xx status code

func (*ConfigFormsDiscoveryUnauthorized) IsServerError

func (o *ConfigFormsDiscoveryUnauthorized) IsServerError() bool

IsServerError returns true when this config forms discovery unauthorized response has a 5xx status code

func (*ConfigFormsDiscoveryUnauthorized) IsSuccess

func (o *ConfigFormsDiscoveryUnauthorized) IsSuccess() bool

IsSuccess returns true when this config forms discovery unauthorized response has a 2xx status code

func (*ConfigFormsDiscoveryUnauthorized) String

type ControlServiceForbidden

type ControlServiceForbidden struct {
	Payload *models.RestError
}

ControlServiceForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewControlServiceForbidden

func NewControlServiceForbidden() *ControlServiceForbidden

NewControlServiceForbidden creates a ControlServiceForbidden with default headers values

func (*ControlServiceForbidden) Code

func (o *ControlServiceForbidden) Code() int

Code gets the status code for the control service forbidden response

func (*ControlServiceForbidden) Error

func (o *ControlServiceForbidden) Error() string

func (*ControlServiceForbidden) GetPayload

func (o *ControlServiceForbidden) GetPayload() *models.RestError

func (*ControlServiceForbidden) IsClientError

func (o *ControlServiceForbidden) IsClientError() bool

IsClientError returns true when this control service forbidden response has a 4xx status code

func (*ControlServiceForbidden) IsCode

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

IsCode returns true when this control service forbidden response a status code equal to that given

func (*ControlServiceForbidden) IsRedirect

func (o *ControlServiceForbidden) IsRedirect() bool

IsRedirect returns true when this control service forbidden response has a 3xx status code

func (*ControlServiceForbidden) IsServerError

func (o *ControlServiceForbidden) IsServerError() bool

IsServerError returns true when this control service forbidden response has a 5xx status code

func (*ControlServiceForbidden) IsSuccess

func (o *ControlServiceForbidden) IsSuccess() bool

IsSuccess returns true when this control service forbidden response has a 2xx status code

func (*ControlServiceForbidden) String

func (o *ControlServiceForbidden) String() string

type ControlServiceInternalServerError

type ControlServiceInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewControlServiceInternalServerError

func NewControlServiceInternalServerError() *ControlServiceInternalServerError

NewControlServiceInternalServerError creates a ControlServiceInternalServerError with default headers values

func (*ControlServiceInternalServerError) Code

Code gets the status code for the control service internal server error response

func (*ControlServiceInternalServerError) Error

func (*ControlServiceInternalServerError) GetPayload

func (*ControlServiceInternalServerError) IsClientError

func (o *ControlServiceInternalServerError) IsClientError() bool

IsClientError returns true when this control service internal server error response has a 4xx status code

func (*ControlServiceInternalServerError) IsCode

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

IsCode returns true when this control service internal server error response a status code equal to that given

func (*ControlServiceInternalServerError) IsRedirect

func (o *ControlServiceInternalServerError) IsRedirect() bool

IsRedirect returns true when this control service internal server error response has a 3xx status code

func (*ControlServiceInternalServerError) IsServerError

func (o *ControlServiceInternalServerError) IsServerError() bool

IsServerError returns true when this control service internal server error response has a 5xx status code

func (*ControlServiceInternalServerError) IsSuccess

func (o *ControlServiceInternalServerError) IsSuccess() bool

IsSuccess returns true when this control service internal server error response has a 2xx status code

func (*ControlServiceInternalServerError) String

type ControlServiceNotFound

type ControlServiceNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewControlServiceNotFound

func NewControlServiceNotFound() *ControlServiceNotFound

NewControlServiceNotFound creates a ControlServiceNotFound with default headers values

func (*ControlServiceNotFound) Code

func (o *ControlServiceNotFound) Code() int

Code gets the status code for the control service not found response

func (*ControlServiceNotFound) Error

func (o *ControlServiceNotFound) Error() string

func (*ControlServiceNotFound) GetPayload

func (o *ControlServiceNotFound) GetPayload() *models.RestError

func (*ControlServiceNotFound) IsClientError

func (o *ControlServiceNotFound) IsClientError() bool

IsClientError returns true when this control service not found response has a 4xx status code

func (*ControlServiceNotFound) IsCode

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

IsCode returns true when this control service not found response a status code equal to that given

func (*ControlServiceNotFound) IsRedirect

func (o *ControlServiceNotFound) IsRedirect() bool

IsRedirect returns true when this control service not found response has a 3xx status code

func (*ControlServiceNotFound) IsServerError

func (o *ControlServiceNotFound) IsServerError() bool

IsServerError returns true when this control service not found response has a 5xx status code

func (*ControlServiceNotFound) IsSuccess

func (o *ControlServiceNotFound) IsSuccess() bool

IsSuccess returns true when this control service not found response has a 2xx status code

func (*ControlServiceNotFound) String

func (o *ControlServiceNotFound) String() string

type ControlServiceOK

type ControlServiceOK struct {
	Payload *models.CtlService
}

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

A successful response.

func NewControlServiceOK

func NewControlServiceOK() *ControlServiceOK

NewControlServiceOK creates a ControlServiceOK with default headers values

func (*ControlServiceOK) Code

func (o *ControlServiceOK) Code() int

Code gets the status code for the control service o k response

func (*ControlServiceOK) Error

func (o *ControlServiceOK) Error() string

func (*ControlServiceOK) GetPayload

func (o *ControlServiceOK) GetPayload() *models.CtlService

func (*ControlServiceOK) IsClientError

func (o *ControlServiceOK) IsClientError() bool

IsClientError returns true when this control service o k response has a 4xx status code

func (*ControlServiceOK) IsCode

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

IsCode returns true when this control service o k response a status code equal to that given

func (*ControlServiceOK) IsRedirect

func (o *ControlServiceOK) IsRedirect() bool

IsRedirect returns true when this control service o k response has a 3xx status code

func (*ControlServiceOK) IsServerError

func (o *ControlServiceOK) IsServerError() bool

IsServerError returns true when this control service o k response has a 5xx status code

func (*ControlServiceOK) IsSuccess

func (o *ControlServiceOK) IsSuccess() bool

IsSuccess returns true when this control service o k response has a 2xx status code

func (*ControlServiceOK) String

func (o *ControlServiceOK) String() string

type ControlServiceParams

type ControlServiceParams struct {

	// Body.
	Body *models.RestControlServiceRequest

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

ControlServiceParams contains all the parameters to send to the API endpoint

for the control service operation.

Typically these are written to a http.Request.

func NewControlServiceParams

func NewControlServiceParams() *ControlServiceParams

NewControlServiceParams creates a new ControlServiceParams 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 NewControlServiceParamsWithContext

func NewControlServiceParamsWithContext(ctx context.Context) *ControlServiceParams

NewControlServiceParamsWithContext creates a new ControlServiceParams object with the ability to set a context for a request.

func NewControlServiceParamsWithHTTPClient

func NewControlServiceParamsWithHTTPClient(client *http.Client) *ControlServiceParams

NewControlServiceParamsWithHTTPClient creates a new ControlServiceParams object with the ability to set a custom HTTPClient for a request.

func NewControlServiceParamsWithTimeout

func NewControlServiceParamsWithTimeout(timeout time.Duration) *ControlServiceParams

NewControlServiceParamsWithTimeout creates a new ControlServiceParams object with the ability to set a timeout on a request.

func (*ControlServiceParams) SetBody

SetBody adds the body to the control service params

func (*ControlServiceParams) SetContext

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

SetContext adds the context to the control service params

func (*ControlServiceParams) SetDefaults

func (o *ControlServiceParams) SetDefaults()

SetDefaults hydrates default values in the control service params (not the query body).

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

func (*ControlServiceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the control service params

func (*ControlServiceParams) SetTimeout

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

SetTimeout adds the timeout to the control service params

func (*ControlServiceParams) WithBody

WithBody adds the body to the control service params

func (*ControlServiceParams) WithContext

WithContext adds the context to the control service params

func (*ControlServiceParams) WithDefaults

func (o *ControlServiceParams) WithDefaults() *ControlServiceParams

WithDefaults hydrates default values in the control service params (not the query body).

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

func (*ControlServiceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the control service params

func (*ControlServiceParams) WithTimeout

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

WithTimeout adds the timeout to the control service params

func (*ControlServiceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ControlServiceReader

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

ControlServiceReader is a Reader for the ControlService structure.

func (*ControlServiceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ControlServiceUnauthorized

type ControlServiceUnauthorized struct {
}

ControlServiceUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewControlServiceUnauthorized

func NewControlServiceUnauthorized() *ControlServiceUnauthorized

NewControlServiceUnauthorized creates a ControlServiceUnauthorized with default headers values

func (*ControlServiceUnauthorized) Code

func (o *ControlServiceUnauthorized) Code() int

Code gets the status code for the control service unauthorized response

func (*ControlServiceUnauthorized) Error

func (*ControlServiceUnauthorized) IsClientError

func (o *ControlServiceUnauthorized) IsClientError() bool

IsClientError returns true when this control service unauthorized response has a 4xx status code

func (*ControlServiceUnauthorized) IsCode

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

IsCode returns true when this control service unauthorized response a status code equal to that given

func (*ControlServiceUnauthorized) IsRedirect

func (o *ControlServiceUnauthorized) IsRedirect() bool

IsRedirect returns true when this control service unauthorized response has a 3xx status code

func (*ControlServiceUnauthorized) IsServerError

func (o *ControlServiceUnauthorized) IsServerError() bool

IsServerError returns true when this control service unauthorized response has a 5xx status code

func (*ControlServiceUnauthorized) IsSuccess

func (o *ControlServiceUnauthorized) IsSuccess() bool

IsSuccess returns true when this control service unauthorized response has a 2xx status code

func (*ControlServiceUnauthorized) String

func (o *ControlServiceUnauthorized) String() string

type CreateEncryptionKeyForbidden

type CreateEncryptionKeyForbidden struct {
	Payload *models.RestError
}

CreateEncryptionKeyForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewCreateEncryptionKeyForbidden

func NewCreateEncryptionKeyForbidden() *CreateEncryptionKeyForbidden

NewCreateEncryptionKeyForbidden creates a CreateEncryptionKeyForbidden with default headers values

func (*CreateEncryptionKeyForbidden) Code

Code gets the status code for the create encryption key forbidden response

func (*CreateEncryptionKeyForbidden) Error

func (*CreateEncryptionKeyForbidden) GetPayload

func (*CreateEncryptionKeyForbidden) IsClientError

func (o *CreateEncryptionKeyForbidden) IsClientError() bool

IsClientError returns true when this create encryption key forbidden response has a 4xx status code

func (*CreateEncryptionKeyForbidden) IsCode

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

IsCode returns true when this create encryption key forbidden response a status code equal to that given

func (*CreateEncryptionKeyForbidden) IsRedirect

func (o *CreateEncryptionKeyForbidden) IsRedirect() bool

IsRedirect returns true when this create encryption key forbidden response has a 3xx status code

func (*CreateEncryptionKeyForbidden) IsServerError

func (o *CreateEncryptionKeyForbidden) IsServerError() bool

IsServerError returns true when this create encryption key forbidden response has a 5xx status code

func (*CreateEncryptionKeyForbidden) IsSuccess

func (o *CreateEncryptionKeyForbidden) IsSuccess() bool

IsSuccess returns true when this create encryption key forbidden response has a 2xx status code

func (*CreateEncryptionKeyForbidden) String

type CreateEncryptionKeyInternalServerError

type CreateEncryptionKeyInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewCreateEncryptionKeyInternalServerError

func NewCreateEncryptionKeyInternalServerError() *CreateEncryptionKeyInternalServerError

NewCreateEncryptionKeyInternalServerError creates a CreateEncryptionKeyInternalServerError with default headers values

func (*CreateEncryptionKeyInternalServerError) Code

Code gets the status code for the create encryption key internal server error response

func (*CreateEncryptionKeyInternalServerError) Error

func (*CreateEncryptionKeyInternalServerError) GetPayload

func (*CreateEncryptionKeyInternalServerError) IsClientError

func (o *CreateEncryptionKeyInternalServerError) IsClientError() bool

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

func (*CreateEncryptionKeyInternalServerError) IsCode

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

func (*CreateEncryptionKeyInternalServerError) IsRedirect

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

func (*CreateEncryptionKeyInternalServerError) IsServerError

func (o *CreateEncryptionKeyInternalServerError) IsServerError() bool

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

func (*CreateEncryptionKeyInternalServerError) IsSuccess

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

func (*CreateEncryptionKeyInternalServerError) String

type CreateEncryptionKeyNotFound

type CreateEncryptionKeyNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewCreateEncryptionKeyNotFound

func NewCreateEncryptionKeyNotFound() *CreateEncryptionKeyNotFound

NewCreateEncryptionKeyNotFound creates a CreateEncryptionKeyNotFound with default headers values

func (*CreateEncryptionKeyNotFound) Code

func (o *CreateEncryptionKeyNotFound) Code() int

Code gets the status code for the create encryption key not found response

func (*CreateEncryptionKeyNotFound) Error

func (*CreateEncryptionKeyNotFound) GetPayload

func (o *CreateEncryptionKeyNotFound) GetPayload() *models.RestError

func (*CreateEncryptionKeyNotFound) IsClientError

func (o *CreateEncryptionKeyNotFound) IsClientError() bool

IsClientError returns true when this create encryption key not found response has a 4xx status code

func (*CreateEncryptionKeyNotFound) IsCode

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

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

func (*CreateEncryptionKeyNotFound) IsRedirect

func (o *CreateEncryptionKeyNotFound) IsRedirect() bool

IsRedirect returns true when this create encryption key not found response has a 3xx status code

func (*CreateEncryptionKeyNotFound) IsServerError

func (o *CreateEncryptionKeyNotFound) IsServerError() bool

IsServerError returns true when this create encryption key not found response has a 5xx status code

func (*CreateEncryptionKeyNotFound) IsSuccess

func (o *CreateEncryptionKeyNotFound) IsSuccess() bool

IsSuccess returns true when this create encryption key not found response has a 2xx status code

func (*CreateEncryptionKeyNotFound) String

func (o *CreateEncryptionKeyNotFound) String() string

type CreateEncryptionKeyOK

type CreateEncryptionKeyOK struct {
	Payload *models.EncryptionAdminCreateKeyResponse
}

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

A successful response.

func NewCreateEncryptionKeyOK

func NewCreateEncryptionKeyOK() *CreateEncryptionKeyOK

NewCreateEncryptionKeyOK creates a CreateEncryptionKeyOK with default headers values

func (*CreateEncryptionKeyOK) Code

func (o *CreateEncryptionKeyOK) Code() int

Code gets the status code for the create encryption key o k response

func (*CreateEncryptionKeyOK) Error

func (o *CreateEncryptionKeyOK) Error() string

func (*CreateEncryptionKeyOK) GetPayload

func (*CreateEncryptionKeyOK) IsClientError

func (o *CreateEncryptionKeyOK) IsClientError() bool

IsClientError returns true when this create encryption key o k response has a 4xx status code

func (*CreateEncryptionKeyOK) IsCode

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

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

func (*CreateEncryptionKeyOK) IsRedirect

func (o *CreateEncryptionKeyOK) IsRedirect() bool

IsRedirect returns true when this create encryption key o k response has a 3xx status code

func (*CreateEncryptionKeyOK) IsServerError

func (o *CreateEncryptionKeyOK) IsServerError() bool

IsServerError returns true when this create encryption key o k response has a 5xx status code

func (*CreateEncryptionKeyOK) IsSuccess

func (o *CreateEncryptionKeyOK) IsSuccess() bool

IsSuccess returns true when this create encryption key o k response has a 2xx status code

func (*CreateEncryptionKeyOK) String

func (o *CreateEncryptionKeyOK) String() string

type CreateEncryptionKeyParams

type CreateEncryptionKeyParams struct {

	// Body.
	Body *models.EncryptionAdminCreateKeyRequest

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

CreateEncryptionKeyParams contains all the parameters to send to the API endpoint

for the create encryption key operation.

Typically these are written to a http.Request.

func NewCreateEncryptionKeyParams

func NewCreateEncryptionKeyParams() *CreateEncryptionKeyParams

NewCreateEncryptionKeyParams creates a new CreateEncryptionKeyParams 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 NewCreateEncryptionKeyParamsWithContext

func NewCreateEncryptionKeyParamsWithContext(ctx context.Context) *CreateEncryptionKeyParams

NewCreateEncryptionKeyParamsWithContext creates a new CreateEncryptionKeyParams object with the ability to set a context for a request.

func NewCreateEncryptionKeyParamsWithHTTPClient

func NewCreateEncryptionKeyParamsWithHTTPClient(client *http.Client) *CreateEncryptionKeyParams

NewCreateEncryptionKeyParamsWithHTTPClient creates a new CreateEncryptionKeyParams object with the ability to set a custom HTTPClient for a request.

func NewCreateEncryptionKeyParamsWithTimeout

func NewCreateEncryptionKeyParamsWithTimeout(timeout time.Duration) *CreateEncryptionKeyParams

NewCreateEncryptionKeyParamsWithTimeout creates a new CreateEncryptionKeyParams object with the ability to set a timeout on a request.

func (*CreateEncryptionKeyParams) SetBody

SetBody adds the body to the create encryption key params

func (*CreateEncryptionKeyParams) SetContext

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

SetContext adds the context to the create encryption key params

func (*CreateEncryptionKeyParams) SetDefaults

func (o *CreateEncryptionKeyParams) SetDefaults()

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

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

func (*CreateEncryptionKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create encryption key params

func (*CreateEncryptionKeyParams) SetTimeout

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

SetTimeout adds the timeout to the create encryption key params

func (*CreateEncryptionKeyParams) WithBody

WithBody adds the body to the create encryption key params

func (*CreateEncryptionKeyParams) WithContext

WithContext adds the context to the create encryption key params

func (*CreateEncryptionKeyParams) WithDefaults

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

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

func (*CreateEncryptionKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create encryption key params

func (*CreateEncryptionKeyParams) WithTimeout

WithTimeout adds the timeout to the create encryption key params

func (*CreateEncryptionKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateEncryptionKeyReader

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

CreateEncryptionKeyReader is a Reader for the CreateEncryptionKey structure.

func (*CreateEncryptionKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateEncryptionKeyUnauthorized

type CreateEncryptionKeyUnauthorized struct {
}

CreateEncryptionKeyUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewCreateEncryptionKeyUnauthorized

func NewCreateEncryptionKeyUnauthorized() *CreateEncryptionKeyUnauthorized

NewCreateEncryptionKeyUnauthorized creates a CreateEncryptionKeyUnauthorized with default headers values

func (*CreateEncryptionKeyUnauthorized) Code

Code gets the status code for the create encryption key unauthorized response

func (*CreateEncryptionKeyUnauthorized) Error

func (*CreateEncryptionKeyUnauthorized) IsClientError

func (o *CreateEncryptionKeyUnauthorized) IsClientError() bool

IsClientError returns true when this create encryption key unauthorized response has a 4xx status code

func (*CreateEncryptionKeyUnauthorized) IsCode

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

IsCode returns true when this create encryption key unauthorized response a status code equal to that given

func (*CreateEncryptionKeyUnauthorized) IsRedirect

func (o *CreateEncryptionKeyUnauthorized) IsRedirect() bool

IsRedirect returns true when this create encryption key unauthorized response has a 3xx status code

func (*CreateEncryptionKeyUnauthorized) IsServerError

func (o *CreateEncryptionKeyUnauthorized) IsServerError() bool

IsServerError returns true when this create encryption key unauthorized response has a 5xx status code

func (*CreateEncryptionKeyUnauthorized) IsSuccess

func (o *CreateEncryptionKeyUnauthorized) IsSuccess() bool

IsSuccess returns true when this create encryption key unauthorized response has a 2xx status code

func (*CreateEncryptionKeyUnauthorized) String

type CreatePeerFolderBody

type CreatePeerFolderBody struct {

	// Path to the folder to be created
	Path string `json:"Path,omitempty"`
}

CreatePeerFolderBody RestCreatePeerFolderRequest swagger:model CreatePeerFolderBody

func (*CreatePeerFolderBody) ContextValidate

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

ContextValidate validates this create peer folder body based on context it is used

func (*CreatePeerFolderBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreatePeerFolderBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreatePeerFolderBody) Validate

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

Validate validates this create peer folder body

type CreatePeerFolderForbidden

type CreatePeerFolderForbidden struct {
	Payload *models.RestError
}

CreatePeerFolderForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewCreatePeerFolderForbidden

func NewCreatePeerFolderForbidden() *CreatePeerFolderForbidden

NewCreatePeerFolderForbidden creates a CreatePeerFolderForbidden with default headers values

func (*CreatePeerFolderForbidden) Code

func (o *CreatePeerFolderForbidden) Code() int

Code gets the status code for the create peer folder forbidden response

func (*CreatePeerFolderForbidden) Error

func (o *CreatePeerFolderForbidden) Error() string

func (*CreatePeerFolderForbidden) GetPayload

func (o *CreatePeerFolderForbidden) GetPayload() *models.RestError

func (*CreatePeerFolderForbidden) IsClientError

func (o *CreatePeerFolderForbidden) IsClientError() bool

IsClientError returns true when this create peer folder forbidden response has a 4xx status code

func (*CreatePeerFolderForbidden) IsCode

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

IsCode returns true when this create peer folder forbidden response a status code equal to that given

func (*CreatePeerFolderForbidden) IsRedirect

func (o *CreatePeerFolderForbidden) IsRedirect() bool

IsRedirect returns true when this create peer folder forbidden response has a 3xx status code

func (*CreatePeerFolderForbidden) IsServerError

func (o *CreatePeerFolderForbidden) IsServerError() bool

IsServerError returns true when this create peer folder forbidden response has a 5xx status code

func (*CreatePeerFolderForbidden) IsSuccess

func (o *CreatePeerFolderForbidden) IsSuccess() bool

IsSuccess returns true when this create peer folder forbidden response has a 2xx status code

func (*CreatePeerFolderForbidden) String

func (o *CreatePeerFolderForbidden) String() string

type CreatePeerFolderInternalServerError

type CreatePeerFolderInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewCreatePeerFolderInternalServerError

func NewCreatePeerFolderInternalServerError() *CreatePeerFolderInternalServerError

NewCreatePeerFolderInternalServerError creates a CreatePeerFolderInternalServerError with default headers values

func (*CreatePeerFolderInternalServerError) Code

Code gets the status code for the create peer folder internal server error response

func (*CreatePeerFolderInternalServerError) Error

func (*CreatePeerFolderInternalServerError) GetPayload

func (*CreatePeerFolderInternalServerError) IsClientError

func (o *CreatePeerFolderInternalServerError) IsClientError() bool

IsClientError returns true when this create peer folder internal server error response has a 4xx status code

func (*CreatePeerFolderInternalServerError) IsCode

IsCode returns true when this create peer folder internal server error response a status code equal to that given

func (*CreatePeerFolderInternalServerError) IsRedirect

func (o *CreatePeerFolderInternalServerError) IsRedirect() bool

IsRedirect returns true when this create peer folder internal server error response has a 3xx status code

func (*CreatePeerFolderInternalServerError) IsServerError

func (o *CreatePeerFolderInternalServerError) IsServerError() bool

IsServerError returns true when this create peer folder internal server error response has a 5xx status code

func (*CreatePeerFolderInternalServerError) IsSuccess

IsSuccess returns true when this create peer folder internal server error response has a 2xx status code

func (*CreatePeerFolderInternalServerError) String

type CreatePeerFolderNotFound

type CreatePeerFolderNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewCreatePeerFolderNotFound

func NewCreatePeerFolderNotFound() *CreatePeerFolderNotFound

NewCreatePeerFolderNotFound creates a CreatePeerFolderNotFound with default headers values

func (*CreatePeerFolderNotFound) Code

func (o *CreatePeerFolderNotFound) Code() int

Code gets the status code for the create peer folder not found response

func (*CreatePeerFolderNotFound) Error

func (o *CreatePeerFolderNotFound) Error() string

func (*CreatePeerFolderNotFound) GetPayload

func (o *CreatePeerFolderNotFound) GetPayload() *models.RestError

func (*CreatePeerFolderNotFound) IsClientError

func (o *CreatePeerFolderNotFound) IsClientError() bool

IsClientError returns true when this create peer folder not found response has a 4xx status code

func (*CreatePeerFolderNotFound) IsCode

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

IsCode returns true when this create peer folder not found response a status code equal to that given

func (*CreatePeerFolderNotFound) IsRedirect

func (o *CreatePeerFolderNotFound) IsRedirect() bool

IsRedirect returns true when this create peer folder not found response has a 3xx status code

func (*CreatePeerFolderNotFound) IsServerError

func (o *CreatePeerFolderNotFound) IsServerError() bool

IsServerError returns true when this create peer folder not found response has a 5xx status code

func (*CreatePeerFolderNotFound) IsSuccess

func (o *CreatePeerFolderNotFound) IsSuccess() bool

IsSuccess returns true when this create peer folder not found response has a 2xx status code

func (*CreatePeerFolderNotFound) String

func (o *CreatePeerFolderNotFound) String() string

type CreatePeerFolderOK

type CreatePeerFolderOK struct {
	Payload *models.RestCreatePeerFolderResponse
}

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

A successful response.

func NewCreatePeerFolderOK

func NewCreatePeerFolderOK() *CreatePeerFolderOK

NewCreatePeerFolderOK creates a CreatePeerFolderOK with default headers values

func (*CreatePeerFolderOK) Code

func (o *CreatePeerFolderOK) Code() int

Code gets the status code for the create peer folder o k response

func (*CreatePeerFolderOK) Error

func (o *CreatePeerFolderOK) Error() string

func (*CreatePeerFolderOK) GetPayload

func (*CreatePeerFolderOK) IsClientError

func (o *CreatePeerFolderOK) IsClientError() bool

IsClientError returns true when this create peer folder o k response has a 4xx status code

func (*CreatePeerFolderOK) IsCode

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

IsCode returns true when this create peer folder o k response a status code equal to that given

func (*CreatePeerFolderOK) IsRedirect

func (o *CreatePeerFolderOK) IsRedirect() bool

IsRedirect returns true when this create peer folder o k response has a 3xx status code

func (*CreatePeerFolderOK) IsServerError

func (o *CreatePeerFolderOK) IsServerError() bool

IsServerError returns true when this create peer folder o k response has a 5xx status code

func (*CreatePeerFolderOK) IsSuccess

func (o *CreatePeerFolderOK) IsSuccess() bool

IsSuccess returns true when this create peer folder o k response has a 2xx status code

func (*CreatePeerFolderOK) String

func (o *CreatePeerFolderOK) String() string

type CreatePeerFolderParams

type CreatePeerFolderParams struct {

	/* PeerAddress.

	   Restrict listing to a given peer
	*/
	PeerAddress string

	// Body.
	Body CreatePeerFolderBody

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

CreatePeerFolderParams contains all the parameters to send to the API endpoint

for the create peer folder operation.

Typically these are written to a http.Request.

func NewCreatePeerFolderParams

func NewCreatePeerFolderParams() *CreatePeerFolderParams

NewCreatePeerFolderParams creates a new CreatePeerFolderParams 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 NewCreatePeerFolderParamsWithContext

func NewCreatePeerFolderParamsWithContext(ctx context.Context) *CreatePeerFolderParams

NewCreatePeerFolderParamsWithContext creates a new CreatePeerFolderParams object with the ability to set a context for a request.

func NewCreatePeerFolderParamsWithHTTPClient

func NewCreatePeerFolderParamsWithHTTPClient(client *http.Client) *CreatePeerFolderParams

NewCreatePeerFolderParamsWithHTTPClient creates a new CreatePeerFolderParams object with the ability to set a custom HTTPClient for a request.

func NewCreatePeerFolderParamsWithTimeout

func NewCreatePeerFolderParamsWithTimeout(timeout time.Duration) *CreatePeerFolderParams

NewCreatePeerFolderParamsWithTimeout creates a new CreatePeerFolderParams object with the ability to set a timeout on a request.

func (*CreatePeerFolderParams) SetBody

SetBody adds the body to the create peer folder params

func (*CreatePeerFolderParams) SetContext

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

SetContext adds the context to the create peer folder params

func (*CreatePeerFolderParams) SetDefaults

func (o *CreatePeerFolderParams) SetDefaults()

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

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

func (*CreatePeerFolderParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create peer folder params

func (*CreatePeerFolderParams) SetPeerAddress

func (o *CreatePeerFolderParams) SetPeerAddress(peerAddress string)

SetPeerAddress adds the peerAddress to the create peer folder params

func (*CreatePeerFolderParams) SetTimeout

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

SetTimeout adds the timeout to the create peer folder params

func (*CreatePeerFolderParams) WithBody

WithBody adds the body to the create peer folder params

func (*CreatePeerFolderParams) WithContext

WithContext adds the context to the create peer folder params

func (*CreatePeerFolderParams) WithDefaults

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

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

func (*CreatePeerFolderParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create peer folder params

func (*CreatePeerFolderParams) WithPeerAddress

func (o *CreatePeerFolderParams) WithPeerAddress(peerAddress string) *CreatePeerFolderParams

WithPeerAddress adds the peerAddress to the create peer folder params

func (*CreatePeerFolderParams) WithTimeout

WithTimeout adds the timeout to the create peer folder params

func (*CreatePeerFolderParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreatePeerFolderReader

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

CreatePeerFolderReader is a Reader for the CreatePeerFolder structure.

func (*CreatePeerFolderReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreatePeerFolderUnauthorized

type CreatePeerFolderUnauthorized struct {
}

CreatePeerFolderUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewCreatePeerFolderUnauthorized

func NewCreatePeerFolderUnauthorized() *CreatePeerFolderUnauthorized

NewCreatePeerFolderUnauthorized creates a CreatePeerFolderUnauthorized with default headers values

func (*CreatePeerFolderUnauthorized) Code

Code gets the status code for the create peer folder unauthorized response

func (*CreatePeerFolderUnauthorized) Error

func (*CreatePeerFolderUnauthorized) IsClientError

func (o *CreatePeerFolderUnauthorized) IsClientError() bool

IsClientError returns true when this create peer folder unauthorized response has a 4xx status code

func (*CreatePeerFolderUnauthorized) IsCode

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

IsCode returns true when this create peer folder unauthorized response a status code equal to that given

func (*CreatePeerFolderUnauthorized) IsRedirect

func (o *CreatePeerFolderUnauthorized) IsRedirect() bool

IsRedirect returns true when this create peer folder unauthorized response has a 3xx status code

func (*CreatePeerFolderUnauthorized) IsServerError

func (o *CreatePeerFolderUnauthorized) IsServerError() bool

IsServerError returns true when this create peer folder unauthorized response has a 5xx status code

func (*CreatePeerFolderUnauthorized) IsSuccess

func (o *CreatePeerFolderUnauthorized) IsSuccess() bool

IsSuccess returns true when this create peer folder unauthorized response has a 2xx status code

func (*CreatePeerFolderUnauthorized) String

type CreateStorageBucketBody

type CreateStorageBucketBody struct {

	// data source
	DataSource *models.ObjectDataSource `json:"DataSource,omitempty"`
}

CreateStorageBucketBody RestCreateStorageBucketRequest swagger:model CreateStorageBucketBody

func (*CreateStorageBucketBody) ContextValidate

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

ContextValidate validate this create storage bucket body based on the context it is used

func (*CreateStorageBucketBody) MarshalBinary

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

MarshalBinary interface implementation

func (*CreateStorageBucketBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*CreateStorageBucketBody) Validate

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

Validate validates this create storage bucket body

type CreateStorageBucketForbidden

type CreateStorageBucketForbidden struct {
	Payload *models.RestError
}

CreateStorageBucketForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewCreateStorageBucketForbidden

func NewCreateStorageBucketForbidden() *CreateStorageBucketForbidden

NewCreateStorageBucketForbidden creates a CreateStorageBucketForbidden with default headers values

func (*CreateStorageBucketForbidden) Code

Code gets the status code for the create storage bucket forbidden response

func (*CreateStorageBucketForbidden) Error

func (*CreateStorageBucketForbidden) GetPayload

func (*CreateStorageBucketForbidden) IsClientError

func (o *CreateStorageBucketForbidden) IsClientError() bool

IsClientError returns true when this create storage bucket forbidden response has a 4xx status code

func (*CreateStorageBucketForbidden) IsCode

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

IsCode returns true when this create storage bucket forbidden response a status code equal to that given

func (*CreateStorageBucketForbidden) IsRedirect

func (o *CreateStorageBucketForbidden) IsRedirect() bool

IsRedirect returns true when this create storage bucket forbidden response has a 3xx status code

func (*CreateStorageBucketForbidden) IsServerError

func (o *CreateStorageBucketForbidden) IsServerError() bool

IsServerError returns true when this create storage bucket forbidden response has a 5xx status code

func (*CreateStorageBucketForbidden) IsSuccess

func (o *CreateStorageBucketForbidden) IsSuccess() bool

IsSuccess returns true when this create storage bucket forbidden response has a 2xx status code

func (*CreateStorageBucketForbidden) String

type CreateStorageBucketInternalServerError

type CreateStorageBucketInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewCreateStorageBucketInternalServerError

func NewCreateStorageBucketInternalServerError() *CreateStorageBucketInternalServerError

NewCreateStorageBucketInternalServerError creates a CreateStorageBucketInternalServerError with default headers values

func (*CreateStorageBucketInternalServerError) Code

Code gets the status code for the create storage bucket internal server error response

func (*CreateStorageBucketInternalServerError) Error

func (*CreateStorageBucketInternalServerError) GetPayload

func (*CreateStorageBucketInternalServerError) IsClientError

func (o *CreateStorageBucketInternalServerError) IsClientError() bool

IsClientError returns true when this create storage bucket internal server error response has a 4xx status code

func (*CreateStorageBucketInternalServerError) IsCode

IsCode returns true when this create storage bucket internal server error response a status code equal to that given

func (*CreateStorageBucketInternalServerError) IsRedirect

IsRedirect returns true when this create storage bucket internal server error response has a 3xx status code

func (*CreateStorageBucketInternalServerError) IsServerError

func (o *CreateStorageBucketInternalServerError) IsServerError() bool

IsServerError returns true when this create storage bucket internal server error response has a 5xx status code

func (*CreateStorageBucketInternalServerError) IsSuccess

IsSuccess returns true when this create storage bucket internal server error response has a 2xx status code

func (*CreateStorageBucketInternalServerError) String

type CreateStorageBucketNotFound

type CreateStorageBucketNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewCreateStorageBucketNotFound

func NewCreateStorageBucketNotFound() *CreateStorageBucketNotFound

NewCreateStorageBucketNotFound creates a CreateStorageBucketNotFound with default headers values

func (*CreateStorageBucketNotFound) Code

func (o *CreateStorageBucketNotFound) Code() int

Code gets the status code for the create storage bucket not found response

func (*CreateStorageBucketNotFound) Error

func (*CreateStorageBucketNotFound) GetPayload

func (o *CreateStorageBucketNotFound) GetPayload() *models.RestError

func (*CreateStorageBucketNotFound) IsClientError

func (o *CreateStorageBucketNotFound) IsClientError() bool

IsClientError returns true when this create storage bucket not found response has a 4xx status code

func (*CreateStorageBucketNotFound) IsCode

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

IsCode returns true when this create storage bucket not found response a status code equal to that given

func (*CreateStorageBucketNotFound) IsRedirect

func (o *CreateStorageBucketNotFound) IsRedirect() bool

IsRedirect returns true when this create storage bucket not found response has a 3xx status code

func (*CreateStorageBucketNotFound) IsServerError

func (o *CreateStorageBucketNotFound) IsServerError() bool

IsServerError returns true when this create storage bucket not found response has a 5xx status code

func (*CreateStorageBucketNotFound) IsSuccess

func (o *CreateStorageBucketNotFound) IsSuccess() bool

IsSuccess returns true when this create storage bucket not found response has a 2xx status code

func (*CreateStorageBucketNotFound) String

func (o *CreateStorageBucketNotFound) String() string

type CreateStorageBucketOK

type CreateStorageBucketOK struct {
	Payload *models.RestCreateStorageBucketResponse
}

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

A successful response.

func NewCreateStorageBucketOK

func NewCreateStorageBucketOK() *CreateStorageBucketOK

NewCreateStorageBucketOK creates a CreateStorageBucketOK with default headers values

func (*CreateStorageBucketOK) Code

func (o *CreateStorageBucketOK) Code() int

Code gets the status code for the create storage bucket o k response

func (*CreateStorageBucketOK) Error

func (o *CreateStorageBucketOK) Error() string

func (*CreateStorageBucketOK) GetPayload

func (*CreateStorageBucketOK) IsClientError

func (o *CreateStorageBucketOK) IsClientError() bool

IsClientError returns true when this create storage bucket o k response has a 4xx status code

func (*CreateStorageBucketOK) IsCode

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

IsCode returns true when this create storage bucket o k response a status code equal to that given

func (*CreateStorageBucketOK) IsRedirect

func (o *CreateStorageBucketOK) IsRedirect() bool

IsRedirect returns true when this create storage bucket o k response has a 3xx status code

func (*CreateStorageBucketOK) IsServerError

func (o *CreateStorageBucketOK) IsServerError() bool

IsServerError returns true when this create storage bucket o k response has a 5xx status code

func (*CreateStorageBucketOK) IsSuccess

func (o *CreateStorageBucketOK) IsSuccess() bool

IsSuccess returns true when this create storage bucket o k response has a 2xx status code

func (*CreateStorageBucketOK) String

func (o *CreateStorageBucketOK) String() string

type CreateStorageBucketParams

type CreateStorageBucketParams struct {

	// BucketName.
	BucketName string

	// Body.
	Body CreateStorageBucketBody

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

CreateStorageBucketParams contains all the parameters to send to the API endpoint

for the create storage bucket operation.

Typically these are written to a http.Request.

func NewCreateStorageBucketParams

func NewCreateStorageBucketParams() *CreateStorageBucketParams

NewCreateStorageBucketParams creates a new CreateStorageBucketParams 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 NewCreateStorageBucketParamsWithContext

func NewCreateStorageBucketParamsWithContext(ctx context.Context) *CreateStorageBucketParams

NewCreateStorageBucketParamsWithContext creates a new CreateStorageBucketParams object with the ability to set a context for a request.

func NewCreateStorageBucketParamsWithHTTPClient

func NewCreateStorageBucketParamsWithHTTPClient(client *http.Client) *CreateStorageBucketParams

NewCreateStorageBucketParamsWithHTTPClient creates a new CreateStorageBucketParams object with the ability to set a custom HTTPClient for a request.

func NewCreateStorageBucketParamsWithTimeout

func NewCreateStorageBucketParamsWithTimeout(timeout time.Duration) *CreateStorageBucketParams

NewCreateStorageBucketParamsWithTimeout creates a new CreateStorageBucketParams object with the ability to set a timeout on a request.

func (*CreateStorageBucketParams) SetBody

SetBody adds the body to the create storage bucket params

func (*CreateStorageBucketParams) SetBucketName

func (o *CreateStorageBucketParams) SetBucketName(bucketName string)

SetBucketName adds the bucketName to the create storage bucket params

func (*CreateStorageBucketParams) SetContext

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

SetContext adds the context to the create storage bucket params

func (*CreateStorageBucketParams) SetDefaults

func (o *CreateStorageBucketParams) SetDefaults()

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

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

func (*CreateStorageBucketParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create storage bucket params

func (*CreateStorageBucketParams) SetTimeout

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

SetTimeout adds the timeout to the create storage bucket params

func (*CreateStorageBucketParams) WithBody

WithBody adds the body to the create storage bucket params

func (*CreateStorageBucketParams) WithBucketName

func (o *CreateStorageBucketParams) WithBucketName(bucketName string) *CreateStorageBucketParams

WithBucketName adds the bucketName to the create storage bucket params

func (*CreateStorageBucketParams) WithContext

WithContext adds the context to the create storage bucket params

func (*CreateStorageBucketParams) WithDefaults

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

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

func (*CreateStorageBucketParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create storage bucket params

func (*CreateStorageBucketParams) WithTimeout

WithTimeout adds the timeout to the create storage bucket params

func (*CreateStorageBucketParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateStorageBucketReader

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

CreateStorageBucketReader is a Reader for the CreateStorageBucket structure.

func (*CreateStorageBucketReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateStorageBucketUnauthorized

type CreateStorageBucketUnauthorized struct {
}

CreateStorageBucketUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewCreateStorageBucketUnauthorized

func NewCreateStorageBucketUnauthorized() *CreateStorageBucketUnauthorized

NewCreateStorageBucketUnauthorized creates a CreateStorageBucketUnauthorized with default headers values

func (*CreateStorageBucketUnauthorized) Code

Code gets the status code for the create storage bucket unauthorized response

func (*CreateStorageBucketUnauthorized) Error

func (*CreateStorageBucketUnauthorized) IsClientError

func (o *CreateStorageBucketUnauthorized) IsClientError() bool

IsClientError returns true when this create storage bucket unauthorized response has a 4xx status code

func (*CreateStorageBucketUnauthorized) IsCode

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

IsCode returns true when this create storage bucket unauthorized response a status code equal to that given

func (*CreateStorageBucketUnauthorized) IsRedirect

func (o *CreateStorageBucketUnauthorized) IsRedirect() bool

IsRedirect returns true when this create storage bucket unauthorized response has a 3xx status code

func (*CreateStorageBucketUnauthorized) IsServerError

func (o *CreateStorageBucketUnauthorized) IsServerError() bool

IsServerError returns true when this create storage bucket unauthorized response has a 5xx status code

func (*CreateStorageBucketUnauthorized) IsSuccess

func (o *CreateStorageBucketUnauthorized) IsSuccess() bool

IsSuccess returns true when this create storage bucket unauthorized response has a 2xx status code

func (*CreateStorageBucketUnauthorized) String

type DeleteDataSourceForbidden

type DeleteDataSourceForbidden struct {
	Payload *models.RestError
}

DeleteDataSourceForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewDeleteDataSourceForbidden

func NewDeleteDataSourceForbidden() *DeleteDataSourceForbidden

NewDeleteDataSourceForbidden creates a DeleteDataSourceForbidden with default headers values

func (*DeleteDataSourceForbidden) Code

func (o *DeleteDataSourceForbidden) Code() int

Code gets the status code for the delete data source forbidden response

func (*DeleteDataSourceForbidden) Error

func (o *DeleteDataSourceForbidden) Error() string

func (*DeleteDataSourceForbidden) GetPayload

func (o *DeleteDataSourceForbidden) GetPayload() *models.RestError

func (*DeleteDataSourceForbidden) IsClientError

func (o *DeleteDataSourceForbidden) IsClientError() bool

IsClientError returns true when this delete data source forbidden response has a 4xx status code

func (*DeleteDataSourceForbidden) IsCode

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

IsCode returns true when this delete data source forbidden response a status code equal to that given

func (*DeleteDataSourceForbidden) IsRedirect

func (o *DeleteDataSourceForbidden) IsRedirect() bool

IsRedirect returns true when this delete data source forbidden response has a 3xx status code

func (*DeleteDataSourceForbidden) IsServerError

func (o *DeleteDataSourceForbidden) IsServerError() bool

IsServerError returns true when this delete data source forbidden response has a 5xx status code

func (*DeleteDataSourceForbidden) IsSuccess

func (o *DeleteDataSourceForbidden) IsSuccess() bool

IsSuccess returns true when this delete data source forbidden response has a 2xx status code

func (*DeleteDataSourceForbidden) String

func (o *DeleteDataSourceForbidden) String() string

type DeleteDataSourceInternalServerError

type DeleteDataSourceInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewDeleteDataSourceInternalServerError

func NewDeleteDataSourceInternalServerError() *DeleteDataSourceInternalServerError

NewDeleteDataSourceInternalServerError creates a DeleteDataSourceInternalServerError with default headers values

func (*DeleteDataSourceInternalServerError) Code

Code gets the status code for the delete data source internal server error response

func (*DeleteDataSourceInternalServerError) Error

func (*DeleteDataSourceInternalServerError) GetPayload

func (*DeleteDataSourceInternalServerError) IsClientError

func (o *DeleteDataSourceInternalServerError) IsClientError() bool

IsClientError returns true when this delete data source internal server error response has a 4xx status code

func (*DeleteDataSourceInternalServerError) IsCode

IsCode returns true when this delete data source internal server error response a status code equal to that given

func (*DeleteDataSourceInternalServerError) IsRedirect

func (o *DeleteDataSourceInternalServerError) IsRedirect() bool

IsRedirect returns true when this delete data source internal server error response has a 3xx status code

func (*DeleteDataSourceInternalServerError) IsServerError

func (o *DeleteDataSourceInternalServerError) IsServerError() bool

IsServerError returns true when this delete data source internal server error response has a 5xx status code

func (*DeleteDataSourceInternalServerError) IsSuccess

IsSuccess returns true when this delete data source internal server error response has a 2xx status code

func (*DeleteDataSourceInternalServerError) String

type DeleteDataSourceNotFound

type DeleteDataSourceNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewDeleteDataSourceNotFound

func NewDeleteDataSourceNotFound() *DeleteDataSourceNotFound

NewDeleteDataSourceNotFound creates a DeleteDataSourceNotFound with default headers values

func (*DeleteDataSourceNotFound) Code

func (o *DeleteDataSourceNotFound) Code() int

Code gets the status code for the delete data source not found response

func (*DeleteDataSourceNotFound) Error

func (o *DeleteDataSourceNotFound) Error() string

func (*DeleteDataSourceNotFound) GetPayload

func (o *DeleteDataSourceNotFound) GetPayload() *models.RestError

func (*DeleteDataSourceNotFound) IsClientError

func (o *DeleteDataSourceNotFound) IsClientError() bool

IsClientError returns true when this delete data source not found response has a 4xx status code

func (*DeleteDataSourceNotFound) IsCode

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

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

func (*DeleteDataSourceNotFound) IsRedirect

func (o *DeleteDataSourceNotFound) IsRedirect() bool

IsRedirect returns true when this delete data source not found response has a 3xx status code

func (*DeleteDataSourceNotFound) IsServerError

func (o *DeleteDataSourceNotFound) IsServerError() bool

IsServerError returns true when this delete data source not found response has a 5xx status code

func (*DeleteDataSourceNotFound) IsSuccess

func (o *DeleteDataSourceNotFound) IsSuccess() bool

IsSuccess returns true when this delete data source not found response has a 2xx status code

func (*DeleteDataSourceNotFound) String

func (o *DeleteDataSourceNotFound) String() string

type DeleteDataSourceOK

type DeleteDataSourceOK struct {
	Payload *models.RestDeleteDataSourceResponse
}

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

A successful response.

func NewDeleteDataSourceOK

func NewDeleteDataSourceOK() *DeleteDataSourceOK

NewDeleteDataSourceOK creates a DeleteDataSourceOK with default headers values

func (*DeleteDataSourceOK) Code

func (o *DeleteDataSourceOK) Code() int

Code gets the status code for the delete data source o k response

func (*DeleteDataSourceOK) Error

func (o *DeleteDataSourceOK) Error() string

func (*DeleteDataSourceOK) GetPayload

func (*DeleteDataSourceOK) IsClientError

func (o *DeleteDataSourceOK) IsClientError() bool

IsClientError returns true when this delete data source o k response has a 4xx status code

func (*DeleteDataSourceOK) IsCode

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

IsCode returns true when this delete data source o k response a status code equal to that given

func (*DeleteDataSourceOK) IsRedirect

func (o *DeleteDataSourceOK) IsRedirect() bool

IsRedirect returns true when this delete data source o k response has a 3xx status code

func (*DeleteDataSourceOK) IsServerError

func (o *DeleteDataSourceOK) IsServerError() bool

IsServerError returns true when this delete data source o k response has a 5xx status code

func (*DeleteDataSourceOK) IsSuccess

func (o *DeleteDataSourceOK) IsSuccess() bool

IsSuccess returns true when this delete data source o k response has a 2xx status code

func (*DeleteDataSourceOK) String

func (o *DeleteDataSourceOK) String() string

type DeleteDataSourceParams

type DeleteDataSourceParams struct {

	/* APIKey.

	   Corresponding objects service api key
	*/
	APIKey *string

	/* APISecret.

	   Corresponding objects service api secret
	*/
	APISecret *string

	/* CreationDate.

	   Data Source creation date

	   Format: int32
	*/
	CreationDate *int32

	/* Disabled.

	   Whether this data source is disabled or running
	*/
	Disabled *bool

	/* EncryptionKey.

	   Encryption key used for encrypting data
	*/
	EncryptionKey *string

	/* EncryptionMode.

	   Type of encryption applied before sending data to storage

	   Default: "CLEAR"
	*/
	EncryptionMode *string

	/* FlatStorage.

	   Store data in flat format (object-storage like)
	*/
	FlatStorage *bool

	/* LastSynchronizationDate.

	   Data Source last synchronization date

	   Format: int32
	*/
	LastSynchronizationDate *int32

	/* Name.

	   Name of the data source (max length 34)
	*/
	Name string

	/* ObjectsBaseFolder.

	   Corresponding objects service base folder inside the bucket
	*/
	ObjectsBaseFolder *string

	/* ObjectsBucket.

	   Corresponding objects service bucket
	*/
	ObjectsBucket *string

	/* ObjectsHost.

	   Corresponding objects service host
	*/
	ObjectsHost *string

	/* ObjectsPort.

	   Corresponding objects service port

	   Format: int32
	*/
	ObjectsPort *int32

	/* ObjectsSecure.

	   Corresponding objects service connection type
	*/
	ObjectsSecure *bool

	/* ObjectsServiceName.

	   Corresponding objects service name (underlying s3 service)
	*/
	ObjectsServiceName *string

	/* PeerAddress.

	   Peer address of the data source
	*/
	PeerAddress *string

	/* SkipSyncOnRestart.

	   Do not trigger resync at start
	*/
	SkipSyncOnRestart *bool

	/* StorageType.

	   Type of underlying storage (LOCAL, S3, AZURE, GCS)

	   Default: "LOCAL"
	*/
	StorageType *string

	/* VersioningPolicyName.

	   Versioning policy describes how files are kept in the versioning queue
	*/
	VersioningPolicyName *string

	/* Watch.

	   Not implemented, whether to watch for underlying changes on the FS
	*/
	Watch *bool

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

DeleteDataSourceParams contains all the parameters to send to the API endpoint

for the delete data source operation.

Typically these are written to a http.Request.

func NewDeleteDataSourceParams

func NewDeleteDataSourceParams() *DeleteDataSourceParams

NewDeleteDataSourceParams creates a new DeleteDataSourceParams 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 NewDeleteDataSourceParamsWithContext

func NewDeleteDataSourceParamsWithContext(ctx context.Context) *DeleteDataSourceParams

NewDeleteDataSourceParamsWithContext creates a new DeleteDataSourceParams object with the ability to set a context for a request.

func NewDeleteDataSourceParamsWithHTTPClient

func NewDeleteDataSourceParamsWithHTTPClient(client *http.Client) *DeleteDataSourceParams

NewDeleteDataSourceParamsWithHTTPClient creates a new DeleteDataSourceParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteDataSourceParamsWithTimeout

func NewDeleteDataSourceParamsWithTimeout(timeout time.Duration) *DeleteDataSourceParams

NewDeleteDataSourceParamsWithTimeout creates a new DeleteDataSourceParams object with the ability to set a timeout on a request.

func (*DeleteDataSourceParams) SetAPIKey

func (o *DeleteDataSourceParams) SetAPIKey(aPIKey *string)

SetAPIKey adds the apiKey to the delete data source params

func (*DeleteDataSourceParams) SetAPISecret

func (o *DeleteDataSourceParams) SetAPISecret(aPISecret *string)

SetAPISecret adds the apiSecret to the delete data source params

func (*DeleteDataSourceParams) SetContext

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

SetContext adds the context to the delete data source params

func (*DeleteDataSourceParams) SetCreationDate

func (o *DeleteDataSourceParams) SetCreationDate(creationDate *int32)

SetCreationDate adds the creationDate to the delete data source params

func (*DeleteDataSourceParams) SetDefaults

func (o *DeleteDataSourceParams) SetDefaults()

SetDefaults hydrates default values in the delete data source params (not the query body).

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

func (*DeleteDataSourceParams) SetDisabled

func (o *DeleteDataSourceParams) SetDisabled(disabled *bool)

SetDisabled adds the disabled to the delete data source params

func (*DeleteDataSourceParams) SetEncryptionKey

func (o *DeleteDataSourceParams) SetEncryptionKey(encryptionKey *string)

SetEncryptionKey adds the encryptionKey to the delete data source params

func (*DeleteDataSourceParams) SetEncryptionMode

func (o *DeleteDataSourceParams) SetEncryptionMode(encryptionMode *string)

SetEncryptionMode adds the encryptionMode to the delete data source params

func (*DeleteDataSourceParams) SetFlatStorage

func (o *DeleteDataSourceParams) SetFlatStorage(flatStorage *bool)

SetFlatStorage adds the flatStorage to the delete data source params

func (*DeleteDataSourceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete data source params

func (*DeleteDataSourceParams) SetLastSynchronizationDate

func (o *DeleteDataSourceParams) SetLastSynchronizationDate(lastSynchronizationDate *int32)

SetLastSynchronizationDate adds the lastSynchronizationDate to the delete data source params

func (*DeleteDataSourceParams) SetName

func (o *DeleteDataSourceParams) SetName(name string)

SetName adds the name to the delete data source params

func (*DeleteDataSourceParams) SetObjectsBaseFolder

func (o *DeleteDataSourceParams) SetObjectsBaseFolder(objectsBaseFolder *string)

SetObjectsBaseFolder adds the objectsBaseFolder to the delete data source params

func (*DeleteDataSourceParams) SetObjectsBucket

func (o *DeleteDataSourceParams) SetObjectsBucket(objectsBucket *string)

SetObjectsBucket adds the objectsBucket to the delete data source params

func (*DeleteDataSourceParams) SetObjectsHost

func (o *DeleteDataSourceParams) SetObjectsHost(objectsHost *string)

SetObjectsHost adds the objectsHost to the delete data source params

func (*DeleteDataSourceParams) SetObjectsPort

func (o *DeleteDataSourceParams) SetObjectsPort(objectsPort *int32)

SetObjectsPort adds the objectsPort to the delete data source params

func (*DeleteDataSourceParams) SetObjectsSecure

func (o *DeleteDataSourceParams) SetObjectsSecure(objectsSecure *bool)

SetObjectsSecure adds the objectsSecure to the delete data source params

func (*DeleteDataSourceParams) SetObjectsServiceName

func (o *DeleteDataSourceParams) SetObjectsServiceName(objectsServiceName *string)

SetObjectsServiceName adds the objectsServiceName to the delete data source params

func (*DeleteDataSourceParams) SetPeerAddress

func (o *DeleteDataSourceParams) SetPeerAddress(peerAddress *string)

SetPeerAddress adds the peerAddress to the delete data source params

func (*DeleteDataSourceParams) SetSkipSyncOnRestart

func (o *DeleteDataSourceParams) SetSkipSyncOnRestart(skipSyncOnRestart *bool)

SetSkipSyncOnRestart adds the skipSyncOnRestart to the delete data source params

func (*DeleteDataSourceParams) SetStorageType

func (o *DeleteDataSourceParams) SetStorageType(storageType *string)

SetStorageType adds the storageType to the delete data source params

func (*DeleteDataSourceParams) SetTimeout

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

SetTimeout adds the timeout to the delete data source params

func (*DeleteDataSourceParams) SetVersioningPolicyName

func (o *DeleteDataSourceParams) SetVersioningPolicyName(versioningPolicyName *string)

SetVersioningPolicyName adds the versioningPolicyName to the delete data source params

func (*DeleteDataSourceParams) SetWatch

func (o *DeleteDataSourceParams) SetWatch(watch *bool)

SetWatch adds the watch to the delete data source params

func (*DeleteDataSourceParams) WithAPIKey

func (o *DeleteDataSourceParams) WithAPIKey(aPIKey *string) *DeleteDataSourceParams

WithAPIKey adds the aPIKey to the delete data source params

func (*DeleteDataSourceParams) WithAPISecret

func (o *DeleteDataSourceParams) WithAPISecret(aPISecret *string) *DeleteDataSourceParams

WithAPISecret adds the aPISecret to the delete data source params

func (*DeleteDataSourceParams) WithContext

WithContext adds the context to the delete data source params

func (*DeleteDataSourceParams) WithCreationDate

func (o *DeleteDataSourceParams) WithCreationDate(creationDate *int32) *DeleteDataSourceParams

WithCreationDate adds the creationDate to the delete data source params

func (*DeleteDataSourceParams) WithDefaults

WithDefaults hydrates default values in the delete data source params (not the query body).

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

func (*DeleteDataSourceParams) WithDisabled

func (o *DeleteDataSourceParams) WithDisabled(disabled *bool) *DeleteDataSourceParams

WithDisabled adds the disabled to the delete data source params

func (*DeleteDataSourceParams) WithEncryptionKey

func (o *DeleteDataSourceParams) WithEncryptionKey(encryptionKey *string) *DeleteDataSourceParams

WithEncryptionKey adds the encryptionKey to the delete data source params

func (*DeleteDataSourceParams) WithEncryptionMode

func (o *DeleteDataSourceParams) WithEncryptionMode(encryptionMode *string) *DeleteDataSourceParams

WithEncryptionMode adds the encryptionMode to the delete data source params

func (*DeleteDataSourceParams) WithFlatStorage

func (o *DeleteDataSourceParams) WithFlatStorage(flatStorage *bool) *DeleteDataSourceParams

WithFlatStorage adds the flatStorage to the delete data source params

func (*DeleteDataSourceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete data source params

func (*DeleteDataSourceParams) WithLastSynchronizationDate

func (o *DeleteDataSourceParams) WithLastSynchronizationDate(lastSynchronizationDate *int32) *DeleteDataSourceParams

WithLastSynchronizationDate adds the lastSynchronizationDate to the delete data source params

func (*DeleteDataSourceParams) WithName

WithName adds the name to the delete data source params

func (*DeleteDataSourceParams) WithObjectsBaseFolder

func (o *DeleteDataSourceParams) WithObjectsBaseFolder(objectsBaseFolder *string) *DeleteDataSourceParams

WithObjectsBaseFolder adds the objectsBaseFolder to the delete data source params

func (*DeleteDataSourceParams) WithObjectsBucket

func (o *DeleteDataSourceParams) WithObjectsBucket(objectsBucket *string) *DeleteDataSourceParams

WithObjectsBucket adds the objectsBucket to the delete data source params

func (*DeleteDataSourceParams) WithObjectsHost

func (o *DeleteDataSourceParams) WithObjectsHost(objectsHost *string) *DeleteDataSourceParams

WithObjectsHost adds the objectsHost to the delete data source params

func (*DeleteDataSourceParams) WithObjectsPort

func (o *DeleteDataSourceParams) WithObjectsPort(objectsPort *int32) *DeleteDataSourceParams

WithObjectsPort adds the objectsPort to the delete data source params

func (*DeleteDataSourceParams) WithObjectsSecure

func (o *DeleteDataSourceParams) WithObjectsSecure(objectsSecure *bool) *DeleteDataSourceParams

WithObjectsSecure adds the objectsSecure to the delete data source params

func (*DeleteDataSourceParams) WithObjectsServiceName

func (o *DeleteDataSourceParams) WithObjectsServiceName(objectsServiceName *string) *DeleteDataSourceParams

WithObjectsServiceName adds the objectsServiceName to the delete data source params

func (*DeleteDataSourceParams) WithPeerAddress

func (o *DeleteDataSourceParams) WithPeerAddress(peerAddress *string) *DeleteDataSourceParams

WithPeerAddress adds the peerAddress to the delete data source params

func (*DeleteDataSourceParams) WithSkipSyncOnRestart

func (o *DeleteDataSourceParams) WithSkipSyncOnRestart(skipSyncOnRestart *bool) *DeleteDataSourceParams

WithSkipSyncOnRestart adds the skipSyncOnRestart to the delete data source params

func (*DeleteDataSourceParams) WithStorageType

func (o *DeleteDataSourceParams) WithStorageType(storageType *string) *DeleteDataSourceParams

WithStorageType adds the storageType to the delete data source params

func (*DeleteDataSourceParams) WithTimeout

WithTimeout adds the timeout to the delete data source params

func (*DeleteDataSourceParams) WithVersioningPolicyName

func (o *DeleteDataSourceParams) WithVersioningPolicyName(versioningPolicyName *string) *DeleteDataSourceParams

WithVersioningPolicyName adds the versioningPolicyName to the delete data source params

func (*DeleteDataSourceParams) WithWatch

func (o *DeleteDataSourceParams) WithWatch(watch *bool) *DeleteDataSourceParams

WithWatch adds the watch to the delete data source params

func (*DeleteDataSourceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteDataSourceReader

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

DeleteDataSourceReader is a Reader for the DeleteDataSource structure.

func (*DeleteDataSourceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteDataSourceUnauthorized

type DeleteDataSourceUnauthorized struct {
}

DeleteDataSourceUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewDeleteDataSourceUnauthorized

func NewDeleteDataSourceUnauthorized() *DeleteDataSourceUnauthorized

NewDeleteDataSourceUnauthorized creates a DeleteDataSourceUnauthorized with default headers values

func (*DeleteDataSourceUnauthorized) Code

Code gets the status code for the delete data source unauthorized response

func (*DeleteDataSourceUnauthorized) Error

func (*DeleteDataSourceUnauthorized) IsClientError

func (o *DeleteDataSourceUnauthorized) IsClientError() bool

IsClientError returns true when this delete data source unauthorized response has a 4xx status code

func (*DeleteDataSourceUnauthorized) IsCode

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

IsCode returns true when this delete data source unauthorized response a status code equal to that given

func (*DeleteDataSourceUnauthorized) IsRedirect

func (o *DeleteDataSourceUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete data source unauthorized response has a 3xx status code

func (*DeleteDataSourceUnauthorized) IsServerError

func (o *DeleteDataSourceUnauthorized) IsServerError() bool

IsServerError returns true when this delete data source unauthorized response has a 5xx status code

func (*DeleteDataSourceUnauthorized) IsSuccess

func (o *DeleteDataSourceUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete data source unauthorized response has a 2xx status code

func (*DeleteDataSourceUnauthorized) String

type DeleteEncryptionKeyForbidden

type DeleteEncryptionKeyForbidden struct {
	Payload *models.RestError
}

DeleteEncryptionKeyForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewDeleteEncryptionKeyForbidden

func NewDeleteEncryptionKeyForbidden() *DeleteEncryptionKeyForbidden

NewDeleteEncryptionKeyForbidden creates a DeleteEncryptionKeyForbidden with default headers values

func (*DeleteEncryptionKeyForbidden) Code

Code gets the status code for the delete encryption key forbidden response

func (*DeleteEncryptionKeyForbidden) Error

func (*DeleteEncryptionKeyForbidden) GetPayload

func (*DeleteEncryptionKeyForbidden) IsClientError

func (o *DeleteEncryptionKeyForbidden) IsClientError() bool

IsClientError returns true when this delete encryption key forbidden response has a 4xx status code

func (*DeleteEncryptionKeyForbidden) IsCode

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

IsCode returns true when this delete encryption key forbidden response a status code equal to that given

func (*DeleteEncryptionKeyForbidden) IsRedirect

func (o *DeleteEncryptionKeyForbidden) IsRedirect() bool

IsRedirect returns true when this delete encryption key forbidden response has a 3xx status code

func (*DeleteEncryptionKeyForbidden) IsServerError

func (o *DeleteEncryptionKeyForbidden) IsServerError() bool

IsServerError returns true when this delete encryption key forbidden response has a 5xx status code

func (*DeleteEncryptionKeyForbidden) IsSuccess

func (o *DeleteEncryptionKeyForbidden) IsSuccess() bool

IsSuccess returns true when this delete encryption key forbidden response has a 2xx status code

func (*DeleteEncryptionKeyForbidden) String

type DeleteEncryptionKeyInternalServerError

type DeleteEncryptionKeyInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewDeleteEncryptionKeyInternalServerError

func NewDeleteEncryptionKeyInternalServerError() *DeleteEncryptionKeyInternalServerError

NewDeleteEncryptionKeyInternalServerError creates a DeleteEncryptionKeyInternalServerError with default headers values

func (*DeleteEncryptionKeyInternalServerError) Code

Code gets the status code for the delete encryption key internal server error response

func (*DeleteEncryptionKeyInternalServerError) Error

func (*DeleteEncryptionKeyInternalServerError) GetPayload

func (*DeleteEncryptionKeyInternalServerError) IsClientError

func (o *DeleteEncryptionKeyInternalServerError) IsClientError() bool

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

func (*DeleteEncryptionKeyInternalServerError) IsCode

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

func (*DeleteEncryptionKeyInternalServerError) IsRedirect

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

func (*DeleteEncryptionKeyInternalServerError) IsServerError

func (o *DeleteEncryptionKeyInternalServerError) IsServerError() bool

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

func (*DeleteEncryptionKeyInternalServerError) IsSuccess

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

func (*DeleteEncryptionKeyInternalServerError) String

type DeleteEncryptionKeyNotFound

type DeleteEncryptionKeyNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewDeleteEncryptionKeyNotFound

func NewDeleteEncryptionKeyNotFound() *DeleteEncryptionKeyNotFound

NewDeleteEncryptionKeyNotFound creates a DeleteEncryptionKeyNotFound with default headers values

func (*DeleteEncryptionKeyNotFound) Code

func (o *DeleteEncryptionKeyNotFound) Code() int

Code gets the status code for the delete encryption key not found response

func (*DeleteEncryptionKeyNotFound) Error

func (*DeleteEncryptionKeyNotFound) GetPayload

func (o *DeleteEncryptionKeyNotFound) GetPayload() *models.RestError

func (*DeleteEncryptionKeyNotFound) IsClientError

func (o *DeleteEncryptionKeyNotFound) IsClientError() bool

IsClientError returns true when this delete encryption key not found response has a 4xx status code

func (*DeleteEncryptionKeyNotFound) IsCode

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

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

func (*DeleteEncryptionKeyNotFound) IsRedirect

func (o *DeleteEncryptionKeyNotFound) IsRedirect() bool

IsRedirect returns true when this delete encryption key not found response has a 3xx status code

func (*DeleteEncryptionKeyNotFound) IsServerError

func (o *DeleteEncryptionKeyNotFound) IsServerError() bool

IsServerError returns true when this delete encryption key not found response has a 5xx status code

func (*DeleteEncryptionKeyNotFound) IsSuccess

func (o *DeleteEncryptionKeyNotFound) IsSuccess() bool

IsSuccess returns true when this delete encryption key not found response has a 2xx status code

func (*DeleteEncryptionKeyNotFound) String

func (o *DeleteEncryptionKeyNotFound) String() string

type DeleteEncryptionKeyOK

type DeleteEncryptionKeyOK struct {
	Payload *models.EncryptionAdminDeleteKeyResponse
}

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

A successful response.

func NewDeleteEncryptionKeyOK

func NewDeleteEncryptionKeyOK() *DeleteEncryptionKeyOK

NewDeleteEncryptionKeyOK creates a DeleteEncryptionKeyOK with default headers values

func (*DeleteEncryptionKeyOK) Code

func (o *DeleteEncryptionKeyOK) Code() int

Code gets the status code for the delete encryption key o k response

func (*DeleteEncryptionKeyOK) Error

func (o *DeleteEncryptionKeyOK) Error() string

func (*DeleteEncryptionKeyOK) GetPayload

func (*DeleteEncryptionKeyOK) IsClientError

func (o *DeleteEncryptionKeyOK) IsClientError() bool

IsClientError returns true when this delete encryption key o k response has a 4xx status code

func (*DeleteEncryptionKeyOK) IsCode

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

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

func (*DeleteEncryptionKeyOK) IsRedirect

func (o *DeleteEncryptionKeyOK) IsRedirect() bool

IsRedirect returns true when this delete encryption key o k response has a 3xx status code

func (*DeleteEncryptionKeyOK) IsServerError

func (o *DeleteEncryptionKeyOK) IsServerError() bool

IsServerError returns true when this delete encryption key o k response has a 5xx status code

func (*DeleteEncryptionKeyOK) IsSuccess

func (o *DeleteEncryptionKeyOK) IsSuccess() bool

IsSuccess returns true when this delete encryption key o k response has a 2xx status code

func (*DeleteEncryptionKeyOK) String

func (o *DeleteEncryptionKeyOK) String() string

type DeleteEncryptionKeyParams

type DeleteEncryptionKeyParams struct {

	// Body.
	Body *models.EncryptionAdminDeleteKeyRequest

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

DeleteEncryptionKeyParams contains all the parameters to send to the API endpoint

for the delete encryption key operation.

Typically these are written to a http.Request.

func NewDeleteEncryptionKeyParams

func NewDeleteEncryptionKeyParams() *DeleteEncryptionKeyParams

NewDeleteEncryptionKeyParams creates a new DeleteEncryptionKeyParams 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 NewDeleteEncryptionKeyParamsWithContext

func NewDeleteEncryptionKeyParamsWithContext(ctx context.Context) *DeleteEncryptionKeyParams

NewDeleteEncryptionKeyParamsWithContext creates a new DeleteEncryptionKeyParams object with the ability to set a context for a request.

func NewDeleteEncryptionKeyParamsWithHTTPClient

func NewDeleteEncryptionKeyParamsWithHTTPClient(client *http.Client) *DeleteEncryptionKeyParams

NewDeleteEncryptionKeyParamsWithHTTPClient creates a new DeleteEncryptionKeyParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteEncryptionKeyParamsWithTimeout

func NewDeleteEncryptionKeyParamsWithTimeout(timeout time.Duration) *DeleteEncryptionKeyParams

NewDeleteEncryptionKeyParamsWithTimeout creates a new DeleteEncryptionKeyParams object with the ability to set a timeout on a request.

func (*DeleteEncryptionKeyParams) SetBody

SetBody adds the body to the delete encryption key params

func (*DeleteEncryptionKeyParams) SetContext

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

SetContext adds the context to the delete encryption key params

func (*DeleteEncryptionKeyParams) SetDefaults

func (o *DeleteEncryptionKeyParams) SetDefaults()

SetDefaults hydrates default values in the delete encryption key params (not the query body).

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

func (*DeleteEncryptionKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete encryption key params

func (*DeleteEncryptionKeyParams) SetTimeout

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

SetTimeout adds the timeout to the delete encryption key params

func (*DeleteEncryptionKeyParams) WithBody

WithBody adds the body to the delete encryption key params

func (*DeleteEncryptionKeyParams) WithContext

WithContext adds the context to the delete encryption key params

func (*DeleteEncryptionKeyParams) WithDefaults

WithDefaults hydrates default values in the delete encryption key params (not the query body).

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

func (*DeleteEncryptionKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete encryption key params

func (*DeleteEncryptionKeyParams) WithTimeout

WithTimeout adds the timeout to the delete encryption key params

func (*DeleteEncryptionKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteEncryptionKeyReader

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

DeleteEncryptionKeyReader is a Reader for the DeleteEncryptionKey structure.

func (*DeleteEncryptionKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteEncryptionKeyUnauthorized

type DeleteEncryptionKeyUnauthorized struct {
}

DeleteEncryptionKeyUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewDeleteEncryptionKeyUnauthorized

func NewDeleteEncryptionKeyUnauthorized() *DeleteEncryptionKeyUnauthorized

NewDeleteEncryptionKeyUnauthorized creates a DeleteEncryptionKeyUnauthorized with default headers values

func (*DeleteEncryptionKeyUnauthorized) Code

Code gets the status code for the delete encryption key unauthorized response

func (*DeleteEncryptionKeyUnauthorized) Error

func (*DeleteEncryptionKeyUnauthorized) IsClientError

func (o *DeleteEncryptionKeyUnauthorized) IsClientError() bool

IsClientError returns true when this delete encryption key unauthorized response has a 4xx status code

func (*DeleteEncryptionKeyUnauthorized) IsCode

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

IsCode returns true when this delete encryption key unauthorized response a status code equal to that given

func (*DeleteEncryptionKeyUnauthorized) IsRedirect

func (o *DeleteEncryptionKeyUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete encryption key unauthorized response has a 3xx status code

func (*DeleteEncryptionKeyUnauthorized) IsServerError

func (o *DeleteEncryptionKeyUnauthorized) IsServerError() bool

IsServerError returns true when this delete encryption key unauthorized response has a 5xx status code

func (*DeleteEncryptionKeyUnauthorized) IsSuccess

func (o *DeleteEncryptionKeyUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete encryption key unauthorized response has a 2xx status code

func (*DeleteEncryptionKeyUnauthorized) String

type EndpointsDiscoveryForbidden

type EndpointsDiscoveryForbidden struct {
	Payload *models.RestError
}

EndpointsDiscoveryForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewEndpointsDiscoveryForbidden

func NewEndpointsDiscoveryForbidden() *EndpointsDiscoveryForbidden

NewEndpointsDiscoveryForbidden creates a EndpointsDiscoveryForbidden with default headers values

func (*EndpointsDiscoveryForbidden) Code

func (o *EndpointsDiscoveryForbidden) Code() int

Code gets the status code for the endpoints discovery forbidden response

func (*EndpointsDiscoveryForbidden) Error

func (*EndpointsDiscoveryForbidden) GetPayload

func (o *EndpointsDiscoveryForbidden) GetPayload() *models.RestError

func (*EndpointsDiscoveryForbidden) IsClientError

func (o *EndpointsDiscoveryForbidden) IsClientError() bool

IsClientError returns true when this endpoints discovery forbidden response has a 4xx status code

func (*EndpointsDiscoveryForbidden) IsCode

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

IsCode returns true when this endpoints discovery forbidden response a status code equal to that given

func (*EndpointsDiscoveryForbidden) IsRedirect

func (o *EndpointsDiscoveryForbidden) IsRedirect() bool

IsRedirect returns true when this endpoints discovery forbidden response has a 3xx status code

func (*EndpointsDiscoveryForbidden) IsServerError

func (o *EndpointsDiscoveryForbidden) IsServerError() bool

IsServerError returns true when this endpoints discovery forbidden response has a 5xx status code

func (*EndpointsDiscoveryForbidden) IsSuccess

func (o *EndpointsDiscoveryForbidden) IsSuccess() bool

IsSuccess returns true when this endpoints discovery forbidden response has a 2xx status code

func (*EndpointsDiscoveryForbidden) String

func (o *EndpointsDiscoveryForbidden) String() string

type EndpointsDiscoveryInternalServerError

type EndpointsDiscoveryInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewEndpointsDiscoveryInternalServerError

func NewEndpointsDiscoveryInternalServerError() *EndpointsDiscoveryInternalServerError

NewEndpointsDiscoveryInternalServerError creates a EndpointsDiscoveryInternalServerError with default headers values

func (*EndpointsDiscoveryInternalServerError) Code

Code gets the status code for the endpoints discovery internal server error response

func (*EndpointsDiscoveryInternalServerError) Error

func (*EndpointsDiscoveryInternalServerError) GetPayload

func (*EndpointsDiscoveryInternalServerError) IsClientError

func (o *EndpointsDiscoveryInternalServerError) IsClientError() bool

IsClientError returns true when this endpoints discovery internal server error response has a 4xx status code

func (*EndpointsDiscoveryInternalServerError) IsCode

IsCode returns true when this endpoints discovery internal server error response a status code equal to that given

func (*EndpointsDiscoveryInternalServerError) IsRedirect

IsRedirect returns true when this endpoints discovery internal server error response has a 3xx status code

func (*EndpointsDiscoveryInternalServerError) IsServerError

func (o *EndpointsDiscoveryInternalServerError) IsServerError() bool

IsServerError returns true when this endpoints discovery internal server error response has a 5xx status code

func (*EndpointsDiscoveryInternalServerError) IsSuccess

IsSuccess returns true when this endpoints discovery internal server error response has a 2xx status code

func (*EndpointsDiscoveryInternalServerError) String

type EndpointsDiscoveryNotFound

type EndpointsDiscoveryNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewEndpointsDiscoveryNotFound

func NewEndpointsDiscoveryNotFound() *EndpointsDiscoveryNotFound

NewEndpointsDiscoveryNotFound creates a EndpointsDiscoveryNotFound with default headers values

func (*EndpointsDiscoveryNotFound) Code

func (o *EndpointsDiscoveryNotFound) Code() int

Code gets the status code for the endpoints discovery not found response

func (*EndpointsDiscoveryNotFound) Error

func (*EndpointsDiscoveryNotFound) GetPayload

func (o *EndpointsDiscoveryNotFound) GetPayload() *models.RestError

func (*EndpointsDiscoveryNotFound) IsClientError

func (o *EndpointsDiscoveryNotFound) IsClientError() bool

IsClientError returns true when this endpoints discovery not found response has a 4xx status code

func (*EndpointsDiscoveryNotFound) IsCode

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

IsCode returns true when this endpoints discovery not found response a status code equal to that given

func (*EndpointsDiscoveryNotFound) IsRedirect

func (o *EndpointsDiscoveryNotFound) IsRedirect() bool

IsRedirect returns true when this endpoints discovery not found response has a 3xx status code

func (*EndpointsDiscoveryNotFound) IsServerError

func (o *EndpointsDiscoveryNotFound) IsServerError() bool

IsServerError returns true when this endpoints discovery not found response has a 5xx status code

func (*EndpointsDiscoveryNotFound) IsSuccess

func (o *EndpointsDiscoveryNotFound) IsSuccess() bool

IsSuccess returns true when this endpoints discovery not found response has a 2xx status code

func (*EndpointsDiscoveryNotFound) String

func (o *EndpointsDiscoveryNotFound) String() string

type EndpointsDiscoveryOK

type EndpointsDiscoveryOK struct {
	Payload *models.RestDiscoveryResponse
}

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

A successful response.

func NewEndpointsDiscoveryOK

func NewEndpointsDiscoveryOK() *EndpointsDiscoveryOK

NewEndpointsDiscoveryOK creates a EndpointsDiscoveryOK with default headers values

func (*EndpointsDiscoveryOK) Code

func (o *EndpointsDiscoveryOK) Code() int

Code gets the status code for the endpoints discovery o k response

func (*EndpointsDiscoveryOK) Error

func (o *EndpointsDiscoveryOK) Error() string

func (*EndpointsDiscoveryOK) GetPayload

func (*EndpointsDiscoveryOK) IsClientError

func (o *EndpointsDiscoveryOK) IsClientError() bool

IsClientError returns true when this endpoints discovery o k response has a 4xx status code

func (*EndpointsDiscoveryOK) IsCode

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

IsCode returns true when this endpoints discovery o k response a status code equal to that given

func (*EndpointsDiscoveryOK) IsRedirect

func (o *EndpointsDiscoveryOK) IsRedirect() bool

IsRedirect returns true when this endpoints discovery o k response has a 3xx status code

func (*EndpointsDiscoveryOK) IsServerError

func (o *EndpointsDiscoveryOK) IsServerError() bool

IsServerError returns true when this endpoints discovery o k response has a 5xx status code

func (*EndpointsDiscoveryOK) IsSuccess

func (o *EndpointsDiscoveryOK) IsSuccess() bool

IsSuccess returns true when this endpoints discovery o k response has a 2xx status code

func (*EndpointsDiscoveryOK) String

func (o *EndpointsDiscoveryOK) String() string

type EndpointsDiscoveryParams

type EndpointsDiscoveryParams struct {

	/* EndpointType.

	   Filter result to a specific endpoint type
	*/
	EndpointType *string

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

EndpointsDiscoveryParams contains all the parameters to send to the API endpoint

for the endpoints discovery operation.

Typically these are written to a http.Request.

func NewEndpointsDiscoveryParams

func NewEndpointsDiscoveryParams() *EndpointsDiscoveryParams

NewEndpointsDiscoveryParams creates a new EndpointsDiscoveryParams 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 NewEndpointsDiscoveryParamsWithContext

func NewEndpointsDiscoveryParamsWithContext(ctx context.Context) *EndpointsDiscoveryParams

NewEndpointsDiscoveryParamsWithContext creates a new EndpointsDiscoveryParams object with the ability to set a context for a request.

func NewEndpointsDiscoveryParamsWithHTTPClient

func NewEndpointsDiscoveryParamsWithHTTPClient(client *http.Client) *EndpointsDiscoveryParams

NewEndpointsDiscoveryParamsWithHTTPClient creates a new EndpointsDiscoveryParams object with the ability to set a custom HTTPClient for a request.

func NewEndpointsDiscoveryParamsWithTimeout

func NewEndpointsDiscoveryParamsWithTimeout(timeout time.Duration) *EndpointsDiscoveryParams

NewEndpointsDiscoveryParamsWithTimeout creates a new EndpointsDiscoveryParams object with the ability to set a timeout on a request.

func (*EndpointsDiscoveryParams) SetContext

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

SetContext adds the context to the endpoints discovery params

func (*EndpointsDiscoveryParams) SetDefaults

func (o *EndpointsDiscoveryParams) SetDefaults()

SetDefaults hydrates default values in the endpoints discovery params (not the query body).

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

func (*EndpointsDiscoveryParams) SetEndpointType

func (o *EndpointsDiscoveryParams) SetEndpointType(endpointType *string)

SetEndpointType adds the endpointType to the endpoints discovery params

func (*EndpointsDiscoveryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the endpoints discovery params

func (*EndpointsDiscoveryParams) SetTimeout

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

SetTimeout adds the timeout to the endpoints discovery params

func (*EndpointsDiscoveryParams) WithContext

WithContext adds the context to the endpoints discovery params

func (*EndpointsDiscoveryParams) WithDefaults

WithDefaults hydrates default values in the endpoints discovery params (not the query body).

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

func (*EndpointsDiscoveryParams) WithEndpointType

func (o *EndpointsDiscoveryParams) WithEndpointType(endpointType *string) *EndpointsDiscoveryParams

WithEndpointType adds the endpointType to the endpoints discovery params

func (*EndpointsDiscoveryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the endpoints discovery params

func (*EndpointsDiscoveryParams) WithTimeout

WithTimeout adds the timeout to the endpoints discovery params

func (*EndpointsDiscoveryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type EndpointsDiscoveryReader

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

EndpointsDiscoveryReader is a Reader for the EndpointsDiscovery structure.

func (*EndpointsDiscoveryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type EndpointsDiscoveryUnauthorized

type EndpointsDiscoveryUnauthorized struct {
}

EndpointsDiscoveryUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewEndpointsDiscoveryUnauthorized

func NewEndpointsDiscoveryUnauthorized() *EndpointsDiscoveryUnauthorized

NewEndpointsDiscoveryUnauthorized creates a EndpointsDiscoveryUnauthorized with default headers values

func (*EndpointsDiscoveryUnauthorized) Code

Code gets the status code for the endpoints discovery unauthorized response

func (*EndpointsDiscoveryUnauthorized) Error

func (*EndpointsDiscoveryUnauthorized) IsClientError

func (o *EndpointsDiscoveryUnauthorized) IsClientError() bool

IsClientError returns true when this endpoints discovery unauthorized response has a 4xx status code

func (*EndpointsDiscoveryUnauthorized) IsCode

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

IsCode returns true when this endpoints discovery unauthorized response a status code equal to that given

func (*EndpointsDiscoveryUnauthorized) IsRedirect

func (o *EndpointsDiscoveryUnauthorized) IsRedirect() bool

IsRedirect returns true when this endpoints discovery unauthorized response has a 3xx status code

func (*EndpointsDiscoveryUnauthorized) IsServerError

func (o *EndpointsDiscoveryUnauthorized) IsServerError() bool

IsServerError returns true when this endpoints discovery unauthorized response has a 5xx status code

func (*EndpointsDiscoveryUnauthorized) IsSuccess

func (o *EndpointsDiscoveryUnauthorized) IsSuccess() bool

IsSuccess returns true when this endpoints discovery unauthorized response has a 2xx status code

func (*EndpointsDiscoveryUnauthorized) String

type ExportEncryptionKeyForbidden

type ExportEncryptionKeyForbidden struct {
	Payload *models.RestError
}

ExportEncryptionKeyForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewExportEncryptionKeyForbidden

func NewExportEncryptionKeyForbidden() *ExportEncryptionKeyForbidden

NewExportEncryptionKeyForbidden creates a ExportEncryptionKeyForbidden with default headers values

func (*ExportEncryptionKeyForbidden) Code

Code gets the status code for the export encryption key forbidden response

func (*ExportEncryptionKeyForbidden) Error

func (*ExportEncryptionKeyForbidden) GetPayload

func (*ExportEncryptionKeyForbidden) IsClientError

func (o *ExportEncryptionKeyForbidden) IsClientError() bool

IsClientError returns true when this export encryption key forbidden response has a 4xx status code

func (*ExportEncryptionKeyForbidden) IsCode

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

IsCode returns true when this export encryption key forbidden response a status code equal to that given

func (*ExportEncryptionKeyForbidden) IsRedirect

func (o *ExportEncryptionKeyForbidden) IsRedirect() bool

IsRedirect returns true when this export encryption key forbidden response has a 3xx status code

func (*ExportEncryptionKeyForbidden) IsServerError

func (o *ExportEncryptionKeyForbidden) IsServerError() bool

IsServerError returns true when this export encryption key forbidden response has a 5xx status code

func (*ExportEncryptionKeyForbidden) IsSuccess

func (o *ExportEncryptionKeyForbidden) IsSuccess() bool

IsSuccess returns true when this export encryption key forbidden response has a 2xx status code

func (*ExportEncryptionKeyForbidden) String

type ExportEncryptionKeyInternalServerError

type ExportEncryptionKeyInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewExportEncryptionKeyInternalServerError

func NewExportEncryptionKeyInternalServerError() *ExportEncryptionKeyInternalServerError

NewExportEncryptionKeyInternalServerError creates a ExportEncryptionKeyInternalServerError with default headers values

func (*ExportEncryptionKeyInternalServerError) Code

Code gets the status code for the export encryption key internal server error response

func (*ExportEncryptionKeyInternalServerError) Error

func (*ExportEncryptionKeyInternalServerError) GetPayload

func (*ExportEncryptionKeyInternalServerError) IsClientError

func (o *ExportEncryptionKeyInternalServerError) IsClientError() bool

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

func (*ExportEncryptionKeyInternalServerError) IsCode

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

func (*ExportEncryptionKeyInternalServerError) IsRedirect

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

func (*ExportEncryptionKeyInternalServerError) IsServerError

func (o *ExportEncryptionKeyInternalServerError) IsServerError() bool

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

func (*ExportEncryptionKeyInternalServerError) IsSuccess

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

func (*ExportEncryptionKeyInternalServerError) String

type ExportEncryptionKeyNotFound

type ExportEncryptionKeyNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewExportEncryptionKeyNotFound

func NewExportEncryptionKeyNotFound() *ExportEncryptionKeyNotFound

NewExportEncryptionKeyNotFound creates a ExportEncryptionKeyNotFound with default headers values

func (*ExportEncryptionKeyNotFound) Code

func (o *ExportEncryptionKeyNotFound) Code() int

Code gets the status code for the export encryption key not found response

func (*ExportEncryptionKeyNotFound) Error

func (*ExportEncryptionKeyNotFound) GetPayload

func (o *ExportEncryptionKeyNotFound) GetPayload() *models.RestError

func (*ExportEncryptionKeyNotFound) IsClientError

func (o *ExportEncryptionKeyNotFound) IsClientError() bool

IsClientError returns true when this export encryption key not found response has a 4xx status code

func (*ExportEncryptionKeyNotFound) IsCode

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

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

func (*ExportEncryptionKeyNotFound) IsRedirect

func (o *ExportEncryptionKeyNotFound) IsRedirect() bool

IsRedirect returns true when this export encryption key not found response has a 3xx status code

func (*ExportEncryptionKeyNotFound) IsServerError

func (o *ExportEncryptionKeyNotFound) IsServerError() bool

IsServerError returns true when this export encryption key not found response has a 5xx status code

func (*ExportEncryptionKeyNotFound) IsSuccess

func (o *ExportEncryptionKeyNotFound) IsSuccess() bool

IsSuccess returns true when this export encryption key not found response has a 2xx status code

func (*ExportEncryptionKeyNotFound) String

func (o *ExportEncryptionKeyNotFound) String() string

type ExportEncryptionKeyOK

type ExportEncryptionKeyOK struct {
	Payload *models.EncryptionAdminExportKeyResponse
}

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

A successful response.

func NewExportEncryptionKeyOK

func NewExportEncryptionKeyOK() *ExportEncryptionKeyOK

NewExportEncryptionKeyOK creates a ExportEncryptionKeyOK with default headers values

func (*ExportEncryptionKeyOK) Code

func (o *ExportEncryptionKeyOK) Code() int

Code gets the status code for the export encryption key o k response

func (*ExportEncryptionKeyOK) Error

func (o *ExportEncryptionKeyOK) Error() string

func (*ExportEncryptionKeyOK) GetPayload

func (*ExportEncryptionKeyOK) IsClientError

func (o *ExportEncryptionKeyOK) IsClientError() bool

IsClientError returns true when this export encryption key o k response has a 4xx status code

func (*ExportEncryptionKeyOK) IsCode

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

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

func (*ExportEncryptionKeyOK) IsRedirect

func (o *ExportEncryptionKeyOK) IsRedirect() bool

IsRedirect returns true when this export encryption key o k response has a 3xx status code

func (*ExportEncryptionKeyOK) IsServerError

func (o *ExportEncryptionKeyOK) IsServerError() bool

IsServerError returns true when this export encryption key o k response has a 5xx status code

func (*ExportEncryptionKeyOK) IsSuccess

func (o *ExportEncryptionKeyOK) IsSuccess() bool

IsSuccess returns true when this export encryption key o k response has a 2xx status code

func (*ExportEncryptionKeyOK) String

func (o *ExportEncryptionKeyOK) String() string

type ExportEncryptionKeyParams

type ExportEncryptionKeyParams struct {

	// Body.
	Body *models.EncryptionAdminExportKeyRequest

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

ExportEncryptionKeyParams contains all the parameters to send to the API endpoint

for the export encryption key operation.

Typically these are written to a http.Request.

func NewExportEncryptionKeyParams

func NewExportEncryptionKeyParams() *ExportEncryptionKeyParams

NewExportEncryptionKeyParams creates a new ExportEncryptionKeyParams 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 NewExportEncryptionKeyParamsWithContext

func NewExportEncryptionKeyParamsWithContext(ctx context.Context) *ExportEncryptionKeyParams

NewExportEncryptionKeyParamsWithContext creates a new ExportEncryptionKeyParams object with the ability to set a context for a request.

func NewExportEncryptionKeyParamsWithHTTPClient

func NewExportEncryptionKeyParamsWithHTTPClient(client *http.Client) *ExportEncryptionKeyParams

NewExportEncryptionKeyParamsWithHTTPClient creates a new ExportEncryptionKeyParams object with the ability to set a custom HTTPClient for a request.

func NewExportEncryptionKeyParamsWithTimeout

func NewExportEncryptionKeyParamsWithTimeout(timeout time.Duration) *ExportEncryptionKeyParams

NewExportEncryptionKeyParamsWithTimeout creates a new ExportEncryptionKeyParams object with the ability to set a timeout on a request.

func (*ExportEncryptionKeyParams) SetBody

SetBody adds the body to the export encryption key params

func (*ExportEncryptionKeyParams) SetContext

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

SetContext adds the context to the export encryption key params

func (*ExportEncryptionKeyParams) SetDefaults

func (o *ExportEncryptionKeyParams) SetDefaults()

SetDefaults hydrates default values in the export encryption key params (not the query body).

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

func (*ExportEncryptionKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the export encryption key params

func (*ExportEncryptionKeyParams) SetTimeout

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

SetTimeout adds the timeout to the export encryption key params

func (*ExportEncryptionKeyParams) WithBody

WithBody adds the body to the export encryption key params

func (*ExportEncryptionKeyParams) WithContext

WithContext adds the context to the export encryption key params

func (*ExportEncryptionKeyParams) WithDefaults

WithDefaults hydrates default values in the export encryption key params (not the query body).

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

func (*ExportEncryptionKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the export encryption key params

func (*ExportEncryptionKeyParams) WithTimeout

WithTimeout adds the timeout to the export encryption key params

func (*ExportEncryptionKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExportEncryptionKeyReader

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

ExportEncryptionKeyReader is a Reader for the ExportEncryptionKey structure.

func (*ExportEncryptionKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExportEncryptionKeyUnauthorized

type ExportEncryptionKeyUnauthorized struct {
}

ExportEncryptionKeyUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewExportEncryptionKeyUnauthorized

func NewExportEncryptionKeyUnauthorized() *ExportEncryptionKeyUnauthorized

NewExportEncryptionKeyUnauthorized creates a ExportEncryptionKeyUnauthorized with default headers values

func (*ExportEncryptionKeyUnauthorized) Code

Code gets the status code for the export encryption key unauthorized response

func (*ExportEncryptionKeyUnauthorized) Error

func (*ExportEncryptionKeyUnauthorized) IsClientError

func (o *ExportEncryptionKeyUnauthorized) IsClientError() bool

IsClientError returns true when this export encryption key unauthorized response has a 4xx status code

func (*ExportEncryptionKeyUnauthorized) IsCode

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

IsCode returns true when this export encryption key unauthorized response a status code equal to that given

func (*ExportEncryptionKeyUnauthorized) IsRedirect

func (o *ExportEncryptionKeyUnauthorized) IsRedirect() bool

IsRedirect returns true when this export encryption key unauthorized response has a 3xx status code

func (*ExportEncryptionKeyUnauthorized) IsServerError

func (o *ExportEncryptionKeyUnauthorized) IsServerError() bool

IsServerError returns true when this export encryption key unauthorized response has a 5xx status code

func (*ExportEncryptionKeyUnauthorized) IsSuccess

func (o *ExportEncryptionKeyUnauthorized) IsSuccess() bool

IsSuccess returns true when this export encryption key unauthorized response has a 2xx status code

func (*ExportEncryptionKeyUnauthorized) String

type GetConfigForbidden

type GetConfigForbidden struct {
	Payload *models.RestError
}

GetConfigForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewGetConfigForbidden

func NewGetConfigForbidden() *GetConfigForbidden

NewGetConfigForbidden creates a GetConfigForbidden with default headers values

func (*GetConfigForbidden) Code

func (o *GetConfigForbidden) Code() int

Code gets the status code for the get config forbidden response

func (*GetConfigForbidden) Error

func (o *GetConfigForbidden) Error() string

func (*GetConfigForbidden) GetPayload

func (o *GetConfigForbidden) GetPayload() *models.RestError

func (*GetConfigForbidden) IsClientError

func (o *GetConfigForbidden) IsClientError() bool

IsClientError returns true when this get config forbidden response has a 4xx status code

func (*GetConfigForbidden) IsCode

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

IsCode returns true when this get config forbidden response a status code equal to that given

func (*GetConfigForbidden) IsRedirect

func (o *GetConfigForbidden) IsRedirect() bool

IsRedirect returns true when this get config forbidden response has a 3xx status code

func (*GetConfigForbidden) IsServerError

func (o *GetConfigForbidden) IsServerError() bool

IsServerError returns true when this get config forbidden response has a 5xx status code

func (*GetConfigForbidden) IsSuccess

func (o *GetConfigForbidden) IsSuccess() bool

IsSuccess returns true when this get config forbidden response has a 2xx status code

func (*GetConfigForbidden) String

func (o *GetConfigForbidden) String() string

type GetConfigInternalServerError

type GetConfigInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewGetConfigInternalServerError

func NewGetConfigInternalServerError() *GetConfigInternalServerError

NewGetConfigInternalServerError creates a GetConfigInternalServerError with default headers values

func (*GetConfigInternalServerError) Code

Code gets the status code for the get config internal server error response

func (*GetConfigInternalServerError) Error

func (*GetConfigInternalServerError) GetPayload

func (*GetConfigInternalServerError) IsClientError

func (o *GetConfigInternalServerError) IsClientError() bool

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

func (*GetConfigInternalServerError) IsCode

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

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

func (*GetConfigInternalServerError) IsRedirect

func (o *GetConfigInternalServerError) IsRedirect() bool

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

func (*GetConfigInternalServerError) IsServerError

func (o *GetConfigInternalServerError) IsServerError() bool

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

func (*GetConfigInternalServerError) IsSuccess

func (o *GetConfigInternalServerError) IsSuccess() bool

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

func (*GetConfigInternalServerError) String

type GetConfigNotFound

type GetConfigNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewGetConfigNotFound

func NewGetConfigNotFound() *GetConfigNotFound

NewGetConfigNotFound creates a GetConfigNotFound with default headers values

func (*GetConfigNotFound) Code

func (o *GetConfigNotFound) Code() int

Code gets the status code for the get config not found response

func (*GetConfigNotFound) Error

func (o *GetConfigNotFound) Error() string

func (*GetConfigNotFound) GetPayload

func (o *GetConfigNotFound) GetPayload() *models.RestError

func (*GetConfigNotFound) IsClientError

func (o *GetConfigNotFound) IsClientError() bool

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

func (*GetConfigNotFound) IsCode

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

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

func (*GetConfigNotFound) IsRedirect

func (o *GetConfigNotFound) IsRedirect() bool

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

func (*GetConfigNotFound) IsServerError

func (o *GetConfigNotFound) IsServerError() bool

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

func (*GetConfigNotFound) IsSuccess

func (o *GetConfigNotFound) IsSuccess() bool

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

func (*GetConfigNotFound) String

func (o *GetConfigNotFound) String() string

type GetConfigOK

type GetConfigOK struct {
	Payload *models.RestConfiguration
}

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

A successful response.

func NewGetConfigOK

func NewGetConfigOK() *GetConfigOK

NewGetConfigOK creates a GetConfigOK with default headers values

func (*GetConfigOK) Code

func (o *GetConfigOK) Code() int

Code gets the status code for the get config o k response

func (*GetConfigOK) Error

func (o *GetConfigOK) Error() string

func (*GetConfigOK) GetPayload

func (o *GetConfigOK) GetPayload() *models.RestConfiguration

func (*GetConfigOK) IsClientError

func (o *GetConfigOK) IsClientError() bool

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

func (*GetConfigOK) IsCode

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

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

func (*GetConfigOK) IsRedirect

func (o *GetConfigOK) IsRedirect() bool

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

func (*GetConfigOK) IsServerError

func (o *GetConfigOK) IsServerError() bool

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

func (*GetConfigOK) IsSuccess

func (o *GetConfigOK) IsSuccess() bool

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

func (*GetConfigOK) String

func (o *GetConfigOK) String() string

type GetConfigParams

type GetConfigParams struct {

	/* Data.

	   JSON-encoded data to store
	*/
	Data *string

	/* FullPath.

	   Full slash-separated path to the config key
	*/
	FullPath string

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

GetConfigParams contains all the parameters to send to the API endpoint

for the get config operation.

Typically these are written to a http.Request.

func NewGetConfigParams

func NewGetConfigParams() *GetConfigParams

NewGetConfigParams creates a new GetConfigParams 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 NewGetConfigParamsWithContext

func NewGetConfigParamsWithContext(ctx context.Context) *GetConfigParams

NewGetConfigParamsWithContext creates a new GetConfigParams object with the ability to set a context for a request.

func NewGetConfigParamsWithHTTPClient

func NewGetConfigParamsWithHTTPClient(client *http.Client) *GetConfigParams

NewGetConfigParamsWithHTTPClient creates a new GetConfigParams object with the ability to set a custom HTTPClient for a request.

func NewGetConfigParamsWithTimeout

func NewGetConfigParamsWithTimeout(timeout time.Duration) *GetConfigParams

NewGetConfigParamsWithTimeout creates a new GetConfigParams object with the ability to set a timeout on a request.

func (*GetConfigParams) SetContext

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

SetContext adds the context to the get config params

func (*GetConfigParams) SetData

func (o *GetConfigParams) SetData(data *string)

SetData adds the data to the get config params

func (*GetConfigParams) SetDefaults

func (o *GetConfigParams) SetDefaults()

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

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

func (*GetConfigParams) SetFullPath

func (o *GetConfigParams) SetFullPath(fullPath string)

SetFullPath adds the fullPath to the get config params

func (*GetConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get config params

func (*GetConfigParams) SetTimeout

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

SetTimeout adds the timeout to the get config params

func (*GetConfigParams) WithContext

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

WithContext adds the context to the get config params

func (*GetConfigParams) WithData

func (o *GetConfigParams) WithData(data *string) *GetConfigParams

WithData adds the data to the get config params

func (*GetConfigParams) WithDefaults

func (o *GetConfigParams) WithDefaults() *GetConfigParams

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

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

func (*GetConfigParams) WithFullPath

func (o *GetConfigParams) WithFullPath(fullPath string) *GetConfigParams

WithFullPath adds the fullPath to the get config params

func (*GetConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get config params

func (*GetConfigParams) WithTimeout

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

WithTimeout adds the timeout to the get config params

func (*GetConfigParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetConfigReader

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

GetConfigReader is a Reader for the GetConfig structure.

func (*GetConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetConfigUnauthorized

type GetConfigUnauthorized struct {
}

GetConfigUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewGetConfigUnauthorized

func NewGetConfigUnauthorized() *GetConfigUnauthorized

NewGetConfigUnauthorized creates a GetConfigUnauthorized with default headers values

func (*GetConfigUnauthorized) Code

func (o *GetConfigUnauthorized) Code() int

Code gets the status code for the get config unauthorized response

func (*GetConfigUnauthorized) Error

func (o *GetConfigUnauthorized) Error() string

func (*GetConfigUnauthorized) IsClientError

func (o *GetConfigUnauthorized) IsClientError() bool

IsClientError returns true when this get config unauthorized response has a 4xx status code

func (*GetConfigUnauthorized) IsCode

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

IsCode returns true when this get config unauthorized response a status code equal to that given

func (*GetConfigUnauthorized) IsRedirect

func (o *GetConfigUnauthorized) IsRedirect() bool

IsRedirect returns true when this get config unauthorized response has a 3xx status code

func (*GetConfigUnauthorized) IsServerError

func (o *GetConfigUnauthorized) IsServerError() bool

IsServerError returns true when this get config unauthorized response has a 5xx status code

func (*GetConfigUnauthorized) IsSuccess

func (o *GetConfigUnauthorized) IsSuccess() bool

IsSuccess returns true when this get config unauthorized response has a 2xx status code

func (*GetConfigUnauthorized) String

func (o *GetConfigUnauthorized) String() string

type GetDataSourceForbidden

type GetDataSourceForbidden struct {
	Payload *models.RestError
}

GetDataSourceForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewGetDataSourceForbidden

func NewGetDataSourceForbidden() *GetDataSourceForbidden

NewGetDataSourceForbidden creates a GetDataSourceForbidden with default headers values

func (*GetDataSourceForbidden) Code

func (o *GetDataSourceForbidden) Code() int

Code gets the status code for the get data source forbidden response

func (*GetDataSourceForbidden) Error

func (o *GetDataSourceForbidden) Error() string

func (*GetDataSourceForbidden) GetPayload

func (o *GetDataSourceForbidden) GetPayload() *models.RestError

func (*GetDataSourceForbidden) IsClientError

func (o *GetDataSourceForbidden) IsClientError() bool

IsClientError returns true when this get data source forbidden response has a 4xx status code

func (*GetDataSourceForbidden) IsCode

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

IsCode returns true when this get data source forbidden response a status code equal to that given

func (*GetDataSourceForbidden) IsRedirect

func (o *GetDataSourceForbidden) IsRedirect() bool

IsRedirect returns true when this get data source forbidden response has a 3xx status code

func (*GetDataSourceForbidden) IsServerError

func (o *GetDataSourceForbidden) IsServerError() bool

IsServerError returns true when this get data source forbidden response has a 5xx status code

func (*GetDataSourceForbidden) IsSuccess

func (o *GetDataSourceForbidden) IsSuccess() bool

IsSuccess returns true when this get data source forbidden response has a 2xx status code

func (*GetDataSourceForbidden) String

func (o *GetDataSourceForbidden) String() string

type GetDataSourceInternalServerError

type GetDataSourceInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewGetDataSourceInternalServerError

func NewGetDataSourceInternalServerError() *GetDataSourceInternalServerError

NewGetDataSourceInternalServerError creates a GetDataSourceInternalServerError with default headers values

func (*GetDataSourceInternalServerError) Code

Code gets the status code for the get data source internal server error response

func (*GetDataSourceInternalServerError) Error

func (*GetDataSourceInternalServerError) GetPayload

func (*GetDataSourceInternalServerError) IsClientError

func (o *GetDataSourceInternalServerError) IsClientError() bool

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

func (*GetDataSourceInternalServerError) IsCode

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

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

func (*GetDataSourceInternalServerError) IsRedirect

func (o *GetDataSourceInternalServerError) IsRedirect() bool

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

func (*GetDataSourceInternalServerError) IsServerError

func (o *GetDataSourceInternalServerError) IsServerError() bool

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

func (*GetDataSourceInternalServerError) IsSuccess

func (o *GetDataSourceInternalServerError) IsSuccess() bool

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

func (*GetDataSourceInternalServerError) String

type GetDataSourceNotFound

type GetDataSourceNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewGetDataSourceNotFound

func NewGetDataSourceNotFound() *GetDataSourceNotFound

NewGetDataSourceNotFound creates a GetDataSourceNotFound with default headers values

func (*GetDataSourceNotFound) Code

func (o *GetDataSourceNotFound) Code() int

Code gets the status code for the get data source not found response

func (*GetDataSourceNotFound) Error

func (o *GetDataSourceNotFound) Error() string

func (*GetDataSourceNotFound) GetPayload

func (o *GetDataSourceNotFound) GetPayload() *models.RestError

func (*GetDataSourceNotFound) IsClientError

func (o *GetDataSourceNotFound) IsClientError() bool

IsClientError returns true when this get data source not found response has a 4xx status code

func (*GetDataSourceNotFound) IsCode

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

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

func (*GetDataSourceNotFound) IsRedirect

func (o *GetDataSourceNotFound) IsRedirect() bool

IsRedirect returns true when this get data source not found response has a 3xx status code

func (*GetDataSourceNotFound) IsServerError

func (o *GetDataSourceNotFound) IsServerError() bool

IsServerError returns true when this get data source not found response has a 5xx status code

func (*GetDataSourceNotFound) IsSuccess

func (o *GetDataSourceNotFound) IsSuccess() bool

IsSuccess returns true when this get data source not found response has a 2xx status code

func (*GetDataSourceNotFound) String

func (o *GetDataSourceNotFound) String() string

type GetDataSourceOK

type GetDataSourceOK struct {
	Payload *models.ObjectDataSource
}

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

A successful response.

func NewGetDataSourceOK

func NewGetDataSourceOK() *GetDataSourceOK

NewGetDataSourceOK creates a GetDataSourceOK with default headers values

func (*GetDataSourceOK) Code

func (o *GetDataSourceOK) Code() int

Code gets the status code for the get data source o k response

func (*GetDataSourceOK) Error

func (o *GetDataSourceOK) Error() string

func (*GetDataSourceOK) GetPayload

func (o *GetDataSourceOK) GetPayload() *models.ObjectDataSource

func (*GetDataSourceOK) IsClientError

func (o *GetDataSourceOK) IsClientError() bool

IsClientError returns true when this get data source o k response has a 4xx status code

func (*GetDataSourceOK) IsCode

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

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

func (*GetDataSourceOK) IsRedirect

func (o *GetDataSourceOK) IsRedirect() bool

IsRedirect returns true when this get data source o k response has a 3xx status code

func (*GetDataSourceOK) IsServerError

func (o *GetDataSourceOK) IsServerError() bool

IsServerError returns true when this get data source o k response has a 5xx status code

func (*GetDataSourceOK) IsSuccess

func (o *GetDataSourceOK) IsSuccess() bool

IsSuccess returns true when this get data source o k response has a 2xx status code

func (*GetDataSourceOK) String

func (o *GetDataSourceOK) String() string

type GetDataSourceParams

type GetDataSourceParams struct {

	/* APIKey.

	   Corresponding objects service api key
	*/
	APIKey *string

	/* APISecret.

	   Corresponding objects service api secret
	*/
	APISecret *string

	/* CreationDate.

	   Data Source creation date

	   Format: int32
	*/
	CreationDate *int32

	/* Disabled.

	   Whether this data source is disabled or running
	*/
	Disabled *bool

	/* EncryptionKey.

	   Encryption key used for encrypting data
	*/
	EncryptionKey *string

	/* EncryptionMode.

	   Type of encryption applied before sending data to storage

	   Default: "CLEAR"
	*/
	EncryptionMode *string

	/* FlatStorage.

	   Store data in flat format (object-storage like)
	*/
	FlatStorage *bool

	/* LastSynchronizationDate.

	   Data Source last synchronization date

	   Format: int32
	*/
	LastSynchronizationDate *int32

	/* Name.

	   Name of the data source (max length 34)
	*/
	Name string

	/* ObjectsBaseFolder.

	   Corresponding objects service base folder inside the bucket
	*/
	ObjectsBaseFolder *string

	/* ObjectsBucket.

	   Corresponding objects service bucket
	*/
	ObjectsBucket *string

	/* ObjectsHost.

	   Corresponding objects service host
	*/
	ObjectsHost *string

	/* ObjectsPort.

	   Corresponding objects service port

	   Format: int32
	*/
	ObjectsPort *int32

	/* ObjectsSecure.

	   Corresponding objects service connection type
	*/
	ObjectsSecure *bool

	/* ObjectsServiceName.

	   Corresponding objects service name (underlying s3 service)
	*/
	ObjectsServiceName *string

	/* PeerAddress.

	   Peer address of the data source
	*/
	PeerAddress *string

	/* SkipSyncOnRestart.

	   Do not trigger resync at start
	*/
	SkipSyncOnRestart *bool

	/* StorageType.

	   Type of underlying storage (LOCAL, S3, AZURE, GCS)

	   Default: "LOCAL"
	*/
	StorageType *string

	/* VersioningPolicyName.

	   Versioning policy describes how files are kept in the versioning queue
	*/
	VersioningPolicyName *string

	/* Watch.

	   Not implemented, whether to watch for underlying changes on the FS
	*/
	Watch *bool

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

GetDataSourceParams contains all the parameters to send to the API endpoint

for the get data source operation.

Typically these are written to a http.Request.

func NewGetDataSourceParams

func NewGetDataSourceParams() *GetDataSourceParams

NewGetDataSourceParams creates a new GetDataSourceParams 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 NewGetDataSourceParamsWithContext

func NewGetDataSourceParamsWithContext(ctx context.Context) *GetDataSourceParams

NewGetDataSourceParamsWithContext creates a new GetDataSourceParams object with the ability to set a context for a request.

func NewGetDataSourceParamsWithHTTPClient

func NewGetDataSourceParamsWithHTTPClient(client *http.Client) *GetDataSourceParams

NewGetDataSourceParamsWithHTTPClient creates a new GetDataSourceParams object with the ability to set a custom HTTPClient for a request.

func NewGetDataSourceParamsWithTimeout

func NewGetDataSourceParamsWithTimeout(timeout time.Duration) *GetDataSourceParams

NewGetDataSourceParamsWithTimeout creates a new GetDataSourceParams object with the ability to set a timeout on a request.

func (*GetDataSourceParams) SetAPIKey

func (o *GetDataSourceParams) SetAPIKey(aPIKey *string)

SetAPIKey adds the apiKey to the get data source params

func (*GetDataSourceParams) SetAPISecret

func (o *GetDataSourceParams) SetAPISecret(aPISecret *string)

SetAPISecret adds the apiSecret to the get data source params

func (*GetDataSourceParams) SetContext

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

SetContext adds the context to the get data source params

func (*GetDataSourceParams) SetCreationDate

func (o *GetDataSourceParams) SetCreationDate(creationDate *int32)

SetCreationDate adds the creationDate to the get data source params

func (*GetDataSourceParams) SetDefaults

func (o *GetDataSourceParams) SetDefaults()

SetDefaults hydrates default values in the get data source params (not the query body).

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

func (*GetDataSourceParams) SetDisabled

func (o *GetDataSourceParams) SetDisabled(disabled *bool)

SetDisabled adds the disabled to the get data source params

func (*GetDataSourceParams) SetEncryptionKey

func (o *GetDataSourceParams) SetEncryptionKey(encryptionKey *string)

SetEncryptionKey adds the encryptionKey to the get data source params

func (*GetDataSourceParams) SetEncryptionMode

func (o *GetDataSourceParams) SetEncryptionMode(encryptionMode *string)

SetEncryptionMode adds the encryptionMode to the get data source params

func (*GetDataSourceParams) SetFlatStorage

func (o *GetDataSourceParams) SetFlatStorage(flatStorage *bool)

SetFlatStorage adds the flatStorage to the get data source params

func (*GetDataSourceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get data source params

func (*GetDataSourceParams) SetLastSynchronizationDate

func (o *GetDataSourceParams) SetLastSynchronizationDate(lastSynchronizationDate *int32)

SetLastSynchronizationDate adds the lastSynchronizationDate to the get data source params

func (*GetDataSourceParams) SetName

func (o *GetDataSourceParams) SetName(name string)

SetName adds the name to the get data source params

func (*GetDataSourceParams) SetObjectsBaseFolder

func (o *GetDataSourceParams) SetObjectsBaseFolder(objectsBaseFolder *string)

SetObjectsBaseFolder adds the objectsBaseFolder to the get data source params

func (*GetDataSourceParams) SetObjectsBucket

func (o *GetDataSourceParams) SetObjectsBucket(objectsBucket *string)

SetObjectsBucket adds the objectsBucket to the get data source params

func (*GetDataSourceParams) SetObjectsHost

func (o *GetDataSourceParams) SetObjectsHost(objectsHost *string)

SetObjectsHost adds the objectsHost to the get data source params

func (*GetDataSourceParams) SetObjectsPort

func (o *GetDataSourceParams) SetObjectsPort(objectsPort *int32)

SetObjectsPort adds the objectsPort to the get data source params

func (*GetDataSourceParams) SetObjectsSecure

func (o *GetDataSourceParams) SetObjectsSecure(objectsSecure *bool)

SetObjectsSecure adds the objectsSecure to the get data source params

func (*GetDataSourceParams) SetObjectsServiceName

func (o *GetDataSourceParams) SetObjectsServiceName(objectsServiceName *string)

SetObjectsServiceName adds the objectsServiceName to the get data source params

func (*GetDataSourceParams) SetPeerAddress

func (o *GetDataSourceParams) SetPeerAddress(peerAddress *string)

SetPeerAddress adds the peerAddress to the get data source params

func (*GetDataSourceParams) SetSkipSyncOnRestart

func (o *GetDataSourceParams) SetSkipSyncOnRestart(skipSyncOnRestart *bool)

SetSkipSyncOnRestart adds the skipSyncOnRestart to the get data source params

func (*GetDataSourceParams) SetStorageType

func (o *GetDataSourceParams) SetStorageType(storageType *string)

SetStorageType adds the storageType to the get data source params

func (*GetDataSourceParams) SetTimeout

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

SetTimeout adds the timeout to the get data source params

func (*GetDataSourceParams) SetVersioningPolicyName

func (o *GetDataSourceParams) SetVersioningPolicyName(versioningPolicyName *string)

SetVersioningPolicyName adds the versioningPolicyName to the get data source params

func (*GetDataSourceParams) SetWatch

func (o *GetDataSourceParams) SetWatch(watch *bool)

SetWatch adds the watch to the get data source params

func (*GetDataSourceParams) WithAPIKey

func (o *GetDataSourceParams) WithAPIKey(aPIKey *string) *GetDataSourceParams

WithAPIKey adds the aPIKey to the get data source params

func (*GetDataSourceParams) WithAPISecret

func (o *GetDataSourceParams) WithAPISecret(aPISecret *string) *GetDataSourceParams

WithAPISecret adds the aPISecret to the get data source params

func (*GetDataSourceParams) WithContext

WithContext adds the context to the get data source params

func (*GetDataSourceParams) WithCreationDate

func (o *GetDataSourceParams) WithCreationDate(creationDate *int32) *GetDataSourceParams

WithCreationDate adds the creationDate to the get data source params

func (*GetDataSourceParams) WithDefaults

func (o *GetDataSourceParams) WithDefaults() *GetDataSourceParams

WithDefaults hydrates default values in the get data source params (not the query body).

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

func (*GetDataSourceParams) WithDisabled

func (o *GetDataSourceParams) WithDisabled(disabled *bool) *GetDataSourceParams

WithDisabled adds the disabled to the get data source params

func (*GetDataSourceParams) WithEncryptionKey

func (o *GetDataSourceParams) WithEncryptionKey(encryptionKey *string) *GetDataSourceParams

WithEncryptionKey adds the encryptionKey to the get data source params

func (*GetDataSourceParams) WithEncryptionMode

func (o *GetDataSourceParams) WithEncryptionMode(encryptionMode *string) *GetDataSourceParams

WithEncryptionMode adds the encryptionMode to the get data source params

func (*GetDataSourceParams) WithFlatStorage

func (o *GetDataSourceParams) WithFlatStorage(flatStorage *bool) *GetDataSourceParams

WithFlatStorage adds the flatStorage to the get data source params

func (*GetDataSourceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get data source params

func (*GetDataSourceParams) WithLastSynchronizationDate

func (o *GetDataSourceParams) WithLastSynchronizationDate(lastSynchronizationDate *int32) *GetDataSourceParams

WithLastSynchronizationDate adds the lastSynchronizationDate to the get data source params

func (*GetDataSourceParams) WithName

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

WithName adds the name to the get data source params

func (*GetDataSourceParams) WithObjectsBaseFolder

func (o *GetDataSourceParams) WithObjectsBaseFolder(objectsBaseFolder *string) *GetDataSourceParams

WithObjectsBaseFolder adds the objectsBaseFolder to the get data source params

func (*GetDataSourceParams) WithObjectsBucket

func (o *GetDataSourceParams) WithObjectsBucket(objectsBucket *string) *GetDataSourceParams

WithObjectsBucket adds the objectsBucket to the get data source params

func (*GetDataSourceParams) WithObjectsHost

func (o *GetDataSourceParams) WithObjectsHost(objectsHost *string) *GetDataSourceParams

WithObjectsHost adds the objectsHost to the get data source params

func (*GetDataSourceParams) WithObjectsPort

func (o *GetDataSourceParams) WithObjectsPort(objectsPort *int32) *GetDataSourceParams

WithObjectsPort adds the objectsPort to the get data source params

func (*GetDataSourceParams) WithObjectsSecure

func (o *GetDataSourceParams) WithObjectsSecure(objectsSecure *bool) *GetDataSourceParams

WithObjectsSecure adds the objectsSecure to the get data source params

func (*GetDataSourceParams) WithObjectsServiceName

func (o *GetDataSourceParams) WithObjectsServiceName(objectsServiceName *string) *GetDataSourceParams

WithObjectsServiceName adds the objectsServiceName to the get data source params

func (*GetDataSourceParams) WithPeerAddress

func (o *GetDataSourceParams) WithPeerAddress(peerAddress *string) *GetDataSourceParams

WithPeerAddress adds the peerAddress to the get data source params

func (*GetDataSourceParams) WithSkipSyncOnRestart

func (o *GetDataSourceParams) WithSkipSyncOnRestart(skipSyncOnRestart *bool) *GetDataSourceParams

WithSkipSyncOnRestart adds the skipSyncOnRestart to the get data source params

func (*GetDataSourceParams) WithStorageType

func (o *GetDataSourceParams) WithStorageType(storageType *string) *GetDataSourceParams

WithStorageType adds the storageType to the get data source params

func (*GetDataSourceParams) WithTimeout

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

WithTimeout adds the timeout to the get data source params

func (*GetDataSourceParams) WithVersioningPolicyName

func (o *GetDataSourceParams) WithVersioningPolicyName(versioningPolicyName *string) *GetDataSourceParams

WithVersioningPolicyName adds the versioningPolicyName to the get data source params

func (*GetDataSourceParams) WithWatch

func (o *GetDataSourceParams) WithWatch(watch *bool) *GetDataSourceParams

WithWatch adds the watch to the get data source params

func (*GetDataSourceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetDataSourceReader

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

GetDataSourceReader is a Reader for the GetDataSource structure.

func (*GetDataSourceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDataSourceUnauthorized

type GetDataSourceUnauthorized struct {
}

GetDataSourceUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewGetDataSourceUnauthorized

func NewGetDataSourceUnauthorized() *GetDataSourceUnauthorized

NewGetDataSourceUnauthorized creates a GetDataSourceUnauthorized with default headers values

func (*GetDataSourceUnauthorized) Code

func (o *GetDataSourceUnauthorized) Code() int

Code gets the status code for the get data source unauthorized response

func (*GetDataSourceUnauthorized) Error

func (o *GetDataSourceUnauthorized) Error() string

func (*GetDataSourceUnauthorized) IsClientError

func (o *GetDataSourceUnauthorized) IsClientError() bool

IsClientError returns true when this get data source unauthorized response has a 4xx status code

func (*GetDataSourceUnauthorized) IsCode

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

IsCode returns true when this get data source unauthorized response a status code equal to that given

func (*GetDataSourceUnauthorized) IsRedirect

func (o *GetDataSourceUnauthorized) IsRedirect() bool

IsRedirect returns true when this get data source unauthorized response has a 3xx status code

func (*GetDataSourceUnauthorized) IsServerError

func (o *GetDataSourceUnauthorized) IsServerError() bool

IsServerError returns true when this get data source unauthorized response has a 5xx status code

func (*GetDataSourceUnauthorized) IsSuccess

func (o *GetDataSourceUnauthorized) IsSuccess() bool

IsSuccess returns true when this get data source unauthorized response has a 2xx status code

func (*GetDataSourceUnauthorized) String

func (o *GetDataSourceUnauthorized) String() string

type GetVersioningPolicyForbidden

type GetVersioningPolicyForbidden struct {
	Payload *models.RestError
}

GetVersioningPolicyForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewGetVersioningPolicyForbidden

func NewGetVersioningPolicyForbidden() *GetVersioningPolicyForbidden

NewGetVersioningPolicyForbidden creates a GetVersioningPolicyForbidden with default headers values

func (*GetVersioningPolicyForbidden) Code

Code gets the status code for the get versioning policy forbidden response

func (*GetVersioningPolicyForbidden) Error

func (*GetVersioningPolicyForbidden) GetPayload

func (*GetVersioningPolicyForbidden) IsClientError

func (o *GetVersioningPolicyForbidden) IsClientError() bool

IsClientError returns true when this get versioning policy forbidden response has a 4xx status code

func (*GetVersioningPolicyForbidden) IsCode

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

IsCode returns true when this get versioning policy forbidden response a status code equal to that given

func (*GetVersioningPolicyForbidden) IsRedirect

func (o *GetVersioningPolicyForbidden) IsRedirect() bool

IsRedirect returns true when this get versioning policy forbidden response has a 3xx status code

func (*GetVersioningPolicyForbidden) IsServerError

func (o *GetVersioningPolicyForbidden) IsServerError() bool

IsServerError returns true when this get versioning policy forbidden response has a 5xx status code

func (*GetVersioningPolicyForbidden) IsSuccess

func (o *GetVersioningPolicyForbidden) IsSuccess() bool

IsSuccess returns true when this get versioning policy forbidden response has a 2xx status code

func (*GetVersioningPolicyForbidden) String

type GetVersioningPolicyInternalServerError

type GetVersioningPolicyInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewGetVersioningPolicyInternalServerError

func NewGetVersioningPolicyInternalServerError() *GetVersioningPolicyInternalServerError

NewGetVersioningPolicyInternalServerError creates a GetVersioningPolicyInternalServerError with default headers values

func (*GetVersioningPolicyInternalServerError) Code

Code gets the status code for the get versioning policy internal server error response

func (*GetVersioningPolicyInternalServerError) Error

func (*GetVersioningPolicyInternalServerError) GetPayload

func (*GetVersioningPolicyInternalServerError) IsClientError

func (o *GetVersioningPolicyInternalServerError) IsClientError() bool

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

func (*GetVersioningPolicyInternalServerError) IsCode

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

func (*GetVersioningPolicyInternalServerError) IsRedirect

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

func (*GetVersioningPolicyInternalServerError) IsServerError

func (o *GetVersioningPolicyInternalServerError) IsServerError() bool

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

func (*GetVersioningPolicyInternalServerError) IsSuccess

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

func (*GetVersioningPolicyInternalServerError) String

type GetVersioningPolicyNotFound

type GetVersioningPolicyNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewGetVersioningPolicyNotFound

func NewGetVersioningPolicyNotFound() *GetVersioningPolicyNotFound

NewGetVersioningPolicyNotFound creates a GetVersioningPolicyNotFound with default headers values

func (*GetVersioningPolicyNotFound) Code

func (o *GetVersioningPolicyNotFound) Code() int

Code gets the status code for the get versioning policy not found response

func (*GetVersioningPolicyNotFound) Error

func (*GetVersioningPolicyNotFound) GetPayload

func (o *GetVersioningPolicyNotFound) GetPayload() *models.RestError

func (*GetVersioningPolicyNotFound) IsClientError

func (o *GetVersioningPolicyNotFound) IsClientError() bool

IsClientError returns true when this get versioning policy not found response has a 4xx status code

func (*GetVersioningPolicyNotFound) IsCode

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

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

func (*GetVersioningPolicyNotFound) IsRedirect

func (o *GetVersioningPolicyNotFound) IsRedirect() bool

IsRedirect returns true when this get versioning policy not found response has a 3xx status code

func (*GetVersioningPolicyNotFound) IsServerError

func (o *GetVersioningPolicyNotFound) IsServerError() bool

IsServerError returns true when this get versioning policy not found response has a 5xx status code

func (*GetVersioningPolicyNotFound) IsSuccess

func (o *GetVersioningPolicyNotFound) IsSuccess() bool

IsSuccess returns true when this get versioning policy not found response has a 2xx status code

func (*GetVersioningPolicyNotFound) String

func (o *GetVersioningPolicyNotFound) String() string

type GetVersioningPolicyOK

type GetVersioningPolicyOK struct {
	Payload *models.TreeVersioningPolicy
}

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

A successful response.

func NewGetVersioningPolicyOK

func NewGetVersioningPolicyOK() *GetVersioningPolicyOK

NewGetVersioningPolicyOK creates a GetVersioningPolicyOK with default headers values

func (*GetVersioningPolicyOK) Code

func (o *GetVersioningPolicyOK) Code() int

Code gets the status code for the get versioning policy o k response

func (*GetVersioningPolicyOK) Error

func (o *GetVersioningPolicyOK) Error() string

func (*GetVersioningPolicyOK) GetPayload

func (*GetVersioningPolicyOK) IsClientError

func (o *GetVersioningPolicyOK) IsClientError() bool

IsClientError returns true when this get versioning policy o k response has a 4xx status code

func (*GetVersioningPolicyOK) IsCode

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

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

func (*GetVersioningPolicyOK) IsRedirect

func (o *GetVersioningPolicyOK) IsRedirect() bool

IsRedirect returns true when this get versioning policy o k response has a 3xx status code

func (*GetVersioningPolicyOK) IsServerError

func (o *GetVersioningPolicyOK) IsServerError() bool

IsServerError returns true when this get versioning policy o k response has a 5xx status code

func (*GetVersioningPolicyOK) IsSuccess

func (o *GetVersioningPolicyOK) IsSuccess() bool

IsSuccess returns true when this get versioning policy o k response has a 2xx status code

func (*GetVersioningPolicyOK) String

func (o *GetVersioningPolicyOK) String() string

type GetVersioningPolicyParams

type GetVersioningPolicyParams struct {

	// Description.
	Description *string

	// IgnoreFilesGreaterThan.
	//
	// Format: int64
	IgnoreFilesGreaterThan *string

	// MaxSizePerFile.
	//
	// Format: int64
	MaxSizePerFile *string

	// MaxTotalSize.
	//
	// Format: int64
	MaxTotalSize *string

	// Name.
	Name *string

	// NodeDeletedStrategy.
	//
	// Default: "KeepAll"
	NodeDeletedStrategy *string

	// UUID.
	UUID string

	// VersionsDataSourceBucket.
	VersionsDataSourceBucket *string

	// VersionsDataSourceName.
	VersionsDataSourceName *string

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

GetVersioningPolicyParams contains all the parameters to send to the API endpoint

for the get versioning policy operation.

Typically these are written to a http.Request.

func NewGetVersioningPolicyParams

func NewGetVersioningPolicyParams() *GetVersioningPolicyParams

NewGetVersioningPolicyParams creates a new GetVersioningPolicyParams 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 NewGetVersioningPolicyParamsWithContext

func NewGetVersioningPolicyParamsWithContext(ctx context.Context) *GetVersioningPolicyParams

NewGetVersioningPolicyParamsWithContext creates a new GetVersioningPolicyParams object with the ability to set a context for a request.

func NewGetVersioningPolicyParamsWithHTTPClient

func NewGetVersioningPolicyParamsWithHTTPClient(client *http.Client) *GetVersioningPolicyParams

NewGetVersioningPolicyParamsWithHTTPClient creates a new GetVersioningPolicyParams object with the ability to set a custom HTTPClient for a request.

func NewGetVersioningPolicyParamsWithTimeout

func NewGetVersioningPolicyParamsWithTimeout(timeout time.Duration) *GetVersioningPolicyParams

NewGetVersioningPolicyParamsWithTimeout creates a new GetVersioningPolicyParams object with the ability to set a timeout on a request.

func (*GetVersioningPolicyParams) SetContext

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

SetContext adds the context to the get versioning policy params

func (*GetVersioningPolicyParams) SetDefaults

func (o *GetVersioningPolicyParams) SetDefaults()

SetDefaults hydrates default values in the get versioning policy params (not the query body).

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

func (*GetVersioningPolicyParams) SetDescription

func (o *GetVersioningPolicyParams) SetDescription(description *string)

SetDescription adds the description to the get versioning policy params

func (*GetVersioningPolicyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get versioning policy params

func (*GetVersioningPolicyParams) SetIgnoreFilesGreaterThan

func (o *GetVersioningPolicyParams) SetIgnoreFilesGreaterThan(ignoreFilesGreaterThan *string)

SetIgnoreFilesGreaterThan adds the ignoreFilesGreaterThan to the get versioning policy params

func (*GetVersioningPolicyParams) SetMaxSizePerFile

func (o *GetVersioningPolicyParams) SetMaxSizePerFile(maxSizePerFile *string)

SetMaxSizePerFile adds the maxSizePerFile to the get versioning policy params

func (*GetVersioningPolicyParams) SetMaxTotalSize

func (o *GetVersioningPolicyParams) SetMaxTotalSize(maxTotalSize *string)

SetMaxTotalSize adds the maxTotalSize to the get versioning policy params

func (*GetVersioningPolicyParams) SetName

func (o *GetVersioningPolicyParams) SetName(name *string)

SetName adds the name to the get versioning policy params

func (*GetVersioningPolicyParams) SetNodeDeletedStrategy

func (o *GetVersioningPolicyParams) SetNodeDeletedStrategy(nodeDeletedStrategy *string)

SetNodeDeletedStrategy adds the nodeDeletedStrategy to the get versioning policy params

func (*GetVersioningPolicyParams) SetTimeout

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

SetTimeout adds the timeout to the get versioning policy params

func (*GetVersioningPolicyParams) SetUUID

func (o *GetVersioningPolicyParams) SetUUID(uuid string)

SetUUID adds the uuid to the get versioning policy params

func (*GetVersioningPolicyParams) SetVersionsDataSourceBucket

func (o *GetVersioningPolicyParams) SetVersionsDataSourceBucket(versionsDataSourceBucket *string)

SetVersionsDataSourceBucket adds the versionsDataSourceBucket to the get versioning policy params

func (*GetVersioningPolicyParams) SetVersionsDataSourceName

func (o *GetVersioningPolicyParams) SetVersionsDataSourceName(versionsDataSourceName *string)

SetVersionsDataSourceName adds the versionsDataSourceName to the get versioning policy params

func (*GetVersioningPolicyParams) WithContext

WithContext adds the context to the get versioning policy params

func (*GetVersioningPolicyParams) WithDefaults

WithDefaults hydrates default values in the get versioning policy params (not the query body).

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

func (*GetVersioningPolicyParams) WithDescription

func (o *GetVersioningPolicyParams) WithDescription(description *string) *GetVersioningPolicyParams

WithDescription adds the description to the get versioning policy params

func (*GetVersioningPolicyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get versioning policy params

func (*GetVersioningPolicyParams) WithIgnoreFilesGreaterThan

func (o *GetVersioningPolicyParams) WithIgnoreFilesGreaterThan(ignoreFilesGreaterThan *string) *GetVersioningPolicyParams

WithIgnoreFilesGreaterThan adds the ignoreFilesGreaterThan to the get versioning policy params

func (*GetVersioningPolicyParams) WithMaxSizePerFile

func (o *GetVersioningPolicyParams) WithMaxSizePerFile(maxSizePerFile *string) *GetVersioningPolicyParams

WithMaxSizePerFile adds the maxSizePerFile to the get versioning policy params

func (*GetVersioningPolicyParams) WithMaxTotalSize

func (o *GetVersioningPolicyParams) WithMaxTotalSize(maxTotalSize *string) *GetVersioningPolicyParams

WithMaxTotalSize adds the maxTotalSize to the get versioning policy params

func (*GetVersioningPolicyParams) WithName

WithName adds the name to the get versioning policy params

func (*GetVersioningPolicyParams) WithNodeDeletedStrategy

func (o *GetVersioningPolicyParams) WithNodeDeletedStrategy(nodeDeletedStrategy *string) *GetVersioningPolicyParams

WithNodeDeletedStrategy adds the nodeDeletedStrategy to the get versioning policy params

func (*GetVersioningPolicyParams) WithTimeout

WithTimeout adds the timeout to the get versioning policy params

func (*GetVersioningPolicyParams) WithUUID

WithUUID adds the uuid to the get versioning policy params

func (*GetVersioningPolicyParams) WithVersionsDataSourceBucket

func (o *GetVersioningPolicyParams) WithVersionsDataSourceBucket(versionsDataSourceBucket *string) *GetVersioningPolicyParams

WithVersionsDataSourceBucket adds the versionsDataSourceBucket to the get versioning policy params

func (*GetVersioningPolicyParams) WithVersionsDataSourceName

func (o *GetVersioningPolicyParams) WithVersionsDataSourceName(versionsDataSourceName *string) *GetVersioningPolicyParams

WithVersionsDataSourceName adds the versionsDataSourceName to the get versioning policy params

func (*GetVersioningPolicyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVersioningPolicyReader

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

GetVersioningPolicyReader is a Reader for the GetVersioningPolicy structure.

func (*GetVersioningPolicyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVersioningPolicyUnauthorized

type GetVersioningPolicyUnauthorized struct {
}

GetVersioningPolicyUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewGetVersioningPolicyUnauthorized

func NewGetVersioningPolicyUnauthorized() *GetVersioningPolicyUnauthorized

NewGetVersioningPolicyUnauthorized creates a GetVersioningPolicyUnauthorized with default headers values

func (*GetVersioningPolicyUnauthorized) Code

Code gets the status code for the get versioning policy unauthorized response

func (*GetVersioningPolicyUnauthorized) Error

func (*GetVersioningPolicyUnauthorized) IsClientError

func (o *GetVersioningPolicyUnauthorized) IsClientError() bool

IsClientError returns true when this get versioning policy unauthorized response has a 4xx status code

func (*GetVersioningPolicyUnauthorized) IsCode

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

IsCode returns true when this get versioning policy unauthorized response a status code equal to that given

func (*GetVersioningPolicyUnauthorized) IsRedirect

func (o *GetVersioningPolicyUnauthorized) IsRedirect() bool

IsRedirect returns true when this get versioning policy unauthorized response has a 3xx status code

func (*GetVersioningPolicyUnauthorized) IsServerError

func (o *GetVersioningPolicyUnauthorized) IsServerError() bool

IsServerError returns true when this get versioning policy unauthorized response has a 5xx status code

func (*GetVersioningPolicyUnauthorized) IsSuccess

func (o *GetVersioningPolicyUnauthorized) IsSuccess() bool

IsSuccess returns true when this get versioning policy unauthorized response has a 2xx status code

func (*GetVersioningPolicyUnauthorized) String

type ImportEncryptionKeyForbidden

type ImportEncryptionKeyForbidden struct {
	Payload *models.RestError
}

ImportEncryptionKeyForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewImportEncryptionKeyForbidden

func NewImportEncryptionKeyForbidden() *ImportEncryptionKeyForbidden

NewImportEncryptionKeyForbidden creates a ImportEncryptionKeyForbidden with default headers values

func (*ImportEncryptionKeyForbidden) Code

Code gets the status code for the import encryption key forbidden response

func (*ImportEncryptionKeyForbidden) Error

func (*ImportEncryptionKeyForbidden) GetPayload

func (*ImportEncryptionKeyForbidden) IsClientError

func (o *ImportEncryptionKeyForbidden) IsClientError() bool

IsClientError returns true when this import encryption key forbidden response has a 4xx status code

func (*ImportEncryptionKeyForbidden) IsCode

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

IsCode returns true when this import encryption key forbidden response a status code equal to that given

func (*ImportEncryptionKeyForbidden) IsRedirect

func (o *ImportEncryptionKeyForbidden) IsRedirect() bool

IsRedirect returns true when this import encryption key forbidden response has a 3xx status code

func (*ImportEncryptionKeyForbidden) IsServerError

func (o *ImportEncryptionKeyForbidden) IsServerError() bool

IsServerError returns true when this import encryption key forbidden response has a 5xx status code

func (*ImportEncryptionKeyForbidden) IsSuccess

func (o *ImportEncryptionKeyForbidden) IsSuccess() bool

IsSuccess returns true when this import encryption key forbidden response has a 2xx status code

func (*ImportEncryptionKeyForbidden) String

type ImportEncryptionKeyInternalServerError

type ImportEncryptionKeyInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewImportEncryptionKeyInternalServerError

func NewImportEncryptionKeyInternalServerError() *ImportEncryptionKeyInternalServerError

NewImportEncryptionKeyInternalServerError creates a ImportEncryptionKeyInternalServerError with default headers values

func (*ImportEncryptionKeyInternalServerError) Code

Code gets the status code for the import encryption key internal server error response

func (*ImportEncryptionKeyInternalServerError) Error

func (*ImportEncryptionKeyInternalServerError) GetPayload

func (*ImportEncryptionKeyInternalServerError) IsClientError

func (o *ImportEncryptionKeyInternalServerError) IsClientError() bool

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

func (*ImportEncryptionKeyInternalServerError) IsCode

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

func (*ImportEncryptionKeyInternalServerError) IsRedirect

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

func (*ImportEncryptionKeyInternalServerError) IsServerError

func (o *ImportEncryptionKeyInternalServerError) IsServerError() bool

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

func (*ImportEncryptionKeyInternalServerError) IsSuccess

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

func (*ImportEncryptionKeyInternalServerError) String

type ImportEncryptionKeyNotFound

type ImportEncryptionKeyNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewImportEncryptionKeyNotFound

func NewImportEncryptionKeyNotFound() *ImportEncryptionKeyNotFound

NewImportEncryptionKeyNotFound creates a ImportEncryptionKeyNotFound with default headers values

func (*ImportEncryptionKeyNotFound) Code

func (o *ImportEncryptionKeyNotFound) Code() int

Code gets the status code for the import encryption key not found response

func (*ImportEncryptionKeyNotFound) Error

func (*ImportEncryptionKeyNotFound) GetPayload

func (o *ImportEncryptionKeyNotFound) GetPayload() *models.RestError

func (*ImportEncryptionKeyNotFound) IsClientError

func (o *ImportEncryptionKeyNotFound) IsClientError() bool

IsClientError returns true when this import encryption key not found response has a 4xx status code

func (*ImportEncryptionKeyNotFound) IsCode

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

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

func (*ImportEncryptionKeyNotFound) IsRedirect

func (o *ImportEncryptionKeyNotFound) IsRedirect() bool

IsRedirect returns true when this import encryption key not found response has a 3xx status code

func (*ImportEncryptionKeyNotFound) IsServerError

func (o *ImportEncryptionKeyNotFound) IsServerError() bool

IsServerError returns true when this import encryption key not found response has a 5xx status code

func (*ImportEncryptionKeyNotFound) IsSuccess

func (o *ImportEncryptionKeyNotFound) IsSuccess() bool

IsSuccess returns true when this import encryption key not found response has a 2xx status code

func (*ImportEncryptionKeyNotFound) String

func (o *ImportEncryptionKeyNotFound) String() string

type ImportEncryptionKeyOK

type ImportEncryptionKeyOK struct {
	Payload *models.EncryptionAdminImportKeyResponse
}

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

A successful response.

func NewImportEncryptionKeyOK

func NewImportEncryptionKeyOK() *ImportEncryptionKeyOK

NewImportEncryptionKeyOK creates a ImportEncryptionKeyOK with default headers values

func (*ImportEncryptionKeyOK) Code

func (o *ImportEncryptionKeyOK) Code() int

Code gets the status code for the import encryption key o k response

func (*ImportEncryptionKeyOK) Error

func (o *ImportEncryptionKeyOK) Error() string

func (*ImportEncryptionKeyOK) GetPayload

func (*ImportEncryptionKeyOK) IsClientError

func (o *ImportEncryptionKeyOK) IsClientError() bool

IsClientError returns true when this import encryption key o k response has a 4xx status code

func (*ImportEncryptionKeyOK) IsCode

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

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

func (*ImportEncryptionKeyOK) IsRedirect

func (o *ImportEncryptionKeyOK) IsRedirect() bool

IsRedirect returns true when this import encryption key o k response has a 3xx status code

func (*ImportEncryptionKeyOK) IsServerError

func (o *ImportEncryptionKeyOK) IsServerError() bool

IsServerError returns true when this import encryption key o k response has a 5xx status code

func (*ImportEncryptionKeyOK) IsSuccess

func (o *ImportEncryptionKeyOK) IsSuccess() bool

IsSuccess returns true when this import encryption key o k response has a 2xx status code

func (*ImportEncryptionKeyOK) String

func (o *ImportEncryptionKeyOK) String() string

type ImportEncryptionKeyParams

type ImportEncryptionKeyParams struct {

	// Body.
	Body *models.EncryptionAdminImportKeyRequest

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

ImportEncryptionKeyParams contains all the parameters to send to the API endpoint

for the import encryption key operation.

Typically these are written to a http.Request.

func NewImportEncryptionKeyParams

func NewImportEncryptionKeyParams() *ImportEncryptionKeyParams

NewImportEncryptionKeyParams creates a new ImportEncryptionKeyParams 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 NewImportEncryptionKeyParamsWithContext

func NewImportEncryptionKeyParamsWithContext(ctx context.Context) *ImportEncryptionKeyParams

NewImportEncryptionKeyParamsWithContext creates a new ImportEncryptionKeyParams object with the ability to set a context for a request.

func NewImportEncryptionKeyParamsWithHTTPClient

func NewImportEncryptionKeyParamsWithHTTPClient(client *http.Client) *ImportEncryptionKeyParams

NewImportEncryptionKeyParamsWithHTTPClient creates a new ImportEncryptionKeyParams object with the ability to set a custom HTTPClient for a request.

func NewImportEncryptionKeyParamsWithTimeout

func NewImportEncryptionKeyParamsWithTimeout(timeout time.Duration) *ImportEncryptionKeyParams

NewImportEncryptionKeyParamsWithTimeout creates a new ImportEncryptionKeyParams object with the ability to set a timeout on a request.

func (*ImportEncryptionKeyParams) SetBody

SetBody adds the body to the import encryption key params

func (*ImportEncryptionKeyParams) SetContext

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

SetContext adds the context to the import encryption key params

func (*ImportEncryptionKeyParams) SetDefaults

func (o *ImportEncryptionKeyParams) SetDefaults()

SetDefaults hydrates default values in the import encryption key params (not the query body).

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

func (*ImportEncryptionKeyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the import encryption key params

func (*ImportEncryptionKeyParams) SetTimeout

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

SetTimeout adds the timeout to the import encryption key params

func (*ImportEncryptionKeyParams) WithBody

WithBody adds the body to the import encryption key params

func (*ImportEncryptionKeyParams) WithContext

WithContext adds the context to the import encryption key params

func (*ImportEncryptionKeyParams) WithDefaults

WithDefaults hydrates default values in the import encryption key params (not the query body).

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

func (*ImportEncryptionKeyParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the import encryption key params

func (*ImportEncryptionKeyParams) WithTimeout

WithTimeout adds the timeout to the import encryption key params

func (*ImportEncryptionKeyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImportEncryptionKeyReader

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

ImportEncryptionKeyReader is a Reader for the ImportEncryptionKey structure.

func (*ImportEncryptionKeyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImportEncryptionKeyUnauthorized

type ImportEncryptionKeyUnauthorized struct {
}

ImportEncryptionKeyUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewImportEncryptionKeyUnauthorized

func NewImportEncryptionKeyUnauthorized() *ImportEncryptionKeyUnauthorized

NewImportEncryptionKeyUnauthorized creates a ImportEncryptionKeyUnauthorized with default headers values

func (*ImportEncryptionKeyUnauthorized) Code

Code gets the status code for the import encryption key unauthorized response

func (*ImportEncryptionKeyUnauthorized) Error

func (*ImportEncryptionKeyUnauthorized) IsClientError

func (o *ImportEncryptionKeyUnauthorized) IsClientError() bool

IsClientError returns true when this import encryption key unauthorized response has a 4xx status code

func (*ImportEncryptionKeyUnauthorized) IsCode

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

IsCode returns true when this import encryption key unauthorized response a status code equal to that given

func (*ImportEncryptionKeyUnauthorized) IsRedirect

func (o *ImportEncryptionKeyUnauthorized) IsRedirect() bool

IsRedirect returns true when this import encryption key unauthorized response has a 3xx status code

func (*ImportEncryptionKeyUnauthorized) IsServerError

func (o *ImportEncryptionKeyUnauthorized) IsServerError() bool

IsServerError returns true when this import encryption key unauthorized response has a 5xx status code

func (*ImportEncryptionKeyUnauthorized) IsSuccess

func (o *ImportEncryptionKeyUnauthorized) IsSuccess() bool

IsSuccess returns true when this import encryption key unauthorized response has a 2xx status code

func (*ImportEncryptionKeyUnauthorized) String

type ListDataSourcesForbidden

type ListDataSourcesForbidden struct {
	Payload *models.RestError
}

ListDataSourcesForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewListDataSourcesForbidden

func NewListDataSourcesForbidden() *ListDataSourcesForbidden

NewListDataSourcesForbidden creates a ListDataSourcesForbidden with default headers values

func (*ListDataSourcesForbidden) Code

func (o *ListDataSourcesForbidden) Code() int

Code gets the status code for the list data sources forbidden response

func (*ListDataSourcesForbidden) Error

func (o *ListDataSourcesForbidden) Error() string

func (*ListDataSourcesForbidden) GetPayload

func (o *ListDataSourcesForbidden) GetPayload() *models.RestError

func (*ListDataSourcesForbidden) IsClientError

func (o *ListDataSourcesForbidden) IsClientError() bool

IsClientError returns true when this list data sources forbidden response has a 4xx status code

func (*ListDataSourcesForbidden) IsCode

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

IsCode returns true when this list data sources forbidden response a status code equal to that given

func (*ListDataSourcesForbidden) IsRedirect

func (o *ListDataSourcesForbidden) IsRedirect() bool

IsRedirect returns true when this list data sources forbidden response has a 3xx status code

func (*ListDataSourcesForbidden) IsServerError

func (o *ListDataSourcesForbidden) IsServerError() bool

IsServerError returns true when this list data sources forbidden response has a 5xx status code

func (*ListDataSourcesForbidden) IsSuccess

func (o *ListDataSourcesForbidden) IsSuccess() bool

IsSuccess returns true when this list data sources forbidden response has a 2xx status code

func (*ListDataSourcesForbidden) String

func (o *ListDataSourcesForbidden) String() string

type ListDataSourcesInternalServerError

type ListDataSourcesInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewListDataSourcesInternalServerError

func NewListDataSourcesInternalServerError() *ListDataSourcesInternalServerError

NewListDataSourcesInternalServerError creates a ListDataSourcesInternalServerError with default headers values

func (*ListDataSourcesInternalServerError) Code

Code gets the status code for the list data sources internal server error response

func (*ListDataSourcesInternalServerError) Error

func (*ListDataSourcesInternalServerError) GetPayload

func (*ListDataSourcesInternalServerError) IsClientError

func (o *ListDataSourcesInternalServerError) IsClientError() bool

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

func (*ListDataSourcesInternalServerError) IsCode

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

func (*ListDataSourcesInternalServerError) IsRedirect

func (o *ListDataSourcesInternalServerError) IsRedirect() bool

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

func (*ListDataSourcesInternalServerError) IsServerError

func (o *ListDataSourcesInternalServerError) IsServerError() bool

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

func (*ListDataSourcesInternalServerError) IsSuccess

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

func (*ListDataSourcesInternalServerError) String

type ListDataSourcesNotFound

type ListDataSourcesNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewListDataSourcesNotFound

func NewListDataSourcesNotFound() *ListDataSourcesNotFound

NewListDataSourcesNotFound creates a ListDataSourcesNotFound with default headers values

func (*ListDataSourcesNotFound) Code

func (o *ListDataSourcesNotFound) Code() int

Code gets the status code for the list data sources not found response

func (*ListDataSourcesNotFound) Error

func (o *ListDataSourcesNotFound) Error() string

func (*ListDataSourcesNotFound) GetPayload

func (o *ListDataSourcesNotFound) GetPayload() *models.RestError

func (*ListDataSourcesNotFound) IsClientError

func (o *ListDataSourcesNotFound) IsClientError() bool

IsClientError returns true when this list data sources not found response has a 4xx status code

func (*ListDataSourcesNotFound) IsCode

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

IsCode returns true when this list data sources not found response a status code equal to that given

func (*ListDataSourcesNotFound) IsRedirect

func (o *ListDataSourcesNotFound) IsRedirect() bool

IsRedirect returns true when this list data sources not found response has a 3xx status code

func (*ListDataSourcesNotFound) IsServerError

func (o *ListDataSourcesNotFound) IsServerError() bool

IsServerError returns true when this list data sources not found response has a 5xx status code

func (*ListDataSourcesNotFound) IsSuccess

func (o *ListDataSourcesNotFound) IsSuccess() bool

IsSuccess returns true when this list data sources not found response has a 2xx status code

func (*ListDataSourcesNotFound) String

func (o *ListDataSourcesNotFound) String() string

type ListDataSourcesOK

type ListDataSourcesOK struct {
	Payload *models.RestDataSourceCollection
}

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

A successful response.

func NewListDataSourcesOK

func NewListDataSourcesOK() *ListDataSourcesOK

NewListDataSourcesOK creates a ListDataSourcesOK with default headers values

func (*ListDataSourcesOK) Code

func (o *ListDataSourcesOK) Code() int

Code gets the status code for the list data sources o k response

func (*ListDataSourcesOK) Error

func (o *ListDataSourcesOK) Error() string

func (*ListDataSourcesOK) GetPayload

func (*ListDataSourcesOK) IsClientError

func (o *ListDataSourcesOK) IsClientError() bool

IsClientError returns true when this list data sources o k response has a 4xx status code

func (*ListDataSourcesOK) IsCode

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

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

func (*ListDataSourcesOK) IsRedirect

func (o *ListDataSourcesOK) IsRedirect() bool

IsRedirect returns true when this list data sources o k response has a 3xx status code

func (*ListDataSourcesOK) IsServerError

func (o *ListDataSourcesOK) IsServerError() bool

IsServerError returns true when this list data sources o k response has a 5xx status code

func (*ListDataSourcesOK) IsSuccess

func (o *ListDataSourcesOK) IsSuccess() bool

IsSuccess returns true when this list data sources o k response has a 2xx status code

func (*ListDataSourcesOK) String

func (o *ListDataSourcesOK) String() string

type ListDataSourcesParams

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

ListDataSourcesParams contains all the parameters to send to the API endpoint

for the list data sources operation.

Typically these are written to a http.Request.

func NewListDataSourcesParams

func NewListDataSourcesParams() *ListDataSourcesParams

NewListDataSourcesParams creates a new ListDataSourcesParams 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 NewListDataSourcesParamsWithContext

func NewListDataSourcesParamsWithContext(ctx context.Context) *ListDataSourcesParams

NewListDataSourcesParamsWithContext creates a new ListDataSourcesParams object with the ability to set a context for a request.

func NewListDataSourcesParamsWithHTTPClient

func NewListDataSourcesParamsWithHTTPClient(client *http.Client) *ListDataSourcesParams

NewListDataSourcesParamsWithHTTPClient creates a new ListDataSourcesParams object with the ability to set a custom HTTPClient for a request.

func NewListDataSourcesParamsWithTimeout

func NewListDataSourcesParamsWithTimeout(timeout time.Duration) *ListDataSourcesParams

NewListDataSourcesParamsWithTimeout creates a new ListDataSourcesParams object with the ability to set a timeout on a request.

func (*ListDataSourcesParams) SetContext

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

SetContext adds the context to the list data sources params

func (*ListDataSourcesParams) SetDefaults

func (o *ListDataSourcesParams) SetDefaults()

SetDefaults hydrates default values in the list data sources params (not the query body).

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

func (*ListDataSourcesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list data sources params

func (*ListDataSourcesParams) SetTimeout

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

SetTimeout adds the timeout to the list data sources params

func (*ListDataSourcesParams) WithContext

WithContext adds the context to the list data sources params

func (*ListDataSourcesParams) WithDefaults

func (o *ListDataSourcesParams) WithDefaults() *ListDataSourcesParams

WithDefaults hydrates default values in the list data sources params (not the query body).

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

func (*ListDataSourcesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list data sources params

func (*ListDataSourcesParams) WithTimeout

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

WithTimeout adds the timeout to the list data sources params

func (*ListDataSourcesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListDataSourcesReader

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

ListDataSourcesReader is a Reader for the ListDataSources structure.

func (*ListDataSourcesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListDataSourcesUnauthorized

type ListDataSourcesUnauthorized struct {
}

ListDataSourcesUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewListDataSourcesUnauthorized

func NewListDataSourcesUnauthorized() *ListDataSourcesUnauthorized

NewListDataSourcesUnauthorized creates a ListDataSourcesUnauthorized with default headers values

func (*ListDataSourcesUnauthorized) Code

func (o *ListDataSourcesUnauthorized) Code() int

Code gets the status code for the list data sources unauthorized response

func (*ListDataSourcesUnauthorized) Error

func (*ListDataSourcesUnauthorized) IsClientError

func (o *ListDataSourcesUnauthorized) IsClientError() bool

IsClientError returns true when this list data sources unauthorized response has a 4xx status code

func (*ListDataSourcesUnauthorized) IsCode

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

IsCode returns true when this list data sources unauthorized response a status code equal to that given

func (*ListDataSourcesUnauthorized) IsRedirect

func (o *ListDataSourcesUnauthorized) IsRedirect() bool

IsRedirect returns true when this list data sources unauthorized response has a 3xx status code

func (*ListDataSourcesUnauthorized) IsServerError

func (o *ListDataSourcesUnauthorized) IsServerError() bool

IsServerError returns true when this list data sources unauthorized response has a 5xx status code

func (*ListDataSourcesUnauthorized) IsSuccess

func (o *ListDataSourcesUnauthorized) IsSuccess() bool

IsSuccess returns true when this list data sources unauthorized response has a 2xx status code

func (*ListDataSourcesUnauthorized) String

func (o *ListDataSourcesUnauthorized) String() string

type ListEncryptionKeysForbidden

type ListEncryptionKeysForbidden struct {
	Payload *models.RestError
}

ListEncryptionKeysForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewListEncryptionKeysForbidden

func NewListEncryptionKeysForbidden() *ListEncryptionKeysForbidden

NewListEncryptionKeysForbidden creates a ListEncryptionKeysForbidden with default headers values

func (*ListEncryptionKeysForbidden) Code

func (o *ListEncryptionKeysForbidden) Code() int

Code gets the status code for the list encryption keys forbidden response

func (*ListEncryptionKeysForbidden) Error

func (*ListEncryptionKeysForbidden) GetPayload

func (o *ListEncryptionKeysForbidden) GetPayload() *models.RestError

func (*ListEncryptionKeysForbidden) IsClientError

func (o *ListEncryptionKeysForbidden) IsClientError() bool

IsClientError returns true when this list encryption keys forbidden response has a 4xx status code

func (*ListEncryptionKeysForbidden) IsCode

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

IsCode returns true when this list encryption keys forbidden response a status code equal to that given

func (*ListEncryptionKeysForbidden) IsRedirect

func (o *ListEncryptionKeysForbidden) IsRedirect() bool

IsRedirect returns true when this list encryption keys forbidden response has a 3xx status code

func (*ListEncryptionKeysForbidden) IsServerError

func (o *ListEncryptionKeysForbidden) IsServerError() bool

IsServerError returns true when this list encryption keys forbidden response has a 5xx status code

func (*ListEncryptionKeysForbidden) IsSuccess

func (o *ListEncryptionKeysForbidden) IsSuccess() bool

IsSuccess returns true when this list encryption keys forbidden response has a 2xx status code

func (*ListEncryptionKeysForbidden) String

func (o *ListEncryptionKeysForbidden) String() string

type ListEncryptionKeysInternalServerError

type ListEncryptionKeysInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewListEncryptionKeysInternalServerError

func NewListEncryptionKeysInternalServerError() *ListEncryptionKeysInternalServerError

NewListEncryptionKeysInternalServerError creates a ListEncryptionKeysInternalServerError with default headers values

func (*ListEncryptionKeysInternalServerError) Code

Code gets the status code for the list encryption keys internal server error response

func (*ListEncryptionKeysInternalServerError) Error

func (*ListEncryptionKeysInternalServerError) GetPayload

func (*ListEncryptionKeysInternalServerError) IsClientError

func (o *ListEncryptionKeysInternalServerError) IsClientError() bool

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

func (*ListEncryptionKeysInternalServerError) IsCode

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

func (*ListEncryptionKeysInternalServerError) IsRedirect

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

func (*ListEncryptionKeysInternalServerError) IsServerError

func (o *ListEncryptionKeysInternalServerError) IsServerError() bool

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

func (*ListEncryptionKeysInternalServerError) IsSuccess

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

func (*ListEncryptionKeysInternalServerError) String

type ListEncryptionKeysNotFound

type ListEncryptionKeysNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewListEncryptionKeysNotFound

func NewListEncryptionKeysNotFound() *ListEncryptionKeysNotFound

NewListEncryptionKeysNotFound creates a ListEncryptionKeysNotFound with default headers values

func (*ListEncryptionKeysNotFound) Code

func (o *ListEncryptionKeysNotFound) Code() int

Code gets the status code for the list encryption keys not found response

func (*ListEncryptionKeysNotFound) Error

func (*ListEncryptionKeysNotFound) GetPayload

func (o *ListEncryptionKeysNotFound) GetPayload() *models.RestError

func (*ListEncryptionKeysNotFound) IsClientError

func (o *ListEncryptionKeysNotFound) IsClientError() bool

IsClientError returns true when this list encryption keys not found response has a 4xx status code

func (*ListEncryptionKeysNotFound) IsCode

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

IsCode returns true when this list encryption keys not found response a status code equal to that given

func (*ListEncryptionKeysNotFound) IsRedirect

func (o *ListEncryptionKeysNotFound) IsRedirect() bool

IsRedirect returns true when this list encryption keys not found response has a 3xx status code

func (*ListEncryptionKeysNotFound) IsServerError

func (o *ListEncryptionKeysNotFound) IsServerError() bool

IsServerError returns true when this list encryption keys not found response has a 5xx status code

func (*ListEncryptionKeysNotFound) IsSuccess

func (o *ListEncryptionKeysNotFound) IsSuccess() bool

IsSuccess returns true when this list encryption keys not found response has a 2xx status code

func (*ListEncryptionKeysNotFound) String

func (o *ListEncryptionKeysNotFound) String() string

type ListEncryptionKeysOK

type ListEncryptionKeysOK struct {
	Payload *models.EncryptionAdminListKeysResponse
}

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

A successful response.

func NewListEncryptionKeysOK

func NewListEncryptionKeysOK() *ListEncryptionKeysOK

NewListEncryptionKeysOK creates a ListEncryptionKeysOK with default headers values

func (*ListEncryptionKeysOK) Code

func (o *ListEncryptionKeysOK) Code() int

Code gets the status code for the list encryption keys o k response

func (*ListEncryptionKeysOK) Error

func (o *ListEncryptionKeysOK) Error() string

func (*ListEncryptionKeysOK) GetPayload

func (*ListEncryptionKeysOK) IsClientError

func (o *ListEncryptionKeysOK) IsClientError() bool

IsClientError returns true when this list encryption keys o k response has a 4xx status code

func (*ListEncryptionKeysOK) IsCode

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

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

func (*ListEncryptionKeysOK) IsRedirect

func (o *ListEncryptionKeysOK) IsRedirect() bool

IsRedirect returns true when this list encryption keys o k response has a 3xx status code

func (*ListEncryptionKeysOK) IsServerError

func (o *ListEncryptionKeysOK) IsServerError() bool

IsServerError returns true when this list encryption keys o k response has a 5xx status code

func (*ListEncryptionKeysOK) IsSuccess

func (o *ListEncryptionKeysOK) IsSuccess() bool

IsSuccess returns true when this list encryption keys o k response has a 2xx status code

func (*ListEncryptionKeysOK) String

func (o *ListEncryptionKeysOK) String() string

type ListEncryptionKeysParams

type ListEncryptionKeysParams struct {

	// Body.
	Body *models.EncryptionAdminListKeysRequest

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

ListEncryptionKeysParams contains all the parameters to send to the API endpoint

for the list encryption keys operation.

Typically these are written to a http.Request.

func NewListEncryptionKeysParams

func NewListEncryptionKeysParams() *ListEncryptionKeysParams

NewListEncryptionKeysParams creates a new ListEncryptionKeysParams 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 NewListEncryptionKeysParamsWithContext

func NewListEncryptionKeysParamsWithContext(ctx context.Context) *ListEncryptionKeysParams

NewListEncryptionKeysParamsWithContext creates a new ListEncryptionKeysParams object with the ability to set a context for a request.

func NewListEncryptionKeysParamsWithHTTPClient

func NewListEncryptionKeysParamsWithHTTPClient(client *http.Client) *ListEncryptionKeysParams

NewListEncryptionKeysParamsWithHTTPClient creates a new ListEncryptionKeysParams object with the ability to set a custom HTTPClient for a request.

func NewListEncryptionKeysParamsWithTimeout

func NewListEncryptionKeysParamsWithTimeout(timeout time.Duration) *ListEncryptionKeysParams

NewListEncryptionKeysParamsWithTimeout creates a new ListEncryptionKeysParams object with the ability to set a timeout on a request.

func (*ListEncryptionKeysParams) SetBody

SetBody adds the body to the list encryption keys params

func (*ListEncryptionKeysParams) SetContext

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

SetContext adds the context to the list encryption keys params

func (*ListEncryptionKeysParams) SetDefaults

func (o *ListEncryptionKeysParams) SetDefaults()

SetDefaults hydrates default values in the list encryption keys params (not the query body).

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

func (*ListEncryptionKeysParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list encryption keys params

func (*ListEncryptionKeysParams) SetTimeout

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

SetTimeout adds the timeout to the list encryption keys params

func (*ListEncryptionKeysParams) WithBody

WithBody adds the body to the list encryption keys params

func (*ListEncryptionKeysParams) WithContext

WithContext adds the context to the list encryption keys params

func (*ListEncryptionKeysParams) WithDefaults

WithDefaults hydrates default values in the list encryption keys params (not the query body).

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

func (*ListEncryptionKeysParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list encryption keys params

func (*ListEncryptionKeysParams) WithTimeout

WithTimeout adds the timeout to the list encryption keys params

func (*ListEncryptionKeysParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListEncryptionKeysReader

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

ListEncryptionKeysReader is a Reader for the ListEncryptionKeys structure.

func (*ListEncryptionKeysReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListEncryptionKeysUnauthorized

type ListEncryptionKeysUnauthorized struct {
}

ListEncryptionKeysUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewListEncryptionKeysUnauthorized

func NewListEncryptionKeysUnauthorized() *ListEncryptionKeysUnauthorized

NewListEncryptionKeysUnauthorized creates a ListEncryptionKeysUnauthorized with default headers values

func (*ListEncryptionKeysUnauthorized) Code

Code gets the status code for the list encryption keys unauthorized response

func (*ListEncryptionKeysUnauthorized) Error

func (*ListEncryptionKeysUnauthorized) IsClientError

func (o *ListEncryptionKeysUnauthorized) IsClientError() bool

IsClientError returns true when this list encryption keys unauthorized response has a 4xx status code

func (*ListEncryptionKeysUnauthorized) IsCode

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

IsCode returns true when this list encryption keys unauthorized response a status code equal to that given

func (*ListEncryptionKeysUnauthorized) IsRedirect

func (o *ListEncryptionKeysUnauthorized) IsRedirect() bool

IsRedirect returns true when this list encryption keys unauthorized response has a 3xx status code

func (*ListEncryptionKeysUnauthorized) IsServerError

func (o *ListEncryptionKeysUnauthorized) IsServerError() bool

IsServerError returns true when this list encryption keys unauthorized response has a 5xx status code

func (*ListEncryptionKeysUnauthorized) IsSuccess

func (o *ListEncryptionKeysUnauthorized) IsSuccess() bool

IsSuccess returns true when this list encryption keys unauthorized response has a 2xx status code

func (*ListEncryptionKeysUnauthorized) String

type ListPeerFoldersBody

type ListPeerFoldersBody struct {

	// Path to the parent folder for listing
	Path string `json:"Path,omitempty"`
}

ListPeerFoldersBody RestListPeerFoldersRequest swagger:model ListPeerFoldersBody

func (*ListPeerFoldersBody) ContextValidate

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

ContextValidate validates this list peer folders body based on context it is used

func (*ListPeerFoldersBody) MarshalBinary

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

MarshalBinary interface implementation

func (*ListPeerFoldersBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*ListPeerFoldersBody) Validate

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

Validate validates this list peer folders body

type ListPeerFoldersForbidden

type ListPeerFoldersForbidden struct {
	Payload *models.RestError
}

ListPeerFoldersForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewListPeerFoldersForbidden

func NewListPeerFoldersForbidden() *ListPeerFoldersForbidden

NewListPeerFoldersForbidden creates a ListPeerFoldersForbidden with default headers values

func (*ListPeerFoldersForbidden) Code

func (o *ListPeerFoldersForbidden) Code() int

Code gets the status code for the list peer folders forbidden response

func (*ListPeerFoldersForbidden) Error

func (o *ListPeerFoldersForbidden) Error() string

func (*ListPeerFoldersForbidden) GetPayload

func (o *ListPeerFoldersForbidden) GetPayload() *models.RestError

func (*ListPeerFoldersForbidden) IsClientError

func (o *ListPeerFoldersForbidden) IsClientError() bool

IsClientError returns true when this list peer folders forbidden response has a 4xx status code

func (*ListPeerFoldersForbidden) IsCode

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

IsCode returns true when this list peer folders forbidden response a status code equal to that given

func (*ListPeerFoldersForbidden) IsRedirect

func (o *ListPeerFoldersForbidden) IsRedirect() bool

IsRedirect returns true when this list peer folders forbidden response has a 3xx status code

func (*ListPeerFoldersForbidden) IsServerError

func (o *ListPeerFoldersForbidden) IsServerError() bool

IsServerError returns true when this list peer folders forbidden response has a 5xx status code

func (*ListPeerFoldersForbidden) IsSuccess

func (o *ListPeerFoldersForbidden) IsSuccess() bool

IsSuccess returns true when this list peer folders forbidden response has a 2xx status code

func (*ListPeerFoldersForbidden) String

func (o *ListPeerFoldersForbidden) String() string

type ListPeerFoldersInternalServerError

type ListPeerFoldersInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewListPeerFoldersInternalServerError

func NewListPeerFoldersInternalServerError() *ListPeerFoldersInternalServerError

NewListPeerFoldersInternalServerError creates a ListPeerFoldersInternalServerError with default headers values

func (*ListPeerFoldersInternalServerError) Code

Code gets the status code for the list peer folders internal server error response

func (*ListPeerFoldersInternalServerError) Error

func (*ListPeerFoldersInternalServerError) GetPayload

func (*ListPeerFoldersInternalServerError) IsClientError

func (o *ListPeerFoldersInternalServerError) IsClientError() bool

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

func (*ListPeerFoldersInternalServerError) IsCode

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

func (*ListPeerFoldersInternalServerError) IsRedirect

func (o *ListPeerFoldersInternalServerError) IsRedirect() bool

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

func (*ListPeerFoldersInternalServerError) IsServerError

func (o *ListPeerFoldersInternalServerError) IsServerError() bool

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

func (*ListPeerFoldersInternalServerError) IsSuccess

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

func (*ListPeerFoldersInternalServerError) String

type ListPeerFoldersNotFound

type ListPeerFoldersNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewListPeerFoldersNotFound

func NewListPeerFoldersNotFound() *ListPeerFoldersNotFound

NewListPeerFoldersNotFound creates a ListPeerFoldersNotFound with default headers values

func (*ListPeerFoldersNotFound) Code

func (o *ListPeerFoldersNotFound) Code() int

Code gets the status code for the list peer folders not found response

func (*ListPeerFoldersNotFound) Error

func (o *ListPeerFoldersNotFound) Error() string

func (*ListPeerFoldersNotFound) GetPayload

func (o *ListPeerFoldersNotFound) GetPayload() *models.RestError

func (*ListPeerFoldersNotFound) IsClientError

func (o *ListPeerFoldersNotFound) IsClientError() bool

IsClientError returns true when this list peer folders not found response has a 4xx status code

func (*ListPeerFoldersNotFound) IsCode

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

IsCode returns true when this list peer folders not found response a status code equal to that given

func (*ListPeerFoldersNotFound) IsRedirect

func (o *ListPeerFoldersNotFound) IsRedirect() bool

IsRedirect returns true when this list peer folders not found response has a 3xx status code

func (*ListPeerFoldersNotFound) IsServerError

func (o *ListPeerFoldersNotFound) IsServerError() bool

IsServerError returns true when this list peer folders not found response has a 5xx status code

func (*ListPeerFoldersNotFound) IsSuccess

func (o *ListPeerFoldersNotFound) IsSuccess() bool

IsSuccess returns true when this list peer folders not found response has a 2xx status code

func (*ListPeerFoldersNotFound) String

func (o *ListPeerFoldersNotFound) String() string

type ListPeerFoldersOK

type ListPeerFoldersOK struct {
	Payload *models.RestNodesCollection
}

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

A successful response.

func NewListPeerFoldersOK

func NewListPeerFoldersOK() *ListPeerFoldersOK

NewListPeerFoldersOK creates a ListPeerFoldersOK with default headers values

func (*ListPeerFoldersOK) Code

func (o *ListPeerFoldersOK) Code() int

Code gets the status code for the list peer folders o k response

func (*ListPeerFoldersOK) Error

func (o *ListPeerFoldersOK) Error() string

func (*ListPeerFoldersOK) GetPayload

func (o *ListPeerFoldersOK) GetPayload() *models.RestNodesCollection

func (*ListPeerFoldersOK) IsClientError

func (o *ListPeerFoldersOK) IsClientError() bool

IsClientError returns true when this list peer folders o k response has a 4xx status code

func (*ListPeerFoldersOK) IsCode

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

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

func (*ListPeerFoldersOK) IsRedirect

func (o *ListPeerFoldersOK) IsRedirect() bool

IsRedirect returns true when this list peer folders o k response has a 3xx status code

func (*ListPeerFoldersOK) IsServerError

func (o *ListPeerFoldersOK) IsServerError() bool

IsServerError returns true when this list peer folders o k response has a 5xx status code

func (*ListPeerFoldersOK) IsSuccess

func (o *ListPeerFoldersOK) IsSuccess() bool

IsSuccess returns true when this list peer folders o k response has a 2xx status code

func (*ListPeerFoldersOK) String

func (o *ListPeerFoldersOK) String() string

type ListPeerFoldersParams

type ListPeerFoldersParams struct {

	/* PeerAddress.

	   Restrict listing to a given peer
	*/
	PeerAddress string

	// Body.
	Body ListPeerFoldersBody

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

ListPeerFoldersParams contains all the parameters to send to the API endpoint

for the list peer folders operation.

Typically these are written to a http.Request.

func NewListPeerFoldersParams

func NewListPeerFoldersParams() *ListPeerFoldersParams

NewListPeerFoldersParams creates a new ListPeerFoldersParams 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 NewListPeerFoldersParamsWithContext

func NewListPeerFoldersParamsWithContext(ctx context.Context) *ListPeerFoldersParams

NewListPeerFoldersParamsWithContext creates a new ListPeerFoldersParams object with the ability to set a context for a request.

func NewListPeerFoldersParamsWithHTTPClient

func NewListPeerFoldersParamsWithHTTPClient(client *http.Client) *ListPeerFoldersParams

NewListPeerFoldersParamsWithHTTPClient creates a new ListPeerFoldersParams object with the ability to set a custom HTTPClient for a request.

func NewListPeerFoldersParamsWithTimeout

func NewListPeerFoldersParamsWithTimeout(timeout time.Duration) *ListPeerFoldersParams

NewListPeerFoldersParamsWithTimeout creates a new ListPeerFoldersParams object with the ability to set a timeout on a request.

func (*ListPeerFoldersParams) SetBody

func (o *ListPeerFoldersParams) SetBody(body ListPeerFoldersBody)

SetBody adds the body to the list peer folders params

func (*ListPeerFoldersParams) SetContext

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

SetContext adds the context to the list peer folders params

func (*ListPeerFoldersParams) SetDefaults

func (o *ListPeerFoldersParams) SetDefaults()

SetDefaults hydrates default values in the list peer folders params (not the query body).

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

func (*ListPeerFoldersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list peer folders params

func (*ListPeerFoldersParams) SetPeerAddress

func (o *ListPeerFoldersParams) SetPeerAddress(peerAddress string)

SetPeerAddress adds the peerAddress to the list peer folders params

func (*ListPeerFoldersParams) SetTimeout

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

SetTimeout adds the timeout to the list peer folders params

func (*ListPeerFoldersParams) WithBody

WithBody adds the body to the list peer folders params

func (*ListPeerFoldersParams) WithContext

WithContext adds the context to the list peer folders params

func (*ListPeerFoldersParams) WithDefaults

func (o *ListPeerFoldersParams) WithDefaults() *ListPeerFoldersParams

WithDefaults hydrates default values in the list peer folders params (not the query body).

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

func (*ListPeerFoldersParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list peer folders params

func (*ListPeerFoldersParams) WithPeerAddress

func (o *ListPeerFoldersParams) WithPeerAddress(peerAddress string) *ListPeerFoldersParams

WithPeerAddress adds the peerAddress to the list peer folders params

func (*ListPeerFoldersParams) WithTimeout

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

WithTimeout adds the timeout to the list peer folders params

func (*ListPeerFoldersParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListPeerFoldersReader

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

ListPeerFoldersReader is a Reader for the ListPeerFolders structure.

func (*ListPeerFoldersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListPeerFoldersUnauthorized

type ListPeerFoldersUnauthorized struct {
}

ListPeerFoldersUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewListPeerFoldersUnauthorized

func NewListPeerFoldersUnauthorized() *ListPeerFoldersUnauthorized

NewListPeerFoldersUnauthorized creates a ListPeerFoldersUnauthorized with default headers values

func (*ListPeerFoldersUnauthorized) Code

func (o *ListPeerFoldersUnauthorized) Code() int

Code gets the status code for the list peer folders unauthorized response

func (*ListPeerFoldersUnauthorized) Error

func (*ListPeerFoldersUnauthorized) IsClientError

func (o *ListPeerFoldersUnauthorized) IsClientError() bool

IsClientError returns true when this list peer folders unauthorized response has a 4xx status code

func (*ListPeerFoldersUnauthorized) IsCode

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

IsCode returns true when this list peer folders unauthorized response a status code equal to that given

func (*ListPeerFoldersUnauthorized) IsRedirect

func (o *ListPeerFoldersUnauthorized) IsRedirect() bool

IsRedirect returns true when this list peer folders unauthorized response has a 3xx status code

func (*ListPeerFoldersUnauthorized) IsServerError

func (o *ListPeerFoldersUnauthorized) IsServerError() bool

IsServerError returns true when this list peer folders unauthorized response has a 5xx status code

func (*ListPeerFoldersUnauthorized) IsSuccess

func (o *ListPeerFoldersUnauthorized) IsSuccess() bool

IsSuccess returns true when this list peer folders unauthorized response has a 2xx status code

func (*ListPeerFoldersUnauthorized) String

func (o *ListPeerFoldersUnauthorized) String() string

type ListPeersAddressesForbidden

type ListPeersAddressesForbidden struct {
	Payload *models.RestError
}

ListPeersAddressesForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewListPeersAddressesForbidden

func NewListPeersAddressesForbidden() *ListPeersAddressesForbidden

NewListPeersAddressesForbidden creates a ListPeersAddressesForbidden with default headers values

func (*ListPeersAddressesForbidden) Code

func (o *ListPeersAddressesForbidden) Code() int

Code gets the status code for the list peers addresses forbidden response

func (*ListPeersAddressesForbidden) Error

func (*ListPeersAddressesForbidden) GetPayload

func (o *ListPeersAddressesForbidden) GetPayload() *models.RestError

func (*ListPeersAddressesForbidden) IsClientError

func (o *ListPeersAddressesForbidden) IsClientError() bool

IsClientError returns true when this list peers addresses forbidden response has a 4xx status code

func (*ListPeersAddressesForbidden) IsCode

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

IsCode returns true when this list peers addresses forbidden response a status code equal to that given

func (*ListPeersAddressesForbidden) IsRedirect

func (o *ListPeersAddressesForbidden) IsRedirect() bool

IsRedirect returns true when this list peers addresses forbidden response has a 3xx status code

func (*ListPeersAddressesForbidden) IsServerError

func (o *ListPeersAddressesForbidden) IsServerError() bool

IsServerError returns true when this list peers addresses forbidden response has a 5xx status code

func (*ListPeersAddressesForbidden) IsSuccess

func (o *ListPeersAddressesForbidden) IsSuccess() bool

IsSuccess returns true when this list peers addresses forbidden response has a 2xx status code

func (*ListPeersAddressesForbidden) String

func (o *ListPeersAddressesForbidden) String() string

type ListPeersAddressesInternalServerError

type ListPeersAddressesInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewListPeersAddressesInternalServerError

func NewListPeersAddressesInternalServerError() *ListPeersAddressesInternalServerError

NewListPeersAddressesInternalServerError creates a ListPeersAddressesInternalServerError with default headers values

func (*ListPeersAddressesInternalServerError) Code

Code gets the status code for the list peers addresses internal server error response

func (*ListPeersAddressesInternalServerError) Error

func (*ListPeersAddressesInternalServerError) GetPayload

func (*ListPeersAddressesInternalServerError) IsClientError

func (o *ListPeersAddressesInternalServerError) IsClientError() bool

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

func (*ListPeersAddressesInternalServerError) IsCode

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

func (*ListPeersAddressesInternalServerError) IsRedirect

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

func (*ListPeersAddressesInternalServerError) IsServerError

func (o *ListPeersAddressesInternalServerError) IsServerError() bool

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

func (*ListPeersAddressesInternalServerError) IsSuccess

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

func (*ListPeersAddressesInternalServerError) String

type ListPeersAddressesNotFound

type ListPeersAddressesNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewListPeersAddressesNotFound

func NewListPeersAddressesNotFound() *ListPeersAddressesNotFound

NewListPeersAddressesNotFound creates a ListPeersAddressesNotFound with default headers values

func (*ListPeersAddressesNotFound) Code

func (o *ListPeersAddressesNotFound) Code() int

Code gets the status code for the list peers addresses not found response

func (*ListPeersAddressesNotFound) Error

func (*ListPeersAddressesNotFound) GetPayload

func (o *ListPeersAddressesNotFound) GetPayload() *models.RestError

func (*ListPeersAddressesNotFound) IsClientError

func (o *ListPeersAddressesNotFound) IsClientError() bool

IsClientError returns true when this list peers addresses not found response has a 4xx status code

func (*ListPeersAddressesNotFound) IsCode

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

IsCode returns true when this list peers addresses not found response a status code equal to that given

func (*ListPeersAddressesNotFound) IsRedirect

func (o *ListPeersAddressesNotFound) IsRedirect() bool

IsRedirect returns true when this list peers addresses not found response has a 3xx status code

func (*ListPeersAddressesNotFound) IsServerError

func (o *ListPeersAddressesNotFound) IsServerError() bool

IsServerError returns true when this list peers addresses not found response has a 5xx status code

func (*ListPeersAddressesNotFound) IsSuccess

func (o *ListPeersAddressesNotFound) IsSuccess() bool

IsSuccess returns true when this list peers addresses not found response has a 2xx status code

func (*ListPeersAddressesNotFound) String

func (o *ListPeersAddressesNotFound) String() string

type ListPeersAddressesOK

type ListPeersAddressesOK struct {
	Payload *models.RestListPeersAddressesResponse
}

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

A successful response.

func NewListPeersAddressesOK

func NewListPeersAddressesOK() *ListPeersAddressesOK

NewListPeersAddressesOK creates a ListPeersAddressesOK with default headers values

func (*ListPeersAddressesOK) Code

func (o *ListPeersAddressesOK) Code() int

Code gets the status code for the list peers addresses o k response

func (*ListPeersAddressesOK) Error

func (o *ListPeersAddressesOK) Error() string

func (*ListPeersAddressesOK) GetPayload

func (*ListPeersAddressesOK) IsClientError

func (o *ListPeersAddressesOK) IsClientError() bool

IsClientError returns true when this list peers addresses o k response has a 4xx status code

func (*ListPeersAddressesOK) IsCode

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

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

func (*ListPeersAddressesOK) IsRedirect

func (o *ListPeersAddressesOK) IsRedirect() bool

IsRedirect returns true when this list peers addresses o k response has a 3xx status code

func (*ListPeersAddressesOK) IsServerError

func (o *ListPeersAddressesOK) IsServerError() bool

IsServerError returns true when this list peers addresses o k response has a 5xx status code

func (*ListPeersAddressesOK) IsSuccess

func (o *ListPeersAddressesOK) IsSuccess() bool

IsSuccess returns true when this list peers addresses o k response has a 2xx status code

func (*ListPeersAddressesOK) String

func (o *ListPeersAddressesOK) String() string

type ListPeersAddressesParams

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

ListPeersAddressesParams contains all the parameters to send to the API endpoint

for the list peers addresses operation.

Typically these are written to a http.Request.

func NewListPeersAddressesParams

func NewListPeersAddressesParams() *ListPeersAddressesParams

NewListPeersAddressesParams creates a new ListPeersAddressesParams 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 NewListPeersAddressesParamsWithContext

func NewListPeersAddressesParamsWithContext(ctx context.Context) *ListPeersAddressesParams

NewListPeersAddressesParamsWithContext creates a new ListPeersAddressesParams object with the ability to set a context for a request.

func NewListPeersAddressesParamsWithHTTPClient

func NewListPeersAddressesParamsWithHTTPClient(client *http.Client) *ListPeersAddressesParams

NewListPeersAddressesParamsWithHTTPClient creates a new ListPeersAddressesParams object with the ability to set a custom HTTPClient for a request.

func NewListPeersAddressesParamsWithTimeout

func NewListPeersAddressesParamsWithTimeout(timeout time.Duration) *ListPeersAddressesParams

NewListPeersAddressesParamsWithTimeout creates a new ListPeersAddressesParams object with the ability to set a timeout on a request.

func (*ListPeersAddressesParams) SetContext

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

SetContext adds the context to the list peers addresses params

func (*ListPeersAddressesParams) SetDefaults

func (o *ListPeersAddressesParams) SetDefaults()

SetDefaults hydrates default values in the list peers addresses params (not the query body).

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

func (*ListPeersAddressesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list peers addresses params

func (*ListPeersAddressesParams) SetTimeout

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

SetTimeout adds the timeout to the list peers addresses params

func (*ListPeersAddressesParams) WithContext

WithContext adds the context to the list peers addresses params

func (*ListPeersAddressesParams) WithDefaults

WithDefaults hydrates default values in the list peers addresses params (not the query body).

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

func (*ListPeersAddressesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list peers addresses params

func (*ListPeersAddressesParams) WithTimeout

WithTimeout adds the timeout to the list peers addresses params

func (*ListPeersAddressesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListPeersAddressesReader

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

ListPeersAddressesReader is a Reader for the ListPeersAddresses structure.

func (*ListPeersAddressesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListPeersAddressesUnauthorized

type ListPeersAddressesUnauthorized struct {
}

ListPeersAddressesUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewListPeersAddressesUnauthorized

func NewListPeersAddressesUnauthorized() *ListPeersAddressesUnauthorized

NewListPeersAddressesUnauthorized creates a ListPeersAddressesUnauthorized with default headers values

func (*ListPeersAddressesUnauthorized) Code

Code gets the status code for the list peers addresses unauthorized response

func (*ListPeersAddressesUnauthorized) Error

func (*ListPeersAddressesUnauthorized) IsClientError

func (o *ListPeersAddressesUnauthorized) IsClientError() bool

IsClientError returns true when this list peers addresses unauthorized response has a 4xx status code

func (*ListPeersAddressesUnauthorized) IsCode

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

IsCode returns true when this list peers addresses unauthorized response a status code equal to that given

func (*ListPeersAddressesUnauthorized) IsRedirect

func (o *ListPeersAddressesUnauthorized) IsRedirect() bool

IsRedirect returns true when this list peers addresses unauthorized response has a 3xx status code

func (*ListPeersAddressesUnauthorized) IsServerError

func (o *ListPeersAddressesUnauthorized) IsServerError() bool

IsServerError returns true when this list peers addresses unauthorized response has a 5xx status code

func (*ListPeersAddressesUnauthorized) IsSuccess

func (o *ListPeersAddressesUnauthorized) IsSuccess() bool

IsSuccess returns true when this list peers addresses unauthorized response has a 2xx status code

func (*ListPeersAddressesUnauthorized) String

type ListProcessesForbidden

type ListProcessesForbidden struct {
	Payload *models.RestError
}

ListProcessesForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewListProcessesForbidden

func NewListProcessesForbidden() *ListProcessesForbidden

NewListProcessesForbidden creates a ListProcessesForbidden with default headers values

func (*ListProcessesForbidden) Code

func (o *ListProcessesForbidden) Code() int

Code gets the status code for the list processes forbidden response

func (*ListProcessesForbidden) Error

func (o *ListProcessesForbidden) Error() string

func (*ListProcessesForbidden) GetPayload

func (o *ListProcessesForbidden) GetPayload() *models.RestError

func (*ListProcessesForbidden) IsClientError

func (o *ListProcessesForbidden) IsClientError() bool

IsClientError returns true when this list processes forbidden response has a 4xx status code

func (*ListProcessesForbidden) IsCode

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

IsCode returns true when this list processes forbidden response a status code equal to that given

func (*ListProcessesForbidden) IsRedirect

func (o *ListProcessesForbidden) IsRedirect() bool

IsRedirect returns true when this list processes forbidden response has a 3xx status code

func (*ListProcessesForbidden) IsServerError

func (o *ListProcessesForbidden) IsServerError() bool

IsServerError returns true when this list processes forbidden response has a 5xx status code

func (*ListProcessesForbidden) IsSuccess

func (o *ListProcessesForbidden) IsSuccess() bool

IsSuccess returns true when this list processes forbidden response has a 2xx status code

func (*ListProcessesForbidden) String

func (o *ListProcessesForbidden) String() string

type ListProcessesInternalServerError

type ListProcessesInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewListProcessesInternalServerError

func NewListProcessesInternalServerError() *ListProcessesInternalServerError

NewListProcessesInternalServerError creates a ListProcessesInternalServerError with default headers values

func (*ListProcessesInternalServerError) Code

Code gets the status code for the list processes internal server error response

func (*ListProcessesInternalServerError) Error

func (*ListProcessesInternalServerError) GetPayload

func (*ListProcessesInternalServerError) IsClientError

func (o *ListProcessesInternalServerError) IsClientError() bool

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

func (*ListProcessesInternalServerError) IsCode

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

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

func (*ListProcessesInternalServerError) IsRedirect

func (o *ListProcessesInternalServerError) IsRedirect() bool

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

func (*ListProcessesInternalServerError) IsServerError

func (o *ListProcessesInternalServerError) IsServerError() bool

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

func (*ListProcessesInternalServerError) IsSuccess

func (o *ListProcessesInternalServerError) IsSuccess() bool

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

func (*ListProcessesInternalServerError) String

type ListProcessesNotFound

type ListProcessesNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewListProcessesNotFound

func NewListProcessesNotFound() *ListProcessesNotFound

NewListProcessesNotFound creates a ListProcessesNotFound with default headers values

func (*ListProcessesNotFound) Code

func (o *ListProcessesNotFound) Code() int

Code gets the status code for the list processes not found response

func (*ListProcessesNotFound) Error

func (o *ListProcessesNotFound) Error() string

func (*ListProcessesNotFound) GetPayload

func (o *ListProcessesNotFound) GetPayload() *models.RestError

func (*ListProcessesNotFound) IsClientError

func (o *ListProcessesNotFound) IsClientError() bool

IsClientError returns true when this list processes not found response has a 4xx status code

func (*ListProcessesNotFound) IsCode

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

IsCode returns true when this list processes not found response a status code equal to that given

func (*ListProcessesNotFound) IsRedirect

func (o *ListProcessesNotFound) IsRedirect() bool

IsRedirect returns true when this list processes not found response has a 3xx status code

func (*ListProcessesNotFound) IsServerError

func (o *ListProcessesNotFound) IsServerError() bool

IsServerError returns true when this list processes not found response has a 5xx status code

func (*ListProcessesNotFound) IsSuccess

func (o *ListProcessesNotFound) IsSuccess() bool

IsSuccess returns true when this list processes not found response has a 2xx status code

func (*ListProcessesNotFound) String

func (o *ListProcessesNotFound) String() string

type ListProcessesOK

type ListProcessesOK struct {
	Payload *models.RestListProcessesResponse
}

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

A successful response.

func NewListProcessesOK

func NewListProcessesOK() *ListProcessesOK

NewListProcessesOK creates a ListProcessesOK with default headers values

func (*ListProcessesOK) Code

func (o *ListProcessesOK) Code() int

Code gets the status code for the list processes o k response

func (*ListProcessesOK) Error

func (o *ListProcessesOK) Error() string

func (*ListProcessesOK) GetPayload

func (*ListProcessesOK) IsClientError

func (o *ListProcessesOK) IsClientError() bool

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

func (*ListProcessesOK) IsCode

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

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

func (*ListProcessesOK) IsRedirect

func (o *ListProcessesOK) IsRedirect() bool

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

func (*ListProcessesOK) IsServerError

func (o *ListProcessesOK) IsServerError() bool

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

func (*ListProcessesOK) IsSuccess

func (o *ListProcessesOK) IsSuccess() bool

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

func (*ListProcessesOK) String

func (o *ListProcessesOK) String() string

type ListProcessesParams

type ListProcessesParams struct {

	// Body.
	Body *models.RestListProcessesRequest

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

ListProcessesParams contains all the parameters to send to the API endpoint

for the list processes operation.

Typically these are written to a http.Request.

func NewListProcessesParams

func NewListProcessesParams() *ListProcessesParams

NewListProcessesParams creates a new ListProcessesParams 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 NewListProcessesParamsWithContext

func NewListProcessesParamsWithContext(ctx context.Context) *ListProcessesParams

NewListProcessesParamsWithContext creates a new ListProcessesParams object with the ability to set a context for a request.

func NewListProcessesParamsWithHTTPClient

func NewListProcessesParamsWithHTTPClient(client *http.Client) *ListProcessesParams

NewListProcessesParamsWithHTTPClient creates a new ListProcessesParams object with the ability to set a custom HTTPClient for a request.

func NewListProcessesParamsWithTimeout

func NewListProcessesParamsWithTimeout(timeout time.Duration) *ListProcessesParams

NewListProcessesParamsWithTimeout creates a new ListProcessesParams object with the ability to set a timeout on a request.

func (*ListProcessesParams) SetBody

SetBody adds the body to the list processes params

func (*ListProcessesParams) SetContext

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

SetContext adds the context to the list processes params

func (*ListProcessesParams) SetDefaults

func (o *ListProcessesParams) SetDefaults()

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

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

func (*ListProcessesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list processes params

func (*ListProcessesParams) SetTimeout

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

SetTimeout adds the timeout to the list processes params

func (*ListProcessesParams) WithBody

WithBody adds the body to the list processes params

func (*ListProcessesParams) WithContext

WithContext adds the context to the list processes params

func (*ListProcessesParams) WithDefaults

func (o *ListProcessesParams) WithDefaults() *ListProcessesParams

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

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

func (*ListProcessesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list processes params

func (*ListProcessesParams) WithTimeout

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

WithTimeout adds the timeout to the list processes params

func (*ListProcessesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListProcessesReader

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

ListProcessesReader is a Reader for the ListProcesses structure.

func (*ListProcessesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListProcessesUnauthorized

type ListProcessesUnauthorized struct {
}

ListProcessesUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewListProcessesUnauthorized

func NewListProcessesUnauthorized() *ListProcessesUnauthorized

NewListProcessesUnauthorized creates a ListProcessesUnauthorized with default headers values

func (*ListProcessesUnauthorized) Code

func (o *ListProcessesUnauthorized) Code() int

Code gets the status code for the list processes unauthorized response

func (*ListProcessesUnauthorized) Error

func (o *ListProcessesUnauthorized) Error() string

func (*ListProcessesUnauthorized) IsClientError

func (o *ListProcessesUnauthorized) IsClientError() bool

IsClientError returns true when this list processes unauthorized response has a 4xx status code

func (*ListProcessesUnauthorized) IsCode

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

IsCode returns true when this list processes unauthorized response a status code equal to that given

func (*ListProcessesUnauthorized) IsRedirect

func (o *ListProcessesUnauthorized) IsRedirect() bool

IsRedirect returns true when this list processes unauthorized response has a 3xx status code

func (*ListProcessesUnauthorized) IsServerError

func (o *ListProcessesUnauthorized) IsServerError() bool

IsServerError returns true when this list processes unauthorized response has a 5xx status code

func (*ListProcessesUnauthorized) IsSuccess

func (o *ListProcessesUnauthorized) IsSuccess() bool

IsSuccess returns true when this list processes unauthorized response has a 2xx status code

func (*ListProcessesUnauthorized) String

func (o *ListProcessesUnauthorized) String() string

type ListRegistryForbidden

type ListRegistryForbidden struct {
	Payload *models.RestError
}

ListRegistryForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewListRegistryForbidden

func NewListRegistryForbidden() *ListRegistryForbidden

NewListRegistryForbidden creates a ListRegistryForbidden with default headers values

func (*ListRegistryForbidden) Code

func (o *ListRegistryForbidden) Code() int

Code gets the status code for the list registry forbidden response

func (*ListRegistryForbidden) Error

func (o *ListRegistryForbidden) Error() string

func (*ListRegistryForbidden) GetPayload

func (o *ListRegistryForbidden) GetPayload() *models.RestError

func (*ListRegistryForbidden) IsClientError

func (o *ListRegistryForbidden) IsClientError() bool

IsClientError returns true when this list registry forbidden response has a 4xx status code

func (*ListRegistryForbidden) IsCode

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

IsCode returns true when this list registry forbidden response a status code equal to that given

func (*ListRegistryForbidden) IsRedirect

func (o *ListRegistryForbidden) IsRedirect() bool

IsRedirect returns true when this list registry forbidden response has a 3xx status code

func (*ListRegistryForbidden) IsServerError

func (o *ListRegistryForbidden) IsServerError() bool

IsServerError returns true when this list registry forbidden response has a 5xx status code

func (*ListRegistryForbidden) IsSuccess

func (o *ListRegistryForbidden) IsSuccess() bool

IsSuccess returns true when this list registry forbidden response has a 2xx status code

func (*ListRegistryForbidden) String

func (o *ListRegistryForbidden) String() string

type ListRegistryInternalServerError

type ListRegistryInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewListRegistryInternalServerError

func NewListRegistryInternalServerError() *ListRegistryInternalServerError

NewListRegistryInternalServerError creates a ListRegistryInternalServerError with default headers values

func (*ListRegistryInternalServerError) Code

Code gets the status code for the list registry internal server error response

func (*ListRegistryInternalServerError) Error

func (*ListRegistryInternalServerError) GetPayload

func (*ListRegistryInternalServerError) IsClientError

func (o *ListRegistryInternalServerError) IsClientError() bool

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

func (*ListRegistryInternalServerError) IsCode

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

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

func (*ListRegistryInternalServerError) IsRedirect

func (o *ListRegistryInternalServerError) IsRedirect() bool

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

func (*ListRegistryInternalServerError) IsServerError

func (o *ListRegistryInternalServerError) IsServerError() bool

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

func (*ListRegistryInternalServerError) IsSuccess

func (o *ListRegistryInternalServerError) IsSuccess() bool

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

func (*ListRegistryInternalServerError) String

type ListRegistryNotFound

type ListRegistryNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewListRegistryNotFound

func NewListRegistryNotFound() *ListRegistryNotFound

NewListRegistryNotFound creates a ListRegistryNotFound with default headers values

func (*ListRegistryNotFound) Code

func (o *ListRegistryNotFound) Code() int

Code gets the status code for the list registry not found response

func (*ListRegistryNotFound) Error

func (o *ListRegistryNotFound) Error() string

func (*ListRegistryNotFound) GetPayload

func (o *ListRegistryNotFound) GetPayload() *models.RestError

func (*ListRegistryNotFound) IsClientError

func (o *ListRegistryNotFound) IsClientError() bool

IsClientError returns true when this list registry not found response has a 4xx status code

func (*ListRegistryNotFound) IsCode

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

IsCode returns true when this list registry not found response a status code equal to that given

func (*ListRegistryNotFound) IsRedirect

func (o *ListRegistryNotFound) IsRedirect() bool

IsRedirect returns true when this list registry not found response has a 3xx status code

func (*ListRegistryNotFound) IsServerError

func (o *ListRegistryNotFound) IsServerError() bool

IsServerError returns true when this list registry not found response has a 5xx status code

func (*ListRegistryNotFound) IsSuccess

func (o *ListRegistryNotFound) IsSuccess() bool

IsSuccess returns true when this list registry not found response has a 2xx status code

func (*ListRegistryNotFound) String

func (o *ListRegistryNotFound) String() string

type ListRegistryOK

type ListRegistryOK struct {
	Payload *models.RegistryListResponse
}

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

A successful response.

func NewListRegistryOK

func NewListRegistryOK() *ListRegistryOK

NewListRegistryOK creates a ListRegistryOK with default headers values

func (*ListRegistryOK) Code

func (o *ListRegistryOK) Code() int

Code gets the status code for the list registry o k response

func (*ListRegistryOK) Error

func (o *ListRegistryOK) Error() string

func (*ListRegistryOK) GetPayload

func (o *ListRegistryOK) GetPayload() *models.RegistryListResponse

func (*ListRegistryOK) IsClientError

func (o *ListRegistryOK) IsClientError() bool

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

func (*ListRegistryOK) IsCode

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

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

func (*ListRegistryOK) IsRedirect

func (o *ListRegistryOK) IsRedirect() bool

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

func (*ListRegistryOK) IsServerError

func (o *ListRegistryOK) IsServerError() bool

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

func (*ListRegistryOK) IsSuccess

func (o *ListRegistryOK) IsSuccess() bool

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

func (*ListRegistryOK) String

func (o *ListRegistryOK) String() string

type ListRegistryParams

type ListRegistryParams struct {

	// Body.
	Body *models.RegistryListRequest

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

ListRegistryParams contains all the parameters to send to the API endpoint

for the list registry operation.

Typically these are written to a http.Request.

func NewListRegistryParams

func NewListRegistryParams() *ListRegistryParams

NewListRegistryParams creates a new ListRegistryParams 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 NewListRegistryParamsWithContext

func NewListRegistryParamsWithContext(ctx context.Context) *ListRegistryParams

NewListRegistryParamsWithContext creates a new ListRegistryParams object with the ability to set a context for a request.

func NewListRegistryParamsWithHTTPClient

func NewListRegistryParamsWithHTTPClient(client *http.Client) *ListRegistryParams

NewListRegistryParamsWithHTTPClient creates a new ListRegistryParams object with the ability to set a custom HTTPClient for a request.

func NewListRegistryParamsWithTimeout

func NewListRegistryParamsWithTimeout(timeout time.Duration) *ListRegistryParams

NewListRegistryParamsWithTimeout creates a new ListRegistryParams object with the ability to set a timeout on a request.

func (*ListRegistryParams) SetBody

func (o *ListRegistryParams) SetBody(body *models.RegistryListRequest)

SetBody adds the body to the list registry params

func (*ListRegistryParams) SetContext

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

SetContext adds the context to the list registry params

func (*ListRegistryParams) SetDefaults

func (o *ListRegistryParams) SetDefaults()

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

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

func (*ListRegistryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list registry params

func (*ListRegistryParams) SetTimeout

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

SetTimeout adds the timeout to the list registry params

func (*ListRegistryParams) WithBody

WithBody adds the body to the list registry params

func (*ListRegistryParams) WithContext

WithContext adds the context to the list registry params

func (*ListRegistryParams) WithDefaults

func (o *ListRegistryParams) WithDefaults() *ListRegistryParams

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

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

func (*ListRegistryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list registry params

func (*ListRegistryParams) WithTimeout

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

WithTimeout adds the timeout to the list registry params

func (*ListRegistryParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListRegistryReader

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

ListRegistryReader is a Reader for the ListRegistry structure.

func (*ListRegistryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListRegistryUnauthorized

type ListRegistryUnauthorized struct {
}

ListRegistryUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewListRegistryUnauthorized

func NewListRegistryUnauthorized() *ListRegistryUnauthorized

NewListRegistryUnauthorized creates a ListRegistryUnauthorized with default headers values

func (*ListRegistryUnauthorized) Code

func (o *ListRegistryUnauthorized) Code() int

Code gets the status code for the list registry unauthorized response

func (*ListRegistryUnauthorized) Error

func (o *ListRegistryUnauthorized) Error() string

func (*ListRegistryUnauthorized) IsClientError

func (o *ListRegistryUnauthorized) IsClientError() bool

IsClientError returns true when this list registry unauthorized response has a 4xx status code

func (*ListRegistryUnauthorized) IsCode

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

IsCode returns true when this list registry unauthorized response a status code equal to that given

func (*ListRegistryUnauthorized) IsRedirect

func (o *ListRegistryUnauthorized) IsRedirect() bool

IsRedirect returns true when this list registry unauthorized response has a 3xx status code

func (*ListRegistryUnauthorized) IsServerError

func (o *ListRegistryUnauthorized) IsServerError() bool

IsServerError returns true when this list registry unauthorized response has a 5xx status code

func (*ListRegistryUnauthorized) IsSuccess

func (o *ListRegistryUnauthorized) IsSuccess() bool

IsSuccess returns true when this list registry unauthorized response has a 2xx status code

func (*ListRegistryUnauthorized) String

func (o *ListRegistryUnauthorized) String() string

type ListServicesForbidden

type ListServicesForbidden struct {
	Payload *models.RestError
}

ListServicesForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewListServicesForbidden

func NewListServicesForbidden() *ListServicesForbidden

NewListServicesForbidden creates a ListServicesForbidden with default headers values

func (*ListServicesForbidden) Code

func (o *ListServicesForbidden) Code() int

Code gets the status code for the list services forbidden response

func (*ListServicesForbidden) Error

func (o *ListServicesForbidden) Error() string

func (*ListServicesForbidden) GetPayload

func (o *ListServicesForbidden) GetPayload() *models.RestError

func (*ListServicesForbidden) IsClientError

func (o *ListServicesForbidden) IsClientError() bool

IsClientError returns true when this list services forbidden response has a 4xx status code

func (*ListServicesForbidden) IsCode

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

IsCode returns true when this list services forbidden response a status code equal to that given

func (*ListServicesForbidden) IsRedirect

func (o *ListServicesForbidden) IsRedirect() bool

IsRedirect returns true when this list services forbidden response has a 3xx status code

func (*ListServicesForbidden) IsServerError

func (o *ListServicesForbidden) IsServerError() bool

IsServerError returns true when this list services forbidden response has a 5xx status code

func (*ListServicesForbidden) IsSuccess

func (o *ListServicesForbidden) IsSuccess() bool

IsSuccess returns true when this list services forbidden response has a 2xx status code

func (*ListServicesForbidden) String

func (o *ListServicesForbidden) String() string

type ListServicesInternalServerError

type ListServicesInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewListServicesInternalServerError

func NewListServicesInternalServerError() *ListServicesInternalServerError

NewListServicesInternalServerError creates a ListServicesInternalServerError with default headers values

func (*ListServicesInternalServerError) Code

Code gets the status code for the list services internal server error response

func (*ListServicesInternalServerError) Error

func (*ListServicesInternalServerError) GetPayload

func (*ListServicesInternalServerError) IsClientError

func (o *ListServicesInternalServerError) IsClientError() bool

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

func (*ListServicesInternalServerError) IsCode

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

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

func (*ListServicesInternalServerError) IsRedirect

func (o *ListServicesInternalServerError) IsRedirect() bool

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

func (*ListServicesInternalServerError) IsServerError

func (o *ListServicesInternalServerError) IsServerError() bool

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

func (*ListServicesInternalServerError) IsSuccess

func (o *ListServicesInternalServerError) IsSuccess() bool

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

func (*ListServicesInternalServerError) String

type ListServicesNotFound

type ListServicesNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewListServicesNotFound

func NewListServicesNotFound() *ListServicesNotFound

NewListServicesNotFound creates a ListServicesNotFound with default headers values

func (*ListServicesNotFound) Code

func (o *ListServicesNotFound) Code() int

Code gets the status code for the list services not found response

func (*ListServicesNotFound) Error

func (o *ListServicesNotFound) Error() string

func (*ListServicesNotFound) GetPayload

func (o *ListServicesNotFound) GetPayload() *models.RestError

func (*ListServicesNotFound) IsClientError

func (o *ListServicesNotFound) IsClientError() bool

IsClientError returns true when this list services not found response has a 4xx status code

func (*ListServicesNotFound) IsCode

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

IsCode returns true when this list services not found response a status code equal to that given

func (*ListServicesNotFound) IsRedirect

func (o *ListServicesNotFound) IsRedirect() bool

IsRedirect returns true when this list services not found response has a 3xx status code

func (*ListServicesNotFound) IsServerError

func (o *ListServicesNotFound) IsServerError() bool

IsServerError returns true when this list services not found response has a 5xx status code

func (*ListServicesNotFound) IsSuccess

func (o *ListServicesNotFound) IsSuccess() bool

IsSuccess returns true when this list services not found response has a 2xx status code

func (*ListServicesNotFound) String

func (o *ListServicesNotFound) String() string

type ListServicesOK

type ListServicesOK struct {
	Payload *models.RestServiceCollection
}

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

A successful response.

func NewListServicesOK

func NewListServicesOK() *ListServicesOK

NewListServicesOK creates a ListServicesOK with default headers values

func (*ListServicesOK) Code

func (o *ListServicesOK) Code() int

Code gets the status code for the list services o k response

func (*ListServicesOK) Error

func (o *ListServicesOK) Error() string

func (*ListServicesOK) GetPayload

func (o *ListServicesOK) GetPayload() *models.RestServiceCollection

func (*ListServicesOK) IsClientError

func (o *ListServicesOK) IsClientError() bool

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

func (*ListServicesOK) IsCode

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

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

func (*ListServicesOK) IsRedirect

func (o *ListServicesOK) IsRedirect() bool

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

func (*ListServicesOK) IsServerError

func (o *ListServicesOK) IsServerError() bool

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

func (*ListServicesOK) IsSuccess

func (o *ListServicesOK) IsSuccess() bool

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

func (*ListServicesOK) String

func (o *ListServicesOK) String() string

type ListServicesParams

type ListServicesParams struct {

	/* StatusFilter.

	   Filter services by a given status (ANY, STOPPED, STOPPING, RUNNING)

	   Default: "ANY"
	*/
	StatusFilter *string

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

ListServicesParams contains all the parameters to send to the API endpoint

for the list services operation.

Typically these are written to a http.Request.

func NewListServicesParams

func NewListServicesParams() *ListServicesParams

NewListServicesParams creates a new ListServicesParams 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 NewListServicesParamsWithContext

func NewListServicesParamsWithContext(ctx context.Context) *ListServicesParams

NewListServicesParamsWithContext creates a new ListServicesParams object with the ability to set a context for a request.

func NewListServicesParamsWithHTTPClient

func NewListServicesParamsWithHTTPClient(client *http.Client) *ListServicesParams

NewListServicesParamsWithHTTPClient creates a new ListServicesParams object with the ability to set a custom HTTPClient for a request.

func NewListServicesParamsWithTimeout

func NewListServicesParamsWithTimeout(timeout time.Duration) *ListServicesParams

NewListServicesParamsWithTimeout creates a new ListServicesParams object with the ability to set a timeout on a request.

func (*ListServicesParams) SetContext

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

SetContext adds the context to the list services params

func (*ListServicesParams) SetDefaults

func (o *ListServicesParams) SetDefaults()

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

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

func (*ListServicesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list services params

func (*ListServicesParams) SetStatusFilter

func (o *ListServicesParams) SetStatusFilter(statusFilter *string)

SetStatusFilter adds the statusFilter to the list services params

func (*ListServicesParams) SetTimeout

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

SetTimeout adds the timeout to the list services params

func (*ListServicesParams) WithContext

WithContext adds the context to the list services params

func (*ListServicesParams) WithDefaults

func (o *ListServicesParams) WithDefaults() *ListServicesParams

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

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

func (*ListServicesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list services params

func (*ListServicesParams) WithStatusFilter

func (o *ListServicesParams) WithStatusFilter(statusFilter *string) *ListServicesParams

WithStatusFilter adds the statusFilter to the list services params

func (*ListServicesParams) WithTimeout

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

WithTimeout adds the timeout to the list services params

func (*ListServicesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListServicesReader

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

ListServicesReader is a Reader for the ListServices structure.

func (*ListServicesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListServicesUnauthorized

type ListServicesUnauthorized struct {
}

ListServicesUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewListServicesUnauthorized

func NewListServicesUnauthorized() *ListServicesUnauthorized

NewListServicesUnauthorized creates a ListServicesUnauthorized with default headers values

func (*ListServicesUnauthorized) Code

func (o *ListServicesUnauthorized) Code() int

Code gets the status code for the list services unauthorized response

func (*ListServicesUnauthorized) Error

func (o *ListServicesUnauthorized) Error() string

func (*ListServicesUnauthorized) IsClientError

func (o *ListServicesUnauthorized) IsClientError() bool

IsClientError returns true when this list services unauthorized response has a 4xx status code

func (*ListServicesUnauthorized) IsCode

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

IsCode returns true when this list services unauthorized response a status code equal to that given

func (*ListServicesUnauthorized) IsRedirect

func (o *ListServicesUnauthorized) IsRedirect() bool

IsRedirect returns true when this list services unauthorized response has a 3xx status code

func (*ListServicesUnauthorized) IsServerError

func (o *ListServicesUnauthorized) IsServerError() bool

IsServerError returns true when this list services unauthorized response has a 5xx status code

func (*ListServicesUnauthorized) IsSuccess

func (o *ListServicesUnauthorized) IsSuccess() bool

IsSuccess returns true when this list services unauthorized response has a 2xx status code

func (*ListServicesUnauthorized) String

func (o *ListServicesUnauthorized) String() string

type ListSitesForbidden

type ListSitesForbidden struct {
	Payload *models.RestError
}

ListSitesForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewListSitesForbidden

func NewListSitesForbidden() *ListSitesForbidden

NewListSitesForbidden creates a ListSitesForbidden with default headers values

func (*ListSitesForbidden) Code

func (o *ListSitesForbidden) Code() int

Code gets the status code for the list sites forbidden response

func (*ListSitesForbidden) Error

func (o *ListSitesForbidden) Error() string

func (*ListSitesForbidden) GetPayload

func (o *ListSitesForbidden) GetPayload() *models.RestError

func (*ListSitesForbidden) IsClientError

func (o *ListSitesForbidden) IsClientError() bool

IsClientError returns true when this list sites forbidden response has a 4xx status code

func (*ListSitesForbidden) IsCode

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

IsCode returns true when this list sites forbidden response a status code equal to that given

func (*ListSitesForbidden) IsRedirect

func (o *ListSitesForbidden) IsRedirect() bool

IsRedirect returns true when this list sites forbidden response has a 3xx status code

func (*ListSitesForbidden) IsServerError

func (o *ListSitesForbidden) IsServerError() bool

IsServerError returns true when this list sites forbidden response has a 5xx status code

func (*ListSitesForbidden) IsSuccess

func (o *ListSitesForbidden) IsSuccess() bool

IsSuccess returns true when this list sites forbidden response has a 2xx status code

func (*ListSitesForbidden) String

func (o *ListSitesForbidden) String() string

type ListSitesInternalServerError

type ListSitesInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewListSitesInternalServerError

func NewListSitesInternalServerError() *ListSitesInternalServerError

NewListSitesInternalServerError creates a ListSitesInternalServerError with default headers values

func (*ListSitesInternalServerError) Code

Code gets the status code for the list sites internal server error response

func (*ListSitesInternalServerError) Error

func (*ListSitesInternalServerError) GetPayload

func (*ListSitesInternalServerError) IsClientError

func (o *ListSitesInternalServerError) IsClientError() bool

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

func (*ListSitesInternalServerError) IsCode

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

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

func (*ListSitesInternalServerError) IsRedirect

func (o *ListSitesInternalServerError) IsRedirect() bool

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

func (*ListSitesInternalServerError) IsServerError

func (o *ListSitesInternalServerError) IsServerError() bool

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

func (*ListSitesInternalServerError) IsSuccess

func (o *ListSitesInternalServerError) IsSuccess() bool

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

func (*ListSitesInternalServerError) String

type ListSitesNotFound

type ListSitesNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewListSitesNotFound

func NewListSitesNotFound() *ListSitesNotFound

NewListSitesNotFound creates a ListSitesNotFound with default headers values

func (*ListSitesNotFound) Code

func (o *ListSitesNotFound) Code() int

Code gets the status code for the list sites not found response

func (*ListSitesNotFound) Error

func (o *ListSitesNotFound) Error() string

func (*ListSitesNotFound) GetPayload

func (o *ListSitesNotFound) GetPayload() *models.RestError

func (*ListSitesNotFound) IsClientError

func (o *ListSitesNotFound) IsClientError() bool

IsClientError returns true when this list sites not found response has a 4xx status code

func (*ListSitesNotFound) IsCode

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

IsCode returns true when this list sites not found response a status code equal to that given

func (*ListSitesNotFound) IsRedirect

func (o *ListSitesNotFound) IsRedirect() bool

IsRedirect returns true when this list sites not found response has a 3xx status code

func (*ListSitesNotFound) IsServerError

func (o *ListSitesNotFound) IsServerError() bool

IsServerError returns true when this list sites not found response has a 5xx status code

func (*ListSitesNotFound) IsSuccess

func (o *ListSitesNotFound) IsSuccess() bool

IsSuccess returns true when this list sites not found response has a 2xx status code

func (*ListSitesNotFound) String

func (o *ListSitesNotFound) String() string

type ListSitesOK

type ListSitesOK struct {
	Payload *models.RestListSitesResponse
}

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

A successful response.

func NewListSitesOK

func NewListSitesOK() *ListSitesOK

NewListSitesOK creates a ListSitesOK with default headers values

func (*ListSitesOK) Code

func (o *ListSitesOK) Code() int

Code gets the status code for the list sites o k response

func (*ListSitesOK) Error

func (o *ListSitesOK) Error() string

func (*ListSitesOK) GetPayload

func (o *ListSitesOK) GetPayload() *models.RestListSitesResponse

func (*ListSitesOK) IsClientError

func (o *ListSitesOK) IsClientError() bool

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

func (*ListSitesOK) IsCode

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

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

func (*ListSitesOK) IsRedirect

func (o *ListSitesOK) IsRedirect() bool

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

func (*ListSitesOK) IsServerError

func (o *ListSitesOK) IsServerError() bool

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

func (*ListSitesOK) IsSuccess

func (o *ListSitesOK) IsSuccess() bool

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

func (*ListSitesOK) String

func (o *ListSitesOK) String() string

type ListSitesParams

type ListSitesParams struct {

	// Filter.
	Filter string

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

ListSitesParams contains all the parameters to send to the API endpoint

for the list sites operation.

Typically these are written to a http.Request.

func NewListSitesParams

func NewListSitesParams() *ListSitesParams

NewListSitesParams creates a new ListSitesParams 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 NewListSitesParamsWithContext

func NewListSitesParamsWithContext(ctx context.Context) *ListSitesParams

NewListSitesParamsWithContext creates a new ListSitesParams object with the ability to set a context for a request.

func NewListSitesParamsWithHTTPClient

func NewListSitesParamsWithHTTPClient(client *http.Client) *ListSitesParams

NewListSitesParamsWithHTTPClient creates a new ListSitesParams object with the ability to set a custom HTTPClient for a request.

func NewListSitesParamsWithTimeout

func NewListSitesParamsWithTimeout(timeout time.Duration) *ListSitesParams

NewListSitesParamsWithTimeout creates a new ListSitesParams object with the ability to set a timeout on a request.

func (*ListSitesParams) SetContext

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

SetContext adds the context to the list sites params

func (*ListSitesParams) SetDefaults

func (o *ListSitesParams) SetDefaults()

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

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

func (*ListSitesParams) SetFilter

func (o *ListSitesParams) SetFilter(filter string)

SetFilter adds the filter to the list sites params

func (*ListSitesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list sites params

func (*ListSitesParams) SetTimeout

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

SetTimeout adds the timeout to the list sites params

func (*ListSitesParams) WithContext

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

WithContext adds the context to the list sites params

func (*ListSitesParams) WithDefaults

func (o *ListSitesParams) WithDefaults() *ListSitesParams

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

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

func (*ListSitesParams) WithFilter

func (o *ListSitesParams) WithFilter(filter string) *ListSitesParams

WithFilter adds the filter to the list sites params

func (*ListSitesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list sites params

func (*ListSitesParams) WithTimeout

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

WithTimeout adds the timeout to the list sites params

func (*ListSitesParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ListSitesReader

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

ListSitesReader is a Reader for the ListSites structure.

func (*ListSitesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListSitesUnauthorized

type ListSitesUnauthorized struct {
}

ListSitesUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewListSitesUnauthorized

func NewListSitesUnauthorized() *ListSitesUnauthorized

NewListSitesUnauthorized creates a ListSitesUnauthorized with default headers values

func (*ListSitesUnauthorized) Code

func (o *ListSitesUnauthorized) Code() int

Code gets the status code for the list sites unauthorized response

func (*ListSitesUnauthorized) Error

func (o *ListSitesUnauthorized) Error() string

func (*ListSitesUnauthorized) IsClientError

func (o *ListSitesUnauthorized) IsClientError() bool

IsClientError returns true when this list sites unauthorized response has a 4xx status code

func (*ListSitesUnauthorized) IsCode

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

IsCode returns true when this list sites unauthorized response a status code equal to that given

func (*ListSitesUnauthorized) IsRedirect

func (o *ListSitesUnauthorized) IsRedirect() bool

IsRedirect returns true when this list sites unauthorized response has a 3xx status code

func (*ListSitesUnauthorized) IsServerError

func (o *ListSitesUnauthorized) IsServerError() bool

IsServerError returns true when this list sites unauthorized response has a 5xx status code

func (*ListSitesUnauthorized) IsSuccess

func (o *ListSitesUnauthorized) IsSuccess() bool

IsSuccess returns true when this list sites unauthorized response has a 2xx status code

func (*ListSitesUnauthorized) String

func (o *ListSitesUnauthorized) String() string

type ListStorageBucketsForbidden

type ListStorageBucketsForbidden struct {
	Payload *models.RestError
}

ListStorageBucketsForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewListStorageBucketsForbidden

func NewListStorageBucketsForbidden() *ListStorageBucketsForbidden

NewListStorageBucketsForbidden creates a ListStorageBucketsForbidden with default headers values

func (*ListStorageBucketsForbidden) Code

func (o *ListStorageBucketsForbidden) Code() int

Code gets the status code for the list storage buckets forbidden response

func (*ListStorageBucketsForbidden) Error

func (*ListStorageBucketsForbidden) GetPayload

func (o *ListStorageBucketsForbidden) GetPayload() *models.RestError

func (*ListStorageBucketsForbidden) IsClientError

func (o *ListStorageBucketsForbidden) IsClientError() bool

IsClientError returns true when this list storage buckets forbidden response has a 4xx status code

func (*ListStorageBucketsForbidden) IsCode

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

IsCode returns true when this list storage buckets forbidden response a status code equal to that given

func (*ListStorageBucketsForbidden) IsRedirect

func (o *ListStorageBucketsForbidden) IsRedirect() bool

IsRedirect returns true when this list storage buckets forbidden response has a 3xx status code

func (*ListStorageBucketsForbidden) IsServerError

func (o *ListStorageBucketsForbidden) IsServerError() bool

IsServerError returns true when this list storage buckets forbidden response has a 5xx status code

func (*ListStorageBucketsForbidden) IsSuccess

func (o *ListStorageBucketsForbidden) IsSuccess() bool

IsSuccess returns true when this list storage buckets forbidden response has a 2xx status code

func (*ListStorageBucketsForbidden) String

func (o *ListStorageBucketsForbidden) String() string

type ListStorageBucketsInternalServerError

type ListStorageBucketsInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewListStorageBucketsInternalServerError

func NewListStorageBucketsInternalServerError() *ListStorageBucketsInternalServerError

NewListStorageBucketsInternalServerError creates a ListStorageBucketsInternalServerError with default headers values

func (*ListStorageBucketsInternalServerError) Code

Code gets the status code for the list storage buckets internal server error response

func (*ListStorageBucketsInternalServerError) Error

func (*ListStorageBucketsInternalServerError) GetPayload

func (*ListStorageBucketsInternalServerError) IsClientError

func (o *ListStorageBucketsInternalServerError) IsClientError() bool

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

func (*ListStorageBucketsInternalServerError) IsCode

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

func (*ListStorageBucketsInternalServerError) IsRedirect

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

func (*ListStorageBucketsInternalServerError) IsServerError

func (o *ListStorageBucketsInternalServerError) IsServerError() bool

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

func (*ListStorageBucketsInternalServerError) IsSuccess

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

func (*ListStorageBucketsInternalServerError) String

type ListStorageBucketsNotFound

type ListStorageBucketsNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewListStorageBucketsNotFound

func NewListStorageBucketsNotFound() *ListStorageBucketsNotFound

NewListStorageBucketsNotFound creates a ListStorageBucketsNotFound with default headers values

func (*ListStorageBucketsNotFound) Code

func (o *ListStorageBucketsNotFound) Code() int

Code gets the status code for the list storage buckets not found response

func (*ListStorageBucketsNotFound) Error

func (*ListStorageBucketsNotFound) GetPayload

func (o *ListStorageBucketsNotFound) GetPayload() *models.RestError

func (*ListStorageBucketsNotFound) IsClientError

func (o *ListStorageBucketsNotFound) IsClientError() bool

IsClientError returns true when this list storage buckets not found response has a 4xx status code

func (*ListStorageBucketsNotFound) IsCode

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

IsCode returns true when this list storage buckets not found response a status code equal to that given

func (*ListStorageBucketsNotFound) IsRedirect

func (o *ListStorageBucketsNotFound) IsRedirect() bool

IsRedirect returns true when this list storage buckets not found response has a 3xx status code

func (*ListStorageBucketsNotFound) IsServerError

func (o *ListStorageBucketsNotFound) IsServerError() bool

IsServerError returns true when this list storage buckets not found response has a 5xx status code

func (*ListStorageBucketsNotFound) IsSuccess

func (o *ListStorageBucketsNotFound) IsSuccess() bool

IsSuccess returns true when this list storage buckets not found response has a 2xx status code

func (*ListStorageBucketsNotFound) String

func (o *ListStorageBucketsNotFound) String() string

type ListStorageBucketsOK

type ListStorageBucketsOK struct {
	Payload *models.RestNodesCollection
}

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

A successful response.

func NewListStorageBucketsOK

func NewListStorageBucketsOK() *ListStorageBucketsOK

NewListStorageBucketsOK creates a ListStorageBucketsOK with default headers values

func (*ListStorageBucketsOK) Code

func (o *ListStorageBucketsOK) Code() int

Code gets the status code for the list storage buckets o k response

func (*ListStorageBucketsOK) Error

func (o *ListStorageBucketsOK) Error() string

func (*ListStorageBucketsOK) GetPayload

func (*ListStorageBucketsOK) IsClientError

func (o *ListStorageBucketsOK) IsClientError() bool

IsClientError returns true when this list storage buckets o k response has a 4xx status code

func (*ListStorageBucketsOK) IsCode

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

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

func (*ListStorageBucketsOK) IsRedirect

func (o *ListStorageBucketsOK) IsRedirect() bool

IsRedirect returns true when this list storage buckets o k response has a 3xx status code

func (*ListStorageBucketsOK) IsServerError

func (o *ListStorageBucketsOK) IsServerError() bool

IsServerError returns true when this list storage buckets o k response has a 5xx status code

func (*ListStorageBucketsOK) IsSuccess

func (o *ListStorageBucketsOK) IsSuccess() bool

IsSuccess returns true when this list storage buckets o k response has a 2xx status code

func (*ListStorageBucketsOK) String

func (o *ListStorageBucketsOK) String() string

type ListStorageBucketsParams

type ListStorageBucketsParams struct {

	// Body.
	Body *models.RestListStorageBucketsRequest

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

ListStorageBucketsParams contains all the parameters to send to the API endpoint

for the list storage buckets operation.

Typically these are written to a http.Request.

func NewListStorageBucketsParams

func NewListStorageBucketsParams() *ListStorageBucketsParams

NewListStorageBucketsParams creates a new ListStorageBucketsParams 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 NewListStorageBucketsParamsWithContext

func NewListStorageBucketsParamsWithContext(ctx context.Context) *ListStorageBucketsParams

NewListStorageBucketsParamsWithContext creates a new ListStorageBucketsParams object with the ability to set a context for a request.

func NewListStorageBucketsParamsWithHTTPClient

func NewListStorageBucketsParamsWithHTTPClient(client *http.Client) *ListStorageBucketsParams

NewListStorageBucketsParamsWithHTTPClient creates a new ListStorageBucketsParams object with the ability to set a custom HTTPClient for a request.

func NewListStorageBucketsParamsWithTimeout

func NewListStorageBucketsParamsWithTimeout(timeout time.Duration) *ListStorageBucketsParams

NewListStorageBucketsParamsWithTimeout creates a new ListStorageBucketsParams object with the ability to set a timeout on a request.

func (*ListStorageBucketsParams) SetBody

SetBody adds the body to the list storage buckets params

func (*ListStorageBucketsParams) SetContext

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

SetContext adds the context to the list storage buckets params

func (*ListStorageBucketsParams) SetDefaults

func (o *ListStorageBucketsParams) SetDefaults()

SetDefaults hydrates default values in the list storage buckets params (not the query body).

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

func (*ListStorageBucketsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list storage buckets params

func (*ListStorageBucketsParams) SetTimeout

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

SetTimeout adds the timeout to the list storage buckets params

func (*ListStorageBucketsParams) WithBody

WithBody adds the body to the list storage buckets params

func (*ListStorageBucketsParams) WithContext

WithContext adds the context to the list storage buckets params

func (*ListStorageBucketsParams) WithDefaults

WithDefaults hydrates default values in the list storage buckets params (not the query body).

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

func (*ListStorageBucketsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list storage buckets params

func (*ListStorageBucketsParams) WithTimeout

WithTimeout adds the timeout to the list storage buckets params

func (*ListStorageBucketsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListStorageBucketsReader

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

ListStorageBucketsReader is a Reader for the ListStorageBuckets structure.

func (*ListStorageBucketsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListStorageBucketsUnauthorized

type ListStorageBucketsUnauthorized struct {
}

ListStorageBucketsUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewListStorageBucketsUnauthorized

func NewListStorageBucketsUnauthorized() *ListStorageBucketsUnauthorized

NewListStorageBucketsUnauthorized creates a ListStorageBucketsUnauthorized with default headers values

func (*ListStorageBucketsUnauthorized) Code

Code gets the status code for the list storage buckets unauthorized response

func (*ListStorageBucketsUnauthorized) Error

func (*ListStorageBucketsUnauthorized) IsClientError

func (o *ListStorageBucketsUnauthorized) IsClientError() bool

IsClientError returns true when this list storage buckets unauthorized response has a 4xx status code

func (*ListStorageBucketsUnauthorized) IsCode

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

IsCode returns true when this list storage buckets unauthorized response a status code equal to that given

func (*ListStorageBucketsUnauthorized) IsRedirect

func (o *ListStorageBucketsUnauthorized) IsRedirect() bool

IsRedirect returns true when this list storage buckets unauthorized response has a 3xx status code

func (*ListStorageBucketsUnauthorized) IsServerError

func (o *ListStorageBucketsUnauthorized) IsServerError() bool

IsServerError returns true when this list storage buckets unauthorized response has a 5xx status code

func (*ListStorageBucketsUnauthorized) IsSuccess

func (o *ListStorageBucketsUnauthorized) IsSuccess() bool

IsSuccess returns true when this list storage buckets unauthorized response has a 2xx status code

func (*ListStorageBucketsUnauthorized) String

type ListVersioningPoliciesForbidden

type ListVersioningPoliciesForbidden struct {
	Payload *models.RestError
}

ListVersioningPoliciesForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewListVersioningPoliciesForbidden

func NewListVersioningPoliciesForbidden() *ListVersioningPoliciesForbidden

NewListVersioningPoliciesForbidden creates a ListVersioningPoliciesForbidden with default headers values

func (*ListVersioningPoliciesForbidden) Code

Code gets the status code for the list versioning policies forbidden response

func (*ListVersioningPoliciesForbidden) Error

func (*ListVersioningPoliciesForbidden) GetPayload

func (*ListVersioningPoliciesForbidden) IsClientError

func (o *ListVersioningPoliciesForbidden) IsClientError() bool

IsClientError returns true when this list versioning policies forbidden response has a 4xx status code

func (*ListVersioningPoliciesForbidden) IsCode

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

IsCode returns true when this list versioning policies forbidden response a status code equal to that given

func (*ListVersioningPoliciesForbidden) IsRedirect

func (o *ListVersioningPoliciesForbidden) IsRedirect() bool

IsRedirect returns true when this list versioning policies forbidden response has a 3xx status code

func (*ListVersioningPoliciesForbidden) IsServerError

func (o *ListVersioningPoliciesForbidden) IsServerError() bool

IsServerError returns true when this list versioning policies forbidden response has a 5xx status code

func (*ListVersioningPoliciesForbidden) IsSuccess

func (o *ListVersioningPoliciesForbidden) IsSuccess() bool

IsSuccess returns true when this list versioning policies forbidden response has a 2xx status code

func (*ListVersioningPoliciesForbidden) String

type ListVersioningPoliciesInternalServerError

type ListVersioningPoliciesInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewListVersioningPoliciesInternalServerError

func NewListVersioningPoliciesInternalServerError() *ListVersioningPoliciesInternalServerError

NewListVersioningPoliciesInternalServerError creates a ListVersioningPoliciesInternalServerError with default headers values

func (*ListVersioningPoliciesInternalServerError) Code

Code gets the status code for the list versioning policies internal server error response

func (*ListVersioningPoliciesInternalServerError) Error

func (*ListVersioningPoliciesInternalServerError) GetPayload

func (*ListVersioningPoliciesInternalServerError) IsClientError

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

func (*ListVersioningPoliciesInternalServerError) IsCode

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

func (*ListVersioningPoliciesInternalServerError) IsRedirect

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

func (*ListVersioningPoliciesInternalServerError) IsServerError

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

func (*ListVersioningPoliciesInternalServerError) IsSuccess

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

func (*ListVersioningPoliciesInternalServerError) String

type ListVersioningPoliciesNotFound

type ListVersioningPoliciesNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewListVersioningPoliciesNotFound

func NewListVersioningPoliciesNotFound() *ListVersioningPoliciesNotFound

NewListVersioningPoliciesNotFound creates a ListVersioningPoliciesNotFound with default headers values

func (*ListVersioningPoliciesNotFound) Code

Code gets the status code for the list versioning policies not found response

func (*ListVersioningPoliciesNotFound) Error

func (*ListVersioningPoliciesNotFound) GetPayload

func (*ListVersioningPoliciesNotFound) IsClientError

func (o *ListVersioningPoliciesNotFound) IsClientError() bool

IsClientError returns true when this list versioning policies not found response has a 4xx status code

func (*ListVersioningPoliciesNotFound) IsCode

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

IsCode returns true when this list versioning policies not found response a status code equal to that given

func (*ListVersioningPoliciesNotFound) IsRedirect

func (o *ListVersioningPoliciesNotFound) IsRedirect() bool

IsRedirect returns true when this list versioning policies not found response has a 3xx status code

func (*ListVersioningPoliciesNotFound) IsServerError

func (o *ListVersioningPoliciesNotFound) IsServerError() bool

IsServerError returns true when this list versioning policies not found response has a 5xx status code

func (*ListVersioningPoliciesNotFound) IsSuccess

func (o *ListVersioningPoliciesNotFound) IsSuccess() bool

IsSuccess returns true when this list versioning policies not found response has a 2xx status code

func (*ListVersioningPoliciesNotFound) String

type ListVersioningPoliciesOK

type ListVersioningPoliciesOK struct {
	Payload *models.RestVersioningPolicyCollection
}

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

A successful response.

func NewListVersioningPoliciesOK

func NewListVersioningPoliciesOK() *ListVersioningPoliciesOK

NewListVersioningPoliciesOK creates a ListVersioningPoliciesOK with default headers values

func (*ListVersioningPoliciesOK) Code

func (o *ListVersioningPoliciesOK) Code() int

Code gets the status code for the list versioning policies o k response

func (*ListVersioningPoliciesOK) Error

func (o *ListVersioningPoliciesOK) Error() string

func (*ListVersioningPoliciesOK) GetPayload

func (*ListVersioningPoliciesOK) IsClientError

func (o *ListVersioningPoliciesOK) IsClientError() bool

IsClientError returns true when this list versioning policies o k response has a 4xx status code

func (*ListVersioningPoliciesOK) IsCode

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

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

func (*ListVersioningPoliciesOK) IsRedirect

func (o *ListVersioningPoliciesOK) IsRedirect() bool

IsRedirect returns true when this list versioning policies o k response has a 3xx status code

func (*ListVersioningPoliciesOK) IsServerError

func (o *ListVersioningPoliciesOK) IsServerError() bool

IsServerError returns true when this list versioning policies o k response has a 5xx status code

func (*ListVersioningPoliciesOK) IsSuccess

func (o *ListVersioningPoliciesOK) IsSuccess() bool

IsSuccess returns true when this list versioning policies o k response has a 2xx status code

func (*ListVersioningPoliciesOK) String

func (o *ListVersioningPoliciesOK) String() string

type ListVersioningPoliciesParams

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

ListVersioningPoliciesParams contains all the parameters to send to the API endpoint

for the list versioning policies operation.

Typically these are written to a http.Request.

func NewListVersioningPoliciesParams

func NewListVersioningPoliciesParams() *ListVersioningPoliciesParams

NewListVersioningPoliciesParams creates a new ListVersioningPoliciesParams 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 NewListVersioningPoliciesParamsWithContext

func NewListVersioningPoliciesParamsWithContext(ctx context.Context) *ListVersioningPoliciesParams

NewListVersioningPoliciesParamsWithContext creates a new ListVersioningPoliciesParams object with the ability to set a context for a request.

func NewListVersioningPoliciesParamsWithHTTPClient

func NewListVersioningPoliciesParamsWithHTTPClient(client *http.Client) *ListVersioningPoliciesParams

NewListVersioningPoliciesParamsWithHTTPClient creates a new ListVersioningPoliciesParams object with the ability to set a custom HTTPClient for a request.

func NewListVersioningPoliciesParamsWithTimeout

func NewListVersioningPoliciesParamsWithTimeout(timeout time.Duration) *ListVersioningPoliciesParams

NewListVersioningPoliciesParamsWithTimeout creates a new ListVersioningPoliciesParams object with the ability to set a timeout on a request.

func (*ListVersioningPoliciesParams) SetContext

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

SetContext adds the context to the list versioning policies params

func (*ListVersioningPoliciesParams) SetDefaults

func (o *ListVersioningPoliciesParams) SetDefaults()

SetDefaults hydrates default values in the list versioning policies params (not the query body).

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

func (*ListVersioningPoliciesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list versioning policies params

func (*ListVersioningPoliciesParams) SetTimeout

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

SetTimeout adds the timeout to the list versioning policies params

func (*ListVersioningPoliciesParams) WithContext

WithContext adds the context to the list versioning policies params

func (*ListVersioningPoliciesParams) WithDefaults

WithDefaults hydrates default values in the list versioning policies params (not the query body).

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

func (*ListVersioningPoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list versioning policies params

func (*ListVersioningPoliciesParams) WithTimeout

WithTimeout adds the timeout to the list versioning policies params

func (*ListVersioningPoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListVersioningPoliciesReader

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

ListVersioningPoliciesReader is a Reader for the ListVersioningPolicies structure.

func (*ListVersioningPoliciesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListVersioningPoliciesUnauthorized

type ListVersioningPoliciesUnauthorized struct {
}

ListVersioningPoliciesUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewListVersioningPoliciesUnauthorized

func NewListVersioningPoliciesUnauthorized() *ListVersioningPoliciesUnauthorized

NewListVersioningPoliciesUnauthorized creates a ListVersioningPoliciesUnauthorized with default headers values

func (*ListVersioningPoliciesUnauthorized) Code

Code gets the status code for the list versioning policies unauthorized response

func (*ListVersioningPoliciesUnauthorized) Error

func (*ListVersioningPoliciesUnauthorized) IsClientError

func (o *ListVersioningPoliciesUnauthorized) IsClientError() bool

IsClientError returns true when this list versioning policies unauthorized response has a 4xx status code

func (*ListVersioningPoliciesUnauthorized) IsCode

IsCode returns true when this list versioning policies unauthorized response a status code equal to that given

func (*ListVersioningPoliciesUnauthorized) IsRedirect

func (o *ListVersioningPoliciesUnauthorized) IsRedirect() bool

IsRedirect returns true when this list versioning policies unauthorized response has a 3xx status code

func (*ListVersioningPoliciesUnauthorized) IsServerError

func (o *ListVersioningPoliciesUnauthorized) IsServerError() bool

IsServerError returns true when this list versioning policies unauthorized response has a 5xx status code

func (*ListVersioningPoliciesUnauthorized) IsSuccess

IsSuccess returns true when this list versioning policies unauthorized response has a 2xx status code

func (*ListVersioningPoliciesUnauthorized) String

type ListVirtualNodesForbidden

type ListVirtualNodesForbidden struct {
	Payload *models.RestError
}

ListVirtualNodesForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewListVirtualNodesForbidden

func NewListVirtualNodesForbidden() *ListVirtualNodesForbidden

NewListVirtualNodesForbidden creates a ListVirtualNodesForbidden with default headers values

func (*ListVirtualNodesForbidden) Code

func (o *ListVirtualNodesForbidden) Code() int

Code gets the status code for the list virtual nodes forbidden response

func (*ListVirtualNodesForbidden) Error

func (o *ListVirtualNodesForbidden) Error() string

func (*ListVirtualNodesForbidden) GetPayload

func (o *ListVirtualNodesForbidden) GetPayload() *models.RestError

func (*ListVirtualNodesForbidden) IsClientError

func (o *ListVirtualNodesForbidden) IsClientError() bool

IsClientError returns true when this list virtual nodes forbidden response has a 4xx status code

func (*ListVirtualNodesForbidden) IsCode

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

IsCode returns true when this list virtual nodes forbidden response a status code equal to that given

func (*ListVirtualNodesForbidden) IsRedirect

func (o *ListVirtualNodesForbidden) IsRedirect() bool

IsRedirect returns true when this list virtual nodes forbidden response has a 3xx status code

func (*ListVirtualNodesForbidden) IsServerError

func (o *ListVirtualNodesForbidden) IsServerError() bool

IsServerError returns true when this list virtual nodes forbidden response has a 5xx status code

func (*ListVirtualNodesForbidden) IsSuccess

func (o *ListVirtualNodesForbidden) IsSuccess() bool

IsSuccess returns true when this list virtual nodes forbidden response has a 2xx status code

func (*ListVirtualNodesForbidden) String

func (o *ListVirtualNodesForbidden) String() string

type ListVirtualNodesInternalServerError

type ListVirtualNodesInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewListVirtualNodesInternalServerError

func NewListVirtualNodesInternalServerError() *ListVirtualNodesInternalServerError

NewListVirtualNodesInternalServerError creates a ListVirtualNodesInternalServerError with default headers values

func (*ListVirtualNodesInternalServerError) Code

Code gets the status code for the list virtual nodes internal server error response

func (*ListVirtualNodesInternalServerError) Error

func (*ListVirtualNodesInternalServerError) GetPayload

func (*ListVirtualNodesInternalServerError) IsClientError

func (o *ListVirtualNodesInternalServerError) IsClientError() bool

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

func (*ListVirtualNodesInternalServerError) IsCode

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

func (*ListVirtualNodesInternalServerError) IsRedirect

func (o *ListVirtualNodesInternalServerError) IsRedirect() bool

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

func (*ListVirtualNodesInternalServerError) IsServerError

func (o *ListVirtualNodesInternalServerError) IsServerError() bool

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

func (*ListVirtualNodesInternalServerError) IsSuccess

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

func (*ListVirtualNodesInternalServerError) String

type ListVirtualNodesNotFound

type ListVirtualNodesNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewListVirtualNodesNotFound

func NewListVirtualNodesNotFound() *ListVirtualNodesNotFound

NewListVirtualNodesNotFound creates a ListVirtualNodesNotFound with default headers values

func (*ListVirtualNodesNotFound) Code

func (o *ListVirtualNodesNotFound) Code() int

Code gets the status code for the list virtual nodes not found response

func (*ListVirtualNodesNotFound) Error

func (o *ListVirtualNodesNotFound) Error() string

func (*ListVirtualNodesNotFound) GetPayload

func (o *ListVirtualNodesNotFound) GetPayload() *models.RestError

func (*ListVirtualNodesNotFound) IsClientError

func (o *ListVirtualNodesNotFound) IsClientError() bool

IsClientError returns true when this list virtual nodes not found response has a 4xx status code

func (*ListVirtualNodesNotFound) IsCode

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

IsCode returns true when this list virtual nodes not found response a status code equal to that given

func (*ListVirtualNodesNotFound) IsRedirect

func (o *ListVirtualNodesNotFound) IsRedirect() bool

IsRedirect returns true when this list virtual nodes not found response has a 3xx status code

func (*ListVirtualNodesNotFound) IsServerError

func (o *ListVirtualNodesNotFound) IsServerError() bool

IsServerError returns true when this list virtual nodes not found response has a 5xx status code

func (*ListVirtualNodesNotFound) IsSuccess

func (o *ListVirtualNodesNotFound) IsSuccess() bool

IsSuccess returns true when this list virtual nodes not found response has a 2xx status code

func (*ListVirtualNodesNotFound) String

func (o *ListVirtualNodesNotFound) String() string

type ListVirtualNodesOK

type ListVirtualNodesOK struct {
	Payload *models.RestNodesCollection
}

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

A successful response.

func NewListVirtualNodesOK

func NewListVirtualNodesOK() *ListVirtualNodesOK

NewListVirtualNodesOK creates a ListVirtualNodesOK with default headers values

func (*ListVirtualNodesOK) Code

func (o *ListVirtualNodesOK) Code() int

Code gets the status code for the list virtual nodes o k response

func (*ListVirtualNodesOK) Error

func (o *ListVirtualNodesOK) Error() string

func (*ListVirtualNodesOK) GetPayload

func (*ListVirtualNodesOK) IsClientError

func (o *ListVirtualNodesOK) IsClientError() bool

IsClientError returns true when this list virtual nodes o k response has a 4xx status code

func (*ListVirtualNodesOK) IsCode

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

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

func (*ListVirtualNodesOK) IsRedirect

func (o *ListVirtualNodesOK) IsRedirect() bool

IsRedirect returns true when this list virtual nodes o k response has a 3xx status code

func (*ListVirtualNodesOK) IsServerError

func (o *ListVirtualNodesOK) IsServerError() bool

IsServerError returns true when this list virtual nodes o k response has a 5xx status code

func (*ListVirtualNodesOK) IsSuccess

func (o *ListVirtualNodesOK) IsSuccess() bool

IsSuccess returns true when this list virtual nodes o k response has a 2xx status code

func (*ListVirtualNodesOK) String

func (o *ListVirtualNodesOK) String() string

type ListVirtualNodesParams

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

ListVirtualNodesParams contains all the parameters to send to the API endpoint

for the list virtual nodes operation.

Typically these are written to a http.Request.

func NewListVirtualNodesParams

func NewListVirtualNodesParams() *ListVirtualNodesParams

NewListVirtualNodesParams creates a new ListVirtualNodesParams 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 NewListVirtualNodesParamsWithContext

func NewListVirtualNodesParamsWithContext(ctx context.Context) *ListVirtualNodesParams

NewListVirtualNodesParamsWithContext creates a new ListVirtualNodesParams object with the ability to set a context for a request.

func NewListVirtualNodesParamsWithHTTPClient

func NewListVirtualNodesParamsWithHTTPClient(client *http.Client) *ListVirtualNodesParams

NewListVirtualNodesParamsWithHTTPClient creates a new ListVirtualNodesParams object with the ability to set a custom HTTPClient for a request.

func NewListVirtualNodesParamsWithTimeout

func NewListVirtualNodesParamsWithTimeout(timeout time.Duration) *ListVirtualNodesParams

NewListVirtualNodesParamsWithTimeout creates a new ListVirtualNodesParams object with the ability to set a timeout on a request.

func (*ListVirtualNodesParams) SetContext

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

SetContext adds the context to the list virtual nodes params

func (*ListVirtualNodesParams) SetDefaults

func (o *ListVirtualNodesParams) SetDefaults()

SetDefaults hydrates default values in the list virtual nodes params (not the query body).

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

func (*ListVirtualNodesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list virtual nodes params

func (*ListVirtualNodesParams) SetTimeout

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

SetTimeout adds the timeout to the list virtual nodes params

func (*ListVirtualNodesParams) WithContext

WithContext adds the context to the list virtual nodes params

func (*ListVirtualNodesParams) WithDefaults

WithDefaults hydrates default values in the list virtual nodes params (not the query body).

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

func (*ListVirtualNodesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list virtual nodes params

func (*ListVirtualNodesParams) WithTimeout

WithTimeout adds the timeout to the list virtual nodes params

func (*ListVirtualNodesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListVirtualNodesReader

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

ListVirtualNodesReader is a Reader for the ListVirtualNodes structure.

func (*ListVirtualNodesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListVirtualNodesUnauthorized

type ListVirtualNodesUnauthorized struct {
}

ListVirtualNodesUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewListVirtualNodesUnauthorized

func NewListVirtualNodesUnauthorized() *ListVirtualNodesUnauthorized

NewListVirtualNodesUnauthorized creates a ListVirtualNodesUnauthorized with default headers values

func (*ListVirtualNodesUnauthorized) Code

Code gets the status code for the list virtual nodes unauthorized response

func (*ListVirtualNodesUnauthorized) Error

func (*ListVirtualNodesUnauthorized) IsClientError

func (o *ListVirtualNodesUnauthorized) IsClientError() bool

IsClientError returns true when this list virtual nodes unauthorized response has a 4xx status code

func (*ListVirtualNodesUnauthorized) IsCode

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

IsCode returns true when this list virtual nodes unauthorized response a status code equal to that given

func (*ListVirtualNodesUnauthorized) IsRedirect

func (o *ListVirtualNodesUnauthorized) IsRedirect() bool

IsRedirect returns true when this list virtual nodes unauthorized response has a 3xx status code

func (*ListVirtualNodesUnauthorized) IsServerError

func (o *ListVirtualNodesUnauthorized) IsServerError() bool

IsServerError returns true when this list virtual nodes unauthorized response has a 5xx status code

func (*ListVirtualNodesUnauthorized) IsSuccess

func (o *ListVirtualNodesUnauthorized) IsSuccess() bool

IsSuccess returns true when this list virtual nodes unauthorized response has a 2xx status code

func (*ListVirtualNodesUnauthorized) String

type OpenAPIDiscoveryForbidden

type OpenAPIDiscoveryForbidden struct {
	Payload *models.RestError
}

OpenAPIDiscoveryForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewOpenAPIDiscoveryForbidden

func NewOpenAPIDiscoveryForbidden() *OpenAPIDiscoveryForbidden

NewOpenAPIDiscoveryForbidden creates a OpenAPIDiscoveryForbidden with default headers values

func (*OpenAPIDiscoveryForbidden) Code

func (o *OpenAPIDiscoveryForbidden) Code() int

Code gets the status code for the open Api discovery forbidden response

func (*OpenAPIDiscoveryForbidden) Error

func (o *OpenAPIDiscoveryForbidden) Error() string

func (*OpenAPIDiscoveryForbidden) GetPayload

func (o *OpenAPIDiscoveryForbidden) GetPayload() *models.RestError

func (*OpenAPIDiscoveryForbidden) IsClientError

func (o *OpenAPIDiscoveryForbidden) IsClientError() bool

IsClientError returns true when this open Api discovery forbidden response has a 4xx status code

func (*OpenAPIDiscoveryForbidden) IsCode

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

IsCode returns true when this open Api discovery forbidden response a status code equal to that given

func (*OpenAPIDiscoveryForbidden) IsRedirect

func (o *OpenAPIDiscoveryForbidden) IsRedirect() bool

IsRedirect returns true when this open Api discovery forbidden response has a 3xx status code

func (*OpenAPIDiscoveryForbidden) IsServerError

func (o *OpenAPIDiscoveryForbidden) IsServerError() bool

IsServerError returns true when this open Api discovery forbidden response has a 5xx status code

func (*OpenAPIDiscoveryForbidden) IsSuccess

func (o *OpenAPIDiscoveryForbidden) IsSuccess() bool

IsSuccess returns true when this open Api discovery forbidden response has a 2xx status code

func (*OpenAPIDiscoveryForbidden) String

func (o *OpenAPIDiscoveryForbidden) String() string

type OpenAPIDiscoveryInternalServerError

type OpenAPIDiscoveryInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewOpenAPIDiscoveryInternalServerError

func NewOpenAPIDiscoveryInternalServerError() *OpenAPIDiscoveryInternalServerError

NewOpenAPIDiscoveryInternalServerError creates a OpenAPIDiscoveryInternalServerError with default headers values

func (*OpenAPIDiscoveryInternalServerError) Code

Code gets the status code for the open Api discovery internal server error response

func (*OpenAPIDiscoveryInternalServerError) Error

func (*OpenAPIDiscoveryInternalServerError) GetPayload

func (*OpenAPIDiscoveryInternalServerError) IsClientError

func (o *OpenAPIDiscoveryInternalServerError) IsClientError() bool

IsClientError returns true when this open Api discovery internal server error response has a 4xx status code

func (*OpenAPIDiscoveryInternalServerError) IsCode

IsCode returns true when this open Api discovery internal server error response a status code equal to that given

func (*OpenAPIDiscoveryInternalServerError) IsRedirect

func (o *OpenAPIDiscoveryInternalServerError) IsRedirect() bool

IsRedirect returns true when this open Api discovery internal server error response has a 3xx status code

func (*OpenAPIDiscoveryInternalServerError) IsServerError

func (o *OpenAPIDiscoveryInternalServerError) IsServerError() bool

IsServerError returns true when this open Api discovery internal server error response has a 5xx status code

func (*OpenAPIDiscoveryInternalServerError) IsSuccess

IsSuccess returns true when this open Api discovery internal server error response has a 2xx status code

func (*OpenAPIDiscoveryInternalServerError) String

type OpenAPIDiscoveryNotFound

type OpenAPIDiscoveryNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewOpenAPIDiscoveryNotFound

func NewOpenAPIDiscoveryNotFound() *OpenAPIDiscoveryNotFound

NewOpenAPIDiscoveryNotFound creates a OpenAPIDiscoveryNotFound with default headers values

func (*OpenAPIDiscoveryNotFound) Code

func (o *OpenAPIDiscoveryNotFound) Code() int

Code gets the status code for the open Api discovery not found response

func (*OpenAPIDiscoveryNotFound) Error

func (o *OpenAPIDiscoveryNotFound) Error() string

func (*OpenAPIDiscoveryNotFound) GetPayload

func (o *OpenAPIDiscoveryNotFound) GetPayload() *models.RestError

func (*OpenAPIDiscoveryNotFound) IsClientError

func (o *OpenAPIDiscoveryNotFound) IsClientError() bool

IsClientError returns true when this open Api discovery not found response has a 4xx status code

func (*OpenAPIDiscoveryNotFound) IsCode

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

IsCode returns true when this open Api discovery not found response a status code equal to that given

func (*OpenAPIDiscoveryNotFound) IsRedirect

func (o *OpenAPIDiscoveryNotFound) IsRedirect() bool

IsRedirect returns true when this open Api discovery not found response has a 3xx status code

func (*OpenAPIDiscoveryNotFound) IsServerError

func (o *OpenAPIDiscoveryNotFound) IsServerError() bool

IsServerError returns true when this open Api discovery not found response has a 5xx status code

func (*OpenAPIDiscoveryNotFound) IsSuccess

func (o *OpenAPIDiscoveryNotFound) IsSuccess() bool

IsSuccess returns true when this open Api discovery not found response has a 2xx status code

func (*OpenAPIDiscoveryNotFound) String

func (o *OpenAPIDiscoveryNotFound) String() string

type OpenAPIDiscoveryOK

type OpenAPIDiscoveryOK struct {
	Payload *models.RestOpenAPIResponse
}

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

A successful response.

func NewOpenAPIDiscoveryOK

func NewOpenAPIDiscoveryOK() *OpenAPIDiscoveryOK

NewOpenAPIDiscoveryOK creates a OpenAPIDiscoveryOK with default headers values

func (*OpenAPIDiscoveryOK) Code

func (o *OpenAPIDiscoveryOK) Code() int

Code gets the status code for the open Api discovery o k response

func (*OpenAPIDiscoveryOK) Error

func (o *OpenAPIDiscoveryOK) Error() string

func (*OpenAPIDiscoveryOK) GetPayload

func (*OpenAPIDiscoveryOK) IsClientError

func (o *OpenAPIDiscoveryOK) IsClientError() bool

IsClientError returns true when this open Api discovery o k response has a 4xx status code

func (*OpenAPIDiscoveryOK) IsCode

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

IsCode returns true when this open Api discovery o k response a status code equal to that given

func (*OpenAPIDiscoveryOK) IsRedirect

func (o *OpenAPIDiscoveryOK) IsRedirect() bool

IsRedirect returns true when this open Api discovery o k response has a 3xx status code

func (*OpenAPIDiscoveryOK) IsServerError

func (o *OpenAPIDiscoveryOK) IsServerError() bool

IsServerError returns true when this open Api discovery o k response has a 5xx status code

func (*OpenAPIDiscoveryOK) IsSuccess

func (o *OpenAPIDiscoveryOK) IsSuccess() bool

IsSuccess returns true when this open Api discovery o k response has a 2xx status code

func (*OpenAPIDiscoveryOK) String

func (o *OpenAPIDiscoveryOK) String() string

type OpenAPIDiscoveryParams

type OpenAPIDiscoveryParams struct {

	/* EndpointType.

	   Filter result to a specific endpoint type
	*/
	EndpointType *string

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

OpenAPIDiscoveryParams contains all the parameters to send to the API endpoint

for the open Api discovery operation.

Typically these are written to a http.Request.

func NewOpenAPIDiscoveryParams

func NewOpenAPIDiscoveryParams() *OpenAPIDiscoveryParams

NewOpenAPIDiscoveryParams creates a new OpenAPIDiscoveryParams 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 NewOpenAPIDiscoveryParamsWithContext

func NewOpenAPIDiscoveryParamsWithContext(ctx context.Context) *OpenAPIDiscoveryParams

NewOpenAPIDiscoveryParamsWithContext creates a new OpenAPIDiscoveryParams object with the ability to set a context for a request.

func NewOpenAPIDiscoveryParamsWithHTTPClient

func NewOpenAPIDiscoveryParamsWithHTTPClient(client *http.Client) *OpenAPIDiscoveryParams

NewOpenAPIDiscoveryParamsWithHTTPClient creates a new OpenAPIDiscoveryParams object with the ability to set a custom HTTPClient for a request.

func NewOpenAPIDiscoveryParamsWithTimeout

func NewOpenAPIDiscoveryParamsWithTimeout(timeout time.Duration) *OpenAPIDiscoveryParams

NewOpenAPIDiscoveryParamsWithTimeout creates a new OpenAPIDiscoveryParams object with the ability to set a timeout on a request.

func (*OpenAPIDiscoveryParams) SetContext

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

SetContext adds the context to the open Api discovery params

func (*OpenAPIDiscoveryParams) SetDefaults

func (o *OpenAPIDiscoveryParams) SetDefaults()

SetDefaults hydrates default values in the open Api discovery params (not the query body).

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

func (*OpenAPIDiscoveryParams) SetEndpointType

func (o *OpenAPIDiscoveryParams) SetEndpointType(endpointType *string)

SetEndpointType adds the endpointType to the open Api discovery params

func (*OpenAPIDiscoveryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the open Api discovery params

func (*OpenAPIDiscoveryParams) SetTimeout

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

SetTimeout adds the timeout to the open Api discovery params

func (*OpenAPIDiscoveryParams) WithContext

WithContext adds the context to the open Api discovery params

func (*OpenAPIDiscoveryParams) WithDefaults

WithDefaults hydrates default values in the open Api discovery params (not the query body).

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

func (*OpenAPIDiscoveryParams) WithEndpointType

func (o *OpenAPIDiscoveryParams) WithEndpointType(endpointType *string) *OpenAPIDiscoveryParams

WithEndpointType adds the endpointType to the open Api discovery params

func (*OpenAPIDiscoveryParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the open Api discovery params

func (*OpenAPIDiscoveryParams) WithTimeout

WithTimeout adds the timeout to the open Api discovery params

func (*OpenAPIDiscoveryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type OpenAPIDiscoveryReader

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

OpenAPIDiscoveryReader is a Reader for the OpenAPIDiscovery structure.

func (*OpenAPIDiscoveryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type OpenAPIDiscoveryUnauthorized

type OpenAPIDiscoveryUnauthorized struct {
}

OpenAPIDiscoveryUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewOpenAPIDiscoveryUnauthorized

func NewOpenAPIDiscoveryUnauthorized() *OpenAPIDiscoveryUnauthorized

NewOpenAPIDiscoveryUnauthorized creates a OpenAPIDiscoveryUnauthorized with default headers values

func (*OpenAPIDiscoveryUnauthorized) Code

Code gets the status code for the open Api discovery unauthorized response

func (*OpenAPIDiscoveryUnauthorized) Error

func (*OpenAPIDiscoveryUnauthorized) IsClientError

func (o *OpenAPIDiscoveryUnauthorized) IsClientError() bool

IsClientError returns true when this open Api discovery unauthorized response has a 4xx status code

func (*OpenAPIDiscoveryUnauthorized) IsCode

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

IsCode returns true when this open Api discovery unauthorized response a status code equal to that given

func (*OpenAPIDiscoveryUnauthorized) IsRedirect

func (o *OpenAPIDiscoveryUnauthorized) IsRedirect() bool

IsRedirect returns true when this open Api discovery unauthorized response has a 3xx status code

func (*OpenAPIDiscoveryUnauthorized) IsServerError

func (o *OpenAPIDiscoveryUnauthorized) IsServerError() bool

IsServerError returns true when this open Api discovery unauthorized response has a 5xx status code

func (*OpenAPIDiscoveryUnauthorized) IsSuccess

func (o *OpenAPIDiscoveryUnauthorized) IsSuccess() bool

IsSuccess returns true when this open Api discovery unauthorized response has a 2xx status code

func (*OpenAPIDiscoveryUnauthorized) String

type PutConfigBody

type PutConfigBody struct {

	// JSON-encoded data to store
	Data string `json:"Data,omitempty"`
}

PutConfigBody Configuration message. Data is an Json representation of any value swagger:model PutConfigBody

func (*PutConfigBody) ContextValidate

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

ContextValidate validates this put config body based on context it is used

func (*PutConfigBody) MarshalBinary

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

MarshalBinary interface implementation

func (*PutConfigBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*PutConfigBody) Validate

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

Validate validates this put config body

type PutConfigForbidden

type PutConfigForbidden struct {
	Payload *models.RestError
}

PutConfigForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewPutConfigForbidden

func NewPutConfigForbidden() *PutConfigForbidden

NewPutConfigForbidden creates a PutConfigForbidden with default headers values

func (*PutConfigForbidden) Code

func (o *PutConfigForbidden) Code() int

Code gets the status code for the put config forbidden response

func (*PutConfigForbidden) Error

func (o *PutConfigForbidden) Error() string

func (*PutConfigForbidden) GetPayload

func (o *PutConfigForbidden) GetPayload() *models.RestError

func (*PutConfigForbidden) IsClientError

func (o *PutConfigForbidden) IsClientError() bool

IsClientError returns true when this put config forbidden response has a 4xx status code

func (*PutConfigForbidden) IsCode

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

IsCode returns true when this put config forbidden response a status code equal to that given

func (*PutConfigForbidden) IsRedirect

func (o *PutConfigForbidden) IsRedirect() bool

IsRedirect returns true when this put config forbidden response has a 3xx status code

func (*PutConfigForbidden) IsServerError

func (o *PutConfigForbidden) IsServerError() bool

IsServerError returns true when this put config forbidden response has a 5xx status code

func (*PutConfigForbidden) IsSuccess

func (o *PutConfigForbidden) IsSuccess() bool

IsSuccess returns true when this put config forbidden response has a 2xx status code

func (*PutConfigForbidden) String

func (o *PutConfigForbidden) String() string

type PutConfigInternalServerError

type PutConfigInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewPutConfigInternalServerError

func NewPutConfigInternalServerError() *PutConfigInternalServerError

NewPutConfigInternalServerError creates a PutConfigInternalServerError with default headers values

func (*PutConfigInternalServerError) Code

Code gets the status code for the put config internal server error response

func (*PutConfigInternalServerError) Error

func (*PutConfigInternalServerError) GetPayload

func (*PutConfigInternalServerError) IsClientError

func (o *PutConfigInternalServerError) IsClientError() bool

IsClientError returns true when this put config internal server error response has a 4xx status code

func (*PutConfigInternalServerError) IsCode

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

IsCode returns true when this put config internal server error response a status code equal to that given

func (*PutConfigInternalServerError) IsRedirect

func (o *PutConfigInternalServerError) IsRedirect() bool

IsRedirect returns true when this put config internal server error response has a 3xx status code

func (*PutConfigInternalServerError) IsServerError

func (o *PutConfigInternalServerError) IsServerError() bool

IsServerError returns true when this put config internal server error response has a 5xx status code

func (*PutConfigInternalServerError) IsSuccess

func (o *PutConfigInternalServerError) IsSuccess() bool

IsSuccess returns true when this put config internal server error response has a 2xx status code

func (*PutConfigInternalServerError) String

type PutConfigNotFound

type PutConfigNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewPutConfigNotFound

func NewPutConfigNotFound() *PutConfigNotFound

NewPutConfigNotFound creates a PutConfigNotFound with default headers values

func (*PutConfigNotFound) Code

func (o *PutConfigNotFound) Code() int

Code gets the status code for the put config not found response

func (*PutConfigNotFound) Error

func (o *PutConfigNotFound) Error() string

func (*PutConfigNotFound) GetPayload

func (o *PutConfigNotFound) GetPayload() *models.RestError

func (*PutConfigNotFound) IsClientError

func (o *PutConfigNotFound) IsClientError() bool

IsClientError returns true when this put config not found response has a 4xx status code

func (*PutConfigNotFound) IsCode

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

IsCode returns true when this put config not found response a status code equal to that given

func (*PutConfigNotFound) IsRedirect

func (o *PutConfigNotFound) IsRedirect() bool

IsRedirect returns true when this put config not found response has a 3xx status code

func (*PutConfigNotFound) IsServerError

func (o *PutConfigNotFound) IsServerError() bool

IsServerError returns true when this put config not found response has a 5xx status code

func (*PutConfigNotFound) IsSuccess

func (o *PutConfigNotFound) IsSuccess() bool

IsSuccess returns true when this put config not found response has a 2xx status code

func (*PutConfigNotFound) String

func (o *PutConfigNotFound) String() string

type PutConfigOK

type PutConfigOK struct {
	Payload *models.RestConfiguration
}

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

A successful response.

func NewPutConfigOK

func NewPutConfigOK() *PutConfigOK

NewPutConfigOK creates a PutConfigOK with default headers values

func (*PutConfigOK) Code

func (o *PutConfigOK) Code() int

Code gets the status code for the put config o k response

func (*PutConfigOK) Error

func (o *PutConfigOK) Error() string

func (*PutConfigOK) GetPayload

func (o *PutConfigOK) GetPayload() *models.RestConfiguration

func (*PutConfigOK) IsClientError

func (o *PutConfigOK) IsClientError() bool

IsClientError returns true when this put config o k response has a 4xx status code

func (*PutConfigOK) IsCode

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

IsCode returns true when this put config o k response a status code equal to that given

func (*PutConfigOK) IsRedirect

func (o *PutConfigOK) IsRedirect() bool

IsRedirect returns true when this put config o k response has a 3xx status code

func (*PutConfigOK) IsServerError

func (o *PutConfigOK) IsServerError() bool

IsServerError returns true when this put config o k response has a 5xx status code

func (*PutConfigOK) IsSuccess

func (o *PutConfigOK) IsSuccess() bool

IsSuccess returns true when this put config o k response has a 2xx status code

func (*PutConfigOK) String

func (o *PutConfigOK) String() string

type PutConfigParams

type PutConfigParams struct {

	/* FullPath.

	   Full slash-separated path to the config key
	*/
	FullPath string

	// Body.
	Body PutConfigBody

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

PutConfigParams contains all the parameters to send to the API endpoint

for the put config operation.

Typically these are written to a http.Request.

func NewPutConfigParams

func NewPutConfigParams() *PutConfigParams

NewPutConfigParams creates a new PutConfigParams 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 NewPutConfigParamsWithContext

func NewPutConfigParamsWithContext(ctx context.Context) *PutConfigParams

NewPutConfigParamsWithContext creates a new PutConfigParams object with the ability to set a context for a request.

func NewPutConfigParamsWithHTTPClient

func NewPutConfigParamsWithHTTPClient(client *http.Client) *PutConfigParams

NewPutConfigParamsWithHTTPClient creates a new PutConfigParams object with the ability to set a custom HTTPClient for a request.

func NewPutConfigParamsWithTimeout

func NewPutConfigParamsWithTimeout(timeout time.Duration) *PutConfigParams

NewPutConfigParamsWithTimeout creates a new PutConfigParams object with the ability to set a timeout on a request.

func (*PutConfigParams) SetBody

func (o *PutConfigParams) SetBody(body PutConfigBody)

SetBody adds the body to the put config params

func (*PutConfigParams) SetContext

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

SetContext adds the context to the put config params

func (*PutConfigParams) SetDefaults

func (o *PutConfigParams) SetDefaults()

SetDefaults hydrates default values in the put config params (not the query body).

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

func (*PutConfigParams) SetFullPath

func (o *PutConfigParams) SetFullPath(fullPath string)

SetFullPath adds the fullPath to the put config params

func (*PutConfigParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put config params

func (*PutConfigParams) SetTimeout

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

SetTimeout adds the timeout to the put config params

func (*PutConfigParams) WithBody

func (o *PutConfigParams) WithBody(body PutConfigBody) *PutConfigParams

WithBody adds the body to the put config params

func (*PutConfigParams) WithContext

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

WithContext adds the context to the put config params

func (*PutConfigParams) WithDefaults

func (o *PutConfigParams) WithDefaults() *PutConfigParams

WithDefaults hydrates default values in the put config params (not the query body).

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

func (*PutConfigParams) WithFullPath

func (o *PutConfigParams) WithFullPath(fullPath string) *PutConfigParams

WithFullPath adds the fullPath to the put config params

func (*PutConfigParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put config params

func (*PutConfigParams) WithTimeout

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

WithTimeout adds the timeout to the put config params

func (*PutConfigParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutConfigReader

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

PutConfigReader is a Reader for the PutConfig structure.

func (*PutConfigReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutConfigUnauthorized

type PutConfigUnauthorized struct {
}

PutConfigUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewPutConfigUnauthorized

func NewPutConfigUnauthorized() *PutConfigUnauthorized

NewPutConfigUnauthorized creates a PutConfigUnauthorized with default headers values

func (*PutConfigUnauthorized) Code

func (o *PutConfigUnauthorized) Code() int

Code gets the status code for the put config unauthorized response

func (*PutConfigUnauthorized) Error

func (o *PutConfigUnauthorized) Error() string

func (*PutConfigUnauthorized) IsClientError

func (o *PutConfigUnauthorized) IsClientError() bool

IsClientError returns true when this put config unauthorized response has a 4xx status code

func (*PutConfigUnauthorized) IsCode

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

IsCode returns true when this put config unauthorized response a status code equal to that given

func (*PutConfigUnauthorized) IsRedirect

func (o *PutConfigUnauthorized) IsRedirect() bool

IsRedirect returns true when this put config unauthorized response has a 3xx status code

func (*PutConfigUnauthorized) IsServerError

func (o *PutConfigUnauthorized) IsServerError() bool

IsServerError returns true when this put config unauthorized response has a 5xx status code

func (*PutConfigUnauthorized) IsSuccess

func (o *PutConfigUnauthorized) IsSuccess() bool

IsSuccess returns true when this put config unauthorized response has a 2xx status code

func (*PutConfigUnauthorized) String

func (o *PutConfigUnauthorized) String() string

type PutDataSourceBody

type PutDataSourceBody struct {

	// Corresponding objects service api key
	APIKey string `json:"ApiKey,omitempty"`

	// Corresponding objects service api secret
	APISecret string `json:"ApiSecret,omitempty"`

	// Data Source creation date
	CreationDate int32 `json:"CreationDate,omitempty"`

	// Whether this data source is disabled or running
	Disabled bool `json:"Disabled,omitempty"`

	// Encryption key used for encrypting data
	EncryptionKey string `json:"EncryptionKey,omitempty"`

	// Type of encryption applied before sending data to storage
	EncryptionMode *models.ObjectEncryptionMode `json:"EncryptionMode,omitempty"`

	// Store data in flat format (object-storage like)
	FlatStorage bool `json:"FlatStorage,omitempty"`

	// Data Source last synchronization date
	LastSynchronizationDate int32 `json:"LastSynchronizationDate,omitempty"`

	// Corresponding objects service base folder inside the bucket
	ObjectsBaseFolder string `json:"ObjectsBaseFolder,omitempty"`

	// Corresponding objects service bucket
	ObjectsBucket string `json:"ObjectsBucket,omitempty"`

	// Corresponding objects service host
	ObjectsHost string `json:"ObjectsHost,omitempty"`

	// Corresponding objects service port
	ObjectsPort int32 `json:"ObjectsPort,omitempty"`

	// Corresponding objects service connection type
	ObjectsSecure bool `json:"ObjectsSecure,omitempty"`

	// Corresponding objects service name (underlying s3 service)
	ObjectsServiceName string `json:"ObjectsServiceName,omitempty"`

	// Peer address of the data source
	PeerAddress string `json:"PeerAddress,omitempty"`

	// Do not trigger resync at start
	SkipSyncOnRestart bool `json:"SkipSyncOnRestart,omitempty"`

	// List of key values describing storage configuration
	StorageConfiguration map[string]string `json:"StorageConfiguration,omitempty"`

	// Type of underlying storage (LOCAL, S3, AZURE, GCS)
	StorageType *models.ObjectStorageType `json:"StorageType,omitempty"`

	// Versioning policy describes how files are kept in the versioning queue
	VersioningPolicyName string `json:"VersioningPolicyName,omitempty"`

	// Not implemented, whether to watch for underlying changes on the FS
	Watch bool `json:"Watch,omitempty"`
}

PutDataSourceBody DataSource Object description swagger:model PutDataSourceBody

func (*PutDataSourceBody) ContextValidate

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

ContextValidate validate this put data source body based on the context it is used

func (*PutDataSourceBody) MarshalBinary

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

MarshalBinary interface implementation

func (*PutDataSourceBody) UnmarshalBinary

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

UnmarshalBinary interface implementation

func (*PutDataSourceBody) Validate

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

Validate validates this put data source body

type PutDataSourceForbidden

type PutDataSourceForbidden struct {
	Payload *models.RestError
}

PutDataSourceForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewPutDataSourceForbidden

func NewPutDataSourceForbidden() *PutDataSourceForbidden

NewPutDataSourceForbidden creates a PutDataSourceForbidden with default headers values

func (*PutDataSourceForbidden) Code

func (o *PutDataSourceForbidden) Code() int

Code gets the status code for the put data source forbidden response

func (*PutDataSourceForbidden) Error

func (o *PutDataSourceForbidden) Error() string

func (*PutDataSourceForbidden) GetPayload

func (o *PutDataSourceForbidden) GetPayload() *models.RestError

func (*PutDataSourceForbidden) IsClientError

func (o *PutDataSourceForbidden) IsClientError() bool

IsClientError returns true when this put data source forbidden response has a 4xx status code

func (*PutDataSourceForbidden) IsCode

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

IsCode returns true when this put data source forbidden response a status code equal to that given

func (*PutDataSourceForbidden) IsRedirect

func (o *PutDataSourceForbidden) IsRedirect() bool

IsRedirect returns true when this put data source forbidden response has a 3xx status code

func (*PutDataSourceForbidden) IsServerError

func (o *PutDataSourceForbidden) IsServerError() bool

IsServerError returns true when this put data source forbidden response has a 5xx status code

func (*PutDataSourceForbidden) IsSuccess

func (o *PutDataSourceForbidden) IsSuccess() bool

IsSuccess returns true when this put data source forbidden response has a 2xx status code

func (*PutDataSourceForbidden) String

func (o *PutDataSourceForbidden) String() string

type PutDataSourceInternalServerError

type PutDataSourceInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewPutDataSourceInternalServerError

func NewPutDataSourceInternalServerError() *PutDataSourceInternalServerError

NewPutDataSourceInternalServerError creates a PutDataSourceInternalServerError with default headers values

func (*PutDataSourceInternalServerError) Code

Code gets the status code for the put data source internal server error response

func (*PutDataSourceInternalServerError) Error

func (*PutDataSourceInternalServerError) GetPayload

func (*PutDataSourceInternalServerError) IsClientError

func (o *PutDataSourceInternalServerError) IsClientError() bool

IsClientError returns true when this put data source internal server error response has a 4xx status code

func (*PutDataSourceInternalServerError) IsCode

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

IsCode returns true when this put data source internal server error response a status code equal to that given

func (*PutDataSourceInternalServerError) IsRedirect

func (o *PutDataSourceInternalServerError) IsRedirect() bool

IsRedirect returns true when this put data source internal server error response has a 3xx status code

func (*PutDataSourceInternalServerError) IsServerError

func (o *PutDataSourceInternalServerError) IsServerError() bool

IsServerError returns true when this put data source internal server error response has a 5xx status code

func (*PutDataSourceInternalServerError) IsSuccess

func (o *PutDataSourceInternalServerError) IsSuccess() bool

IsSuccess returns true when this put data source internal server error response has a 2xx status code

func (*PutDataSourceInternalServerError) String

type PutDataSourceNotFound

type PutDataSourceNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewPutDataSourceNotFound

func NewPutDataSourceNotFound() *PutDataSourceNotFound

NewPutDataSourceNotFound creates a PutDataSourceNotFound with default headers values

func (*PutDataSourceNotFound) Code

func (o *PutDataSourceNotFound) Code() int

Code gets the status code for the put data source not found response

func (*PutDataSourceNotFound) Error

func (o *PutDataSourceNotFound) Error() string

func (*PutDataSourceNotFound) GetPayload

func (o *PutDataSourceNotFound) GetPayload() *models.RestError

func (*PutDataSourceNotFound) IsClientError

func (o *PutDataSourceNotFound) IsClientError() bool

IsClientError returns true when this put data source not found response has a 4xx status code

func (*PutDataSourceNotFound) IsCode

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

IsCode returns true when this put data source not found response a status code equal to that given

func (*PutDataSourceNotFound) IsRedirect

func (o *PutDataSourceNotFound) IsRedirect() bool

IsRedirect returns true when this put data source not found response has a 3xx status code

func (*PutDataSourceNotFound) IsServerError

func (o *PutDataSourceNotFound) IsServerError() bool

IsServerError returns true when this put data source not found response has a 5xx status code

func (*PutDataSourceNotFound) IsSuccess

func (o *PutDataSourceNotFound) IsSuccess() bool

IsSuccess returns true when this put data source not found response has a 2xx status code

func (*PutDataSourceNotFound) String

func (o *PutDataSourceNotFound) String() string

type PutDataSourceOK

type PutDataSourceOK struct {
	Payload *models.ObjectDataSource
}

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

A successful response.

func NewPutDataSourceOK

func NewPutDataSourceOK() *PutDataSourceOK

NewPutDataSourceOK creates a PutDataSourceOK with default headers values

func (*PutDataSourceOK) Code

func (o *PutDataSourceOK) Code() int

Code gets the status code for the put data source o k response

func (*PutDataSourceOK) Error

func (o *PutDataSourceOK) Error() string

func (*PutDataSourceOK) GetPayload

func (o *PutDataSourceOK) GetPayload() *models.ObjectDataSource

func (*PutDataSourceOK) IsClientError

func (o *PutDataSourceOK) IsClientError() bool

IsClientError returns true when this put data source o k response has a 4xx status code

func (*PutDataSourceOK) IsCode

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

IsCode returns true when this put data source o k response a status code equal to that given

func (*PutDataSourceOK) IsRedirect

func (o *PutDataSourceOK) IsRedirect() bool

IsRedirect returns true when this put data source o k response has a 3xx status code

func (*PutDataSourceOK) IsServerError

func (o *PutDataSourceOK) IsServerError() bool

IsServerError returns true when this put data source o k response has a 5xx status code

func (*PutDataSourceOK) IsSuccess

func (o *PutDataSourceOK) IsSuccess() bool

IsSuccess returns true when this put data source o k response has a 2xx status code

func (*PutDataSourceOK) String

func (o *PutDataSourceOK) String() string

type PutDataSourceParams

type PutDataSourceParams struct {

	/* Name.

	   Name of the data source (max length 34)
	*/
	Name string

	// Body.
	Body PutDataSourceBody

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

PutDataSourceParams contains all the parameters to send to the API endpoint

for the put data source operation.

Typically these are written to a http.Request.

func NewPutDataSourceParams

func NewPutDataSourceParams() *PutDataSourceParams

NewPutDataSourceParams creates a new PutDataSourceParams 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 NewPutDataSourceParamsWithContext

func NewPutDataSourceParamsWithContext(ctx context.Context) *PutDataSourceParams

NewPutDataSourceParamsWithContext creates a new PutDataSourceParams object with the ability to set a context for a request.

func NewPutDataSourceParamsWithHTTPClient

func NewPutDataSourceParamsWithHTTPClient(client *http.Client) *PutDataSourceParams

NewPutDataSourceParamsWithHTTPClient creates a new PutDataSourceParams object with the ability to set a custom HTTPClient for a request.

func NewPutDataSourceParamsWithTimeout

func NewPutDataSourceParamsWithTimeout(timeout time.Duration) *PutDataSourceParams

NewPutDataSourceParamsWithTimeout creates a new PutDataSourceParams object with the ability to set a timeout on a request.

func (*PutDataSourceParams) SetBody

func (o *PutDataSourceParams) SetBody(body PutDataSourceBody)

SetBody adds the body to the put data source params

func (*PutDataSourceParams) SetContext

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

SetContext adds the context to the put data source params

func (*PutDataSourceParams) SetDefaults

func (o *PutDataSourceParams) SetDefaults()

SetDefaults hydrates default values in the put data source params (not the query body).

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

func (*PutDataSourceParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put data source params

func (*PutDataSourceParams) SetName

func (o *PutDataSourceParams) SetName(name string)

SetName adds the name to the put data source params

func (*PutDataSourceParams) SetTimeout

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

SetTimeout adds the timeout to the put data source params

func (*PutDataSourceParams) WithBody

WithBody adds the body to the put data source params

func (*PutDataSourceParams) WithContext

WithContext adds the context to the put data source params

func (*PutDataSourceParams) WithDefaults

func (o *PutDataSourceParams) WithDefaults() *PutDataSourceParams

WithDefaults hydrates default values in the put data source params (not the query body).

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

func (*PutDataSourceParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put data source params

func (*PutDataSourceParams) WithName

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

WithName adds the name to the put data source params

func (*PutDataSourceParams) WithTimeout

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

WithTimeout adds the timeout to the put data source params

func (*PutDataSourceParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type PutDataSourceReader

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

PutDataSourceReader is a Reader for the PutDataSource structure.

func (*PutDataSourceReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutDataSourceUnauthorized

type PutDataSourceUnauthorized struct {
}

PutDataSourceUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewPutDataSourceUnauthorized

func NewPutDataSourceUnauthorized() *PutDataSourceUnauthorized

NewPutDataSourceUnauthorized creates a PutDataSourceUnauthorized with default headers values

func (*PutDataSourceUnauthorized) Code

func (o *PutDataSourceUnauthorized) Code() int

Code gets the status code for the put data source unauthorized response

func (*PutDataSourceUnauthorized) Error

func (o *PutDataSourceUnauthorized) Error() string

func (*PutDataSourceUnauthorized) IsClientError

func (o *PutDataSourceUnauthorized) IsClientError() bool

IsClientError returns true when this put data source unauthorized response has a 4xx status code

func (*PutDataSourceUnauthorized) IsCode

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

IsCode returns true when this put data source unauthorized response a status code equal to that given

func (*PutDataSourceUnauthorized) IsRedirect

func (o *PutDataSourceUnauthorized) IsRedirect() bool

IsRedirect returns true when this put data source unauthorized response has a 3xx status code

func (*PutDataSourceUnauthorized) IsServerError

func (o *PutDataSourceUnauthorized) IsServerError() bool

IsServerError returns true when this put data source unauthorized response has a 5xx status code

func (*PutDataSourceUnauthorized) IsSuccess

func (o *PutDataSourceUnauthorized) IsSuccess() bool

IsSuccess returns true when this put data source unauthorized response has a 2xx status code

func (*PutDataSourceUnauthorized) String

func (o *PutDataSourceUnauthorized) String() string

type SchedulerActionFormDiscoveryForbidden

type SchedulerActionFormDiscoveryForbidden struct {
	Payload *models.RestError
}

SchedulerActionFormDiscoveryForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewSchedulerActionFormDiscoveryForbidden

func NewSchedulerActionFormDiscoveryForbidden() *SchedulerActionFormDiscoveryForbidden

NewSchedulerActionFormDiscoveryForbidden creates a SchedulerActionFormDiscoveryForbidden with default headers values

func (*SchedulerActionFormDiscoveryForbidden) Code

Code gets the status code for the scheduler action form discovery forbidden response

func (*SchedulerActionFormDiscoveryForbidden) Error

func (*SchedulerActionFormDiscoveryForbidden) GetPayload

func (*SchedulerActionFormDiscoveryForbidden) IsClientError

func (o *SchedulerActionFormDiscoveryForbidden) IsClientError() bool

IsClientError returns true when this scheduler action form discovery forbidden response has a 4xx status code

func (*SchedulerActionFormDiscoveryForbidden) IsCode

IsCode returns true when this scheduler action form discovery forbidden response a status code equal to that given

func (*SchedulerActionFormDiscoveryForbidden) IsRedirect

IsRedirect returns true when this scheduler action form discovery forbidden response has a 3xx status code

func (*SchedulerActionFormDiscoveryForbidden) IsServerError

func (o *SchedulerActionFormDiscoveryForbidden) IsServerError() bool

IsServerError returns true when this scheduler action form discovery forbidden response has a 5xx status code

func (*SchedulerActionFormDiscoveryForbidden) IsSuccess

IsSuccess returns true when this scheduler action form discovery forbidden response has a 2xx status code

func (*SchedulerActionFormDiscoveryForbidden) String

type SchedulerActionFormDiscoveryInternalServerError

type SchedulerActionFormDiscoveryInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewSchedulerActionFormDiscoveryInternalServerError

func NewSchedulerActionFormDiscoveryInternalServerError() *SchedulerActionFormDiscoveryInternalServerError

NewSchedulerActionFormDiscoveryInternalServerError creates a SchedulerActionFormDiscoveryInternalServerError with default headers values

func (*SchedulerActionFormDiscoveryInternalServerError) Code

Code gets the status code for the scheduler action form discovery internal server error response

func (*SchedulerActionFormDiscoveryInternalServerError) Error

func (*SchedulerActionFormDiscoveryInternalServerError) GetPayload

func (*SchedulerActionFormDiscoveryInternalServerError) IsClientError

IsClientError returns true when this scheduler action form discovery internal server error response has a 4xx status code

func (*SchedulerActionFormDiscoveryInternalServerError) IsCode

IsCode returns true when this scheduler action form discovery internal server error response a status code equal to that given

func (*SchedulerActionFormDiscoveryInternalServerError) IsRedirect

IsRedirect returns true when this scheduler action form discovery internal server error response has a 3xx status code

func (*SchedulerActionFormDiscoveryInternalServerError) IsServerError

IsServerError returns true when this scheduler action form discovery internal server error response has a 5xx status code

func (*SchedulerActionFormDiscoveryInternalServerError) IsSuccess

IsSuccess returns true when this scheduler action form discovery internal server error response has a 2xx status code

func (*SchedulerActionFormDiscoveryInternalServerError) String

type SchedulerActionFormDiscoveryNotFound

type SchedulerActionFormDiscoveryNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewSchedulerActionFormDiscoveryNotFound

func NewSchedulerActionFormDiscoveryNotFound() *SchedulerActionFormDiscoveryNotFound

NewSchedulerActionFormDiscoveryNotFound creates a SchedulerActionFormDiscoveryNotFound with default headers values

func (*SchedulerActionFormDiscoveryNotFound) Code

Code gets the status code for the scheduler action form discovery not found response

func (*SchedulerActionFormDiscoveryNotFound) Error

func (*SchedulerActionFormDiscoveryNotFound) GetPayload

func (*SchedulerActionFormDiscoveryNotFound) IsClientError

func (o *SchedulerActionFormDiscoveryNotFound) IsClientError() bool

IsClientError returns true when this scheduler action form discovery not found response has a 4xx status code

func (*SchedulerActionFormDiscoveryNotFound) IsCode

IsCode returns true when this scheduler action form discovery not found response a status code equal to that given

func (*SchedulerActionFormDiscoveryNotFound) IsRedirect

IsRedirect returns true when this scheduler action form discovery not found response has a 3xx status code

func (*SchedulerActionFormDiscoveryNotFound) IsServerError

func (o *SchedulerActionFormDiscoveryNotFound) IsServerError() bool

IsServerError returns true when this scheduler action form discovery not found response has a 5xx status code

func (*SchedulerActionFormDiscoveryNotFound) IsSuccess

IsSuccess returns true when this scheduler action form discovery not found response has a 2xx status code

func (*SchedulerActionFormDiscoveryNotFound) String

type SchedulerActionFormDiscoveryOK

type SchedulerActionFormDiscoveryOK struct {
	Payload *models.RestSchedulerActionFormResponse
}

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

A successful response.

func NewSchedulerActionFormDiscoveryOK

func NewSchedulerActionFormDiscoveryOK() *SchedulerActionFormDiscoveryOK

NewSchedulerActionFormDiscoveryOK creates a SchedulerActionFormDiscoveryOK with default headers values

func (*SchedulerActionFormDiscoveryOK) Code

Code gets the status code for the scheduler action form discovery o k response

func (*SchedulerActionFormDiscoveryOK) Error

func (*SchedulerActionFormDiscoveryOK) GetPayload

func (*SchedulerActionFormDiscoveryOK) IsClientError

func (o *SchedulerActionFormDiscoveryOK) IsClientError() bool

IsClientError returns true when this scheduler action form discovery o k response has a 4xx status code

func (*SchedulerActionFormDiscoveryOK) IsCode

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

IsCode returns true when this scheduler action form discovery o k response a status code equal to that given

func (*SchedulerActionFormDiscoveryOK) IsRedirect

func (o *SchedulerActionFormDiscoveryOK) IsRedirect() bool

IsRedirect returns true when this scheduler action form discovery o k response has a 3xx status code

func (*SchedulerActionFormDiscoveryOK) IsServerError

func (o *SchedulerActionFormDiscoveryOK) IsServerError() bool

IsServerError returns true when this scheduler action form discovery o k response has a 5xx status code

func (*SchedulerActionFormDiscoveryOK) IsSuccess

func (o *SchedulerActionFormDiscoveryOK) IsSuccess() bool

IsSuccess returns true when this scheduler action form discovery o k response has a 2xx status code

func (*SchedulerActionFormDiscoveryOK) String

type SchedulerActionFormDiscoveryParams

type SchedulerActionFormDiscoveryParams struct {

	/* ActionName.

	   Name of the action to load
	*/
	ActionName string

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

SchedulerActionFormDiscoveryParams contains all the parameters to send to the API endpoint

for the scheduler action form discovery operation.

Typically these are written to a http.Request.

func NewSchedulerActionFormDiscoveryParams

func NewSchedulerActionFormDiscoveryParams() *SchedulerActionFormDiscoveryParams

NewSchedulerActionFormDiscoveryParams creates a new SchedulerActionFormDiscoveryParams 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 NewSchedulerActionFormDiscoveryParamsWithContext

func NewSchedulerActionFormDiscoveryParamsWithContext(ctx context.Context) *SchedulerActionFormDiscoveryParams

NewSchedulerActionFormDiscoveryParamsWithContext creates a new SchedulerActionFormDiscoveryParams object with the ability to set a context for a request.

func NewSchedulerActionFormDiscoveryParamsWithHTTPClient

func NewSchedulerActionFormDiscoveryParamsWithHTTPClient(client *http.Client) *SchedulerActionFormDiscoveryParams

NewSchedulerActionFormDiscoveryParamsWithHTTPClient creates a new SchedulerActionFormDiscoveryParams object with the ability to set a custom HTTPClient for a request.

func NewSchedulerActionFormDiscoveryParamsWithTimeout

func NewSchedulerActionFormDiscoveryParamsWithTimeout(timeout time.Duration) *SchedulerActionFormDiscoveryParams

NewSchedulerActionFormDiscoveryParamsWithTimeout creates a new SchedulerActionFormDiscoveryParams object with the ability to set a timeout on a request.

func (*SchedulerActionFormDiscoveryParams) SetActionName

func (o *SchedulerActionFormDiscoveryParams) SetActionName(actionName string)

SetActionName adds the actionName to the scheduler action form discovery params

func (*SchedulerActionFormDiscoveryParams) SetContext

SetContext adds the context to the scheduler action form discovery params

func (*SchedulerActionFormDiscoveryParams) SetDefaults

func (o *SchedulerActionFormDiscoveryParams) SetDefaults()

SetDefaults hydrates default values in the scheduler action form discovery params (not the query body).

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

func (*SchedulerActionFormDiscoveryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the scheduler action form discovery params

func (*SchedulerActionFormDiscoveryParams) SetTimeout

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

SetTimeout adds the timeout to the scheduler action form discovery params

func (*SchedulerActionFormDiscoveryParams) WithActionName

WithActionName adds the actionName to the scheduler action form discovery params

func (*SchedulerActionFormDiscoveryParams) WithContext

WithContext adds the context to the scheduler action form discovery params

func (*SchedulerActionFormDiscoveryParams) WithDefaults

WithDefaults hydrates default values in the scheduler action form discovery params (not the query body).

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

func (*SchedulerActionFormDiscoveryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the scheduler action form discovery params

func (*SchedulerActionFormDiscoveryParams) WithTimeout

WithTimeout adds the timeout to the scheduler action form discovery params

func (*SchedulerActionFormDiscoveryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SchedulerActionFormDiscoveryReader

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

SchedulerActionFormDiscoveryReader is a Reader for the SchedulerActionFormDiscovery structure.

func (*SchedulerActionFormDiscoveryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SchedulerActionFormDiscoveryUnauthorized

type SchedulerActionFormDiscoveryUnauthorized struct {
}

SchedulerActionFormDiscoveryUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewSchedulerActionFormDiscoveryUnauthorized

func NewSchedulerActionFormDiscoveryUnauthorized() *SchedulerActionFormDiscoveryUnauthorized

NewSchedulerActionFormDiscoveryUnauthorized creates a SchedulerActionFormDiscoveryUnauthorized with default headers values

func (*SchedulerActionFormDiscoveryUnauthorized) Code

Code gets the status code for the scheduler action form discovery unauthorized response

func (*SchedulerActionFormDiscoveryUnauthorized) Error

func (*SchedulerActionFormDiscoveryUnauthorized) IsClientError

IsClientError returns true when this scheduler action form discovery unauthorized response has a 4xx status code

func (*SchedulerActionFormDiscoveryUnauthorized) IsCode

IsCode returns true when this scheduler action form discovery unauthorized response a status code equal to that given

func (*SchedulerActionFormDiscoveryUnauthorized) IsRedirect

IsRedirect returns true when this scheduler action form discovery unauthorized response has a 3xx status code

func (*SchedulerActionFormDiscoveryUnauthorized) IsServerError

IsServerError returns true when this scheduler action form discovery unauthorized response has a 5xx status code

func (*SchedulerActionFormDiscoveryUnauthorized) IsSuccess

IsSuccess returns true when this scheduler action form discovery unauthorized response has a 2xx status code

func (*SchedulerActionFormDiscoveryUnauthorized) String

type SchedulerActionsDiscoveryForbidden

type SchedulerActionsDiscoveryForbidden struct {
	Payload *models.RestError
}

SchedulerActionsDiscoveryForbidden describes a response with status code 403, with default header values.

User has no permission to access this resource

func NewSchedulerActionsDiscoveryForbidden

func NewSchedulerActionsDiscoveryForbidden() *SchedulerActionsDiscoveryForbidden

NewSchedulerActionsDiscoveryForbidden creates a SchedulerActionsDiscoveryForbidden with default headers values

func (*SchedulerActionsDiscoveryForbidden) Code

Code gets the status code for the scheduler actions discovery forbidden response

func (*SchedulerActionsDiscoveryForbidden) Error

func (*SchedulerActionsDiscoveryForbidden) GetPayload

func (*SchedulerActionsDiscoveryForbidden) IsClientError

func (o *SchedulerActionsDiscoveryForbidden) IsClientError() bool

IsClientError returns true when this scheduler actions discovery forbidden response has a 4xx status code

func (*SchedulerActionsDiscoveryForbidden) IsCode

IsCode returns true when this scheduler actions discovery forbidden response a status code equal to that given

func (*SchedulerActionsDiscoveryForbidden) IsRedirect

func (o *SchedulerActionsDiscoveryForbidden) IsRedirect() bool

IsRedirect returns true when this scheduler actions discovery forbidden response has a 3xx status code

func (*SchedulerActionsDiscoveryForbidden) IsServerError

func (o *SchedulerActionsDiscoveryForbidden) IsServerError() bool

IsServerError returns true when this scheduler actions discovery forbidden response has a 5xx status code

func (*SchedulerActionsDiscoveryForbidden) IsSuccess

IsSuccess returns true when this scheduler actions discovery forbidden response has a 2xx status code

func (*SchedulerActionsDiscoveryForbidden) String

type SchedulerActionsDiscoveryInternalServerError

type SchedulerActionsDiscoveryInternalServerError struct {
	Payload *models.RestError
}

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

An internal error occurred in the backend

func NewSchedulerActionsDiscoveryInternalServerError

func NewSchedulerActionsDiscoveryInternalServerError() *SchedulerActionsDiscoveryInternalServerError

NewSchedulerActionsDiscoveryInternalServerError creates a SchedulerActionsDiscoveryInternalServerError with default headers values

func (*SchedulerActionsDiscoveryInternalServerError) Code

Code gets the status code for the scheduler actions discovery internal server error response

func (*SchedulerActionsDiscoveryInternalServerError) Error

func (*SchedulerActionsDiscoveryInternalServerError) GetPayload

func (*SchedulerActionsDiscoveryInternalServerError) IsClientError

IsClientError returns true when this scheduler actions discovery internal server error response has a 4xx status code

func (*SchedulerActionsDiscoveryInternalServerError) IsCode

IsCode returns true when this scheduler actions discovery internal server error response a status code equal to that given

func (*SchedulerActionsDiscoveryInternalServerError) IsRedirect

IsRedirect returns true when this scheduler actions discovery internal server error response has a 3xx status code

func (*SchedulerActionsDiscoveryInternalServerError) IsServerError

IsServerError returns true when this scheduler actions discovery internal server error response has a 5xx status code

func (*SchedulerActionsDiscoveryInternalServerError) IsSuccess

IsSuccess returns true when this scheduler actions discovery internal server error response has a 2xx status code

func (*SchedulerActionsDiscoveryInternalServerError) String

type SchedulerActionsDiscoveryNotFound

type SchedulerActionsDiscoveryNotFound struct {
	Payload *models.RestError
}

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

Resource does not exist in the system

func NewSchedulerActionsDiscoveryNotFound

func NewSchedulerActionsDiscoveryNotFound() *SchedulerActionsDiscoveryNotFound

NewSchedulerActionsDiscoveryNotFound creates a SchedulerActionsDiscoveryNotFound with default headers values

func (*SchedulerActionsDiscoveryNotFound) Code

Code gets the status code for the scheduler actions discovery not found response

func (*SchedulerActionsDiscoveryNotFound) Error

func (*SchedulerActionsDiscoveryNotFound) GetPayload

func (*SchedulerActionsDiscoveryNotFound) IsClientError

func (o *SchedulerActionsDiscoveryNotFound) IsClientError() bool

IsClientError returns true when this scheduler actions discovery not found response has a 4xx status code

func (*SchedulerActionsDiscoveryNotFound) IsCode

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

IsCode returns true when this scheduler actions discovery not found response a status code equal to that given

func (*SchedulerActionsDiscoveryNotFound) IsRedirect

func (o *SchedulerActionsDiscoveryNotFound) IsRedirect() bool

IsRedirect returns true when this scheduler actions discovery not found response has a 3xx status code

func (*SchedulerActionsDiscoveryNotFound) IsServerError

func (o *SchedulerActionsDiscoveryNotFound) IsServerError() bool

IsServerError returns true when this scheduler actions discovery not found response has a 5xx status code

func (*SchedulerActionsDiscoveryNotFound) IsSuccess

func (o *SchedulerActionsDiscoveryNotFound) IsSuccess() bool

IsSuccess returns true when this scheduler actions discovery not found response has a 2xx status code

func (*SchedulerActionsDiscoveryNotFound) String

type SchedulerActionsDiscoveryOK

type SchedulerActionsDiscoveryOK struct {
	Payload *models.RestSchedulerActionsResponse
}

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

A successful response.

func NewSchedulerActionsDiscoveryOK

func NewSchedulerActionsDiscoveryOK() *SchedulerActionsDiscoveryOK

NewSchedulerActionsDiscoveryOK creates a SchedulerActionsDiscoveryOK with default headers values

func (*SchedulerActionsDiscoveryOK) Code

func (o *SchedulerActionsDiscoveryOK) Code() int

Code gets the status code for the scheduler actions discovery o k response

func (*SchedulerActionsDiscoveryOK) Error

func (*SchedulerActionsDiscoveryOK) GetPayload

func (*SchedulerActionsDiscoveryOK) IsClientError

func (o *SchedulerActionsDiscoveryOK) IsClientError() bool

IsClientError returns true when this scheduler actions discovery o k response has a 4xx status code

func (*SchedulerActionsDiscoveryOK) IsCode

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

IsCode returns true when this scheduler actions discovery o k response a status code equal to that given

func (*SchedulerActionsDiscoveryOK) IsRedirect

func (o *SchedulerActionsDiscoveryOK) IsRedirect() bool

IsRedirect returns true when this scheduler actions discovery o k response has a 3xx status code

func (*SchedulerActionsDiscoveryOK) IsServerError

func (o *SchedulerActionsDiscoveryOK) IsServerError() bool

IsServerError returns true when this scheduler actions discovery o k response has a 5xx status code

func (*SchedulerActionsDiscoveryOK) IsSuccess

func (o *SchedulerActionsDiscoveryOK) IsSuccess() bool

IsSuccess returns true when this scheduler actions discovery o k response has a 2xx status code

func (*SchedulerActionsDiscoveryOK) String

func (o *SchedulerActionsDiscoveryOK) String() string

type SchedulerActionsDiscoveryParams

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

SchedulerActionsDiscoveryParams contains all the parameters to send to the API endpoint

for the scheduler actions discovery operation.

Typically these are written to a http.Request.

func NewSchedulerActionsDiscoveryParams

func NewSchedulerActionsDiscoveryParams() *SchedulerActionsDiscoveryParams

NewSchedulerActionsDiscoveryParams creates a new SchedulerActionsDiscoveryParams 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 NewSchedulerActionsDiscoveryParamsWithContext

func NewSchedulerActionsDiscoveryParamsWithContext(ctx context.Context) *SchedulerActionsDiscoveryParams

NewSchedulerActionsDiscoveryParamsWithContext creates a new SchedulerActionsDiscoveryParams object with the ability to set a context for a request.

func NewSchedulerActionsDiscoveryParamsWithHTTPClient

func NewSchedulerActionsDiscoveryParamsWithHTTPClient(client *http.Client) *SchedulerActionsDiscoveryParams

NewSchedulerActionsDiscoveryParamsWithHTTPClient creates a new SchedulerActionsDiscoveryParams object with the ability to set a custom HTTPClient for a request.

func NewSchedulerActionsDiscoveryParamsWithTimeout

func NewSchedulerActionsDiscoveryParamsWithTimeout(timeout time.Duration) *SchedulerActionsDiscoveryParams

NewSchedulerActionsDiscoveryParamsWithTimeout creates a new SchedulerActionsDiscoveryParams object with the ability to set a timeout on a request.

func (*SchedulerActionsDiscoveryParams) SetContext

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

SetContext adds the context to the scheduler actions discovery params

func (*SchedulerActionsDiscoveryParams) SetDefaults

func (o *SchedulerActionsDiscoveryParams) SetDefaults()

SetDefaults hydrates default values in the scheduler actions discovery params (not the query body).

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

func (*SchedulerActionsDiscoveryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the scheduler actions discovery params

func (*SchedulerActionsDiscoveryParams) SetTimeout

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

SetTimeout adds the timeout to the scheduler actions discovery params

func (*SchedulerActionsDiscoveryParams) WithContext

WithContext adds the context to the scheduler actions discovery params

func (*SchedulerActionsDiscoveryParams) WithDefaults

WithDefaults hydrates default values in the scheduler actions discovery params (not the query body).

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

func (*SchedulerActionsDiscoveryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the scheduler actions discovery params

func (*SchedulerActionsDiscoveryParams) WithTimeout

WithTimeout adds the timeout to the scheduler actions discovery params

func (*SchedulerActionsDiscoveryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SchedulerActionsDiscoveryReader

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

SchedulerActionsDiscoveryReader is a Reader for the SchedulerActionsDiscovery structure.

func (*SchedulerActionsDiscoveryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SchedulerActionsDiscoveryUnauthorized

type SchedulerActionsDiscoveryUnauthorized struct {
}

SchedulerActionsDiscoveryUnauthorized describes a response with status code 401, with default header values.

User is not authenticated

func NewSchedulerActionsDiscoveryUnauthorized

func NewSchedulerActionsDiscoveryUnauthorized() *SchedulerActionsDiscoveryUnauthorized

NewSchedulerActionsDiscoveryUnauthorized creates a SchedulerActionsDiscoveryUnauthorized with default headers values

func (*SchedulerActionsDiscoveryUnauthorized) Code

Code gets the status code for the scheduler actions discovery unauthorized response

func (*SchedulerActionsDiscoveryUnauthorized) Error

func (*SchedulerActionsDiscoveryUnauthorized) IsClientError

func (o *SchedulerActionsDiscoveryUnauthorized) IsClientError() bool

IsClientError returns true when this scheduler actions discovery unauthorized response has a 4xx status code

func (*SchedulerActionsDiscoveryUnauthorized) IsCode

IsCode returns true when this scheduler actions discovery unauthorized response a status code equal to that given

func (*SchedulerActionsDiscoveryUnauthorized) IsRedirect

IsRedirect returns true when this scheduler actions discovery unauthorized response has a 3xx status code

func (*SchedulerActionsDiscoveryUnauthorized) IsServerError

func (o *SchedulerActionsDiscoveryUnauthorized) IsServerError() bool

IsServerError returns true when this scheduler actions discovery unauthorized response has a 5xx status code

func (*SchedulerActionsDiscoveryUnauthorized) IsSuccess

IsSuccess returns true when this scheduler actions discovery unauthorized response has a 2xx status code

func (*SchedulerActionsDiscoveryUnauthorized) String

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL