Classes
TelcoAutomationClient
TelcoAutomation Service manages the control plane cluster a.k.a.
TelcoAutomationConnection
The TelcoAutomationConnection
object for TelcoAutomationClient
.
TelcoAutomationConnectionIdempotencyPolicy
TelcoAutomationLimitedErrorCountRetryPolicy
A retry policy for TelcoAutomationConnection
based on counting errors.
TelcoAutomationLimitedTimeRetryPolicy
A retry policy for TelcoAutomationConnection
based on elapsed time.
TelcoAutomationRetryPolicy
The retry policy for TelcoAutomationConnection
.
Structs
TelcoAutomationBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
TelcoAutomationConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
TelcoAutomationPollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
TelcoAutomationRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeTelcoAutomationConnection(Options)
A factory function to construct an object of type TelcoAutomationConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of TelcoAutomationClient.
The optional options
argument may be used to configure aspects of the returned TelcoAutomationConnection
. 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< TelcoAutomationConnection > |
MakeDefaultTelcoAutomationConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< TelcoAutomationConnectionIdempotencyPolicy > |
Type Aliases
TelcoAutomationPolicyOptionList
OptionList< TelcoAutomationRetryPolicyOption, TelcoAutomationBackoffPolicyOption, TelcoAutomationPollingPolicyOption, TelcoAutomationConnectionIdempotencyPolicyOption >
The options applicable to TelcoAutomation.