Versions in this module Expand all Collapse all v0 v0.0.1 Mar 17, 2022 Changes in this version + const GetReplicationExecutionForbiddenCode + const GetReplicationExecutionInternalServerErrorCode + const GetReplicationExecutionNotFoundCode + const GetReplicationExecutionOKCode + const GetReplicationExecutionUnauthorizedCode + const GetReplicationLogForbiddenCode + const GetReplicationLogInternalServerErrorCode + const GetReplicationLogNotFoundCode + const GetReplicationLogOKCode + const GetReplicationLogUnauthorizedCode + const ListReplicationExecutionsForbiddenCode + const ListReplicationExecutionsInternalServerErrorCode + const ListReplicationExecutionsOKCode + const ListReplicationExecutionsUnauthorizedCode + const ListReplicationTasksForbiddenCode + const ListReplicationTasksInternalServerErrorCode + const ListReplicationTasksOKCode + const ListReplicationTasksUnauthorizedCode + const StartReplicationBadRequestCode + const StartReplicationCreatedCode + const StartReplicationForbiddenCode + const StartReplicationInternalServerErrorCode + const StartReplicationUnauthorizedCode + const StopReplicationForbiddenCode + const StopReplicationInternalServerErrorCode + const StopReplicationNotFoundCode + const StopReplicationOKCode + const StopReplicationUnauthorizedCode + type GetReplicationExecution struct + Context *middleware.Context + Handler GetReplicationExecutionHandler + func NewGetReplicationExecution(ctx *middleware.Context, handler GetReplicationExecutionHandler) *GetReplicationExecution + func (o *GetReplicationExecution) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetReplicationExecutionForbidden struct + Payload *models.Errors + XRequestID string + func NewGetReplicationExecutionForbidden() *GetReplicationExecutionForbidden + func (o *GetReplicationExecutionForbidden) SetPayload(payload *models.Errors) + func (o *GetReplicationExecutionForbidden) SetXRequestID(xRequestID string) + func (o *GetReplicationExecutionForbidden) WithPayload(payload *models.Errors) *GetReplicationExecutionForbidden + func (o *GetReplicationExecutionForbidden) WithXRequestID(xRequestID string) *GetReplicationExecutionForbidden + func (o *GetReplicationExecutionForbidden) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetReplicationExecutionHandler interface + Handle func(GetReplicationExecutionParams, interface{}) middleware.Responder + type GetReplicationExecutionHandlerFunc func(GetReplicationExecutionParams, interface{}) middleware.Responder + func (fn GetReplicationExecutionHandlerFunc) Handle(params GetReplicationExecutionParams, principal interface{}) middleware.Responder + type GetReplicationExecutionInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetReplicationExecutionInternalServerError() *GetReplicationExecutionInternalServerError + func (o *GetReplicationExecutionInternalServerError) SetPayload(payload *models.Errors) + func (o *GetReplicationExecutionInternalServerError) SetXRequestID(xRequestID string) + func (o *GetReplicationExecutionInternalServerError) WithPayload(payload *models.Errors) *GetReplicationExecutionInternalServerError + func (o *GetReplicationExecutionInternalServerError) WithXRequestID(xRequestID string) *GetReplicationExecutionInternalServerError + func (o *GetReplicationExecutionInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetReplicationExecutionNotFound struct + Payload *models.Errors + XRequestID string + func NewGetReplicationExecutionNotFound() *GetReplicationExecutionNotFound + func (o *GetReplicationExecutionNotFound) SetPayload(payload *models.Errors) + func (o *GetReplicationExecutionNotFound) SetXRequestID(xRequestID string) + func (o *GetReplicationExecutionNotFound) WithPayload(payload *models.Errors) *GetReplicationExecutionNotFound + func (o *GetReplicationExecutionNotFound) WithXRequestID(xRequestID string) *GetReplicationExecutionNotFound + func (o *GetReplicationExecutionNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetReplicationExecutionOK struct + Payload *models.ReplicationExecution + func NewGetReplicationExecutionOK() *GetReplicationExecutionOK + func (o *GetReplicationExecutionOK) SetPayload(payload *models.ReplicationExecution) + func (o *GetReplicationExecutionOK) WithPayload(payload *models.ReplicationExecution) *GetReplicationExecutionOK + func (o *GetReplicationExecutionOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetReplicationExecutionParams struct + HTTPRequest *http.Request + ID int64 + func NewGetReplicationExecutionParams() GetReplicationExecutionParams + func (o *GetReplicationExecutionParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type GetReplicationExecutionURL struct + ID int64 + func (o *GetReplicationExecutionURL) Build() (*url.URL, error) + func (o *GetReplicationExecutionURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *GetReplicationExecutionURL) Must(u *url.URL, err error) *url.URL + func (o *GetReplicationExecutionURL) SetBasePath(bp string) + func (o *GetReplicationExecutionURL) String() string + func (o *GetReplicationExecutionURL) StringFull(scheme, host string) string + func (o *GetReplicationExecutionURL) WithBasePath(bp string) *GetReplicationExecutionURL + type GetReplicationExecutionUnauthorized struct + Payload *models.Errors + XRequestID string + func NewGetReplicationExecutionUnauthorized() *GetReplicationExecutionUnauthorized + func (o *GetReplicationExecutionUnauthorized) SetPayload(payload *models.Errors) + func (o *GetReplicationExecutionUnauthorized) SetXRequestID(xRequestID string) + func (o *GetReplicationExecutionUnauthorized) WithPayload(payload *models.Errors) *GetReplicationExecutionUnauthorized + func (o *GetReplicationExecutionUnauthorized) WithXRequestID(xRequestID string) *GetReplicationExecutionUnauthorized + func (o *GetReplicationExecutionUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetReplicationLog struct + Context *middleware.Context + Handler GetReplicationLogHandler + func NewGetReplicationLog(ctx *middleware.Context, handler GetReplicationLogHandler) *GetReplicationLog + func (o *GetReplicationLog) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type GetReplicationLogForbidden struct + Payload *models.Errors + XRequestID string + func NewGetReplicationLogForbidden() *GetReplicationLogForbidden + func (o *GetReplicationLogForbidden) SetPayload(payload *models.Errors) + func (o *GetReplicationLogForbidden) SetXRequestID(xRequestID string) + func (o *GetReplicationLogForbidden) WithPayload(payload *models.Errors) *GetReplicationLogForbidden + func (o *GetReplicationLogForbidden) WithXRequestID(xRequestID string) *GetReplicationLogForbidden + func (o *GetReplicationLogForbidden) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetReplicationLogHandler interface + Handle func(GetReplicationLogParams, interface{}) middleware.Responder + type GetReplicationLogHandlerFunc func(GetReplicationLogParams, interface{}) middleware.Responder + func (fn GetReplicationLogHandlerFunc) Handle(params GetReplicationLogParams, principal interface{}) middleware.Responder + type GetReplicationLogInternalServerError struct + Payload *models.Errors + XRequestID string + func NewGetReplicationLogInternalServerError() *GetReplicationLogInternalServerError + func (o *GetReplicationLogInternalServerError) SetPayload(payload *models.Errors) + func (o *GetReplicationLogInternalServerError) SetXRequestID(xRequestID string) + func (o *GetReplicationLogInternalServerError) WithPayload(payload *models.Errors) *GetReplicationLogInternalServerError + func (o *GetReplicationLogInternalServerError) WithXRequestID(xRequestID string) *GetReplicationLogInternalServerError + func (o *GetReplicationLogInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetReplicationLogNotFound struct + Payload *models.Errors + XRequestID string + func NewGetReplicationLogNotFound() *GetReplicationLogNotFound + func (o *GetReplicationLogNotFound) SetPayload(payload *models.Errors) + func (o *GetReplicationLogNotFound) SetXRequestID(xRequestID string) + func (o *GetReplicationLogNotFound) WithPayload(payload *models.Errors) *GetReplicationLogNotFound + func (o *GetReplicationLogNotFound) WithXRequestID(xRequestID string) *GetReplicationLogNotFound + func (o *GetReplicationLogNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetReplicationLogOK struct + ContentType string + Payload string + func NewGetReplicationLogOK() *GetReplicationLogOK + func (o *GetReplicationLogOK) SetContentType(contentType string) + func (o *GetReplicationLogOK) SetPayload(payload string) + func (o *GetReplicationLogOK) WithContentType(contentType string) *GetReplicationLogOK + func (o *GetReplicationLogOK) WithPayload(payload string) *GetReplicationLogOK + func (o *GetReplicationLogOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type GetReplicationLogParams struct + HTTPRequest *http.Request + ID int64 + TaskID int64 + func NewGetReplicationLogParams() GetReplicationLogParams + func (o *GetReplicationLogParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type GetReplicationLogURL struct + ID int64 + TaskID int64 + func (o *GetReplicationLogURL) Build() (*url.URL, error) + func (o *GetReplicationLogURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *GetReplicationLogURL) Must(u *url.URL, err error) *url.URL + func (o *GetReplicationLogURL) SetBasePath(bp string) + func (o *GetReplicationLogURL) String() string + func (o *GetReplicationLogURL) StringFull(scheme, host string) string + func (o *GetReplicationLogURL) WithBasePath(bp string) *GetReplicationLogURL + type GetReplicationLogUnauthorized struct + Payload *models.Errors + XRequestID string + func NewGetReplicationLogUnauthorized() *GetReplicationLogUnauthorized + func (o *GetReplicationLogUnauthorized) SetPayload(payload *models.Errors) + func (o *GetReplicationLogUnauthorized) SetXRequestID(xRequestID string) + func (o *GetReplicationLogUnauthorized) WithPayload(payload *models.Errors) *GetReplicationLogUnauthorized + func (o *GetReplicationLogUnauthorized) WithXRequestID(xRequestID string) *GetReplicationLogUnauthorized + func (o *GetReplicationLogUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ListReplicationExecutions struct + Context *middleware.Context + Handler ListReplicationExecutionsHandler + func NewListReplicationExecutions(ctx *middleware.Context, handler ListReplicationExecutionsHandler) *ListReplicationExecutions + func (o *ListReplicationExecutions) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type ListReplicationExecutionsForbidden struct + Payload *models.Errors + XRequestID string + func NewListReplicationExecutionsForbidden() *ListReplicationExecutionsForbidden + func (o *ListReplicationExecutionsForbidden) SetPayload(payload *models.Errors) + func (o *ListReplicationExecutionsForbidden) SetXRequestID(xRequestID string) + func (o *ListReplicationExecutionsForbidden) WithPayload(payload *models.Errors) *ListReplicationExecutionsForbidden + func (o *ListReplicationExecutionsForbidden) WithXRequestID(xRequestID string) *ListReplicationExecutionsForbidden + func (o *ListReplicationExecutionsForbidden) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ListReplicationExecutionsHandler interface + Handle func(ListReplicationExecutionsParams, interface{}) middleware.Responder + type ListReplicationExecutionsHandlerFunc func(ListReplicationExecutionsParams, interface{}) middleware.Responder + func (fn ListReplicationExecutionsHandlerFunc) Handle(params ListReplicationExecutionsParams, principal interface{}) middleware.Responder + type ListReplicationExecutionsInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListReplicationExecutionsInternalServerError() *ListReplicationExecutionsInternalServerError + func (o *ListReplicationExecutionsInternalServerError) SetPayload(payload *models.Errors) + func (o *ListReplicationExecutionsInternalServerError) SetXRequestID(xRequestID string) + func (o *ListReplicationExecutionsInternalServerError) WithPayload(payload *models.Errors) *ListReplicationExecutionsInternalServerError + func (o *ListReplicationExecutionsInternalServerError) WithXRequestID(xRequestID string) *ListReplicationExecutionsInternalServerError + func (o *ListReplicationExecutionsInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ListReplicationExecutionsOK struct + Link string + Payload []*models.ReplicationExecution + XTotalCount int64 + func NewListReplicationExecutionsOK() *ListReplicationExecutionsOK + func (o *ListReplicationExecutionsOK) SetLink(link string) + func (o *ListReplicationExecutionsOK) SetPayload(payload []*models.ReplicationExecution) + func (o *ListReplicationExecutionsOK) SetXTotalCount(xTotalCount int64) + func (o *ListReplicationExecutionsOK) WithLink(link string) *ListReplicationExecutionsOK + func (o *ListReplicationExecutionsOK) WithPayload(payload []*models.ReplicationExecution) *ListReplicationExecutionsOK + func (o *ListReplicationExecutionsOK) WithXTotalCount(xTotalCount int64) *ListReplicationExecutionsOK + func (o *ListReplicationExecutionsOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ListReplicationExecutionsParams struct + HTTPRequest *http.Request + Page *int64 + PageSize *int64 + PolicyID *int64 + Status *string + Trigger *string + func NewListReplicationExecutionsParams() ListReplicationExecutionsParams + func (o *ListReplicationExecutionsParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type ListReplicationExecutionsURL struct + Page *int64 + PageSize *int64 + PolicyID *int64 + Status *string + Trigger *string + func (o *ListReplicationExecutionsURL) Build() (*url.URL, error) + func (o *ListReplicationExecutionsURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *ListReplicationExecutionsURL) Must(u *url.URL, err error) *url.URL + func (o *ListReplicationExecutionsURL) SetBasePath(bp string) + func (o *ListReplicationExecutionsURL) String() string + func (o *ListReplicationExecutionsURL) StringFull(scheme, host string) string + func (o *ListReplicationExecutionsURL) WithBasePath(bp string) *ListReplicationExecutionsURL + type ListReplicationExecutionsUnauthorized struct + Payload *models.Errors + XRequestID string + func NewListReplicationExecutionsUnauthorized() *ListReplicationExecutionsUnauthorized + func (o *ListReplicationExecutionsUnauthorized) SetPayload(payload *models.Errors) + func (o *ListReplicationExecutionsUnauthorized) SetXRequestID(xRequestID string) + func (o *ListReplicationExecutionsUnauthorized) WithPayload(payload *models.Errors) *ListReplicationExecutionsUnauthorized + func (o *ListReplicationExecutionsUnauthorized) WithXRequestID(xRequestID string) *ListReplicationExecutionsUnauthorized + func (o *ListReplicationExecutionsUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ListReplicationTasks struct + Context *middleware.Context + Handler ListReplicationTasksHandler + func NewListReplicationTasks(ctx *middleware.Context, handler ListReplicationTasksHandler) *ListReplicationTasks + func (o *ListReplicationTasks) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type ListReplicationTasksForbidden struct + Payload *models.Errors + XRequestID string + func NewListReplicationTasksForbidden() *ListReplicationTasksForbidden + func (o *ListReplicationTasksForbidden) SetPayload(payload *models.Errors) + func (o *ListReplicationTasksForbidden) SetXRequestID(xRequestID string) + func (o *ListReplicationTasksForbidden) WithPayload(payload *models.Errors) *ListReplicationTasksForbidden + func (o *ListReplicationTasksForbidden) WithXRequestID(xRequestID string) *ListReplicationTasksForbidden + func (o *ListReplicationTasksForbidden) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ListReplicationTasksHandler interface + Handle func(ListReplicationTasksParams, interface{}) middleware.Responder + type ListReplicationTasksHandlerFunc func(ListReplicationTasksParams, interface{}) middleware.Responder + func (fn ListReplicationTasksHandlerFunc) Handle(params ListReplicationTasksParams, principal interface{}) middleware.Responder + type ListReplicationTasksInternalServerError struct + Payload *models.Errors + XRequestID string + func NewListReplicationTasksInternalServerError() *ListReplicationTasksInternalServerError + func (o *ListReplicationTasksInternalServerError) SetPayload(payload *models.Errors) + func (o *ListReplicationTasksInternalServerError) SetXRequestID(xRequestID string) + func (o *ListReplicationTasksInternalServerError) WithPayload(payload *models.Errors) *ListReplicationTasksInternalServerError + func (o *ListReplicationTasksInternalServerError) WithXRequestID(xRequestID string) *ListReplicationTasksInternalServerError + func (o *ListReplicationTasksInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ListReplicationTasksOK struct + Link string + Payload []*models.ReplicationTask + XTotalCount int64 + func NewListReplicationTasksOK() *ListReplicationTasksOK + func (o *ListReplicationTasksOK) SetLink(link string) + func (o *ListReplicationTasksOK) SetPayload(payload []*models.ReplicationTask) + func (o *ListReplicationTasksOK) SetXTotalCount(xTotalCount int64) + func (o *ListReplicationTasksOK) WithLink(link string) *ListReplicationTasksOK + func (o *ListReplicationTasksOK) WithPayload(payload []*models.ReplicationTask) *ListReplicationTasksOK + func (o *ListReplicationTasksOK) WithXTotalCount(xTotalCount int64) *ListReplicationTasksOK + func (o *ListReplicationTasksOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type ListReplicationTasksParams struct + HTTPRequest *http.Request + ID int64 + Page *int64 + PageSize *int64 + ResourceType *string + Status *string + func NewListReplicationTasksParams() ListReplicationTasksParams + func (o *ListReplicationTasksParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type ListReplicationTasksURL struct + ID int64 + Page *int64 + PageSize *int64 + ResourceType *string + Status *string + func (o *ListReplicationTasksURL) Build() (*url.URL, error) + func (o *ListReplicationTasksURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *ListReplicationTasksURL) Must(u *url.URL, err error) *url.URL + func (o *ListReplicationTasksURL) SetBasePath(bp string) + func (o *ListReplicationTasksURL) String() string + func (o *ListReplicationTasksURL) StringFull(scheme, host string) string + func (o *ListReplicationTasksURL) WithBasePath(bp string) *ListReplicationTasksURL + type ListReplicationTasksUnauthorized struct + Payload *models.Errors + XRequestID string + func NewListReplicationTasksUnauthorized() *ListReplicationTasksUnauthorized + func (o *ListReplicationTasksUnauthorized) SetPayload(payload *models.Errors) + func (o *ListReplicationTasksUnauthorized) SetXRequestID(xRequestID string) + func (o *ListReplicationTasksUnauthorized) WithPayload(payload *models.Errors) *ListReplicationTasksUnauthorized + func (o *ListReplicationTasksUnauthorized) WithXRequestID(xRequestID string) *ListReplicationTasksUnauthorized + func (o *ListReplicationTasksUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type StartReplication struct + Context *middleware.Context + Handler StartReplicationHandler + func NewStartReplication(ctx *middleware.Context, handler StartReplicationHandler) *StartReplication + func (o *StartReplication) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type StartReplicationBadRequest struct + Payload *models.Errors + XRequestID string + func NewStartReplicationBadRequest() *StartReplicationBadRequest + func (o *StartReplicationBadRequest) SetPayload(payload *models.Errors) + func (o *StartReplicationBadRequest) SetXRequestID(xRequestID string) + func (o *StartReplicationBadRequest) WithPayload(payload *models.Errors) *StartReplicationBadRequest + func (o *StartReplicationBadRequest) WithXRequestID(xRequestID string) *StartReplicationBadRequest + func (o *StartReplicationBadRequest) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type StartReplicationCreated struct + Location string + XRequestID string + func NewStartReplicationCreated() *StartReplicationCreated + func (o *StartReplicationCreated) SetLocation(location string) + func (o *StartReplicationCreated) SetXRequestID(xRequestID string) + func (o *StartReplicationCreated) WithLocation(location string) *StartReplicationCreated + func (o *StartReplicationCreated) WithXRequestID(xRequestID string) *StartReplicationCreated + func (o *StartReplicationCreated) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type StartReplicationForbidden struct + Payload *models.Errors + XRequestID string + func NewStartReplicationForbidden() *StartReplicationForbidden + func (o *StartReplicationForbidden) SetPayload(payload *models.Errors) + func (o *StartReplicationForbidden) SetXRequestID(xRequestID string) + func (o *StartReplicationForbidden) WithPayload(payload *models.Errors) *StartReplicationForbidden + func (o *StartReplicationForbidden) WithXRequestID(xRequestID string) *StartReplicationForbidden + func (o *StartReplicationForbidden) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type StartReplicationHandler interface + Handle func(StartReplicationParams, interface{}) middleware.Responder + type StartReplicationHandlerFunc func(StartReplicationParams, interface{}) middleware.Responder + func (fn StartReplicationHandlerFunc) Handle(params StartReplicationParams, principal interface{}) middleware.Responder + type StartReplicationInternalServerError struct + Payload *models.Errors + XRequestID string + func NewStartReplicationInternalServerError() *StartReplicationInternalServerError + func (o *StartReplicationInternalServerError) SetPayload(payload *models.Errors) + func (o *StartReplicationInternalServerError) SetXRequestID(xRequestID string) + func (o *StartReplicationInternalServerError) WithPayload(payload *models.Errors) *StartReplicationInternalServerError + func (o *StartReplicationInternalServerError) WithXRequestID(xRequestID string) *StartReplicationInternalServerError + func (o *StartReplicationInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type StartReplicationParams struct + Execution *models.StartReplicationExecution + HTTPRequest *http.Request + func NewStartReplicationParams() StartReplicationParams + func (o *StartReplicationParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type StartReplicationURL struct + func (o *StartReplicationURL) Build() (*url.URL, error) + func (o *StartReplicationURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *StartReplicationURL) Must(u *url.URL, err error) *url.URL + func (o *StartReplicationURL) SetBasePath(bp string) + func (o *StartReplicationURL) String() string + func (o *StartReplicationURL) StringFull(scheme, host string) string + func (o *StartReplicationURL) WithBasePath(bp string) *StartReplicationURL + type StartReplicationUnauthorized struct + Payload *models.Errors + XRequestID string + func NewStartReplicationUnauthorized() *StartReplicationUnauthorized + func (o *StartReplicationUnauthorized) SetPayload(payload *models.Errors) + func (o *StartReplicationUnauthorized) SetXRequestID(xRequestID string) + func (o *StartReplicationUnauthorized) WithPayload(payload *models.Errors) *StartReplicationUnauthorized + func (o *StartReplicationUnauthorized) WithXRequestID(xRequestID string) *StartReplicationUnauthorized + func (o *StartReplicationUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type StopReplication struct + Context *middleware.Context + Handler StopReplicationHandler + func NewStopReplication(ctx *middleware.Context, handler StopReplicationHandler) *StopReplication + func (o *StopReplication) ServeHTTP(rw http.ResponseWriter, r *http.Request) + type StopReplicationForbidden struct + Payload *models.Errors + XRequestID string + func NewStopReplicationForbidden() *StopReplicationForbidden + func (o *StopReplicationForbidden) SetPayload(payload *models.Errors) + func (o *StopReplicationForbidden) SetXRequestID(xRequestID string) + func (o *StopReplicationForbidden) WithPayload(payload *models.Errors) *StopReplicationForbidden + func (o *StopReplicationForbidden) WithXRequestID(xRequestID string) *StopReplicationForbidden + func (o *StopReplicationForbidden) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type StopReplicationHandler interface + Handle func(StopReplicationParams, interface{}) middleware.Responder + type StopReplicationHandlerFunc func(StopReplicationParams, interface{}) middleware.Responder + func (fn StopReplicationHandlerFunc) Handle(params StopReplicationParams, principal interface{}) middleware.Responder + type StopReplicationInternalServerError struct + Payload *models.Errors + XRequestID string + func NewStopReplicationInternalServerError() *StopReplicationInternalServerError + func (o *StopReplicationInternalServerError) SetPayload(payload *models.Errors) + func (o *StopReplicationInternalServerError) SetXRequestID(xRequestID string) + func (o *StopReplicationInternalServerError) WithPayload(payload *models.Errors) *StopReplicationInternalServerError + func (o *StopReplicationInternalServerError) WithXRequestID(xRequestID string) *StopReplicationInternalServerError + func (o *StopReplicationInternalServerError) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type StopReplicationNotFound struct + Payload *models.Errors + XRequestID string + func NewStopReplicationNotFound() *StopReplicationNotFound + func (o *StopReplicationNotFound) SetPayload(payload *models.Errors) + func (o *StopReplicationNotFound) SetXRequestID(xRequestID string) + func (o *StopReplicationNotFound) WithPayload(payload *models.Errors) *StopReplicationNotFound + func (o *StopReplicationNotFound) WithXRequestID(xRequestID string) *StopReplicationNotFound + func (o *StopReplicationNotFound) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type StopReplicationOK struct + XRequestID string + func NewStopReplicationOK() *StopReplicationOK + func (o *StopReplicationOK) SetXRequestID(xRequestID string) + func (o *StopReplicationOK) WithXRequestID(xRequestID string) *StopReplicationOK + func (o *StopReplicationOK) WriteResponse(rw http.ResponseWriter, producer runtime.Producer) + type StopReplicationParams struct + HTTPRequest *http.Request + ID int64 + func NewStopReplicationParams() StopReplicationParams + func (o *StopReplicationParams) BindRequest(r *http.Request, route *middleware.MatchedRoute) error + type StopReplicationURL struct + ID int64 + func (o *StopReplicationURL) Build() (*url.URL, error) + func (o *StopReplicationURL) BuildFull(scheme, host string) (*url.URL, error) + func (o *StopReplicationURL) Must(u *url.URL, err error) *url.URL + func (o *StopReplicationURL) SetBasePath(bp string) + func (o *StopReplicationURL) String() string + func (o *StopReplicationURL) StringFull(scheme, host string) string + func (o *StopReplicationURL) WithBasePath(bp string) *StopReplicationURL + type StopReplicationUnauthorized struct + Payload *models.Errors + XRequestID string + func NewStopReplicationUnauthorized() *StopReplicationUnauthorized + func (o *StopReplicationUnauthorized) SetPayload(payload *models.Errors) + func (o *StopReplicationUnauthorized) SetXRequestID(xRequestID string) + func (o *StopReplicationUnauthorized) WithPayload(payload *models.Errors) *StopReplicationUnauthorized + func (o *StopReplicationUnauthorized) WithXRequestID(xRequestID string) *StopReplicationUnauthorized + func (o *StopReplicationUnauthorized) WriteResponse(rw http.ResponseWriter, producer runtime.Producer)