Namespace google::cloud::compute_interconnect_attachments_v1 (2.17.0)

Classes

InterconnectAttachmentsClient

Service for the interconnectAttachments resource.

InterconnectAttachmentsConnection

The InterconnectAttachmentsConnection object for InterconnectAttachmentsClient.

InterconnectAttachmentsConnectionIdempotencyPolicy

InterconnectAttachmentsLimitedErrorCountRetryPolicy

A retry policy for InterconnectAttachmentsConnection based on counting errors.

InterconnectAttachmentsLimitedTimeRetryPolicy

A retry policy for InterconnectAttachmentsConnection based on elapsed time.

InterconnectAttachmentsRetryPolicy

The retry policy for InterconnectAttachmentsConnection.

Structs

InterconnectAttachmentsBackoffPolicyOption

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

InterconnectAttachmentsConnectionIdempotencyPolicyOption

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

InterconnectAttachmentsPollingPolicyOption

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

InterconnectAttachmentsRetryPolicyOption

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

Functions

MakeDefaultInterconnectAttachmentsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< InterconnectAttachmentsConnectionIdempotencyPolicy >

MakeInterconnectAttachmentsConnectionRest(Options)

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

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

Parameter
Name Description
options

(optional) Configure the InterconnectAttachmentsConnection created by this function.

Returns
Type Description
std::shared_ptr< InterconnectAttachmentsConnection >

Type Aliases

InterconnectAttachmentsPolicyOptionList

Alias Of: OptionList< InterconnectAttachmentsRetryPolicyOption, InterconnectAttachmentsBackoffPolicyOption, InterconnectAttachmentsPollingPolicyOption, InterconnectAttachmentsConnectionIdempotencyPolicyOption >

The options applicable to InterconnectAttachments.