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

Classes

InterconnectAttachmentGroupsClient

Service for the interconnectAttachmentGroups resource.

InterconnectAttachmentGroupsConnection

The InterconnectAttachmentGroupsConnection object for InterconnectAttachmentGroupsClient.

InterconnectAttachmentGroupsConnectionIdempotencyPolicy

InterconnectAttachmentGroupsLimitedErrorCountRetryPolicy

A retry policy for InterconnectAttachmentGroupsConnection based on counting errors.

InterconnectAttachmentGroupsLimitedTimeRetryPolicy

A retry policy for InterconnectAttachmentGroupsConnection based on elapsed time.

InterconnectAttachmentGroupsRetryPolicy

The retry policy for InterconnectAttachmentGroupsConnection.

Structs

InterconnectAttachmentGroupsBackoffPolicyOption

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

InterconnectAttachmentGroupsConnectionIdempotencyPolicyOption

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

InterconnectAttachmentGroupsPollingPolicyOption

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

InterconnectAttachmentGroupsRetryPolicyOption

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

Functions

MakeDefaultInterconnectAttachmentGroupsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< InterconnectAttachmentGroupsConnectionIdempotencyPolicy >

MakeInterconnectAttachmentGroupsConnectionRest(Options)

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

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

Parameter
Name Description
options Options

(optional) Configure the InterconnectAttachmentGroupsConnection created by this function.

Returns
Type Description
std::shared_ptr< InterconnectAttachmentGroupsConnection >