Classes
VmMigrationClient
VM Migration Service.
VmMigrationConnection
The VmMigrationConnection object for VmMigrationClient.
VmMigrationConnectionIdempotencyPolicy
VmMigrationLimitedErrorCountRetryPolicy
A retry policy for VmMigrationConnection based on counting errors.
VmMigrationLimitedTimeRetryPolicy
A retry policy for VmMigrationConnection based on elapsed time.
VmMigrationRetryPolicy
The retry policy for VmMigrationConnection.
Structs
VmMigrationBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
VmMigrationConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
VmMigrationPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
VmMigrationRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeVmMigrationConnection(Options)
A factory function to construct an object of type VmMigrationConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of VmMigrationClient.
The optional options argument may be used to configure aspects of the returned VmMigrationConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< VmMigrationConnection > |
|
MakeDefaultVmMigrationConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< VmMigrationConnectionIdempotencyPolicy > |
|