Module replication_api

Module replication_api 

Source

Structs§

CreateReplicationPolicyParams
struct for passing parameters to the method create_replication_policy
DeleteReplicationPolicyParams
struct for passing parameters to the method delete_replication_policy
GetReplicationExecutionParams
struct for passing parameters to the method get_replication_execution
GetReplicationLogParams
struct for passing parameters to the method get_replication_log
GetReplicationPolicyParams
struct for passing parameters to the method get_replication_policy
ListReplicationExecutionsParams
struct for passing parameters to the method list_replication_executions
ListReplicationPoliciesParams
struct for passing parameters to the method list_replication_policies
ListReplicationTasksParams
struct for passing parameters to the method list_replication_tasks
StartReplicationParams
struct for passing parameters to the method start_replication
StopReplicationParams
struct for passing parameters to the method stop_replication
UpdateReplicationPolicyParams
struct for passing parameters to the method update_replication_policy

Enums§

CreateReplicationPolicyError
struct for typed errors of method create_replication_policy
DeleteReplicationPolicyError
struct for typed errors of method delete_replication_policy
GetReplicationExecutionError
struct for typed errors of method get_replication_execution
GetReplicationLogError
struct for typed errors of method get_replication_log
GetReplicationPolicyError
struct for typed errors of method get_replication_policy
ListReplicationExecutionsError
struct for typed errors of method list_replication_executions
ListReplicationPoliciesError
struct for typed errors of method list_replication_policies
ListReplicationTasksError
struct for typed errors of method list_replication_tasks
StartReplicationError
struct for typed errors of method start_replication
StopReplicationError
struct for typed errors of method stop_replication
UpdateReplicationPolicyError
struct for typed errors of method update_replication_policy

Functions§

create_replication_policy
Create a replication policy
delete_replication_policy
Delete the specific replication policy
get_replication_execution
Get the replication execution specified by ID
get_replication_log
Get the log of the specific replication task
get_replication_policy
Get the specific replication policy
list_replication_executions
List replication executions
list_replication_policies
List replication policies
list_replication_tasks
List replication tasks for a specific execution
start_replication
Start one replication execution according to the policy
stop_replication
Stop the replication execution specified by ID
update_replication_policy
Update the replication policy