Classes
MigrationCenterClient
Service describing handlers for resources.
MigrationCenterConnection
The MigrationCenterConnection
object for MigrationCenterClient
.
MigrationCenterConnectionIdempotencyPolicy
MigrationCenterLimitedErrorCountRetryPolicy
A retry policy for MigrationCenterConnection
based on counting errors.
MigrationCenterLimitedTimeRetryPolicy
A retry policy for MigrationCenterConnection
based on elapsed time.
MigrationCenterRetryPolicy
The retry policy for MigrationCenterConnection
.
Structs
MigrationCenterBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
MigrationCenterConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
MigrationCenterPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
MigrationCenterRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeMigrationCenterConnection(Options)
A factory function to construct an object of type MigrationCenterConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of MigrationCenterClient.
The optional options
argument may be used to configure aspects of the returned MigrationCenterConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< MigrationCenterConnection > |
MakeDefaultMigrationCenterConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< MigrationCenterConnectionIdempotencyPolicy > |
Type Aliases
MigrationCenterPolicyOptionList
OptionList< MigrationCenterRetryPolicyOption, MigrationCenterBackoffPolicyOption, MigrationCenterPollingPolicyOption, MigrationCenterConnectionIdempotencyPolicyOption >
The options applicable to MigrationCenter.