Documentation
¶
Index ¶
- type CRR
- func (c *CRR) Get(ctx context.Context, destObjectScale string, destObjectStore string, ...) (*model.CRR, error)
- func (c *CRR) PauseReplication(ctx context.Context, destObjectScale string, destObjectStore string, ...) error
- func (c *CRR) ResumeReplication(ctx context.Context, destObjectScale string, destObjectStore string, ...) error
- func (c *CRR) SuspendReplication(ctx context.Context, destObjectScale string, destObjectStore string, ...) error
- func (c *CRR) ThrottleReplication(ctx context.Context, destObjectScale string, destObjectStore string, ...) error
- func (c *CRR) UnthrottleReplication(ctx context.Context, destObjectScale string, destObjectStore string, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CRR ¶
type CRR struct {
Client client.RemoteCaller
}
CRR is a REST implementation of the CRR interface.
func (*CRR) Get ¶
func (c *CRR) Get(ctx context.Context, destObjectScale string, destObjectStore string, params map[string]string) (*model.CRR, error)
Get implements the CRR interface.
func (*CRR) PauseReplication ¶
func (c *CRR) PauseReplication(ctx context.Context, destObjectScale string, destObjectStore string, params map[string]string) error
PauseReplication implements the CRR interface.
func (*CRR) ResumeReplication ¶
func (c *CRR) ResumeReplication(ctx context.Context, destObjectScale string, destObjectStore string, params map[string]string) error
ResumeReplication implements the CRR interface.
func (*CRR) SuspendReplication ¶
func (c *CRR) SuspendReplication(ctx context.Context, destObjectScale string, destObjectStore string, params map[string]string) error
SuspendReplication implements the CRR interface.
Click to show internal directories.
Click to hide internal directories.