Documentation ¶
Index ¶
- type Client
- func (a *Client) ConfigFormsDiscovery(params *ConfigFormsDiscoveryParams, opts ...ClientOption) (*ConfigFormsDiscoveryOK, error)
- func (a *Client) ControlService(params *ControlServiceParams, opts ...ClientOption) (*ControlServiceOK, error)
- func (a *Client) CreateEncryptionKey(params *CreateEncryptionKeyParams, opts ...ClientOption) (*CreateEncryptionKeyOK, error)
- func (a *Client) CreatePeerFolder(params *CreatePeerFolderParams, opts ...ClientOption) (*CreatePeerFolderOK, error)
- func (a *Client) DeleteDataSource(params *DeleteDataSourceParams, opts ...ClientOption) (*DeleteDataSourceOK, error)
- func (a *Client) DeleteEncryptionKey(params *DeleteEncryptionKeyParams, opts ...ClientOption) (*DeleteEncryptionKeyOK, error)
- func (a *Client) EndpointsDiscovery(params *EndpointsDiscoveryParams, opts ...ClientOption) (*EndpointsDiscoveryOK, error)
- func (a *Client) ExportEncryptionKey(params *ExportEncryptionKeyParams, opts ...ClientOption) (*ExportEncryptionKeyOK, error)
- func (a *Client) GetConfig(params *GetConfigParams, opts ...ClientOption) (*GetConfigOK, error)
- func (a *Client) GetDataSource(params *GetDataSourceParams, opts ...ClientOption) (*GetDataSourceOK, error)
- func (a *Client) GetVersioningPolicy(params *GetVersioningPolicyParams, opts ...ClientOption) (*GetVersioningPolicyOK, error)
- func (a *Client) ImportEncryptionKey(params *ImportEncryptionKeyParams, opts ...ClientOption) (*ImportEncryptionKeyOK, error)
- func (a *Client) ListDataSources(params *ListDataSourcesParams, opts ...ClientOption) (*ListDataSourcesOK, error)
- func (a *Client) ListEncryptionKeys(params *ListEncryptionKeysParams, opts ...ClientOption) (*ListEncryptionKeysOK, error)
- func (a *Client) ListPeerFolders(params *ListPeerFoldersParams, opts ...ClientOption) (*ListPeerFoldersOK, error)
- func (a *Client) ListPeersAddresses(params *ListPeersAddressesParams, opts ...ClientOption) (*ListPeersAddressesOK, error)
- func (a *Client) ListProcesses(params *ListProcessesParams, opts ...ClientOption) (*ListProcessesOK, error)
- func (a *Client) ListServices(params *ListServicesParams, opts ...ClientOption) (*ListServicesOK, error)
- func (a *Client) ListSites(params *ListSitesParams, opts ...ClientOption) (*ListSitesOK, error)
- func (a *Client) ListStorageBuckets(params *ListStorageBucketsParams, opts ...ClientOption) (*ListStorageBucketsOK, error)
- func (a *Client) ListVersioningPolicies(params *ListVersioningPoliciesParams, opts ...ClientOption) (*ListVersioningPoliciesOK, error)
- func (a *Client) ListVirtualNodes(params *ListVirtualNodesParams, opts ...ClientOption) (*ListVirtualNodesOK, error)
- func (a *Client) OpenAPIDiscovery(params *OpenAPIDiscoveryParams, opts ...ClientOption) (*OpenAPIDiscoveryOK, error)
- func (a *Client) PutConfig(params *PutConfigParams, opts ...ClientOption) (*PutConfigOK, error)
- func (a *Client) PutDataSource(params *PutDataSourceParams, opts ...ClientOption) (*PutDataSourceOK, error)
- func (a *Client) SchedulerActionFormDiscovery(params *SchedulerActionFormDiscoveryParams, opts ...ClientOption) (*SchedulerActionFormDiscoveryOK, error)
- func (a *Client) SchedulerActionsDiscovery(params *SchedulerActionsDiscoveryParams, opts ...ClientOption) (*SchedulerActionsDiscoveryOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type ConfigFormsDiscoveryForbidden
- type ConfigFormsDiscoveryInternalServerError
- type ConfigFormsDiscoveryNotFound
- type ConfigFormsDiscoveryOK
- type ConfigFormsDiscoveryParams
- func NewConfigFormsDiscoveryParams() *ConfigFormsDiscoveryParams
- func NewConfigFormsDiscoveryParamsWithContext(ctx context.Context) *ConfigFormsDiscoveryParams
- func NewConfigFormsDiscoveryParamsWithHTTPClient(client *http.Client) *ConfigFormsDiscoveryParams
- func NewConfigFormsDiscoveryParamsWithTimeout(timeout time.Duration) *ConfigFormsDiscoveryParams
- func (o *ConfigFormsDiscoveryParams) SetContext(ctx context.Context)
- func (o *ConfigFormsDiscoveryParams) SetDefaults()
- func (o *ConfigFormsDiscoveryParams) SetHTTPClient(client *http.Client)
- func (o *ConfigFormsDiscoveryParams) SetServiceName(serviceName string)
- func (o *ConfigFormsDiscoveryParams) SetTimeout(timeout time.Duration)
- func (o *ConfigFormsDiscoveryParams) WithContext(ctx context.Context) *ConfigFormsDiscoveryParams
- func (o *ConfigFormsDiscoveryParams) WithDefaults() *ConfigFormsDiscoveryParams
- func (o *ConfigFormsDiscoveryParams) WithHTTPClient(client *http.Client) *ConfigFormsDiscoveryParams
- func (o *ConfigFormsDiscoveryParams) WithServiceName(serviceName string) *ConfigFormsDiscoveryParams
- func (o *ConfigFormsDiscoveryParams) WithTimeout(timeout time.Duration) *ConfigFormsDiscoveryParams
- func (o *ConfigFormsDiscoveryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ConfigFormsDiscoveryReader
- type ConfigFormsDiscoveryUnauthorized
- type ControlServiceForbidden
- type ControlServiceInternalServerError
- type ControlServiceNotFound
- type ControlServiceOK
- type ControlServiceParams
- func NewControlServiceParams() *ControlServiceParams
- func NewControlServiceParamsWithContext(ctx context.Context) *ControlServiceParams
- func NewControlServiceParamsWithHTTPClient(client *http.Client) *ControlServiceParams
- func NewControlServiceParamsWithTimeout(timeout time.Duration) *ControlServiceParams
- func (o *ControlServiceParams) SetBody(body *models.RestControlServiceRequest)
- func (o *ControlServiceParams) SetContext(ctx context.Context)
- func (o *ControlServiceParams) SetDefaults()
- func (o *ControlServiceParams) SetHTTPClient(client *http.Client)
- func (o *ControlServiceParams) SetTimeout(timeout time.Duration)
- func (o *ControlServiceParams) WithBody(body *models.RestControlServiceRequest) *ControlServiceParams
- func (o *ControlServiceParams) WithContext(ctx context.Context) *ControlServiceParams
- func (o *ControlServiceParams) WithDefaults() *ControlServiceParams
- func (o *ControlServiceParams) WithHTTPClient(client *http.Client) *ControlServiceParams
- func (o *ControlServiceParams) WithTimeout(timeout time.Duration) *ControlServiceParams
- func (o *ControlServiceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ControlServiceReader
- type ControlServiceUnauthorized
- type CreateEncryptionKeyForbidden
- type CreateEncryptionKeyInternalServerError
- type CreateEncryptionKeyNotFound
- type CreateEncryptionKeyOK
- type CreateEncryptionKeyParams
- func NewCreateEncryptionKeyParams() *CreateEncryptionKeyParams
- func NewCreateEncryptionKeyParamsWithContext(ctx context.Context) *CreateEncryptionKeyParams
- func NewCreateEncryptionKeyParamsWithHTTPClient(client *http.Client) *CreateEncryptionKeyParams
- func NewCreateEncryptionKeyParamsWithTimeout(timeout time.Duration) *CreateEncryptionKeyParams
- func (o *CreateEncryptionKeyParams) SetBody(body *models.EncryptionAdminCreateKeyRequest)
- func (o *CreateEncryptionKeyParams) SetContext(ctx context.Context)
- func (o *CreateEncryptionKeyParams) SetDefaults()
- func (o *CreateEncryptionKeyParams) SetHTTPClient(client *http.Client)
- func (o *CreateEncryptionKeyParams) SetTimeout(timeout time.Duration)
- func (o *CreateEncryptionKeyParams) WithBody(body *models.EncryptionAdminCreateKeyRequest) *CreateEncryptionKeyParams
- func (o *CreateEncryptionKeyParams) WithContext(ctx context.Context) *CreateEncryptionKeyParams
- func (o *CreateEncryptionKeyParams) WithDefaults() *CreateEncryptionKeyParams
- func (o *CreateEncryptionKeyParams) WithHTTPClient(client *http.Client) *CreateEncryptionKeyParams
- func (o *CreateEncryptionKeyParams) WithTimeout(timeout time.Duration) *CreateEncryptionKeyParams
- func (o *CreateEncryptionKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateEncryptionKeyReader
- type CreateEncryptionKeyUnauthorized
- type CreatePeerFolderForbidden
- type CreatePeerFolderInternalServerError
- type CreatePeerFolderNotFound
- type CreatePeerFolderOK
- type CreatePeerFolderParams
- func NewCreatePeerFolderParams() *CreatePeerFolderParams
- func NewCreatePeerFolderParamsWithContext(ctx context.Context) *CreatePeerFolderParams
- func NewCreatePeerFolderParamsWithHTTPClient(client *http.Client) *CreatePeerFolderParams
- func NewCreatePeerFolderParamsWithTimeout(timeout time.Duration) *CreatePeerFolderParams
- func (o *CreatePeerFolderParams) SetBody(body *models.RestCreatePeerFolderRequest)
- func (o *CreatePeerFolderParams) SetContext(ctx context.Context)
- func (o *CreatePeerFolderParams) SetDefaults()
- func (o *CreatePeerFolderParams) SetHTTPClient(client *http.Client)
- func (o *CreatePeerFolderParams) SetPeerAddress(peerAddress string)
- func (o *CreatePeerFolderParams) SetTimeout(timeout time.Duration)
- func (o *CreatePeerFolderParams) WithBody(body *models.RestCreatePeerFolderRequest) *CreatePeerFolderParams
- func (o *CreatePeerFolderParams) WithContext(ctx context.Context) *CreatePeerFolderParams
- func (o *CreatePeerFolderParams) WithDefaults() *CreatePeerFolderParams
- func (o *CreatePeerFolderParams) WithHTTPClient(client *http.Client) *CreatePeerFolderParams
- func (o *CreatePeerFolderParams) WithPeerAddress(peerAddress string) *CreatePeerFolderParams
- func (o *CreatePeerFolderParams) WithTimeout(timeout time.Duration) *CreatePeerFolderParams
- func (o *CreatePeerFolderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreatePeerFolderReader
- type CreatePeerFolderUnauthorized
- type DeleteDataSourceForbidden
- type DeleteDataSourceInternalServerError
- type DeleteDataSourceNotFound
- type DeleteDataSourceOK
- type DeleteDataSourceParams
- func NewDeleteDataSourceParams() *DeleteDataSourceParams
- func NewDeleteDataSourceParamsWithContext(ctx context.Context) *DeleteDataSourceParams
- func NewDeleteDataSourceParamsWithHTTPClient(client *http.Client) *DeleteDataSourceParams
- func NewDeleteDataSourceParamsWithTimeout(timeout time.Duration) *DeleteDataSourceParams
- func (o *DeleteDataSourceParams) SetContext(ctx context.Context)
- func (o *DeleteDataSourceParams) SetDefaults()
- func (o *DeleteDataSourceParams) SetHTTPClient(client *http.Client)
- func (o *DeleteDataSourceParams) SetName(name string)
- func (o *DeleteDataSourceParams) SetTimeout(timeout time.Duration)
- func (o *DeleteDataSourceParams) WithContext(ctx context.Context) *DeleteDataSourceParams
- func (o *DeleteDataSourceParams) WithDefaults() *DeleteDataSourceParams
- func (o *DeleteDataSourceParams) WithHTTPClient(client *http.Client) *DeleteDataSourceParams
- func (o *DeleteDataSourceParams) WithName(name string) *DeleteDataSourceParams
- func (o *DeleteDataSourceParams) WithTimeout(timeout time.Duration) *DeleteDataSourceParams
- func (o *DeleteDataSourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteDataSourceReader
- type DeleteDataSourceUnauthorized
- type DeleteEncryptionKeyForbidden
- type DeleteEncryptionKeyInternalServerError
- type DeleteEncryptionKeyNotFound
- type DeleteEncryptionKeyOK
- type DeleteEncryptionKeyParams
- func NewDeleteEncryptionKeyParams() *DeleteEncryptionKeyParams
- func NewDeleteEncryptionKeyParamsWithContext(ctx context.Context) *DeleteEncryptionKeyParams
- func NewDeleteEncryptionKeyParamsWithHTTPClient(client *http.Client) *DeleteEncryptionKeyParams
- func NewDeleteEncryptionKeyParamsWithTimeout(timeout time.Duration) *DeleteEncryptionKeyParams
- func (o *DeleteEncryptionKeyParams) SetBody(body *models.EncryptionAdminDeleteKeyRequest)
- func (o *DeleteEncryptionKeyParams) SetContext(ctx context.Context)
- func (o *DeleteEncryptionKeyParams) SetDefaults()
- func (o *DeleteEncryptionKeyParams) SetHTTPClient(client *http.Client)
- func (o *DeleteEncryptionKeyParams) SetTimeout(timeout time.Duration)
- func (o *DeleteEncryptionKeyParams) WithBody(body *models.EncryptionAdminDeleteKeyRequest) *DeleteEncryptionKeyParams
- func (o *DeleteEncryptionKeyParams) WithContext(ctx context.Context) *DeleteEncryptionKeyParams
- func (o *DeleteEncryptionKeyParams) WithDefaults() *DeleteEncryptionKeyParams
- func (o *DeleteEncryptionKeyParams) WithHTTPClient(client *http.Client) *DeleteEncryptionKeyParams
- func (o *DeleteEncryptionKeyParams) WithTimeout(timeout time.Duration) *DeleteEncryptionKeyParams
- func (o *DeleteEncryptionKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteEncryptionKeyReader
- type DeleteEncryptionKeyUnauthorized
- type EndpointsDiscoveryForbidden
- type EndpointsDiscoveryInternalServerError
- type EndpointsDiscoveryNotFound
- type EndpointsDiscoveryOK
- type EndpointsDiscoveryParams
- func NewEndpointsDiscoveryParams() *EndpointsDiscoveryParams
- func NewEndpointsDiscoveryParamsWithContext(ctx context.Context) *EndpointsDiscoveryParams
- func NewEndpointsDiscoveryParamsWithHTTPClient(client *http.Client) *EndpointsDiscoveryParams
- func NewEndpointsDiscoveryParamsWithTimeout(timeout time.Duration) *EndpointsDiscoveryParams
- func (o *EndpointsDiscoveryParams) SetContext(ctx context.Context)
- func (o *EndpointsDiscoveryParams) SetDefaults()
- func (o *EndpointsDiscoveryParams) SetEndpointType(endpointType *string)
- func (o *EndpointsDiscoveryParams) SetHTTPClient(client *http.Client)
- func (o *EndpointsDiscoveryParams) SetTimeout(timeout time.Duration)
- func (o *EndpointsDiscoveryParams) WithContext(ctx context.Context) *EndpointsDiscoveryParams
- func (o *EndpointsDiscoveryParams) WithDefaults() *EndpointsDiscoveryParams
- func (o *EndpointsDiscoveryParams) WithEndpointType(endpointType *string) *EndpointsDiscoveryParams
- func (o *EndpointsDiscoveryParams) WithHTTPClient(client *http.Client) *EndpointsDiscoveryParams
- func (o *EndpointsDiscoveryParams) WithTimeout(timeout time.Duration) *EndpointsDiscoveryParams
- func (o *EndpointsDiscoveryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EndpointsDiscoveryReader
- type EndpointsDiscoveryUnauthorized
- type ExportEncryptionKeyForbidden
- type ExportEncryptionKeyInternalServerError
- type ExportEncryptionKeyNotFound
- type ExportEncryptionKeyOK
- type ExportEncryptionKeyParams
- func NewExportEncryptionKeyParams() *ExportEncryptionKeyParams
- func NewExportEncryptionKeyParamsWithContext(ctx context.Context) *ExportEncryptionKeyParams
- func NewExportEncryptionKeyParamsWithHTTPClient(client *http.Client) *ExportEncryptionKeyParams
- func NewExportEncryptionKeyParamsWithTimeout(timeout time.Duration) *ExportEncryptionKeyParams
- func (o *ExportEncryptionKeyParams) SetBody(body *models.EncryptionAdminExportKeyRequest)
- func (o *ExportEncryptionKeyParams) SetContext(ctx context.Context)
- func (o *ExportEncryptionKeyParams) SetDefaults()
- func (o *ExportEncryptionKeyParams) SetHTTPClient(client *http.Client)
- func (o *ExportEncryptionKeyParams) SetTimeout(timeout time.Duration)
- func (o *ExportEncryptionKeyParams) WithBody(body *models.EncryptionAdminExportKeyRequest) *ExportEncryptionKeyParams
- func (o *ExportEncryptionKeyParams) WithContext(ctx context.Context) *ExportEncryptionKeyParams
- func (o *ExportEncryptionKeyParams) WithDefaults() *ExportEncryptionKeyParams
- func (o *ExportEncryptionKeyParams) WithHTTPClient(client *http.Client) *ExportEncryptionKeyParams
- func (o *ExportEncryptionKeyParams) WithTimeout(timeout time.Duration) *ExportEncryptionKeyParams
- func (o *ExportEncryptionKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ExportEncryptionKeyReader
- type ExportEncryptionKeyUnauthorized
- type GetConfigForbidden
- type GetConfigInternalServerError
- type GetConfigNotFound
- type GetConfigOK
- type GetConfigParams
- func (o *GetConfigParams) SetContext(ctx context.Context)
- func (o *GetConfigParams) SetData(data *string)
- func (o *GetConfigParams) SetDefaults()
- func (o *GetConfigParams) SetFullPath(fullPath string)
- func (o *GetConfigParams) SetHTTPClient(client *http.Client)
- func (o *GetConfigParams) SetTimeout(timeout time.Duration)
- func (o *GetConfigParams) WithContext(ctx context.Context) *GetConfigParams
- func (o *GetConfigParams) WithData(data *string) *GetConfigParams
- func (o *GetConfigParams) WithDefaults() *GetConfigParams
- func (o *GetConfigParams) WithFullPath(fullPath string) *GetConfigParams
- func (o *GetConfigParams) WithHTTPClient(client *http.Client) *GetConfigParams
- func (o *GetConfigParams) WithTimeout(timeout time.Duration) *GetConfigParams
- func (o *GetConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetConfigReader
- type GetConfigUnauthorized
- type GetDataSourceForbidden
- type GetDataSourceInternalServerError
- type GetDataSourceNotFound
- type GetDataSourceOK
- type GetDataSourceParams
- func (o *GetDataSourceParams) SetAPIKey(aPIKey *string)
- func (o *GetDataSourceParams) SetAPISecret(aPISecret *string)
- func (o *GetDataSourceParams) SetContext(ctx context.Context)
- func (o *GetDataSourceParams) SetCreationDate(creationDate *int32)
- func (o *GetDataSourceParams) SetDefaults()
- func (o *GetDataSourceParams) SetDisabled(disabled *bool)
- func (o *GetDataSourceParams) SetEncryptionKey(encryptionKey *string)
- func (o *GetDataSourceParams) SetEncryptionMode(encryptionMode *string)
- func (o *GetDataSourceParams) SetFlatStorage(flatStorage *bool)
- func (o *GetDataSourceParams) SetHTTPClient(client *http.Client)
- func (o *GetDataSourceParams) SetLastSynchronizationDate(lastSynchronizationDate *int32)
- func (o *GetDataSourceParams) SetName(name string)
- func (o *GetDataSourceParams) SetObjectsBaseFolder(objectsBaseFolder *string)
- func (o *GetDataSourceParams) SetObjectsBucket(objectsBucket *string)
- func (o *GetDataSourceParams) SetObjectsHost(objectsHost *string)
- func (o *GetDataSourceParams) SetObjectsPort(objectsPort *int32)
- func (o *GetDataSourceParams) SetObjectsSecure(objectsSecure *bool)
- func (o *GetDataSourceParams) SetObjectsServiceName(objectsServiceName *string)
- func (o *GetDataSourceParams) SetPeerAddress(peerAddress *string)
- func (o *GetDataSourceParams) SetSkipSyncOnRestart(skipSyncOnRestart *bool)
- func (o *GetDataSourceParams) SetStorageType(storageType *string)
- func (o *GetDataSourceParams) SetTimeout(timeout time.Duration)
- func (o *GetDataSourceParams) SetVersioningPolicyName(versioningPolicyName *string)
- func (o *GetDataSourceParams) SetWatch(watch *bool)
- func (o *GetDataSourceParams) WithAPIKey(aPIKey *string) *GetDataSourceParams
- func (o *GetDataSourceParams) WithAPISecret(aPISecret *string) *GetDataSourceParams
- func (o *GetDataSourceParams) WithContext(ctx context.Context) *GetDataSourceParams
- func (o *GetDataSourceParams) WithCreationDate(creationDate *int32) *GetDataSourceParams
- func (o *GetDataSourceParams) WithDefaults() *GetDataSourceParams
- func (o *GetDataSourceParams) WithDisabled(disabled *bool) *GetDataSourceParams
- func (o *GetDataSourceParams) WithEncryptionKey(encryptionKey *string) *GetDataSourceParams
- func (o *GetDataSourceParams) WithEncryptionMode(encryptionMode *string) *GetDataSourceParams
- func (o *GetDataSourceParams) WithFlatStorage(flatStorage *bool) *GetDataSourceParams
- func (o *GetDataSourceParams) WithHTTPClient(client *http.Client) *GetDataSourceParams
- func (o *GetDataSourceParams) WithLastSynchronizationDate(lastSynchronizationDate *int32) *GetDataSourceParams
- func (o *GetDataSourceParams) WithName(name string) *GetDataSourceParams
- func (o *GetDataSourceParams) WithObjectsBaseFolder(objectsBaseFolder *string) *GetDataSourceParams
- func (o *GetDataSourceParams) WithObjectsBucket(objectsBucket *string) *GetDataSourceParams
- func (o *GetDataSourceParams) WithObjectsHost(objectsHost *string) *GetDataSourceParams
- func (o *GetDataSourceParams) WithObjectsPort(objectsPort *int32) *GetDataSourceParams
- func (o *GetDataSourceParams) WithObjectsSecure(objectsSecure *bool) *GetDataSourceParams
- func (o *GetDataSourceParams) WithObjectsServiceName(objectsServiceName *string) *GetDataSourceParams
- func (o *GetDataSourceParams) WithPeerAddress(peerAddress *string) *GetDataSourceParams
- func (o *GetDataSourceParams) WithSkipSyncOnRestart(skipSyncOnRestart *bool) *GetDataSourceParams
- func (o *GetDataSourceParams) WithStorageType(storageType *string) *GetDataSourceParams
- func (o *GetDataSourceParams) WithTimeout(timeout time.Duration) *GetDataSourceParams
- func (o *GetDataSourceParams) WithVersioningPolicyName(versioningPolicyName *string) *GetDataSourceParams
- func (o *GetDataSourceParams) WithWatch(watch *bool) *GetDataSourceParams
- func (o *GetDataSourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDataSourceReader
- type GetDataSourceUnauthorized
- type GetVersioningPolicyForbidden
- type GetVersioningPolicyInternalServerError
- type GetVersioningPolicyNotFound
- type GetVersioningPolicyOK
- type GetVersioningPolicyParams
- func NewGetVersioningPolicyParams() *GetVersioningPolicyParams
- func NewGetVersioningPolicyParamsWithContext(ctx context.Context) *GetVersioningPolicyParams
- func NewGetVersioningPolicyParamsWithHTTPClient(client *http.Client) *GetVersioningPolicyParams
- func NewGetVersioningPolicyParamsWithTimeout(timeout time.Duration) *GetVersioningPolicyParams
- func (o *GetVersioningPolicyParams) SetContext(ctx context.Context)
- func (o *GetVersioningPolicyParams) SetDefaults()
- func (o *GetVersioningPolicyParams) SetDescription(description *string)
- func (o *GetVersioningPolicyParams) SetHTTPClient(client *http.Client)
- func (o *GetVersioningPolicyParams) SetIgnoreFilesGreaterThan(ignoreFilesGreaterThan *string)
- func (o *GetVersioningPolicyParams) SetMaxSizePerFile(maxSizePerFile *string)
- func (o *GetVersioningPolicyParams) SetMaxTotalSize(maxTotalSize *string)
- func (o *GetVersioningPolicyParams) SetName(name *string)
- func (o *GetVersioningPolicyParams) SetNodeDeletedStrategy(nodeDeletedStrategy *string)
- func (o *GetVersioningPolicyParams) SetTimeout(timeout time.Duration)
- func (o *GetVersioningPolicyParams) SetUUID(uuid string)
- func (o *GetVersioningPolicyParams) SetVersionsDataSourceBucket(versionsDataSourceBucket *string)
- func (o *GetVersioningPolicyParams) SetVersionsDataSourceName(versionsDataSourceName *string)
- func (o *GetVersioningPolicyParams) WithContext(ctx context.Context) *GetVersioningPolicyParams
- func (o *GetVersioningPolicyParams) WithDefaults() *GetVersioningPolicyParams
- func (o *GetVersioningPolicyParams) WithDescription(description *string) *GetVersioningPolicyParams
- func (o *GetVersioningPolicyParams) WithHTTPClient(client *http.Client) *GetVersioningPolicyParams
- func (o *GetVersioningPolicyParams) WithIgnoreFilesGreaterThan(ignoreFilesGreaterThan *string) *GetVersioningPolicyParams
- func (o *GetVersioningPolicyParams) WithMaxSizePerFile(maxSizePerFile *string) *GetVersioningPolicyParams
- func (o *GetVersioningPolicyParams) WithMaxTotalSize(maxTotalSize *string) *GetVersioningPolicyParams
- func (o *GetVersioningPolicyParams) WithName(name *string) *GetVersioningPolicyParams
- func (o *GetVersioningPolicyParams) WithNodeDeletedStrategy(nodeDeletedStrategy *string) *GetVersioningPolicyParams
- func (o *GetVersioningPolicyParams) WithTimeout(timeout time.Duration) *GetVersioningPolicyParams
- func (o *GetVersioningPolicyParams) WithUUID(uuid string) *GetVersioningPolicyParams
- func (o *GetVersioningPolicyParams) WithVersionsDataSourceBucket(versionsDataSourceBucket *string) *GetVersioningPolicyParams
- func (o *GetVersioningPolicyParams) WithVersionsDataSourceName(versionsDataSourceName *string) *GetVersioningPolicyParams
- func (o *GetVersioningPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetVersioningPolicyReader
- type GetVersioningPolicyUnauthorized
- type ImportEncryptionKeyForbidden
- type ImportEncryptionKeyInternalServerError
- type ImportEncryptionKeyNotFound
- type ImportEncryptionKeyOK
- type ImportEncryptionKeyParams
- func NewImportEncryptionKeyParams() *ImportEncryptionKeyParams
- func NewImportEncryptionKeyParamsWithContext(ctx context.Context) *ImportEncryptionKeyParams
- func NewImportEncryptionKeyParamsWithHTTPClient(client *http.Client) *ImportEncryptionKeyParams
- func NewImportEncryptionKeyParamsWithTimeout(timeout time.Duration) *ImportEncryptionKeyParams
- func (o *ImportEncryptionKeyParams) SetBody(body *models.EncryptionAdminImportKeyRequest)
- func (o *ImportEncryptionKeyParams) SetContext(ctx context.Context)
- func (o *ImportEncryptionKeyParams) SetDefaults()
- func (o *ImportEncryptionKeyParams) SetHTTPClient(client *http.Client)
- func (o *ImportEncryptionKeyParams) SetTimeout(timeout time.Duration)
- func (o *ImportEncryptionKeyParams) WithBody(body *models.EncryptionAdminImportKeyRequest) *ImportEncryptionKeyParams
- func (o *ImportEncryptionKeyParams) WithContext(ctx context.Context) *ImportEncryptionKeyParams
- func (o *ImportEncryptionKeyParams) WithDefaults() *ImportEncryptionKeyParams
- func (o *ImportEncryptionKeyParams) WithHTTPClient(client *http.Client) *ImportEncryptionKeyParams
- func (o *ImportEncryptionKeyParams) WithTimeout(timeout time.Duration) *ImportEncryptionKeyParams
- func (o *ImportEncryptionKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ImportEncryptionKeyReader
- type ImportEncryptionKeyUnauthorized
- type ListDataSourcesForbidden
- type ListDataSourcesInternalServerError
- type ListDataSourcesNotFound
- type ListDataSourcesOK
- type ListDataSourcesParams
- func NewListDataSourcesParams() *ListDataSourcesParams
- func NewListDataSourcesParamsWithContext(ctx context.Context) *ListDataSourcesParams
- func NewListDataSourcesParamsWithHTTPClient(client *http.Client) *ListDataSourcesParams
- func NewListDataSourcesParamsWithTimeout(timeout time.Duration) *ListDataSourcesParams
- func (o *ListDataSourcesParams) SetContext(ctx context.Context)
- func (o *ListDataSourcesParams) SetDefaults()
- func (o *ListDataSourcesParams) SetHTTPClient(client *http.Client)
- func (o *ListDataSourcesParams) SetTimeout(timeout time.Duration)
- func (o *ListDataSourcesParams) WithContext(ctx context.Context) *ListDataSourcesParams
- func (o *ListDataSourcesParams) WithDefaults() *ListDataSourcesParams
- func (o *ListDataSourcesParams) WithHTTPClient(client *http.Client) *ListDataSourcesParams
- func (o *ListDataSourcesParams) WithTimeout(timeout time.Duration) *ListDataSourcesParams
- func (o *ListDataSourcesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListDataSourcesReader
- type ListDataSourcesUnauthorized
- type ListEncryptionKeysForbidden
- type ListEncryptionKeysInternalServerError
- type ListEncryptionKeysNotFound
- type ListEncryptionKeysOK
- type ListEncryptionKeysParams
- func NewListEncryptionKeysParams() *ListEncryptionKeysParams
- func NewListEncryptionKeysParamsWithContext(ctx context.Context) *ListEncryptionKeysParams
- func NewListEncryptionKeysParamsWithHTTPClient(client *http.Client) *ListEncryptionKeysParams
- func NewListEncryptionKeysParamsWithTimeout(timeout time.Duration) *ListEncryptionKeysParams
- func (o *ListEncryptionKeysParams) SetBody(body models.EncryptionAdminListKeysRequest)
- func (o *ListEncryptionKeysParams) SetContext(ctx context.Context)
- func (o *ListEncryptionKeysParams) SetDefaults()
- func (o *ListEncryptionKeysParams) SetHTTPClient(client *http.Client)
- func (o *ListEncryptionKeysParams) SetTimeout(timeout time.Duration)
- func (o *ListEncryptionKeysParams) WithBody(body models.EncryptionAdminListKeysRequest) *ListEncryptionKeysParams
- func (o *ListEncryptionKeysParams) WithContext(ctx context.Context) *ListEncryptionKeysParams
- func (o *ListEncryptionKeysParams) WithDefaults() *ListEncryptionKeysParams
- func (o *ListEncryptionKeysParams) WithHTTPClient(client *http.Client) *ListEncryptionKeysParams
- func (o *ListEncryptionKeysParams) WithTimeout(timeout time.Duration) *ListEncryptionKeysParams
- func (o *ListEncryptionKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListEncryptionKeysReader
- type ListEncryptionKeysUnauthorized
- type ListPeerFoldersForbidden
- type ListPeerFoldersInternalServerError
- type ListPeerFoldersNotFound
- type ListPeerFoldersOK
- type ListPeerFoldersParams
- func NewListPeerFoldersParams() *ListPeerFoldersParams
- func NewListPeerFoldersParamsWithContext(ctx context.Context) *ListPeerFoldersParams
- func NewListPeerFoldersParamsWithHTTPClient(client *http.Client) *ListPeerFoldersParams
- func NewListPeerFoldersParamsWithTimeout(timeout time.Duration) *ListPeerFoldersParams
- func (o *ListPeerFoldersParams) SetBody(body *models.RestListPeerFoldersRequest)
- func (o *ListPeerFoldersParams) SetContext(ctx context.Context)
- func (o *ListPeerFoldersParams) SetDefaults()
- func (o *ListPeerFoldersParams) SetHTTPClient(client *http.Client)
- func (o *ListPeerFoldersParams) SetPeerAddress(peerAddress string)
- func (o *ListPeerFoldersParams) SetTimeout(timeout time.Duration)
- func (o *ListPeerFoldersParams) WithBody(body *models.RestListPeerFoldersRequest) *ListPeerFoldersParams
- func (o *ListPeerFoldersParams) WithContext(ctx context.Context) *ListPeerFoldersParams
- func (o *ListPeerFoldersParams) WithDefaults() *ListPeerFoldersParams
- func (o *ListPeerFoldersParams) WithHTTPClient(client *http.Client) *ListPeerFoldersParams
- func (o *ListPeerFoldersParams) WithPeerAddress(peerAddress string) *ListPeerFoldersParams
- func (o *ListPeerFoldersParams) WithTimeout(timeout time.Duration) *ListPeerFoldersParams
- func (o *ListPeerFoldersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListPeerFoldersReader
- type ListPeerFoldersUnauthorized
- type ListPeersAddressesForbidden
- type ListPeersAddressesInternalServerError
- type ListPeersAddressesNotFound
- type ListPeersAddressesOK
- type ListPeersAddressesParams
- func NewListPeersAddressesParams() *ListPeersAddressesParams
- func NewListPeersAddressesParamsWithContext(ctx context.Context) *ListPeersAddressesParams
- func NewListPeersAddressesParamsWithHTTPClient(client *http.Client) *ListPeersAddressesParams
- func NewListPeersAddressesParamsWithTimeout(timeout time.Duration) *ListPeersAddressesParams
- func (o *ListPeersAddressesParams) SetContext(ctx context.Context)
- func (o *ListPeersAddressesParams) SetDefaults()
- func (o *ListPeersAddressesParams) SetHTTPClient(client *http.Client)
- func (o *ListPeersAddressesParams) SetTimeout(timeout time.Duration)
- func (o *ListPeersAddressesParams) WithContext(ctx context.Context) *ListPeersAddressesParams
- func (o *ListPeersAddressesParams) WithDefaults() *ListPeersAddressesParams
- func (o *ListPeersAddressesParams) WithHTTPClient(client *http.Client) *ListPeersAddressesParams
- func (o *ListPeersAddressesParams) WithTimeout(timeout time.Duration) *ListPeersAddressesParams
- func (o *ListPeersAddressesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListPeersAddressesReader
- type ListPeersAddressesUnauthorized
- type ListProcessesForbidden
- type ListProcessesInternalServerError
- type ListProcessesNotFound
- type ListProcessesOK
- type ListProcessesParams
- func (o *ListProcessesParams) SetBody(body *models.RestListProcessesRequest)
- func (o *ListProcessesParams) SetContext(ctx context.Context)
- func (o *ListProcessesParams) SetDefaults()
- func (o *ListProcessesParams) SetHTTPClient(client *http.Client)
- func (o *ListProcessesParams) SetTimeout(timeout time.Duration)
- func (o *ListProcessesParams) WithBody(body *models.RestListProcessesRequest) *ListProcessesParams
- func (o *ListProcessesParams) WithContext(ctx context.Context) *ListProcessesParams
- func (o *ListProcessesParams) WithDefaults() *ListProcessesParams
- func (o *ListProcessesParams) WithHTTPClient(client *http.Client) *ListProcessesParams
- func (o *ListProcessesParams) WithTimeout(timeout time.Duration) *ListProcessesParams
- func (o *ListProcessesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListProcessesReader
- type ListProcessesUnauthorized
- type ListServicesForbidden
- type ListServicesInternalServerError
- type ListServicesNotFound
- type ListServicesOK
- type ListServicesParams
- func (o *ListServicesParams) SetContext(ctx context.Context)
- func (o *ListServicesParams) SetDefaults()
- func (o *ListServicesParams) SetHTTPClient(client *http.Client)
- func (o *ListServicesParams) SetStatusFilter(statusFilter *string)
- func (o *ListServicesParams) SetTimeout(timeout time.Duration)
- func (o *ListServicesParams) WithContext(ctx context.Context) *ListServicesParams
- func (o *ListServicesParams) WithDefaults() *ListServicesParams
- func (o *ListServicesParams) WithHTTPClient(client *http.Client) *ListServicesParams
- func (o *ListServicesParams) WithStatusFilter(statusFilter *string) *ListServicesParams
- func (o *ListServicesParams) WithTimeout(timeout time.Duration) *ListServicesParams
- func (o *ListServicesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListServicesReader
- type ListServicesUnauthorized
- type ListSitesForbidden
- type ListSitesInternalServerError
- type ListSitesNotFound
- type ListSitesOK
- type ListSitesParams
- func (o *ListSitesParams) SetContext(ctx context.Context)
- func (o *ListSitesParams) SetDefaults()
- func (o *ListSitesParams) SetFilter(filter string)
- func (o *ListSitesParams) SetHTTPClient(client *http.Client)
- func (o *ListSitesParams) SetTimeout(timeout time.Duration)
- func (o *ListSitesParams) WithContext(ctx context.Context) *ListSitesParams
- func (o *ListSitesParams) WithDefaults() *ListSitesParams
- func (o *ListSitesParams) WithFilter(filter string) *ListSitesParams
- func (o *ListSitesParams) WithHTTPClient(client *http.Client) *ListSitesParams
- func (o *ListSitesParams) WithTimeout(timeout time.Duration) *ListSitesParams
- func (o *ListSitesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListSitesReader
- type ListSitesUnauthorized
- type ListStorageBucketsForbidden
- type ListStorageBucketsInternalServerError
- type ListStorageBucketsNotFound
- type ListStorageBucketsOK
- type ListStorageBucketsParams
- func NewListStorageBucketsParams() *ListStorageBucketsParams
- func NewListStorageBucketsParamsWithContext(ctx context.Context) *ListStorageBucketsParams
- func NewListStorageBucketsParamsWithHTTPClient(client *http.Client) *ListStorageBucketsParams
- func NewListStorageBucketsParamsWithTimeout(timeout time.Duration) *ListStorageBucketsParams
- func (o *ListStorageBucketsParams) SetBody(body *models.RestListStorageBucketsRequest)
- func (o *ListStorageBucketsParams) SetContext(ctx context.Context)
- func (o *ListStorageBucketsParams) SetDefaults()
- func (o *ListStorageBucketsParams) SetHTTPClient(client *http.Client)
- func (o *ListStorageBucketsParams) SetTimeout(timeout time.Duration)
- func (o *ListStorageBucketsParams) WithBody(body *models.RestListStorageBucketsRequest) *ListStorageBucketsParams
- func (o *ListStorageBucketsParams) WithContext(ctx context.Context) *ListStorageBucketsParams
- func (o *ListStorageBucketsParams) WithDefaults() *ListStorageBucketsParams
- func (o *ListStorageBucketsParams) WithHTTPClient(client *http.Client) *ListStorageBucketsParams
- func (o *ListStorageBucketsParams) WithTimeout(timeout time.Duration) *ListStorageBucketsParams
- func (o *ListStorageBucketsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListStorageBucketsReader
- type ListStorageBucketsUnauthorized
- type ListVersioningPoliciesForbidden
- type ListVersioningPoliciesInternalServerError
- type ListVersioningPoliciesNotFound
- type ListVersioningPoliciesOK
- type ListVersioningPoliciesParams
- func NewListVersioningPoliciesParams() *ListVersioningPoliciesParams
- func NewListVersioningPoliciesParamsWithContext(ctx context.Context) *ListVersioningPoliciesParams
- func NewListVersioningPoliciesParamsWithHTTPClient(client *http.Client) *ListVersioningPoliciesParams
- func NewListVersioningPoliciesParamsWithTimeout(timeout time.Duration) *ListVersioningPoliciesParams
- func (o *ListVersioningPoliciesParams) SetContext(ctx context.Context)
- func (o *ListVersioningPoliciesParams) SetDefaults()
- func (o *ListVersioningPoliciesParams) SetHTTPClient(client *http.Client)
- func (o *ListVersioningPoliciesParams) SetTimeout(timeout time.Duration)
- func (o *ListVersioningPoliciesParams) WithContext(ctx context.Context) *ListVersioningPoliciesParams
- func (o *ListVersioningPoliciesParams) WithDefaults() *ListVersioningPoliciesParams
- func (o *ListVersioningPoliciesParams) WithHTTPClient(client *http.Client) *ListVersioningPoliciesParams
- func (o *ListVersioningPoliciesParams) WithTimeout(timeout time.Duration) *ListVersioningPoliciesParams
- func (o *ListVersioningPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListVersioningPoliciesReader
- type ListVersioningPoliciesUnauthorized
- type ListVirtualNodesForbidden
- type ListVirtualNodesInternalServerError
- type ListVirtualNodesNotFound
- type ListVirtualNodesOK
- type ListVirtualNodesParams
- func NewListVirtualNodesParams() *ListVirtualNodesParams
- func NewListVirtualNodesParamsWithContext(ctx context.Context) *ListVirtualNodesParams
- func NewListVirtualNodesParamsWithHTTPClient(client *http.Client) *ListVirtualNodesParams
- func NewListVirtualNodesParamsWithTimeout(timeout time.Duration) *ListVirtualNodesParams
- func (o *ListVirtualNodesParams) SetContext(ctx context.Context)
- func (o *ListVirtualNodesParams) SetDefaults()
- func (o *ListVirtualNodesParams) SetHTTPClient(client *http.Client)
- func (o *ListVirtualNodesParams) SetTimeout(timeout time.Duration)
- func (o *ListVirtualNodesParams) WithContext(ctx context.Context) *ListVirtualNodesParams
- func (o *ListVirtualNodesParams) WithDefaults() *ListVirtualNodesParams
- func (o *ListVirtualNodesParams) WithHTTPClient(client *http.Client) *ListVirtualNodesParams
- func (o *ListVirtualNodesParams) WithTimeout(timeout time.Duration) *ListVirtualNodesParams
- func (o *ListVirtualNodesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListVirtualNodesReader
- type ListVirtualNodesUnauthorized
- type OpenAPIDiscoveryForbidden
- type OpenAPIDiscoveryInternalServerError
- type OpenAPIDiscoveryNotFound
- type OpenAPIDiscoveryOK
- type OpenAPIDiscoveryParams
- func NewOpenAPIDiscoveryParams() *OpenAPIDiscoveryParams
- func NewOpenAPIDiscoveryParamsWithContext(ctx context.Context) *OpenAPIDiscoveryParams
- func NewOpenAPIDiscoveryParamsWithHTTPClient(client *http.Client) *OpenAPIDiscoveryParams
- func NewOpenAPIDiscoveryParamsWithTimeout(timeout time.Duration) *OpenAPIDiscoveryParams
- func (o *OpenAPIDiscoveryParams) SetContext(ctx context.Context)
- func (o *OpenAPIDiscoveryParams) SetDefaults()
- func (o *OpenAPIDiscoveryParams) SetEndpointType(endpointType *string)
- func (o *OpenAPIDiscoveryParams) SetHTTPClient(client *http.Client)
- func (o *OpenAPIDiscoveryParams) SetTimeout(timeout time.Duration)
- func (o *OpenAPIDiscoveryParams) WithContext(ctx context.Context) *OpenAPIDiscoveryParams
- func (o *OpenAPIDiscoveryParams) WithDefaults() *OpenAPIDiscoveryParams
- func (o *OpenAPIDiscoveryParams) WithEndpointType(endpointType *string) *OpenAPIDiscoveryParams
- func (o *OpenAPIDiscoveryParams) WithHTTPClient(client *http.Client) *OpenAPIDiscoveryParams
- func (o *OpenAPIDiscoveryParams) WithTimeout(timeout time.Duration) *OpenAPIDiscoveryParams
- func (o *OpenAPIDiscoveryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OpenAPIDiscoveryReader
- type OpenAPIDiscoveryUnauthorized
- type PutConfigForbidden
- type PutConfigInternalServerError
- type PutConfigNotFound
- type PutConfigOK
- type PutConfigParams
- func (o *PutConfigParams) SetBody(body *models.RestConfiguration)
- func (o *PutConfigParams) SetContext(ctx context.Context)
- func (o *PutConfigParams) SetDefaults()
- func (o *PutConfigParams) SetFullPath(fullPath string)
- func (o *PutConfigParams) SetHTTPClient(client *http.Client)
- func (o *PutConfigParams) SetTimeout(timeout time.Duration)
- func (o *PutConfigParams) WithBody(body *models.RestConfiguration) *PutConfigParams
- func (o *PutConfigParams) WithContext(ctx context.Context) *PutConfigParams
- func (o *PutConfigParams) WithDefaults() *PutConfigParams
- func (o *PutConfigParams) WithFullPath(fullPath string) *PutConfigParams
- func (o *PutConfigParams) WithHTTPClient(client *http.Client) *PutConfigParams
- func (o *PutConfigParams) WithTimeout(timeout time.Duration) *PutConfigParams
- func (o *PutConfigParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutConfigReader
- type PutConfigUnauthorized
- type PutDataSourceForbidden
- type PutDataSourceInternalServerError
- type PutDataSourceNotFound
- type PutDataSourceOK
- type PutDataSourceParams
- func (o *PutDataSourceParams) SetBody(body *models.ObjectDataSource)
- func (o *PutDataSourceParams) SetContext(ctx context.Context)
- func (o *PutDataSourceParams) SetDefaults()
- func (o *PutDataSourceParams) SetHTTPClient(client *http.Client)
- func (o *PutDataSourceParams) SetName(name string)
- func (o *PutDataSourceParams) SetTimeout(timeout time.Duration)
- func (o *PutDataSourceParams) WithBody(body *models.ObjectDataSource) *PutDataSourceParams
- func (o *PutDataSourceParams) WithContext(ctx context.Context) *PutDataSourceParams
- func (o *PutDataSourceParams) WithDefaults() *PutDataSourceParams
- func (o *PutDataSourceParams) WithHTTPClient(client *http.Client) *PutDataSourceParams
- func (o *PutDataSourceParams) WithName(name string) *PutDataSourceParams
- func (o *PutDataSourceParams) WithTimeout(timeout time.Duration) *PutDataSourceParams
- func (o *PutDataSourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PutDataSourceReader
- type PutDataSourceUnauthorized
- type SchedulerActionFormDiscoveryForbidden
- type SchedulerActionFormDiscoveryInternalServerError
- type SchedulerActionFormDiscoveryNotFound
- type SchedulerActionFormDiscoveryOK
- type SchedulerActionFormDiscoveryParams
- func NewSchedulerActionFormDiscoveryParams() *SchedulerActionFormDiscoveryParams
- func NewSchedulerActionFormDiscoveryParamsWithContext(ctx context.Context) *SchedulerActionFormDiscoveryParams
- func NewSchedulerActionFormDiscoveryParamsWithHTTPClient(client *http.Client) *SchedulerActionFormDiscoveryParams
- func NewSchedulerActionFormDiscoveryParamsWithTimeout(timeout time.Duration) *SchedulerActionFormDiscoveryParams
- func (o *SchedulerActionFormDiscoveryParams) SetActionName(actionName string)
- func (o *SchedulerActionFormDiscoveryParams) SetContext(ctx context.Context)
- func (o *SchedulerActionFormDiscoveryParams) SetDefaults()
- func (o *SchedulerActionFormDiscoveryParams) SetHTTPClient(client *http.Client)
- func (o *SchedulerActionFormDiscoveryParams) SetTimeout(timeout time.Duration)
- func (o *SchedulerActionFormDiscoveryParams) WithActionName(actionName string) *SchedulerActionFormDiscoveryParams
- func (o *SchedulerActionFormDiscoveryParams) WithContext(ctx context.Context) *SchedulerActionFormDiscoveryParams
- func (o *SchedulerActionFormDiscoveryParams) WithDefaults() *SchedulerActionFormDiscoveryParams
- func (o *SchedulerActionFormDiscoveryParams) WithHTTPClient(client *http.Client) *SchedulerActionFormDiscoveryParams
- func (o *SchedulerActionFormDiscoveryParams) WithTimeout(timeout time.Duration) *SchedulerActionFormDiscoveryParams
- func (o *SchedulerActionFormDiscoveryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SchedulerActionFormDiscoveryReader
- type SchedulerActionFormDiscoveryUnauthorized
- type SchedulerActionsDiscoveryForbidden
- type SchedulerActionsDiscoveryInternalServerError
- type SchedulerActionsDiscoveryNotFound
- type SchedulerActionsDiscoveryOK
- type SchedulerActionsDiscoveryParams
- func NewSchedulerActionsDiscoveryParams() *SchedulerActionsDiscoveryParams
- func NewSchedulerActionsDiscoveryParamsWithContext(ctx context.Context) *SchedulerActionsDiscoveryParams
- func NewSchedulerActionsDiscoveryParamsWithHTTPClient(client *http.Client) *SchedulerActionsDiscoveryParams
- func NewSchedulerActionsDiscoveryParamsWithTimeout(timeout time.Duration) *SchedulerActionsDiscoveryParams
- func (o *SchedulerActionsDiscoveryParams) SetContext(ctx context.Context)
- func (o *SchedulerActionsDiscoveryParams) SetDefaults()
- func (o *SchedulerActionsDiscoveryParams) SetHTTPClient(client *http.Client)
- func (o *SchedulerActionsDiscoveryParams) SetTimeout(timeout time.Duration)
- func (o *SchedulerActionsDiscoveryParams) WithContext(ctx context.Context) *SchedulerActionsDiscoveryParams
- func (o *SchedulerActionsDiscoveryParams) WithDefaults() *SchedulerActionsDiscoveryParams
- func (o *SchedulerActionsDiscoveryParams) WithHTTPClient(client *http.Client) *SchedulerActionsDiscoveryParams
- func (o *SchedulerActionsDiscoveryParams) WithTimeout(timeout time.Duration) *SchedulerActionsDiscoveryParams
- func (o *SchedulerActionsDiscoveryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type SchedulerActionsDiscoveryReader
- type SchedulerActionsDiscoveryUnauthorized
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) 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) 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) 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) 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 ¶
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) Error ¶
func (o *ConfigFormsDiscoveryForbidden) Error() string
func (*ConfigFormsDiscoveryForbidden) GetPayload ¶
func (o *ConfigFormsDiscoveryForbidden) GetPayload() *models.RestError
type ConfigFormsDiscoveryInternalServerError ¶
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) Error ¶
func (o *ConfigFormsDiscoveryInternalServerError) Error() string
func (*ConfigFormsDiscoveryInternalServerError) GetPayload ¶
func (o *ConfigFormsDiscoveryInternalServerError) GetPayload() *models.RestError
type ConfigFormsDiscoveryNotFound ¶
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) Error ¶
func (o *ConfigFormsDiscoveryNotFound) Error() string
func (*ConfigFormsDiscoveryNotFound) GetPayload ¶
func (o *ConfigFormsDiscoveryNotFound) GetPayload() *models.RestError
type ConfigFormsDiscoveryOK ¶
type ConfigFormsDiscoveryOK struct {
Payload *models.RestDiscoveryResponse
}
ConfigFormsDiscoveryOK describes a response with status code 200, with default header values.
ConfigFormsDiscoveryOK config forms discovery o k
func NewConfigFormsDiscoveryOK ¶
func NewConfigFormsDiscoveryOK() *ConfigFormsDiscoveryOK
NewConfigFormsDiscoveryOK creates a ConfigFormsDiscoveryOK with default headers values
func (*ConfigFormsDiscoveryOK) Error ¶
func (o *ConfigFormsDiscoveryOK) Error() string
func (*ConfigFormsDiscoveryOK) GetPayload ¶
func (o *ConfigFormsDiscoveryOK) GetPayload() *models.RestDiscoveryResponse
type ConfigFormsDiscoveryParams ¶
type ConfigFormsDiscoveryParams struct { // ServiceName. 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 ¶
func (o *ConfigFormsDiscoveryParams) WithContext(ctx context.Context) *ConfigFormsDiscoveryParams
WithContext adds the context to the config forms discovery params
func (*ConfigFormsDiscoveryParams) WithDefaults ¶
func (o *ConfigFormsDiscoveryParams) WithDefaults() *ConfigFormsDiscoveryParams
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 ¶
func (o *ConfigFormsDiscoveryParams) WithHTTPClient(client *http.Client) *ConfigFormsDiscoveryParams
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 ¶
func (o *ConfigFormsDiscoveryParams) WithTimeout(timeout time.Duration) *ConfigFormsDiscoveryParams
WithTimeout adds the timeout to the config forms discovery params
func (*ConfigFormsDiscoveryParams) WriteToRequest ¶
func (o *ConfigFormsDiscoveryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *ConfigFormsDiscoveryUnauthorized) Error() string
type ControlServiceForbidden ¶
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) Error ¶
func (o *ControlServiceForbidden) Error() string
func (*ControlServiceForbidden) GetPayload ¶
func (o *ControlServiceForbidden) GetPayload() *models.RestError
type ControlServiceInternalServerError ¶
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) Error ¶
func (o *ControlServiceInternalServerError) Error() string
func (*ControlServiceInternalServerError) GetPayload ¶
func (o *ControlServiceInternalServerError) GetPayload() *models.RestError
type ControlServiceNotFound ¶
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) Error ¶
func (o *ControlServiceNotFound) Error() string
func (*ControlServiceNotFound) GetPayload ¶
func (o *ControlServiceNotFound) GetPayload() *models.RestError
type ControlServiceOK ¶
type ControlServiceOK struct {
Payload *models.CtlService
}
ControlServiceOK describes a response with status code 200, with default header values.
ControlServiceOK control service o k
func NewControlServiceOK ¶
func NewControlServiceOK() *ControlServiceOK
NewControlServiceOK creates a ControlServiceOK with default headers values
func (*ControlServiceOK) Error ¶
func (o *ControlServiceOK) Error() string
func (*ControlServiceOK) GetPayload ¶
func (o *ControlServiceOK) GetPayload() *models.CtlService
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 ¶
func (o *ControlServiceParams) SetBody(body *models.RestControlServiceRequest)
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 ¶
func (o *ControlServiceParams) WithBody(body *models.RestControlServiceRequest) *ControlServiceParams
WithBody adds the body to the control service params
func (*ControlServiceParams) WithContext ¶
func (o *ControlServiceParams) WithContext(ctx context.Context) *ControlServiceParams
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) Error ¶
func (o *ControlServiceUnauthorized) Error() string
type CreateEncryptionKeyForbidden ¶
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) Error ¶
func (o *CreateEncryptionKeyForbidden) Error() string
func (*CreateEncryptionKeyForbidden) GetPayload ¶
func (o *CreateEncryptionKeyForbidden) GetPayload() *models.RestError
type CreateEncryptionKeyInternalServerError ¶
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) Error ¶
func (o *CreateEncryptionKeyInternalServerError) Error() string
func (*CreateEncryptionKeyInternalServerError) GetPayload ¶
func (o *CreateEncryptionKeyInternalServerError) GetPayload() *models.RestError
type CreateEncryptionKeyNotFound ¶
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) Error ¶
func (o *CreateEncryptionKeyNotFound) Error() string
func (*CreateEncryptionKeyNotFound) GetPayload ¶
func (o *CreateEncryptionKeyNotFound) GetPayload() *models.RestError
type CreateEncryptionKeyOK ¶
type CreateEncryptionKeyOK struct {
Payload *models.EncryptionAdminCreateKeyResponse
}
CreateEncryptionKeyOK describes a response with status code 200, with default header values.
CreateEncryptionKeyOK create encryption key o k
func NewCreateEncryptionKeyOK ¶
func NewCreateEncryptionKeyOK() *CreateEncryptionKeyOK
NewCreateEncryptionKeyOK creates a CreateEncryptionKeyOK with default headers values
func (*CreateEncryptionKeyOK) Error ¶
func (o *CreateEncryptionKeyOK) Error() string
func (*CreateEncryptionKeyOK) GetPayload ¶
func (o *CreateEncryptionKeyOK) GetPayload() *models.EncryptionAdminCreateKeyResponse
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 ¶
func (o *CreateEncryptionKeyParams) SetBody(body *models.EncryptionAdminCreateKeyRequest)
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 ¶
func (o *CreateEncryptionKeyParams) WithBody(body *models.EncryptionAdminCreateKeyRequest) *CreateEncryptionKeyParams
WithBody adds the body to the create encryption key params
func (*CreateEncryptionKeyParams) WithContext ¶
func (o *CreateEncryptionKeyParams) WithContext(ctx context.Context) *CreateEncryptionKeyParams
WithContext adds the context to the create encryption key params
func (*CreateEncryptionKeyParams) WithDefaults ¶
func (o *CreateEncryptionKeyParams) WithDefaults() *CreateEncryptionKeyParams
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 ¶
func (o *CreateEncryptionKeyParams) WithTimeout(timeout time.Duration) *CreateEncryptionKeyParams
WithTimeout adds the timeout to the create encryption key params
func (*CreateEncryptionKeyParams) WriteToRequest ¶
func (o *CreateEncryptionKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *CreateEncryptionKeyUnauthorized) Error() string
type CreatePeerFolderForbidden ¶
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) Error ¶
func (o *CreatePeerFolderForbidden) Error() string
func (*CreatePeerFolderForbidden) GetPayload ¶
func (o *CreatePeerFolderForbidden) GetPayload() *models.RestError
type CreatePeerFolderInternalServerError ¶
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) Error ¶
func (o *CreatePeerFolderInternalServerError) Error() string
func (*CreatePeerFolderInternalServerError) GetPayload ¶
func (o *CreatePeerFolderInternalServerError) GetPayload() *models.RestError
type CreatePeerFolderNotFound ¶
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) Error ¶
func (o *CreatePeerFolderNotFound) Error() string
func (*CreatePeerFolderNotFound) GetPayload ¶
func (o *CreatePeerFolderNotFound) GetPayload() *models.RestError
type CreatePeerFolderOK ¶
type CreatePeerFolderOK struct {
Payload *models.RestCreatePeerFolderResponse
}
CreatePeerFolderOK describes a response with status code 200, with default header values.
CreatePeerFolderOK create peer folder o k
func NewCreatePeerFolderOK ¶
func NewCreatePeerFolderOK() *CreatePeerFolderOK
NewCreatePeerFolderOK creates a CreatePeerFolderOK with default headers values
func (*CreatePeerFolderOK) Error ¶
func (o *CreatePeerFolderOK) Error() string
func (*CreatePeerFolderOK) GetPayload ¶
func (o *CreatePeerFolderOK) GetPayload() *models.RestCreatePeerFolderResponse
type CreatePeerFolderParams ¶
type CreatePeerFolderParams struct { // PeerAddress. PeerAddress string // Body. Body *models.RestCreatePeerFolderRequest 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 ¶
func (o *CreatePeerFolderParams) SetBody(body *models.RestCreatePeerFolderRequest)
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 ¶
func (o *CreatePeerFolderParams) WithBody(body *models.RestCreatePeerFolderRequest) *CreatePeerFolderParams
WithBody adds the body to the create peer folder params
func (*CreatePeerFolderParams) WithContext ¶
func (o *CreatePeerFolderParams) WithContext(ctx context.Context) *CreatePeerFolderParams
WithContext adds the context to the create peer folder params
func (*CreatePeerFolderParams) WithDefaults ¶
func (o *CreatePeerFolderParams) WithDefaults() *CreatePeerFolderParams
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 ¶
func (o *CreatePeerFolderParams) WithTimeout(timeout time.Duration) *CreatePeerFolderParams
WithTimeout adds the timeout to the create peer folder params
func (*CreatePeerFolderParams) WriteToRequest ¶
func (o *CreatePeerFolderParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *CreatePeerFolderUnauthorized) Error() string
type DeleteDataSourceForbidden ¶
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) Error ¶
func (o *DeleteDataSourceForbidden) Error() string
func (*DeleteDataSourceForbidden) GetPayload ¶
func (o *DeleteDataSourceForbidden) GetPayload() *models.RestError
type DeleteDataSourceInternalServerError ¶
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) Error ¶
func (o *DeleteDataSourceInternalServerError) Error() string
func (*DeleteDataSourceInternalServerError) GetPayload ¶
func (o *DeleteDataSourceInternalServerError) GetPayload() *models.RestError
type DeleteDataSourceNotFound ¶
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) Error ¶
func (o *DeleteDataSourceNotFound) Error() string
func (*DeleteDataSourceNotFound) GetPayload ¶
func (o *DeleteDataSourceNotFound) GetPayload() *models.RestError
type DeleteDataSourceOK ¶
type DeleteDataSourceOK struct {
Payload *models.RestDeleteDataSourceResponse
}
DeleteDataSourceOK describes a response with status code 200, with default header values.
DeleteDataSourceOK delete data source o k
func NewDeleteDataSourceOK ¶
func NewDeleteDataSourceOK() *DeleteDataSourceOK
NewDeleteDataSourceOK creates a DeleteDataSourceOK with default headers values
func (*DeleteDataSourceOK) Error ¶
func (o *DeleteDataSourceOK) Error() string
func (*DeleteDataSourceOK) GetPayload ¶
func (o *DeleteDataSourceOK) GetPayload() *models.RestDeleteDataSourceResponse
type DeleteDataSourceParams ¶
type DeleteDataSourceParams struct { // Name. Name string 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) SetContext ¶
func (o *DeleteDataSourceParams) SetContext(ctx context.Context)
SetContext adds the context 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) SetHTTPClient ¶
func (o *DeleteDataSourceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient 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) SetTimeout ¶
func (o *DeleteDataSourceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete data source params
func (*DeleteDataSourceParams) WithContext ¶
func (o *DeleteDataSourceParams) WithContext(ctx context.Context) *DeleteDataSourceParams
WithContext adds the context to the delete data source params
func (*DeleteDataSourceParams) WithDefaults ¶
func (o *DeleteDataSourceParams) WithDefaults() *DeleteDataSourceParams
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) WithHTTPClient ¶
func (o *DeleteDataSourceParams) WithHTTPClient(client *http.Client) *DeleteDataSourceParams
WithHTTPClient adds the HTTPClient to the delete data source params
func (*DeleteDataSourceParams) WithName ¶
func (o *DeleteDataSourceParams) WithName(name string) *DeleteDataSourceParams
WithName adds the name to the delete data source params
func (*DeleteDataSourceParams) WithTimeout ¶
func (o *DeleteDataSourceParams) WithTimeout(timeout time.Duration) *DeleteDataSourceParams
WithTimeout adds the timeout to the delete data source params
func (*DeleteDataSourceParams) WriteToRequest ¶
func (o *DeleteDataSourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *DeleteDataSourceUnauthorized) Error() string
type DeleteEncryptionKeyForbidden ¶
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) Error ¶
func (o *DeleteEncryptionKeyForbidden) Error() string
func (*DeleteEncryptionKeyForbidden) GetPayload ¶
func (o *DeleteEncryptionKeyForbidden) GetPayload() *models.RestError
type DeleteEncryptionKeyInternalServerError ¶
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) Error ¶
func (o *DeleteEncryptionKeyInternalServerError) Error() string
func (*DeleteEncryptionKeyInternalServerError) GetPayload ¶
func (o *DeleteEncryptionKeyInternalServerError) GetPayload() *models.RestError
type DeleteEncryptionKeyNotFound ¶
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) Error ¶
func (o *DeleteEncryptionKeyNotFound) Error() string
func (*DeleteEncryptionKeyNotFound) GetPayload ¶
func (o *DeleteEncryptionKeyNotFound) GetPayload() *models.RestError
type DeleteEncryptionKeyOK ¶
type DeleteEncryptionKeyOK struct {
Payload *models.EncryptionAdminDeleteKeyResponse
}
DeleteEncryptionKeyOK describes a response with status code 200, with default header values.
DeleteEncryptionKeyOK delete encryption key o k
func NewDeleteEncryptionKeyOK ¶
func NewDeleteEncryptionKeyOK() *DeleteEncryptionKeyOK
NewDeleteEncryptionKeyOK creates a DeleteEncryptionKeyOK with default headers values
func (*DeleteEncryptionKeyOK) Error ¶
func (o *DeleteEncryptionKeyOK) Error() string
func (*DeleteEncryptionKeyOK) GetPayload ¶
func (o *DeleteEncryptionKeyOK) GetPayload() *models.EncryptionAdminDeleteKeyResponse
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 ¶
func (o *DeleteEncryptionKeyParams) SetBody(body *models.EncryptionAdminDeleteKeyRequest)
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 ¶
func (o *DeleteEncryptionKeyParams) WithBody(body *models.EncryptionAdminDeleteKeyRequest) *DeleteEncryptionKeyParams
WithBody adds the body to the delete encryption key params
func (*DeleteEncryptionKeyParams) WithContext ¶
func (o *DeleteEncryptionKeyParams) WithContext(ctx context.Context) *DeleteEncryptionKeyParams
WithContext adds the context to the delete encryption key params
func (*DeleteEncryptionKeyParams) WithDefaults ¶
func (o *DeleteEncryptionKeyParams) WithDefaults() *DeleteEncryptionKeyParams
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 ¶
func (o *DeleteEncryptionKeyParams) WithTimeout(timeout time.Duration) *DeleteEncryptionKeyParams
WithTimeout adds the timeout to the delete encryption key params
func (*DeleteEncryptionKeyParams) WriteToRequest ¶
func (o *DeleteEncryptionKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *DeleteEncryptionKeyUnauthorized) Error() string
type EndpointsDiscoveryForbidden ¶
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) Error ¶
func (o *EndpointsDiscoveryForbidden) Error() string
func (*EndpointsDiscoveryForbidden) GetPayload ¶
func (o *EndpointsDiscoveryForbidden) GetPayload() *models.RestError
type EndpointsDiscoveryInternalServerError ¶
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) Error ¶
func (o *EndpointsDiscoveryInternalServerError) Error() string
func (*EndpointsDiscoveryInternalServerError) GetPayload ¶
func (o *EndpointsDiscoveryInternalServerError) GetPayload() *models.RestError
type EndpointsDiscoveryNotFound ¶
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) Error ¶
func (o *EndpointsDiscoveryNotFound) Error() string
func (*EndpointsDiscoveryNotFound) GetPayload ¶
func (o *EndpointsDiscoveryNotFound) GetPayload() *models.RestError
type EndpointsDiscoveryOK ¶
type EndpointsDiscoveryOK struct {
Payload *models.RestDiscoveryResponse
}
EndpointsDiscoveryOK describes a response with status code 200, with default header values.
EndpointsDiscoveryOK endpoints discovery o k
func NewEndpointsDiscoveryOK ¶
func NewEndpointsDiscoveryOK() *EndpointsDiscoveryOK
NewEndpointsDiscoveryOK creates a EndpointsDiscoveryOK with default headers values
func (*EndpointsDiscoveryOK) Error ¶
func (o *EndpointsDiscoveryOK) Error() string
func (*EndpointsDiscoveryOK) GetPayload ¶
func (o *EndpointsDiscoveryOK) GetPayload() *models.RestDiscoveryResponse
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 ¶
func (o *EndpointsDiscoveryParams) WithContext(ctx context.Context) *EndpointsDiscoveryParams
WithContext adds the context to the endpoints discovery params
func (*EndpointsDiscoveryParams) WithDefaults ¶
func (o *EndpointsDiscoveryParams) WithDefaults() *EndpointsDiscoveryParams
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 ¶
func (o *EndpointsDiscoveryParams) WithTimeout(timeout time.Duration) *EndpointsDiscoveryParams
WithTimeout adds the timeout to the endpoints discovery params
func (*EndpointsDiscoveryParams) WriteToRequest ¶
func (o *EndpointsDiscoveryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *EndpointsDiscoveryUnauthorized) Error() string
type ExportEncryptionKeyForbidden ¶
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) Error ¶
func (o *ExportEncryptionKeyForbidden) Error() string
func (*ExportEncryptionKeyForbidden) GetPayload ¶
func (o *ExportEncryptionKeyForbidden) GetPayload() *models.RestError
type ExportEncryptionKeyInternalServerError ¶
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) Error ¶
func (o *ExportEncryptionKeyInternalServerError) Error() string
func (*ExportEncryptionKeyInternalServerError) GetPayload ¶
func (o *ExportEncryptionKeyInternalServerError) GetPayload() *models.RestError
type ExportEncryptionKeyNotFound ¶
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) Error ¶
func (o *ExportEncryptionKeyNotFound) Error() string
func (*ExportEncryptionKeyNotFound) GetPayload ¶
func (o *ExportEncryptionKeyNotFound) GetPayload() *models.RestError
type ExportEncryptionKeyOK ¶
type ExportEncryptionKeyOK struct {
Payload *models.EncryptionAdminExportKeyResponse
}
ExportEncryptionKeyOK describes a response with status code 200, with default header values.
ExportEncryptionKeyOK export encryption key o k
func NewExportEncryptionKeyOK ¶
func NewExportEncryptionKeyOK() *ExportEncryptionKeyOK
NewExportEncryptionKeyOK creates a ExportEncryptionKeyOK with default headers values
func (*ExportEncryptionKeyOK) Error ¶
func (o *ExportEncryptionKeyOK) Error() string
func (*ExportEncryptionKeyOK) GetPayload ¶
func (o *ExportEncryptionKeyOK) GetPayload() *models.EncryptionAdminExportKeyResponse
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 ¶
func (o *ExportEncryptionKeyParams) SetBody(body *models.EncryptionAdminExportKeyRequest)
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 ¶
func (o *ExportEncryptionKeyParams) WithBody(body *models.EncryptionAdminExportKeyRequest) *ExportEncryptionKeyParams
WithBody adds the body to the export encryption key params
func (*ExportEncryptionKeyParams) WithContext ¶
func (o *ExportEncryptionKeyParams) WithContext(ctx context.Context) *ExportEncryptionKeyParams
WithContext adds the context to the export encryption key params
func (*ExportEncryptionKeyParams) WithDefaults ¶
func (o *ExportEncryptionKeyParams) WithDefaults() *ExportEncryptionKeyParams
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 ¶
func (o *ExportEncryptionKeyParams) WithTimeout(timeout time.Duration) *ExportEncryptionKeyParams
WithTimeout adds the timeout to the export encryption key params
func (*ExportEncryptionKeyParams) WriteToRequest ¶
func (o *ExportEncryptionKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *ExportEncryptionKeyUnauthorized) Error() string
type GetConfigForbidden ¶
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) Error ¶
func (o *GetConfigForbidden) Error() string
func (*GetConfigForbidden) GetPayload ¶
func (o *GetConfigForbidden) GetPayload() *models.RestError
type GetConfigInternalServerError ¶
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) Error ¶
func (o *GetConfigInternalServerError) Error() string
func (*GetConfigInternalServerError) GetPayload ¶
func (o *GetConfigInternalServerError) GetPayload() *models.RestError
type GetConfigNotFound ¶
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) Error ¶
func (o *GetConfigNotFound) Error() string
func (*GetConfigNotFound) GetPayload ¶
func (o *GetConfigNotFound) GetPayload() *models.RestError
type GetConfigOK ¶
type GetConfigOK struct {
Payload *models.RestConfiguration
}
GetConfigOK describes a response with status code 200, with default header values.
GetConfigOK get config o k
func NewGetConfigOK ¶
func NewGetConfigOK() *GetConfigOK
NewGetConfigOK creates a GetConfigOK with default headers values
func (*GetConfigOK) Error ¶
func (o *GetConfigOK) Error() string
func (*GetConfigOK) GetPayload ¶
func (o *GetConfigOK) GetPayload() *models.RestConfiguration
type GetConfigParams ¶
type GetConfigParams struct { /* Data. JSON-encoded data to store. */ Data *string // FullPath. 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) Error ¶
func (o *GetConfigUnauthorized) Error() string
type GetDataSourceForbidden ¶
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) Error ¶
func (o *GetDataSourceForbidden) Error() string
func (*GetDataSourceForbidden) GetPayload ¶
func (o *GetDataSourceForbidden) GetPayload() *models.RestError
type GetDataSourceInternalServerError ¶
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) Error ¶
func (o *GetDataSourceInternalServerError) Error() string
func (*GetDataSourceInternalServerError) GetPayload ¶
func (o *GetDataSourceInternalServerError) GetPayload() *models.RestError
type GetDataSourceNotFound ¶
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) Error ¶
func (o *GetDataSourceNotFound) Error() string
func (*GetDataSourceNotFound) GetPayload ¶
func (o *GetDataSourceNotFound) GetPayload() *models.RestError
type GetDataSourceOK ¶
type GetDataSourceOK struct {
Payload *models.ObjectDataSource
}
GetDataSourceOK describes a response with status code 200, with default header values.
GetDataSourceOK get data source o k
func NewGetDataSourceOK ¶
func NewGetDataSourceOK() *GetDataSourceOK
NewGetDataSourceOK creates a GetDataSourceOK with default headers values
func (*GetDataSourceOK) Error ¶
func (o *GetDataSourceOK) Error() string
func (*GetDataSourceOK) GetPayload ¶
func (o *GetDataSourceOK) GetPayload() *models.ObjectDataSource
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. Format: boolean */ 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). Format: boolean */ FlatStorage *bool /* LastSynchronizationDate. Data Source last synchronization date. Format: int32 */ LastSynchronizationDate *int32 // Name. 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. Format: boolean */ 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. Format: boolean */ 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. Format: boolean */ 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 ¶
func (o *GetDataSourceParams) WithContext(ctx context.Context) *GetDataSourceParams
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) Error ¶
func (o *GetDataSourceUnauthorized) Error() string
type GetVersioningPolicyForbidden ¶
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) Error ¶
func (o *GetVersioningPolicyForbidden) Error() string
func (*GetVersioningPolicyForbidden) GetPayload ¶
func (o *GetVersioningPolicyForbidden) GetPayload() *models.RestError
type GetVersioningPolicyInternalServerError ¶
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) Error ¶
func (o *GetVersioningPolicyInternalServerError) Error() string
func (*GetVersioningPolicyInternalServerError) GetPayload ¶
func (o *GetVersioningPolicyInternalServerError) GetPayload() *models.RestError
type GetVersioningPolicyNotFound ¶
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) Error ¶
func (o *GetVersioningPolicyNotFound) Error() string
func (*GetVersioningPolicyNotFound) GetPayload ¶
func (o *GetVersioningPolicyNotFound) GetPayload() *models.RestError
type GetVersioningPolicyOK ¶
type GetVersioningPolicyOK struct {
Payload *models.TreeVersioningPolicy
}
GetVersioningPolicyOK describes a response with status code 200, with default header values.
GetVersioningPolicyOK get versioning policy o k
func NewGetVersioningPolicyOK ¶
func NewGetVersioningPolicyOK() *GetVersioningPolicyOK
NewGetVersioningPolicyOK creates a GetVersioningPolicyOK with default headers values
func (*GetVersioningPolicyOK) Error ¶
func (o *GetVersioningPolicyOK) Error() string
func (*GetVersioningPolicyOK) GetPayload ¶
func (o *GetVersioningPolicyOK) GetPayload() *models.TreeVersioningPolicy
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 ¶
func (o *GetVersioningPolicyParams) WithContext(ctx context.Context) *GetVersioningPolicyParams
WithContext adds the context to the get versioning policy params
func (*GetVersioningPolicyParams) WithDefaults ¶
func (o *GetVersioningPolicyParams) WithDefaults() *GetVersioningPolicyParams
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 ¶
func (o *GetVersioningPolicyParams) WithName(name *string) *GetVersioningPolicyParams
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 ¶
func (o *GetVersioningPolicyParams) WithTimeout(timeout time.Duration) *GetVersioningPolicyParams
WithTimeout adds the timeout to the get versioning policy params
func (*GetVersioningPolicyParams) WithUUID ¶
func (o *GetVersioningPolicyParams) WithUUID(uuid string) *GetVersioningPolicyParams
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 ¶
func (o *GetVersioningPolicyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *GetVersioningPolicyUnauthorized) Error() string
type ImportEncryptionKeyForbidden ¶
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) Error ¶
func (o *ImportEncryptionKeyForbidden) Error() string
func (*ImportEncryptionKeyForbidden) GetPayload ¶
func (o *ImportEncryptionKeyForbidden) GetPayload() *models.RestError
type ImportEncryptionKeyInternalServerError ¶
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) Error ¶
func (o *ImportEncryptionKeyInternalServerError) Error() string
func (*ImportEncryptionKeyInternalServerError) GetPayload ¶
func (o *ImportEncryptionKeyInternalServerError) GetPayload() *models.RestError
type ImportEncryptionKeyNotFound ¶
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) Error ¶
func (o *ImportEncryptionKeyNotFound) Error() string
func (*ImportEncryptionKeyNotFound) GetPayload ¶
func (o *ImportEncryptionKeyNotFound) GetPayload() *models.RestError
type ImportEncryptionKeyOK ¶
type ImportEncryptionKeyOK struct {
Payload *models.EncryptionAdminImportKeyResponse
}
ImportEncryptionKeyOK describes a response with status code 200, with default header values.
ImportEncryptionKeyOK import encryption key o k
func NewImportEncryptionKeyOK ¶
func NewImportEncryptionKeyOK() *ImportEncryptionKeyOK
NewImportEncryptionKeyOK creates a ImportEncryptionKeyOK with default headers values
func (*ImportEncryptionKeyOK) Error ¶
func (o *ImportEncryptionKeyOK) Error() string
func (*ImportEncryptionKeyOK) GetPayload ¶
func (o *ImportEncryptionKeyOK) GetPayload() *models.EncryptionAdminImportKeyResponse
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 ¶
func (o *ImportEncryptionKeyParams) SetBody(body *models.EncryptionAdminImportKeyRequest)
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 ¶
func (o *ImportEncryptionKeyParams) WithBody(body *models.EncryptionAdminImportKeyRequest) *ImportEncryptionKeyParams
WithBody adds the body to the import encryption key params
func (*ImportEncryptionKeyParams) WithContext ¶
func (o *ImportEncryptionKeyParams) WithContext(ctx context.Context) *ImportEncryptionKeyParams
WithContext adds the context to the import encryption key params
func (*ImportEncryptionKeyParams) WithDefaults ¶
func (o *ImportEncryptionKeyParams) WithDefaults() *ImportEncryptionKeyParams
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 ¶
func (o *ImportEncryptionKeyParams) WithTimeout(timeout time.Duration) *ImportEncryptionKeyParams
WithTimeout adds the timeout to the import encryption key params
func (*ImportEncryptionKeyParams) WriteToRequest ¶
func (o *ImportEncryptionKeyParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *ImportEncryptionKeyUnauthorized) Error() string
type ListDataSourcesForbidden ¶
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) Error ¶
func (o *ListDataSourcesForbidden) Error() string
func (*ListDataSourcesForbidden) GetPayload ¶
func (o *ListDataSourcesForbidden) GetPayload() *models.RestError
type ListDataSourcesInternalServerError ¶
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) Error ¶
func (o *ListDataSourcesInternalServerError) Error() string
func (*ListDataSourcesInternalServerError) GetPayload ¶
func (o *ListDataSourcesInternalServerError) GetPayload() *models.RestError
type ListDataSourcesNotFound ¶
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) Error ¶
func (o *ListDataSourcesNotFound) Error() string
func (*ListDataSourcesNotFound) GetPayload ¶
func (o *ListDataSourcesNotFound) GetPayload() *models.RestError
type ListDataSourcesOK ¶
type ListDataSourcesOK struct {
Payload *models.RestDataSourceCollection
}
ListDataSourcesOK describes a response with status code 200, with default header values.
ListDataSourcesOK list data sources o k
func NewListDataSourcesOK ¶
func NewListDataSourcesOK() *ListDataSourcesOK
NewListDataSourcesOK creates a ListDataSourcesOK with default headers values
func (*ListDataSourcesOK) Error ¶
func (o *ListDataSourcesOK) Error() string
func (*ListDataSourcesOK) GetPayload ¶
func (o *ListDataSourcesOK) GetPayload() *models.RestDataSourceCollection
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 ¶
func (o *ListDataSourcesParams) WithContext(ctx context.Context) *ListDataSourcesParams
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) Error ¶
func (o *ListDataSourcesUnauthorized) Error() string
type ListEncryptionKeysForbidden ¶
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) Error ¶
func (o *ListEncryptionKeysForbidden) Error() string
func (*ListEncryptionKeysForbidden) GetPayload ¶
func (o *ListEncryptionKeysForbidden) GetPayload() *models.RestError
type ListEncryptionKeysInternalServerError ¶
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) Error ¶
func (o *ListEncryptionKeysInternalServerError) Error() string
func (*ListEncryptionKeysInternalServerError) GetPayload ¶
func (o *ListEncryptionKeysInternalServerError) GetPayload() *models.RestError
type ListEncryptionKeysNotFound ¶
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) Error ¶
func (o *ListEncryptionKeysNotFound) Error() string
func (*ListEncryptionKeysNotFound) GetPayload ¶
func (o *ListEncryptionKeysNotFound) GetPayload() *models.RestError
type ListEncryptionKeysOK ¶
type ListEncryptionKeysOK struct {
Payload *models.EncryptionAdminListKeysResponse
}
ListEncryptionKeysOK describes a response with status code 200, with default header values.
ListEncryptionKeysOK list encryption keys o k
func NewListEncryptionKeysOK ¶
func NewListEncryptionKeysOK() *ListEncryptionKeysOK
NewListEncryptionKeysOK creates a ListEncryptionKeysOK with default headers values
func (*ListEncryptionKeysOK) Error ¶
func (o *ListEncryptionKeysOK) Error() string
func (*ListEncryptionKeysOK) GetPayload ¶
func (o *ListEncryptionKeysOK) GetPayload() *models.EncryptionAdminListKeysResponse
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 ¶
func (o *ListEncryptionKeysParams) SetBody(body models.EncryptionAdminListKeysRequest)
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 ¶
func (o *ListEncryptionKeysParams) WithBody(body models.EncryptionAdminListKeysRequest) *ListEncryptionKeysParams
WithBody adds the body to the list encryption keys params
func (*ListEncryptionKeysParams) WithContext ¶
func (o *ListEncryptionKeysParams) WithContext(ctx context.Context) *ListEncryptionKeysParams
WithContext adds the context to the list encryption keys params
func (*ListEncryptionKeysParams) WithDefaults ¶
func (o *ListEncryptionKeysParams) WithDefaults() *ListEncryptionKeysParams
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 ¶
func (o *ListEncryptionKeysParams) WithTimeout(timeout time.Duration) *ListEncryptionKeysParams
WithTimeout adds the timeout to the list encryption keys params
func (*ListEncryptionKeysParams) WriteToRequest ¶
func (o *ListEncryptionKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *ListEncryptionKeysUnauthorized) Error() string
type ListPeerFoldersForbidden ¶
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) Error ¶
func (o *ListPeerFoldersForbidden) Error() string
func (*ListPeerFoldersForbidden) GetPayload ¶
func (o *ListPeerFoldersForbidden) GetPayload() *models.RestError
type ListPeerFoldersInternalServerError ¶
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) Error ¶
func (o *ListPeerFoldersInternalServerError) Error() string
func (*ListPeerFoldersInternalServerError) GetPayload ¶
func (o *ListPeerFoldersInternalServerError) GetPayload() *models.RestError
type ListPeerFoldersNotFound ¶
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) Error ¶
func (o *ListPeerFoldersNotFound) Error() string
func (*ListPeerFoldersNotFound) GetPayload ¶
func (o *ListPeerFoldersNotFound) GetPayload() *models.RestError
type ListPeerFoldersOK ¶
type ListPeerFoldersOK struct {
Payload *models.RestNodesCollection
}
ListPeerFoldersOK describes a response with status code 200, with default header values.
ListPeerFoldersOK list peer folders o k
func NewListPeerFoldersOK ¶
func NewListPeerFoldersOK() *ListPeerFoldersOK
NewListPeerFoldersOK creates a ListPeerFoldersOK with default headers values
func (*ListPeerFoldersOK) Error ¶
func (o *ListPeerFoldersOK) Error() string
func (*ListPeerFoldersOK) GetPayload ¶
func (o *ListPeerFoldersOK) GetPayload() *models.RestNodesCollection
type ListPeerFoldersParams ¶
type ListPeerFoldersParams struct { // PeerAddress. PeerAddress string // Body. Body *models.RestListPeerFoldersRequest 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 *models.RestListPeerFoldersRequest)
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 ¶
func (o *ListPeerFoldersParams) WithBody(body *models.RestListPeerFoldersRequest) *ListPeerFoldersParams
WithBody adds the body to the list peer folders params
func (*ListPeerFoldersParams) WithContext ¶
func (o *ListPeerFoldersParams) WithContext(ctx context.Context) *ListPeerFoldersParams
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) Error ¶
func (o *ListPeerFoldersUnauthorized) Error() string
type ListPeersAddressesForbidden ¶
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) Error ¶
func (o *ListPeersAddressesForbidden) Error() string
func (*ListPeersAddressesForbidden) GetPayload ¶
func (o *ListPeersAddressesForbidden) GetPayload() *models.RestError
type ListPeersAddressesInternalServerError ¶
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) Error ¶
func (o *ListPeersAddressesInternalServerError) Error() string
func (*ListPeersAddressesInternalServerError) GetPayload ¶
func (o *ListPeersAddressesInternalServerError) GetPayload() *models.RestError
type ListPeersAddressesNotFound ¶
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) Error ¶
func (o *ListPeersAddressesNotFound) Error() string
func (*ListPeersAddressesNotFound) GetPayload ¶
func (o *ListPeersAddressesNotFound) GetPayload() *models.RestError
type ListPeersAddressesOK ¶
type ListPeersAddressesOK struct {
Payload *models.RestListPeersAddressesResponse
}
ListPeersAddressesOK describes a response with status code 200, with default header values.
ListPeersAddressesOK list peers addresses o k
func NewListPeersAddressesOK ¶
func NewListPeersAddressesOK() *ListPeersAddressesOK
NewListPeersAddressesOK creates a ListPeersAddressesOK with default headers values
func (*ListPeersAddressesOK) Error ¶
func (o *ListPeersAddressesOK) Error() string
func (*ListPeersAddressesOK) GetPayload ¶
func (o *ListPeersAddressesOK) GetPayload() *models.RestListPeersAddressesResponse
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 ¶
func (o *ListPeersAddressesParams) WithContext(ctx context.Context) *ListPeersAddressesParams
WithContext adds the context to the list peers addresses params
func (*ListPeersAddressesParams) WithDefaults ¶
func (o *ListPeersAddressesParams) WithDefaults() *ListPeersAddressesParams
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 ¶
func (o *ListPeersAddressesParams) WithTimeout(timeout time.Duration) *ListPeersAddressesParams
WithTimeout adds the timeout to the list peers addresses params
func (*ListPeersAddressesParams) WriteToRequest ¶
func (o *ListPeersAddressesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *ListPeersAddressesUnauthorized) Error() string
type ListProcessesForbidden ¶
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) Error ¶
func (o *ListProcessesForbidden) Error() string
func (*ListProcessesForbidden) GetPayload ¶
func (o *ListProcessesForbidden) GetPayload() *models.RestError
type ListProcessesInternalServerError ¶
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) Error ¶
func (o *ListProcessesInternalServerError) Error() string
func (*ListProcessesInternalServerError) GetPayload ¶
func (o *ListProcessesInternalServerError) GetPayload() *models.RestError
type ListProcessesNotFound ¶
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) Error ¶
func (o *ListProcessesNotFound) Error() string
func (*ListProcessesNotFound) GetPayload ¶
func (o *ListProcessesNotFound) GetPayload() *models.RestError
type ListProcessesOK ¶
type ListProcessesOK struct {
Payload *models.RestListProcessesResponse
}
ListProcessesOK describes a response with status code 200, with default header values.
ListProcessesOK list processes o k
func NewListProcessesOK ¶
func NewListProcessesOK() *ListProcessesOK
NewListProcessesOK creates a ListProcessesOK with default headers values
func (*ListProcessesOK) Error ¶
func (o *ListProcessesOK) Error() string
func (*ListProcessesOK) GetPayload ¶
func (o *ListProcessesOK) GetPayload() *models.RestListProcessesResponse
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 ¶
func (o *ListProcessesParams) SetBody(body *models.RestListProcessesRequest)
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 ¶
func (o *ListProcessesParams) WithBody(body *models.RestListProcessesRequest) *ListProcessesParams
WithBody adds the body to the list processes params
func (*ListProcessesParams) WithContext ¶
func (o *ListProcessesParams) WithContext(ctx context.Context) *ListProcessesParams
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) Error ¶
func (o *ListProcessesUnauthorized) Error() string
type ListServicesForbidden ¶
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) Error ¶
func (o *ListServicesForbidden) Error() string
func (*ListServicesForbidden) GetPayload ¶
func (o *ListServicesForbidden) GetPayload() *models.RestError
type ListServicesInternalServerError ¶
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) Error ¶
func (o *ListServicesInternalServerError) Error() string
func (*ListServicesInternalServerError) GetPayload ¶
func (o *ListServicesInternalServerError) GetPayload() *models.RestError
type ListServicesNotFound ¶
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) Error ¶
func (o *ListServicesNotFound) Error() string
func (*ListServicesNotFound) GetPayload ¶
func (o *ListServicesNotFound) GetPayload() *models.RestError
type ListServicesOK ¶
type ListServicesOK struct {
Payload *models.RestServiceCollection
}
ListServicesOK describes a response with status code 200, with default header values.
ListServicesOK list services o k
func NewListServicesOK ¶
func NewListServicesOK() *ListServicesOK
NewListServicesOK creates a ListServicesOK with default headers values
func (*ListServicesOK) Error ¶
func (o *ListServicesOK) Error() string
func (*ListServicesOK) GetPayload ¶
func (o *ListServicesOK) GetPayload() *models.RestServiceCollection
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 ¶
func (o *ListServicesParams) WithContext(ctx context.Context) *ListServicesParams
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) Error ¶
func (o *ListServicesUnauthorized) Error() string
type ListSitesForbidden ¶
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) Error ¶
func (o *ListSitesForbidden) Error() string
func (*ListSitesForbidden) GetPayload ¶
func (o *ListSitesForbidden) GetPayload() *models.RestError
type ListSitesInternalServerError ¶
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) Error ¶
func (o *ListSitesInternalServerError) Error() string
func (*ListSitesInternalServerError) GetPayload ¶
func (o *ListSitesInternalServerError) GetPayload() *models.RestError
type ListSitesNotFound ¶
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) Error ¶
func (o *ListSitesNotFound) Error() string
func (*ListSitesNotFound) GetPayload ¶
func (o *ListSitesNotFound) GetPayload() *models.RestError
type ListSitesOK ¶
type ListSitesOK struct {
Payload *models.RestListSitesResponse
}
ListSitesOK describes a response with status code 200, with default header values.
ListSitesOK list sites o k
func NewListSitesOK ¶
func NewListSitesOK() *ListSitesOK
NewListSitesOK creates a ListSitesOK with default headers values
func (*ListSitesOK) Error ¶
func (o *ListSitesOK) Error() string
func (*ListSitesOK) GetPayload ¶
func (o *ListSitesOK) GetPayload() *models.RestListSitesResponse
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) Error ¶
func (o *ListSitesUnauthorized) Error() string
type ListStorageBucketsForbidden ¶
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) Error ¶
func (o *ListStorageBucketsForbidden) Error() string
func (*ListStorageBucketsForbidden) GetPayload ¶
func (o *ListStorageBucketsForbidden) GetPayload() *models.RestError
type ListStorageBucketsInternalServerError ¶
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) Error ¶
func (o *ListStorageBucketsInternalServerError) Error() string
func (*ListStorageBucketsInternalServerError) GetPayload ¶
func (o *ListStorageBucketsInternalServerError) GetPayload() *models.RestError
type ListStorageBucketsNotFound ¶
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) Error ¶
func (o *ListStorageBucketsNotFound) Error() string
func (*ListStorageBucketsNotFound) GetPayload ¶
func (o *ListStorageBucketsNotFound) GetPayload() *models.RestError
type ListStorageBucketsOK ¶
type ListStorageBucketsOK struct {
Payload *models.RestNodesCollection
}
ListStorageBucketsOK describes a response with status code 200, with default header values.
ListStorageBucketsOK list storage buckets o k
func NewListStorageBucketsOK ¶
func NewListStorageBucketsOK() *ListStorageBucketsOK
NewListStorageBucketsOK creates a ListStorageBucketsOK with default headers values
func (*ListStorageBucketsOK) Error ¶
func (o *ListStorageBucketsOK) Error() string
func (*ListStorageBucketsOK) GetPayload ¶
func (o *ListStorageBucketsOK) GetPayload() *models.RestNodesCollection
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 ¶
func (o *ListStorageBucketsParams) SetBody(body *models.RestListStorageBucketsRequest)
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 ¶
func (o *ListStorageBucketsParams) WithBody(body *models.RestListStorageBucketsRequest) *ListStorageBucketsParams
WithBody adds the body to the list storage buckets params
func (*ListStorageBucketsParams) WithContext ¶
func (o *ListStorageBucketsParams) WithContext(ctx context.Context) *ListStorageBucketsParams
WithContext adds the context to the list storage buckets params
func (*ListStorageBucketsParams) WithDefaults ¶
func (o *ListStorageBucketsParams) WithDefaults() *ListStorageBucketsParams
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 ¶
func (o *ListStorageBucketsParams) WithTimeout(timeout time.Duration) *ListStorageBucketsParams
WithTimeout adds the timeout to the list storage buckets params
func (*ListStorageBucketsParams) WriteToRequest ¶
func (o *ListStorageBucketsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *ListStorageBucketsUnauthorized) Error() string
type ListVersioningPoliciesForbidden ¶
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) Error ¶
func (o *ListVersioningPoliciesForbidden) Error() string
func (*ListVersioningPoliciesForbidden) GetPayload ¶
func (o *ListVersioningPoliciesForbidden) GetPayload() *models.RestError
type ListVersioningPoliciesInternalServerError ¶
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) Error ¶
func (o *ListVersioningPoliciesInternalServerError) Error() string
func (*ListVersioningPoliciesInternalServerError) GetPayload ¶
func (o *ListVersioningPoliciesInternalServerError) GetPayload() *models.RestError
type ListVersioningPoliciesNotFound ¶
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) Error ¶
func (o *ListVersioningPoliciesNotFound) Error() string
func (*ListVersioningPoliciesNotFound) GetPayload ¶
func (o *ListVersioningPoliciesNotFound) GetPayload() *models.RestError
type ListVersioningPoliciesOK ¶
type ListVersioningPoliciesOK struct {
Payload *models.RestVersioningPolicyCollection
}
ListVersioningPoliciesOK describes a response with status code 200, with default header values.
ListVersioningPoliciesOK list versioning policies o k
func NewListVersioningPoliciesOK ¶
func NewListVersioningPoliciesOK() *ListVersioningPoliciesOK
NewListVersioningPoliciesOK creates a ListVersioningPoliciesOK with default headers values
func (*ListVersioningPoliciesOK) Error ¶
func (o *ListVersioningPoliciesOK) Error() string
func (*ListVersioningPoliciesOK) GetPayload ¶
func (o *ListVersioningPoliciesOK) GetPayload() *models.RestVersioningPolicyCollection
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 ¶
func (o *ListVersioningPoliciesParams) WithContext(ctx context.Context) *ListVersioningPoliciesParams
WithContext adds the context to the list versioning policies params
func (*ListVersioningPoliciesParams) WithDefaults ¶
func (o *ListVersioningPoliciesParams) WithDefaults() *ListVersioningPoliciesParams
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 ¶
func (o *ListVersioningPoliciesParams) WithHTTPClient(client *http.Client) *ListVersioningPoliciesParams
WithHTTPClient adds the HTTPClient to the list versioning policies params
func (*ListVersioningPoliciesParams) WithTimeout ¶
func (o *ListVersioningPoliciesParams) WithTimeout(timeout time.Duration) *ListVersioningPoliciesParams
WithTimeout adds the timeout to the list versioning policies params
func (*ListVersioningPoliciesParams) WriteToRequest ¶
func (o *ListVersioningPoliciesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *ListVersioningPoliciesUnauthorized) Error() string
type ListVirtualNodesForbidden ¶
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) Error ¶
func (o *ListVirtualNodesForbidden) Error() string
func (*ListVirtualNodesForbidden) GetPayload ¶
func (o *ListVirtualNodesForbidden) GetPayload() *models.RestError
type ListVirtualNodesInternalServerError ¶
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) Error ¶
func (o *ListVirtualNodesInternalServerError) Error() string
func (*ListVirtualNodesInternalServerError) GetPayload ¶
func (o *ListVirtualNodesInternalServerError) GetPayload() *models.RestError
type ListVirtualNodesNotFound ¶
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) Error ¶
func (o *ListVirtualNodesNotFound) Error() string
func (*ListVirtualNodesNotFound) GetPayload ¶
func (o *ListVirtualNodesNotFound) GetPayload() *models.RestError
type ListVirtualNodesOK ¶
type ListVirtualNodesOK struct {
Payload *models.RestNodesCollection
}
ListVirtualNodesOK describes a response with status code 200, with default header values.
ListVirtualNodesOK list virtual nodes o k
func NewListVirtualNodesOK ¶
func NewListVirtualNodesOK() *ListVirtualNodesOK
NewListVirtualNodesOK creates a ListVirtualNodesOK with default headers values
func (*ListVirtualNodesOK) Error ¶
func (o *ListVirtualNodesOK) Error() string
func (*ListVirtualNodesOK) GetPayload ¶
func (o *ListVirtualNodesOK) GetPayload() *models.RestNodesCollection
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 ¶
func (o *ListVirtualNodesParams) WithContext(ctx context.Context) *ListVirtualNodesParams
WithContext adds the context to the list virtual nodes params
func (*ListVirtualNodesParams) WithDefaults ¶
func (o *ListVirtualNodesParams) WithDefaults() *ListVirtualNodesParams
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 ¶
func (o *ListVirtualNodesParams) WithTimeout(timeout time.Duration) *ListVirtualNodesParams
WithTimeout adds the timeout to the list virtual nodes params
func (*ListVirtualNodesParams) WriteToRequest ¶
func (o *ListVirtualNodesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *ListVirtualNodesUnauthorized) Error() string
type OpenAPIDiscoveryForbidden ¶
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) Error ¶
func (o *OpenAPIDiscoveryForbidden) Error() string
func (*OpenAPIDiscoveryForbidden) GetPayload ¶
func (o *OpenAPIDiscoveryForbidden) GetPayload() *models.RestError
type OpenAPIDiscoveryInternalServerError ¶
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) Error ¶
func (o *OpenAPIDiscoveryInternalServerError) Error() string
func (*OpenAPIDiscoveryInternalServerError) GetPayload ¶
func (o *OpenAPIDiscoveryInternalServerError) GetPayload() *models.RestError
type OpenAPIDiscoveryNotFound ¶
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) Error ¶
func (o *OpenAPIDiscoveryNotFound) Error() string
func (*OpenAPIDiscoveryNotFound) GetPayload ¶
func (o *OpenAPIDiscoveryNotFound) GetPayload() *models.RestError
type OpenAPIDiscoveryOK ¶
type OpenAPIDiscoveryOK struct {
Payload models.RestOpenAPIResponse
}
OpenAPIDiscoveryOK describes a response with status code 200, with default header values.
OpenAPIDiscoveryOK open Api discovery o k
func NewOpenAPIDiscoveryOK ¶
func NewOpenAPIDiscoveryOK() *OpenAPIDiscoveryOK
NewOpenAPIDiscoveryOK creates a OpenAPIDiscoveryOK with default headers values
func (*OpenAPIDiscoveryOK) Error ¶
func (o *OpenAPIDiscoveryOK) Error() string
func (*OpenAPIDiscoveryOK) GetPayload ¶
func (o *OpenAPIDiscoveryOK) GetPayload() models.RestOpenAPIResponse
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 ¶
func (o *OpenAPIDiscoveryParams) WithContext(ctx context.Context) *OpenAPIDiscoveryParams
WithContext adds the context to the open Api discovery params
func (*OpenAPIDiscoveryParams) WithDefaults ¶
func (o *OpenAPIDiscoveryParams) WithDefaults() *OpenAPIDiscoveryParams
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 ¶
func (o *OpenAPIDiscoveryParams) WithTimeout(timeout time.Duration) *OpenAPIDiscoveryParams
WithTimeout adds the timeout to the open Api discovery params
func (*OpenAPIDiscoveryParams) WriteToRequest ¶
func (o *OpenAPIDiscoveryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *OpenAPIDiscoveryUnauthorized) Error() string
type PutConfigForbidden ¶
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) Error ¶
func (o *PutConfigForbidden) Error() string
func (*PutConfigForbidden) GetPayload ¶
func (o *PutConfigForbidden) GetPayload() *models.RestError
type PutConfigInternalServerError ¶
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) Error ¶
func (o *PutConfigInternalServerError) Error() string
func (*PutConfigInternalServerError) GetPayload ¶
func (o *PutConfigInternalServerError) GetPayload() *models.RestError
type PutConfigNotFound ¶
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) Error ¶
func (o *PutConfigNotFound) Error() string
func (*PutConfigNotFound) GetPayload ¶
func (o *PutConfigNotFound) GetPayload() *models.RestError
type PutConfigOK ¶
type PutConfigOK struct {
Payload *models.RestConfiguration
}
PutConfigOK describes a response with status code 200, with default header values.
PutConfigOK put config o k
func NewPutConfigOK ¶
func NewPutConfigOK() *PutConfigOK
NewPutConfigOK creates a PutConfigOK with default headers values
func (*PutConfigOK) Error ¶
func (o *PutConfigOK) Error() string
func (*PutConfigOK) GetPayload ¶
func (o *PutConfigOK) GetPayload() *models.RestConfiguration
type PutConfigParams ¶
type PutConfigParams struct { // FullPath. FullPath string // Body. Body *models.RestConfiguration 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 *models.RestConfiguration)
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 *models.RestConfiguration) *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) Error ¶
func (o *PutConfigUnauthorized) Error() string
type PutDataSourceForbidden ¶
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) Error ¶
func (o *PutDataSourceForbidden) Error() string
func (*PutDataSourceForbidden) GetPayload ¶
func (o *PutDataSourceForbidden) GetPayload() *models.RestError
type PutDataSourceInternalServerError ¶
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) Error ¶
func (o *PutDataSourceInternalServerError) Error() string
func (*PutDataSourceInternalServerError) GetPayload ¶
func (o *PutDataSourceInternalServerError) GetPayload() *models.RestError
type PutDataSourceNotFound ¶
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) Error ¶
func (o *PutDataSourceNotFound) Error() string
func (*PutDataSourceNotFound) GetPayload ¶
func (o *PutDataSourceNotFound) GetPayload() *models.RestError
type PutDataSourceOK ¶
type PutDataSourceOK struct {
Payload *models.ObjectDataSource
}
PutDataSourceOK describes a response with status code 200, with default header values.
PutDataSourceOK put data source o k
func NewPutDataSourceOK ¶
func NewPutDataSourceOK() *PutDataSourceOK
NewPutDataSourceOK creates a PutDataSourceOK with default headers values
func (*PutDataSourceOK) Error ¶
func (o *PutDataSourceOK) Error() string
func (*PutDataSourceOK) GetPayload ¶
func (o *PutDataSourceOK) GetPayload() *models.ObjectDataSource
type PutDataSourceParams ¶
type PutDataSourceParams struct { // Name. Name string // Body. Body *models.ObjectDataSource 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 *models.ObjectDataSource)
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 ¶
func (o *PutDataSourceParams) WithBody(body *models.ObjectDataSource) *PutDataSourceParams
WithBody adds the body to the put data source params
func (*PutDataSourceParams) WithContext ¶
func (o *PutDataSourceParams) WithContext(ctx context.Context) *PutDataSourceParams
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) Error ¶
func (o *PutDataSourceUnauthorized) Error() string
type SchedulerActionFormDiscoveryForbidden ¶
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) Error ¶
func (o *SchedulerActionFormDiscoveryForbidden) Error() string
func (*SchedulerActionFormDiscoveryForbidden) GetPayload ¶
func (o *SchedulerActionFormDiscoveryForbidden) GetPayload() *models.RestError
type SchedulerActionFormDiscoveryInternalServerError ¶
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) Error ¶
func (o *SchedulerActionFormDiscoveryInternalServerError) Error() string
func (*SchedulerActionFormDiscoveryInternalServerError) GetPayload ¶
func (o *SchedulerActionFormDiscoveryInternalServerError) GetPayload() *models.RestError
type SchedulerActionFormDiscoveryNotFound ¶
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) Error ¶
func (o *SchedulerActionFormDiscoveryNotFound) Error() string
func (*SchedulerActionFormDiscoveryNotFound) GetPayload ¶
func (o *SchedulerActionFormDiscoveryNotFound) GetPayload() *models.RestError
type SchedulerActionFormDiscoveryOK ¶
type SchedulerActionFormDiscoveryOK struct {
Payload models.RestSchedulerActionFormResponse
}
SchedulerActionFormDiscoveryOK describes a response with status code 200, with default header values.
SchedulerActionFormDiscoveryOK scheduler action form discovery o k
func NewSchedulerActionFormDiscoveryOK ¶
func NewSchedulerActionFormDiscoveryOK() *SchedulerActionFormDiscoveryOK
NewSchedulerActionFormDiscoveryOK creates a SchedulerActionFormDiscoveryOK with default headers values
func (*SchedulerActionFormDiscoveryOK) Error ¶
func (o *SchedulerActionFormDiscoveryOK) Error() string
func (*SchedulerActionFormDiscoveryOK) GetPayload ¶
func (o *SchedulerActionFormDiscoveryOK) GetPayload() models.RestSchedulerActionFormResponse
type SchedulerActionFormDiscoveryParams ¶
type SchedulerActionFormDiscoveryParams struct { // ActionName. 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 ¶
func (o *SchedulerActionFormDiscoveryParams) SetContext(ctx context.Context)
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 ¶
func (o *SchedulerActionFormDiscoveryParams) WithActionName(actionName string) *SchedulerActionFormDiscoveryParams
WithActionName adds the actionName to the scheduler action form discovery params
func (*SchedulerActionFormDiscoveryParams) WithContext ¶
func (o *SchedulerActionFormDiscoveryParams) WithContext(ctx context.Context) *SchedulerActionFormDiscoveryParams
WithContext adds the context to the scheduler action form discovery params
func (*SchedulerActionFormDiscoveryParams) WithDefaults ¶
func (o *SchedulerActionFormDiscoveryParams) WithDefaults() *SchedulerActionFormDiscoveryParams
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 ¶
func (o *SchedulerActionFormDiscoveryParams) WithHTTPClient(client *http.Client) *SchedulerActionFormDiscoveryParams
WithHTTPClient adds the HTTPClient to the scheduler action form discovery params
func (*SchedulerActionFormDiscoveryParams) WithTimeout ¶
func (o *SchedulerActionFormDiscoveryParams) WithTimeout(timeout time.Duration) *SchedulerActionFormDiscoveryParams
WithTimeout adds the timeout to the scheduler action form discovery params
func (*SchedulerActionFormDiscoveryParams) WriteToRequest ¶
func (o *SchedulerActionFormDiscoveryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *SchedulerActionFormDiscoveryUnauthorized) Error() string
type SchedulerActionsDiscoveryForbidden ¶
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) Error ¶
func (o *SchedulerActionsDiscoveryForbidden) Error() string
func (*SchedulerActionsDiscoveryForbidden) GetPayload ¶
func (o *SchedulerActionsDiscoveryForbidden) GetPayload() *models.RestError
type SchedulerActionsDiscoveryInternalServerError ¶
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) Error ¶
func (o *SchedulerActionsDiscoveryInternalServerError) Error() string
func (*SchedulerActionsDiscoveryInternalServerError) GetPayload ¶
func (o *SchedulerActionsDiscoveryInternalServerError) GetPayload() *models.RestError
type SchedulerActionsDiscoveryNotFound ¶
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) Error ¶
func (o *SchedulerActionsDiscoveryNotFound) Error() string
func (*SchedulerActionsDiscoveryNotFound) GetPayload ¶
func (o *SchedulerActionsDiscoveryNotFound) GetPayload() *models.RestError
type SchedulerActionsDiscoveryOK ¶
type SchedulerActionsDiscoveryOK struct {
Payload *models.RestSchedulerActionsResponse
}
SchedulerActionsDiscoveryOK describes a response with status code 200, with default header values.
SchedulerActionsDiscoveryOK scheduler actions discovery o k
func NewSchedulerActionsDiscoveryOK ¶
func NewSchedulerActionsDiscoveryOK() *SchedulerActionsDiscoveryOK
NewSchedulerActionsDiscoveryOK creates a SchedulerActionsDiscoveryOK with default headers values
func (*SchedulerActionsDiscoveryOK) Error ¶
func (o *SchedulerActionsDiscoveryOK) Error() string
func (*SchedulerActionsDiscoveryOK) GetPayload ¶
func (o *SchedulerActionsDiscoveryOK) GetPayload() *models.RestSchedulerActionsResponse
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 ¶
func (o *SchedulerActionsDiscoveryParams) WithContext(ctx context.Context) *SchedulerActionsDiscoveryParams
WithContext adds the context to the scheduler actions discovery params
func (*SchedulerActionsDiscoveryParams) WithDefaults ¶
func (o *SchedulerActionsDiscoveryParams) WithDefaults() *SchedulerActionsDiscoveryParams
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 ¶
func (o *SchedulerActionsDiscoveryParams) WithHTTPClient(client *http.Client) *SchedulerActionsDiscoveryParams
WithHTTPClient adds the HTTPClient to the scheduler actions discovery params
func (*SchedulerActionsDiscoveryParams) WithTimeout ¶
func (o *SchedulerActionsDiscoveryParams) WithTimeout(timeout time.Duration) *SchedulerActionsDiscoveryParams
WithTimeout adds the timeout to the scheduler actions discovery params
func (*SchedulerActionsDiscoveryParams) WriteToRequest ¶
func (o *SchedulerActionsDiscoveryParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
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) Error ¶
func (o *SchedulerActionsDiscoveryUnauthorized) Error() string
Source Files ¶
- config_forms_discovery_parameters.go
- config_forms_discovery_responses.go
- config_service_client.go
- control_service_parameters.go
- control_service_responses.go
- create_encryption_key_parameters.go
- create_encryption_key_responses.go
- create_peer_folder_parameters.go
- create_peer_folder_responses.go
- delete_data_source_parameters.go
- delete_data_source_responses.go
- delete_encryption_key_parameters.go
- delete_encryption_key_responses.go
- endpoints_discovery_parameters.go
- endpoints_discovery_responses.go
- export_encryption_key_parameters.go
- export_encryption_key_responses.go
- get_config_parameters.go
- get_config_responses.go
- get_data_source_parameters.go
- get_data_source_responses.go
- get_versioning_policy_parameters.go
- get_versioning_policy_responses.go
- import_encryption_key_parameters.go
- import_encryption_key_responses.go
- list_data_sources_parameters.go
- list_data_sources_responses.go
- list_encryption_keys_parameters.go
- list_encryption_keys_responses.go
- list_peer_folders_parameters.go
- list_peer_folders_responses.go
- list_peers_addresses_parameters.go
- list_peers_addresses_responses.go
- list_processes_parameters.go
- list_processes_responses.go
- list_services_parameters.go
- list_services_responses.go
- list_sites_parameters.go
- list_sites_responses.go
- list_storage_buckets_parameters.go
- list_storage_buckets_responses.go
- list_versioning_policies_parameters.go
- list_versioning_policies_responses.go
- list_virtual_nodes_parameters.go
- list_virtual_nodes_responses.go
- open_api_discovery_parameters.go
- open_api_discovery_responses.go
- put_config_parameters.go
- put_config_responses.go
- put_data_source_parameters.go
- put_data_source_responses.go
- scheduler_action_form_discovery_parameters.go
- scheduler_action_form_discovery_responses.go
- scheduler_actions_discovery_parameters.go
- scheduler_actions_discovery_responses.go