Namespace google::cloud::networkconnectivity_v1 (2.23.0-rc)

Classes

HubServiceClient

Network Connectivity Center is a hub-and-spoke abstraction for network connectivity management in Google Cloud.

HubServiceConnection

The HubServiceConnection object for HubServiceClient.

HubServiceConnectionIdempotencyPolicy

HubServiceLimitedErrorCountRetryPolicy

A retry policy for HubServiceConnection based on counting errors.

HubServiceLimitedTimeRetryPolicy

A retry policy for HubServiceConnection based on elapsed time.

HubServiceRetryPolicy

The retry policy for HubServiceConnection.

Structs

HubServiceBackoffPolicyOption

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

HubServiceConnectionIdempotencyPolicyOption

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

HubServicePollingPolicyOption

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

HubServiceRetryPolicyOption

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

Functions

MakeHubServiceConnection(Options)

A factory function to construct an object of type HubServiceConnection.

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

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

Parameter
NameDescription
options

(optional) Configure the HubServiceConnection created by this function.

Returns
TypeDescription
std::shared_ptr< HubServiceConnection >

MakeDefaultHubServiceConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< HubServiceConnectionIdempotencyPolicy >

Type Aliases

HubServicePolicyOptionList

Alias Of: OptionList< HubServiceRetryPolicyOption, HubServiceBackoffPolicyOption, HubServicePollingPolicyOption, HubServiceConnectionIdempotencyPolicyOption >

The options applicable to HubService.