replication

package
v1.31.0-rc.0 Latest Latest
Warning

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

Go to latest
Published: May 7, 2025 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CancelReplicationForbidden

type CancelReplicationForbidden struct {
	Payload *models.ErrorResponse
}

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

Forbidden

func NewCancelReplicationForbidden

func NewCancelReplicationForbidden() *CancelReplicationForbidden

NewCancelReplicationForbidden creates a CancelReplicationForbidden with default headers values

func (*CancelReplicationForbidden) Code

func (o *CancelReplicationForbidden) Code() int

Code gets the status code for the cancel replication forbidden response

func (*CancelReplicationForbidden) Error

func (*CancelReplicationForbidden) GetPayload

func (*CancelReplicationForbidden) IsClientError

func (o *CancelReplicationForbidden) IsClientError() bool

IsClientError returns true when this cancel replication forbidden response has a 4xx status code

func (*CancelReplicationForbidden) IsCode

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

IsCode returns true when this cancel replication forbidden response a status code equal to that given

func (*CancelReplicationForbidden) IsRedirect

func (o *CancelReplicationForbidden) IsRedirect() bool

IsRedirect returns true when this cancel replication forbidden response has a 3xx status code

func (*CancelReplicationForbidden) IsServerError

func (o *CancelReplicationForbidden) IsServerError() bool

IsServerError returns true when this cancel replication forbidden response has a 5xx status code

func (*CancelReplicationForbidden) IsSuccess

func (o *CancelReplicationForbidden) IsSuccess() bool

IsSuccess returns true when this cancel replication forbidden response has a 2xx status code

func (*CancelReplicationForbidden) String

func (o *CancelReplicationForbidden) String() string

type CancelReplicationInternalServerError

type CancelReplicationInternalServerError struct {
	Payload *models.ErrorResponse
}

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

An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.

func NewCancelReplicationInternalServerError

func NewCancelReplicationInternalServerError() *CancelReplicationInternalServerError

NewCancelReplicationInternalServerError creates a CancelReplicationInternalServerError with default headers values

func (*CancelReplicationInternalServerError) Code

Code gets the status code for the cancel replication internal server error response

func (*CancelReplicationInternalServerError) Error

func (*CancelReplicationInternalServerError) GetPayload

func (*CancelReplicationInternalServerError) IsClientError

func (o *CancelReplicationInternalServerError) IsClientError() bool

IsClientError returns true when this cancel replication internal server error response has a 4xx status code

func (*CancelReplicationInternalServerError) IsCode

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

func (*CancelReplicationInternalServerError) IsRedirect

IsRedirect returns true when this cancel replication internal server error response has a 3xx status code

func (*CancelReplicationInternalServerError) IsServerError

func (o *CancelReplicationInternalServerError) IsServerError() bool

IsServerError returns true when this cancel replication internal server error response has a 5xx status code

func (*CancelReplicationInternalServerError) IsSuccess

IsSuccess returns true when this cancel replication internal server error response has a 2xx status code

func (*CancelReplicationInternalServerError) String

type CancelReplicationNoContent

type CancelReplicationNoContent struct {
}

CancelReplicationNoContent describes a response with status code 204, with default header values.

Successfully cancelled.

func NewCancelReplicationNoContent

func NewCancelReplicationNoContent() *CancelReplicationNoContent

NewCancelReplicationNoContent creates a CancelReplicationNoContent with default headers values

func (*CancelReplicationNoContent) Code

func (o *CancelReplicationNoContent) Code() int

Code gets the status code for the cancel replication no content response

func (*CancelReplicationNoContent) Error

func (*CancelReplicationNoContent) IsClientError

func (o *CancelReplicationNoContent) IsClientError() bool

IsClientError returns true when this cancel replication no content response has a 4xx status code

func (*CancelReplicationNoContent) IsCode

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

IsCode returns true when this cancel replication no content response a status code equal to that given

func (*CancelReplicationNoContent) IsRedirect

func (o *CancelReplicationNoContent) IsRedirect() bool

IsRedirect returns true when this cancel replication no content response has a 3xx status code

func (*CancelReplicationNoContent) IsServerError

func (o *CancelReplicationNoContent) IsServerError() bool

IsServerError returns true when this cancel replication no content response has a 5xx status code

func (*CancelReplicationNoContent) IsSuccess

func (o *CancelReplicationNoContent) IsSuccess() bool

IsSuccess returns true when this cancel replication no content response has a 2xx status code

func (*CancelReplicationNoContent) String

func (o *CancelReplicationNoContent) String() string

type CancelReplicationNotFound

type CancelReplicationNotFound struct {
}

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

Shard replica operation not found

func NewCancelReplicationNotFound

func NewCancelReplicationNotFound() *CancelReplicationNotFound

NewCancelReplicationNotFound creates a CancelReplicationNotFound with default headers values

func (*CancelReplicationNotFound) Code

func (o *CancelReplicationNotFound) Code() int

Code gets the status code for the cancel replication not found response

func (*CancelReplicationNotFound) Error

func (o *CancelReplicationNotFound) Error() string

func (*CancelReplicationNotFound) IsClientError

func (o *CancelReplicationNotFound) IsClientError() bool

IsClientError returns true when this cancel replication not found response has a 4xx status code

func (*CancelReplicationNotFound) IsCode

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

IsCode returns true when this cancel replication not found response a status code equal to that given

func (*CancelReplicationNotFound) IsRedirect

func (o *CancelReplicationNotFound) IsRedirect() bool

IsRedirect returns true when this cancel replication not found response has a 3xx status code

func (*CancelReplicationNotFound) IsServerError

func (o *CancelReplicationNotFound) IsServerError() bool

IsServerError returns true when this cancel replication not found response has a 5xx status code

func (*CancelReplicationNotFound) IsSuccess

func (o *CancelReplicationNotFound) IsSuccess() bool

IsSuccess returns true when this cancel replication not found response has a 2xx status code

func (*CancelReplicationNotFound) String

func (o *CancelReplicationNotFound) String() string

type CancelReplicationParams

type CancelReplicationParams struct {

	/* ID.

	   The id of the replication operation to cancel.

	   Format: uuid
	*/
	ID strfmt.UUID

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

CancelReplicationParams contains all the parameters to send to the API endpoint

for the cancel replication operation.

Typically these are written to a http.Request.

func NewCancelReplicationParams

func NewCancelReplicationParams() *CancelReplicationParams

NewCancelReplicationParams creates a new CancelReplicationParams 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 NewCancelReplicationParamsWithContext

func NewCancelReplicationParamsWithContext(ctx context.Context) *CancelReplicationParams

NewCancelReplicationParamsWithContext creates a new CancelReplicationParams object with the ability to set a context for a request.

func NewCancelReplicationParamsWithHTTPClient

func NewCancelReplicationParamsWithHTTPClient(client *http.Client) *CancelReplicationParams

NewCancelReplicationParamsWithHTTPClient creates a new CancelReplicationParams object with the ability to set a custom HTTPClient for a request.

func NewCancelReplicationParamsWithTimeout

func NewCancelReplicationParamsWithTimeout(timeout time.Duration) *CancelReplicationParams

NewCancelReplicationParamsWithTimeout creates a new CancelReplicationParams object with the ability to set a timeout on a request.

func (*CancelReplicationParams) SetContext

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

SetContext adds the context to the cancel replication params

func (*CancelReplicationParams) SetDefaults

func (o *CancelReplicationParams) SetDefaults()

SetDefaults hydrates default values in the cancel replication params (not the query body).

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

func (*CancelReplicationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the cancel replication params

func (*CancelReplicationParams) SetID

func (o *CancelReplicationParams) SetID(id strfmt.UUID)

SetID adds the id to the cancel replication params

func (*CancelReplicationParams) SetTimeout

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

SetTimeout adds the timeout to the cancel replication params

func (*CancelReplicationParams) WithContext

WithContext adds the context to the cancel replication params

func (*CancelReplicationParams) WithDefaults

WithDefaults hydrates default values in the cancel replication params (not the query body).

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

func (*CancelReplicationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the cancel replication params

func (*CancelReplicationParams) WithID

WithID adds the id to the cancel replication params

func (*CancelReplicationParams) WithTimeout

WithTimeout adds the timeout to the cancel replication params

func (*CancelReplicationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CancelReplicationReader

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

CancelReplicationReader is a Reader for the CancelReplication structure.

func (*CancelReplicationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CancelReplicationUnauthorized

type CancelReplicationUnauthorized struct {
}

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

Unauthorized or invalid credentials.

func NewCancelReplicationUnauthorized

func NewCancelReplicationUnauthorized() *CancelReplicationUnauthorized

NewCancelReplicationUnauthorized creates a CancelReplicationUnauthorized with default headers values

func (*CancelReplicationUnauthorized) Code

Code gets the status code for the cancel replication unauthorized response

func (*CancelReplicationUnauthorized) Error

func (*CancelReplicationUnauthorized) IsClientError

func (o *CancelReplicationUnauthorized) IsClientError() bool

IsClientError returns true when this cancel replication unauthorized response has a 4xx status code

func (*CancelReplicationUnauthorized) IsCode

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

IsCode returns true when this cancel replication unauthorized response a status code equal to that given

func (*CancelReplicationUnauthorized) IsRedirect

func (o *CancelReplicationUnauthorized) IsRedirect() bool

IsRedirect returns true when this cancel replication unauthorized response has a 3xx status code

func (*CancelReplicationUnauthorized) IsServerError

func (o *CancelReplicationUnauthorized) IsServerError() bool

IsServerError returns true when this cancel replication unauthorized response has a 5xx status code

func (*CancelReplicationUnauthorized) IsSuccess

func (o *CancelReplicationUnauthorized) IsSuccess() bool

IsSuccess returns true when this cancel replication unauthorized response has a 2xx status code

func (*CancelReplicationUnauthorized) String

type Client

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

Client for replication API

func (*Client) CancelReplication

func (a *Client) CancelReplication(params *CancelReplicationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CancelReplicationNoContent, error)

CancelReplication cancels a replication operation

Cancels an in-progress replication operation as soon as possible but does not delete it leaving it in the unresumable CANCELLED state.

func (*Client) DeleteReplication

func (a *Client) DeleteReplication(params *DeleteReplicationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteReplicationNoContent, error)

DeleteReplication deletes a replication operation

Deletes a replication operation. If the operation is in progress, it is cancelled and cleaned up before being deleted.

func (*Client) Replicate

func (a *Client) Replicate(params *ReplicateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplicateOK, error)

Replicate starts the async operation to replicate a replica between two nodes

func (*Client) ReplicationDetails

func (a *Client) ReplicationDetails(params *ReplicationDetailsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplicationDetailsOK, error)

ReplicationDetails gets the details of a replication operation

Returns the details of a replication operation for a given shard, identified by the provided replication operation id.

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 {
	CancelReplication(params *CancelReplicationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CancelReplicationNoContent, error)

	DeleteReplication(params *DeleteReplicationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteReplicationNoContent, error)

	Replicate(params *ReplicateParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplicateOK, error)

	ReplicationDetails(params *ReplicationDetailsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ReplicationDetailsOK, 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 replication API client.

type DeleteReplicationForbidden

type DeleteReplicationForbidden struct {
	Payload *models.ErrorResponse
}

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

Forbidden

func NewDeleteReplicationForbidden

func NewDeleteReplicationForbidden() *DeleteReplicationForbidden

NewDeleteReplicationForbidden creates a DeleteReplicationForbidden with default headers values

func (*DeleteReplicationForbidden) Code

func (o *DeleteReplicationForbidden) Code() int

Code gets the status code for the delete replication forbidden response

func (*DeleteReplicationForbidden) Error

func (*DeleteReplicationForbidden) GetPayload

func (*DeleteReplicationForbidden) IsClientError

func (o *DeleteReplicationForbidden) IsClientError() bool

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

func (*DeleteReplicationForbidden) IsCode

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

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

func (*DeleteReplicationForbidden) IsRedirect

func (o *DeleteReplicationForbidden) IsRedirect() bool

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

func (*DeleteReplicationForbidden) IsServerError

func (o *DeleteReplicationForbidden) IsServerError() bool

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

func (*DeleteReplicationForbidden) IsSuccess

func (o *DeleteReplicationForbidden) IsSuccess() bool

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

func (*DeleteReplicationForbidden) String

func (o *DeleteReplicationForbidden) String() string

type DeleteReplicationInternalServerError

type DeleteReplicationInternalServerError struct {
	Payload *models.ErrorResponse
}

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

An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.

func NewDeleteReplicationInternalServerError

func NewDeleteReplicationInternalServerError() *DeleteReplicationInternalServerError

NewDeleteReplicationInternalServerError creates a DeleteReplicationInternalServerError with default headers values

func (*DeleteReplicationInternalServerError) Code

Code gets the status code for the delete replication internal server error response

func (*DeleteReplicationInternalServerError) Error

func (*DeleteReplicationInternalServerError) GetPayload

func (*DeleteReplicationInternalServerError) IsClientError

func (o *DeleteReplicationInternalServerError) IsClientError() bool

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

func (*DeleteReplicationInternalServerError) IsCode

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

func (*DeleteReplicationInternalServerError) IsRedirect

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

func (*DeleteReplicationInternalServerError) IsServerError

func (o *DeleteReplicationInternalServerError) IsServerError() bool

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

func (*DeleteReplicationInternalServerError) IsSuccess

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

func (*DeleteReplicationInternalServerError) String

type DeleteReplicationNoContent

type DeleteReplicationNoContent struct {
}

DeleteReplicationNoContent describes a response with status code 204, with default header values.

Successfully deleted.

func NewDeleteReplicationNoContent

func NewDeleteReplicationNoContent() *DeleteReplicationNoContent

NewDeleteReplicationNoContent creates a DeleteReplicationNoContent with default headers values

func (*DeleteReplicationNoContent) Code

func (o *DeleteReplicationNoContent) Code() int

Code gets the status code for the delete replication no content response

func (*DeleteReplicationNoContent) Error

func (*DeleteReplicationNoContent) IsClientError

func (o *DeleteReplicationNoContent) IsClientError() bool

IsClientError returns true when this delete replication no content response has a 4xx status code

func (*DeleteReplicationNoContent) IsCode

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

IsCode returns true when this delete replication no content response a status code equal to that given

func (*DeleteReplicationNoContent) IsRedirect

func (o *DeleteReplicationNoContent) IsRedirect() bool

IsRedirect returns true when this delete replication no content response has a 3xx status code

func (*DeleteReplicationNoContent) IsServerError

func (o *DeleteReplicationNoContent) IsServerError() bool

IsServerError returns true when this delete replication no content response has a 5xx status code

func (*DeleteReplicationNoContent) IsSuccess

func (o *DeleteReplicationNoContent) IsSuccess() bool

IsSuccess returns true when this delete replication no content response has a 2xx status code

func (*DeleteReplicationNoContent) String

func (o *DeleteReplicationNoContent) String() string

type DeleteReplicationNotFound

type DeleteReplicationNotFound struct {
}

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

Shard replica operation not found

func NewDeleteReplicationNotFound

func NewDeleteReplicationNotFound() *DeleteReplicationNotFound

NewDeleteReplicationNotFound creates a DeleteReplicationNotFound with default headers values

func (*DeleteReplicationNotFound) Code

func (o *DeleteReplicationNotFound) Code() int

Code gets the status code for the delete replication not found response

func (*DeleteReplicationNotFound) Error

func (o *DeleteReplicationNotFound) Error() string

func (*DeleteReplicationNotFound) IsClientError

func (o *DeleteReplicationNotFound) IsClientError() bool

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

func (*DeleteReplicationNotFound) IsCode

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

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

func (*DeleteReplicationNotFound) IsRedirect

func (o *DeleteReplicationNotFound) IsRedirect() bool

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

func (*DeleteReplicationNotFound) IsServerError

func (o *DeleteReplicationNotFound) IsServerError() bool

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

func (*DeleteReplicationNotFound) IsSuccess

func (o *DeleteReplicationNotFound) IsSuccess() bool

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

func (*DeleteReplicationNotFound) String

func (o *DeleteReplicationNotFound) String() string

type DeleteReplicationParams

type DeleteReplicationParams struct {

	/* ID.

	   The id of the replication operation to delete.

	   Format: uuid
	*/
	ID strfmt.UUID

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

DeleteReplicationParams contains all the parameters to send to the API endpoint

for the delete replication operation.

Typically these are written to a http.Request.

func NewDeleteReplicationParams

func NewDeleteReplicationParams() *DeleteReplicationParams

NewDeleteReplicationParams creates a new DeleteReplicationParams 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 NewDeleteReplicationParamsWithContext

func NewDeleteReplicationParamsWithContext(ctx context.Context) *DeleteReplicationParams

NewDeleteReplicationParamsWithContext creates a new DeleteReplicationParams object with the ability to set a context for a request.

func NewDeleteReplicationParamsWithHTTPClient

func NewDeleteReplicationParamsWithHTTPClient(client *http.Client) *DeleteReplicationParams

NewDeleteReplicationParamsWithHTTPClient creates a new DeleteReplicationParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteReplicationParamsWithTimeout

func NewDeleteReplicationParamsWithTimeout(timeout time.Duration) *DeleteReplicationParams

NewDeleteReplicationParamsWithTimeout creates a new DeleteReplicationParams object with the ability to set a timeout on a request.

func (*DeleteReplicationParams) SetContext

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

SetContext adds the context to the delete replication params

func (*DeleteReplicationParams) SetDefaults

func (o *DeleteReplicationParams) SetDefaults()

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

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

func (*DeleteReplicationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete replication params

func (*DeleteReplicationParams) SetID

func (o *DeleteReplicationParams) SetID(id strfmt.UUID)

SetID adds the id to the delete replication params

func (*DeleteReplicationParams) SetTimeout

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

SetTimeout adds the timeout to the delete replication params

func (*DeleteReplicationParams) WithContext

WithContext adds the context to the delete replication params

func (*DeleteReplicationParams) WithDefaults

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

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

func (*DeleteReplicationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete replication params

func (*DeleteReplicationParams) WithID

WithID adds the id to the delete replication params

func (*DeleteReplicationParams) WithTimeout

WithTimeout adds the timeout to the delete replication params

func (*DeleteReplicationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteReplicationReader

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

DeleteReplicationReader is a Reader for the DeleteReplication structure.

func (*DeleteReplicationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteReplicationUnauthorized

type DeleteReplicationUnauthorized struct {
}

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

Unauthorized or invalid credentials.

func NewDeleteReplicationUnauthorized

func NewDeleteReplicationUnauthorized() *DeleteReplicationUnauthorized

NewDeleteReplicationUnauthorized creates a DeleteReplicationUnauthorized with default headers values

func (*DeleteReplicationUnauthorized) Code

Code gets the status code for the delete replication unauthorized response

func (*DeleteReplicationUnauthorized) Error

func (*DeleteReplicationUnauthorized) IsClientError

func (o *DeleteReplicationUnauthorized) IsClientError() bool

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

func (*DeleteReplicationUnauthorized) IsCode

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

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

func (*DeleteReplicationUnauthorized) IsRedirect

func (o *DeleteReplicationUnauthorized) IsRedirect() bool

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

func (*DeleteReplicationUnauthorized) IsServerError

func (o *DeleteReplicationUnauthorized) IsServerError() bool

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

func (*DeleteReplicationUnauthorized) IsSuccess

func (o *DeleteReplicationUnauthorized) IsSuccess() bool

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

func (*DeleteReplicationUnauthorized) String

type ReplicateBadRequest

type ReplicateBadRequest struct {
	Payload *models.ErrorResponse
}

ReplicateBadRequest describes a response with status code 400, with default header values.

Malformed request.

func NewReplicateBadRequest

func NewReplicateBadRequest() *ReplicateBadRequest

NewReplicateBadRequest creates a ReplicateBadRequest with default headers values

func (*ReplicateBadRequest) Code

func (o *ReplicateBadRequest) Code() int

Code gets the status code for the replicate bad request response

func (*ReplicateBadRequest) Error

func (o *ReplicateBadRequest) Error() string

func (*ReplicateBadRequest) GetPayload

func (o *ReplicateBadRequest) GetPayload() *models.ErrorResponse

func (*ReplicateBadRequest) IsClientError

func (o *ReplicateBadRequest) IsClientError() bool

IsClientError returns true when this replicate bad request response has a 4xx status code

func (*ReplicateBadRequest) IsCode

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

IsCode returns true when this replicate bad request response a status code equal to that given

func (*ReplicateBadRequest) IsRedirect

func (o *ReplicateBadRequest) IsRedirect() bool

IsRedirect returns true when this replicate bad request response has a 3xx status code

func (*ReplicateBadRequest) IsServerError

func (o *ReplicateBadRequest) IsServerError() bool

IsServerError returns true when this replicate bad request response has a 5xx status code

func (*ReplicateBadRequest) IsSuccess

func (o *ReplicateBadRequest) IsSuccess() bool

IsSuccess returns true when this replicate bad request response has a 2xx status code

func (*ReplicateBadRequest) String

func (o *ReplicateBadRequest) String() string

type ReplicateForbidden

type ReplicateForbidden struct {
	Payload *models.ErrorResponse
}

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

Forbidden

func NewReplicateForbidden

func NewReplicateForbidden() *ReplicateForbidden

NewReplicateForbidden creates a ReplicateForbidden with default headers values

func (*ReplicateForbidden) Code

func (o *ReplicateForbidden) Code() int

Code gets the status code for the replicate forbidden response

func (*ReplicateForbidden) Error

func (o *ReplicateForbidden) Error() string

func (*ReplicateForbidden) GetPayload

func (o *ReplicateForbidden) GetPayload() *models.ErrorResponse

func (*ReplicateForbidden) IsClientError

func (o *ReplicateForbidden) IsClientError() bool

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

func (*ReplicateForbidden) IsCode

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

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

func (*ReplicateForbidden) IsRedirect

func (o *ReplicateForbidden) IsRedirect() bool

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

func (*ReplicateForbidden) IsServerError

func (o *ReplicateForbidden) IsServerError() bool

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

func (*ReplicateForbidden) IsSuccess

func (o *ReplicateForbidden) IsSuccess() bool

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

func (*ReplicateForbidden) String

func (o *ReplicateForbidden) String() string

type ReplicateInternalServerError

type ReplicateInternalServerError struct {
	Payload *models.ErrorResponse
}

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

An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.

func NewReplicateInternalServerError

func NewReplicateInternalServerError() *ReplicateInternalServerError

NewReplicateInternalServerError creates a ReplicateInternalServerError with default headers values

func (*ReplicateInternalServerError) Code

Code gets the status code for the replicate internal server error response

func (*ReplicateInternalServerError) Error

func (*ReplicateInternalServerError) GetPayload

func (*ReplicateInternalServerError) IsClientError

func (o *ReplicateInternalServerError) IsClientError() bool

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

func (*ReplicateInternalServerError) IsCode

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

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

func (*ReplicateInternalServerError) IsRedirect

func (o *ReplicateInternalServerError) IsRedirect() bool

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

func (*ReplicateInternalServerError) IsServerError

func (o *ReplicateInternalServerError) IsServerError() bool

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

func (*ReplicateInternalServerError) IsSuccess

func (o *ReplicateInternalServerError) IsSuccess() bool

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

func (*ReplicateInternalServerError) String

type ReplicateOK

type ReplicateOK struct {
	Payload *models.ReplicationReplicateReplicaResponse
}

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

Replication operation registered successfully

func NewReplicateOK

func NewReplicateOK() *ReplicateOK

NewReplicateOK creates a ReplicateOK with default headers values

func (*ReplicateOK) Code

func (o *ReplicateOK) Code() int

Code gets the status code for the replicate o k response

func (*ReplicateOK) Error

func (o *ReplicateOK) Error() string

func (*ReplicateOK) GetPayload

func (*ReplicateOK) IsClientError

func (o *ReplicateOK) IsClientError() bool

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

func (*ReplicateOK) IsCode

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

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

func (*ReplicateOK) IsRedirect

func (o *ReplicateOK) IsRedirect() bool

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

func (*ReplicateOK) IsServerError

func (o *ReplicateOK) IsServerError() bool

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

func (*ReplicateOK) IsSuccess

func (o *ReplicateOK) IsSuccess() bool

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

func (*ReplicateOK) String

func (o *ReplicateOK) String() string

type ReplicateParams

type ReplicateParams struct {

	// Body.
	Body *models.ReplicationReplicateReplicaRequest

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

ReplicateParams contains all the parameters to send to the API endpoint

for the replicate operation.

Typically these are written to a http.Request.

func NewReplicateParams

func NewReplicateParams() *ReplicateParams

NewReplicateParams creates a new ReplicateParams 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 NewReplicateParamsWithContext

func NewReplicateParamsWithContext(ctx context.Context) *ReplicateParams

NewReplicateParamsWithContext creates a new ReplicateParams object with the ability to set a context for a request.

func NewReplicateParamsWithHTTPClient

func NewReplicateParamsWithHTTPClient(client *http.Client) *ReplicateParams

NewReplicateParamsWithHTTPClient creates a new ReplicateParams object with the ability to set a custom HTTPClient for a request.

func NewReplicateParamsWithTimeout

func NewReplicateParamsWithTimeout(timeout time.Duration) *ReplicateParams

NewReplicateParamsWithTimeout creates a new ReplicateParams object with the ability to set a timeout on a request.

func (*ReplicateParams) SetBody

SetBody adds the body to the replicate params

func (*ReplicateParams) SetContext

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

SetContext adds the context to the replicate params

func (*ReplicateParams) SetDefaults

func (o *ReplicateParams) SetDefaults()

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

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

func (*ReplicateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replicate params

func (*ReplicateParams) SetTimeout

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

SetTimeout adds the timeout to the replicate params

func (*ReplicateParams) WithBody

WithBody adds the body to the replicate params

func (*ReplicateParams) WithContext

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

WithContext adds the context to the replicate params

func (*ReplicateParams) WithDefaults

func (o *ReplicateParams) WithDefaults() *ReplicateParams

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

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

func (*ReplicateParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replicate params

func (*ReplicateParams) WithTimeout

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

WithTimeout adds the timeout to the replicate params

func (*ReplicateParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ReplicateReader

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

ReplicateReader is a Reader for the Replicate structure.

func (*ReplicateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplicateUnauthorized

type ReplicateUnauthorized struct {
}

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

Unauthorized or invalid credentials.

func NewReplicateUnauthorized

func NewReplicateUnauthorized() *ReplicateUnauthorized

NewReplicateUnauthorized creates a ReplicateUnauthorized with default headers values

func (*ReplicateUnauthorized) Code

func (o *ReplicateUnauthorized) Code() int

Code gets the status code for the replicate unauthorized response

func (*ReplicateUnauthorized) Error

func (o *ReplicateUnauthorized) Error() string

func (*ReplicateUnauthorized) IsClientError

func (o *ReplicateUnauthorized) IsClientError() bool

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

func (*ReplicateUnauthorized) IsCode

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

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

func (*ReplicateUnauthorized) IsRedirect

func (o *ReplicateUnauthorized) IsRedirect() bool

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

func (*ReplicateUnauthorized) IsServerError

func (o *ReplicateUnauthorized) IsServerError() bool

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

func (*ReplicateUnauthorized) IsSuccess

func (o *ReplicateUnauthorized) IsSuccess() bool

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

func (*ReplicateUnauthorized) String

func (o *ReplicateUnauthorized) String() string

type ReplicateUnprocessableEntity

type ReplicateUnprocessableEntity struct {
	Payload *models.ErrorResponse
}

ReplicateUnprocessableEntity describes a response with status code 422, with default header values.

Request body is well-formed (i.e., syntactically correct), but semantically erroneous.

func NewReplicateUnprocessableEntity

func NewReplicateUnprocessableEntity() *ReplicateUnprocessableEntity

NewReplicateUnprocessableEntity creates a ReplicateUnprocessableEntity with default headers values

func (*ReplicateUnprocessableEntity) Code

Code gets the status code for the replicate unprocessable entity response

func (*ReplicateUnprocessableEntity) Error

func (*ReplicateUnprocessableEntity) GetPayload

func (*ReplicateUnprocessableEntity) IsClientError

func (o *ReplicateUnprocessableEntity) IsClientError() bool

IsClientError returns true when this replicate unprocessable entity response has a 4xx status code

func (*ReplicateUnprocessableEntity) IsCode

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

IsCode returns true when this replicate unprocessable entity response a status code equal to that given

func (*ReplicateUnprocessableEntity) IsRedirect

func (o *ReplicateUnprocessableEntity) IsRedirect() bool

IsRedirect returns true when this replicate unprocessable entity response has a 3xx status code

func (*ReplicateUnprocessableEntity) IsServerError

func (o *ReplicateUnprocessableEntity) IsServerError() bool

IsServerError returns true when this replicate unprocessable entity response has a 5xx status code

func (*ReplicateUnprocessableEntity) IsSuccess

func (o *ReplicateUnprocessableEntity) IsSuccess() bool

IsSuccess returns true when this replicate unprocessable entity response has a 2xx status code

func (*ReplicateUnprocessableEntity) String

type ReplicationDetailsForbidden

type ReplicationDetailsForbidden struct {
	Payload *models.ErrorResponse
}

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

Forbidden

func NewReplicationDetailsForbidden

func NewReplicationDetailsForbidden() *ReplicationDetailsForbidden

NewReplicationDetailsForbidden creates a ReplicationDetailsForbidden with default headers values

func (*ReplicationDetailsForbidden) Code

func (o *ReplicationDetailsForbidden) Code() int

Code gets the status code for the replication details forbidden response

func (*ReplicationDetailsForbidden) Error

func (*ReplicationDetailsForbidden) GetPayload

func (*ReplicationDetailsForbidden) IsClientError

func (o *ReplicationDetailsForbidden) IsClientError() bool

IsClientError returns true when this replication details forbidden response has a 4xx status code

func (*ReplicationDetailsForbidden) IsCode

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

IsCode returns true when this replication details forbidden response a status code equal to that given

func (*ReplicationDetailsForbidden) IsRedirect

func (o *ReplicationDetailsForbidden) IsRedirect() bool

IsRedirect returns true when this replication details forbidden response has a 3xx status code

func (*ReplicationDetailsForbidden) IsServerError

func (o *ReplicationDetailsForbidden) IsServerError() bool

IsServerError returns true when this replication details forbidden response has a 5xx status code

func (*ReplicationDetailsForbidden) IsSuccess

func (o *ReplicationDetailsForbidden) IsSuccess() bool

IsSuccess returns true when this replication details forbidden response has a 2xx status code

func (*ReplicationDetailsForbidden) String

func (o *ReplicationDetailsForbidden) String() string

type ReplicationDetailsInternalServerError

type ReplicationDetailsInternalServerError struct {
	Payload *models.ErrorResponse
}

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

An error has occurred while trying to fulfill the request. Most likely the ErrorResponse will contain more information about the error.

func NewReplicationDetailsInternalServerError

func NewReplicationDetailsInternalServerError() *ReplicationDetailsInternalServerError

NewReplicationDetailsInternalServerError creates a ReplicationDetailsInternalServerError with default headers values

func (*ReplicationDetailsInternalServerError) Code

Code gets the status code for the replication details internal server error response

func (*ReplicationDetailsInternalServerError) Error

func (*ReplicationDetailsInternalServerError) GetPayload

func (*ReplicationDetailsInternalServerError) IsClientError

func (o *ReplicationDetailsInternalServerError) IsClientError() bool

IsClientError returns true when this replication details internal server error response has a 4xx status code

func (*ReplicationDetailsInternalServerError) IsCode

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

func (*ReplicationDetailsInternalServerError) IsRedirect

IsRedirect returns true when this replication details internal server error response has a 3xx status code

func (*ReplicationDetailsInternalServerError) IsServerError

func (o *ReplicationDetailsInternalServerError) IsServerError() bool

IsServerError returns true when this replication details internal server error response has a 5xx status code

func (*ReplicationDetailsInternalServerError) IsSuccess

IsSuccess returns true when this replication details internal server error response has a 2xx status code

func (*ReplicationDetailsInternalServerError) String

type ReplicationDetailsNotFound

type ReplicationDetailsNotFound struct {
}

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

Shard replica operation not found

func NewReplicationDetailsNotFound

func NewReplicationDetailsNotFound() *ReplicationDetailsNotFound

NewReplicationDetailsNotFound creates a ReplicationDetailsNotFound with default headers values

func (*ReplicationDetailsNotFound) Code

func (o *ReplicationDetailsNotFound) Code() int

Code gets the status code for the replication details not found response

func (*ReplicationDetailsNotFound) Error

func (*ReplicationDetailsNotFound) IsClientError

func (o *ReplicationDetailsNotFound) IsClientError() bool

IsClientError returns true when this replication details not found response has a 4xx status code

func (*ReplicationDetailsNotFound) IsCode

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

IsCode returns true when this replication details not found response a status code equal to that given

func (*ReplicationDetailsNotFound) IsRedirect

func (o *ReplicationDetailsNotFound) IsRedirect() bool

IsRedirect returns true when this replication details not found response has a 3xx status code

func (*ReplicationDetailsNotFound) IsServerError

func (o *ReplicationDetailsNotFound) IsServerError() bool

IsServerError returns true when this replication details not found response has a 5xx status code

func (*ReplicationDetailsNotFound) IsSuccess

func (o *ReplicationDetailsNotFound) IsSuccess() bool

IsSuccess returns true when this replication details not found response has a 2xx status code

func (*ReplicationDetailsNotFound) String

func (o *ReplicationDetailsNotFound) String() string

type ReplicationDetailsOK

type ReplicationDetailsOK struct {
	Payload *models.ReplicationReplicateDetailsReplicaResponse
}

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

The details of the replication operation.

func NewReplicationDetailsOK

func NewReplicationDetailsOK() *ReplicationDetailsOK

NewReplicationDetailsOK creates a ReplicationDetailsOK with default headers values

func (*ReplicationDetailsOK) Code

func (o *ReplicationDetailsOK) Code() int

Code gets the status code for the replication details o k response

func (*ReplicationDetailsOK) Error

func (o *ReplicationDetailsOK) Error() string

func (*ReplicationDetailsOK) GetPayload

func (*ReplicationDetailsOK) IsClientError

func (o *ReplicationDetailsOK) IsClientError() bool

IsClientError returns true when this replication details o k response has a 4xx status code

func (*ReplicationDetailsOK) IsCode

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

IsCode returns true when this replication details o k response a status code equal to that given

func (*ReplicationDetailsOK) IsRedirect

func (o *ReplicationDetailsOK) IsRedirect() bool

IsRedirect returns true when this replication details o k response has a 3xx status code

func (*ReplicationDetailsOK) IsServerError

func (o *ReplicationDetailsOK) IsServerError() bool

IsServerError returns true when this replication details o k response has a 5xx status code

func (*ReplicationDetailsOK) IsSuccess

func (o *ReplicationDetailsOK) IsSuccess() bool

IsSuccess returns true when this replication details o k response has a 2xx status code

func (*ReplicationDetailsOK) String

func (o *ReplicationDetailsOK) String() string

type ReplicationDetailsParams

type ReplicationDetailsParams struct {

	/* ID.

	   The id of the replication operation to get details for.

	   Format: uuid
	*/
	ID strfmt.UUID

	/* IncludeHistory.

	   Whether to include the history of the replication operation.
	*/
	IncludeHistory *bool

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

ReplicationDetailsParams contains all the parameters to send to the API endpoint

for the replication details operation.

Typically these are written to a http.Request.

func NewReplicationDetailsParams

func NewReplicationDetailsParams() *ReplicationDetailsParams

NewReplicationDetailsParams creates a new ReplicationDetailsParams 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 NewReplicationDetailsParamsWithContext

func NewReplicationDetailsParamsWithContext(ctx context.Context) *ReplicationDetailsParams

NewReplicationDetailsParamsWithContext creates a new ReplicationDetailsParams object with the ability to set a context for a request.

func NewReplicationDetailsParamsWithHTTPClient

func NewReplicationDetailsParamsWithHTTPClient(client *http.Client) *ReplicationDetailsParams

NewReplicationDetailsParamsWithHTTPClient creates a new ReplicationDetailsParams object with the ability to set a custom HTTPClient for a request.

func NewReplicationDetailsParamsWithTimeout

func NewReplicationDetailsParamsWithTimeout(timeout time.Duration) *ReplicationDetailsParams

NewReplicationDetailsParamsWithTimeout creates a new ReplicationDetailsParams object with the ability to set a timeout on a request.

func (*ReplicationDetailsParams) SetContext

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

SetContext adds the context to the replication details params

func (*ReplicationDetailsParams) SetDefaults

func (o *ReplicationDetailsParams) SetDefaults()

SetDefaults hydrates default values in the replication details params (not the query body).

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

func (*ReplicationDetailsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the replication details params

func (*ReplicationDetailsParams) SetID

func (o *ReplicationDetailsParams) SetID(id strfmt.UUID)

SetID adds the id to the replication details params

func (*ReplicationDetailsParams) SetIncludeHistory

func (o *ReplicationDetailsParams) SetIncludeHistory(includeHistory *bool)

SetIncludeHistory adds the includeHistory to the replication details params

func (*ReplicationDetailsParams) SetTimeout

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

SetTimeout adds the timeout to the replication details params

func (*ReplicationDetailsParams) WithContext

WithContext adds the context to the replication details params

func (*ReplicationDetailsParams) WithDefaults

WithDefaults hydrates default values in the replication details params (not the query body).

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

func (*ReplicationDetailsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the replication details params

func (*ReplicationDetailsParams) WithID

WithID adds the id to the replication details params

func (*ReplicationDetailsParams) WithIncludeHistory

func (o *ReplicationDetailsParams) WithIncludeHistory(includeHistory *bool) *ReplicationDetailsParams

WithIncludeHistory adds the includeHistory to the replication details params

func (*ReplicationDetailsParams) WithTimeout

WithTimeout adds the timeout to the replication details params

func (*ReplicationDetailsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ReplicationDetailsReader

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

ReplicationDetailsReader is a Reader for the ReplicationDetails structure.

func (*ReplicationDetailsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ReplicationDetailsUnauthorized

type ReplicationDetailsUnauthorized struct {
}

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

Unauthorized or invalid credentials.

func NewReplicationDetailsUnauthorized

func NewReplicationDetailsUnauthorized() *ReplicationDetailsUnauthorized

NewReplicationDetailsUnauthorized creates a ReplicationDetailsUnauthorized with default headers values

func (*ReplicationDetailsUnauthorized) Code

Code gets the status code for the replication details unauthorized response

func (*ReplicationDetailsUnauthorized) Error

func (*ReplicationDetailsUnauthorized) IsClientError

func (o *ReplicationDetailsUnauthorized) IsClientError() bool

IsClientError returns true when this replication details unauthorized response has a 4xx status code

func (*ReplicationDetailsUnauthorized) IsCode

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

IsCode returns true when this replication details unauthorized response a status code equal to that given

func (*ReplicationDetailsUnauthorized) IsRedirect

func (o *ReplicationDetailsUnauthorized) IsRedirect() bool

IsRedirect returns true when this replication details unauthorized response has a 3xx status code

func (*ReplicationDetailsUnauthorized) IsServerError

func (o *ReplicationDetailsUnauthorized) IsServerError() bool

IsServerError returns true when this replication details unauthorized response has a 5xx status code

func (*ReplicationDetailsUnauthorized) IsSuccess

func (o *ReplicationDetailsUnauthorized) IsSuccess() bool

IsSuccess returns true when this replication details unauthorized response has a 2xx status code

func (*ReplicationDetailsUnauthorized) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL