Namespace google::cloud::compute_interconnects_v1 (2.16.0)

Classes

InterconnectsClient

Service for the interconnects resource.

InterconnectsConnection

The InterconnectsConnection object for InterconnectsClient.

InterconnectsConnectionIdempotencyPolicy

InterconnectsLimitedErrorCountRetryPolicy

A retry policy for InterconnectsConnection based on counting errors.

InterconnectsLimitedTimeRetryPolicy

A retry policy for InterconnectsConnection based on elapsed time.

InterconnectsRetryPolicy

The retry policy for InterconnectsConnection.

Structs

InterconnectsBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

InterconnectsConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

InterconnectsPollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

InterconnectsRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeDefaultInterconnectsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< InterconnectsConnectionIdempotencyPolicy >

MakeInterconnectsConnectionRest(Options)

A factory function to construct an object of type InterconnectsConnection that uses REST over HTTP as transport in lieu of gRPC.

REST transport should only be used for services that do not support gRPC or if the existing network configuration precludes using gRPC.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of InterconnectsClient.

The optional options argument may be used to configure aspects of the returned InterconnectsConnection. Expected options are any of the types in the following option lists:

Parameter
Name Description
options

(optional) Configure the InterconnectsConnection created by this function.

Returns
Type Description
std::shared_ptr< InterconnectsConnection >

Type Aliases

InterconnectsPolicyOptionList

Alias Of: OptionList< InterconnectsRetryPolicyOption, InterconnectsBackoffPolicyOption, InterconnectsPollingPolicyOption, InterconnectsConnectionIdempotencyPolicyOption >

The options applicable to Interconnects.