Namespace google::cloud::compute_interconnect_groups_v1 (2.38.0-rc)

Classes

InterconnectGroupsClient

Service for the interconnectGroups resource.

InterconnectGroupsConnection

The InterconnectGroupsConnection object for InterconnectGroupsClient.

InterconnectGroupsConnectionIdempotencyPolicy

InterconnectGroupsLimitedErrorCountRetryPolicy

A retry policy for InterconnectGroupsConnection based on counting errors.

InterconnectGroupsLimitedTimeRetryPolicy

A retry policy for InterconnectGroupsConnection based on elapsed time.

InterconnectGroupsRetryPolicy

The retry policy for InterconnectGroupsConnection.

Structs

InterconnectGroupsBackoffPolicyOption

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

InterconnectGroupsConnectionIdempotencyPolicyOption

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

InterconnectGroupsPollingPolicyOption

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

InterconnectGroupsRetryPolicyOption

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

Functions

MakeDefaultInterconnectGroupsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< InterconnectGroupsConnectionIdempotencyPolicy >

MakeInterconnectGroupsConnectionRest(Options)

A factory function to construct an object of type InterconnectGroupsConnection 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 InterconnectGroupsClient.

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

Parameter
Name Description
options Options

(optional) Configure the InterconnectGroupsConnection created by this function.

Returns
Type Description
std::shared_ptr< InterconnectGroupsConnection >