Classes
BackupForGKEClient
BackupForGKE allows Kubernetes administrators to configure, execute, and manage backup and restore operations for their GKE clusters.
BackupForGKEConnection
The BackupForGKEConnection
object for BackupForGKEClient
.
BackupForGKEConnectionIdempotencyPolicy
BackupForGKELimitedErrorCountRetryPolicy
A retry policy for BackupForGKEConnection
based on counting errors.
BackupForGKELimitedTimeRetryPolicy
A retry policy for BackupForGKEConnection
based on elapsed time.
BackupForGKERetryPolicy
The retry policy for BackupForGKEConnection
.
Structs
BackupForGKEBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
BackupForGKEConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
BackupForGKEPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
BackupForGKERetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeBackupForGKEConnection(Options)
A factory function to construct an object of type BackupForGKEConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of BackupForGKEClient.
The optional options
argument may be used to configure aspects of the returned BackupForGKEConnection
. 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< BackupForGKEConnection > |
MakeDefaultBackupForGKEConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< BackupForGKEConnectionIdempotencyPolicy > |