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.
PolicyBasedRoutingServiceClient
Policy-Based Routing allows GCP customers to specify flexibile routing policies for Layer 4 traffic traversing through the connected service.
PolicyBasedRoutingServiceConnection
The PolicyBasedRoutingServiceConnection object for PolicyBasedRoutingServiceClient.
PolicyBasedRoutingServiceConnectionIdempotencyPolicy
PolicyBasedRoutingServiceLimitedErrorCountRetryPolicy
A retry policy for PolicyBasedRoutingServiceConnection based on counting errors.
PolicyBasedRoutingServiceLimitedTimeRetryPolicy
A retry policy for PolicyBasedRoutingServiceConnection based on elapsed time.
PolicyBasedRoutingServiceRetryPolicy
The retry policy for PolicyBasedRoutingServiceConnection.
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.
PolicyBasedRoutingServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
PolicyBasedRoutingServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
PolicyBasedRoutingServicePollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
PolicyBasedRoutingServiceRetryPolicyOption
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 | |
|---|---|
| Name | Description |
options |
(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< HubServiceConnection > |
|
MakeDefaultHubServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< HubServiceConnectionIdempotencyPolicy > |
|
MakePolicyBasedRoutingServiceConnection(Options)
A factory function to construct an object of type PolicyBasedRoutingServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of PolicyBasedRoutingServiceClient.
The optional options argument may be used to configure aspects of the returned PolicyBasedRoutingServiceConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< PolicyBasedRoutingServiceConnection > |
|
MakeDefaultPolicyBasedRoutingServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< PolicyBasedRoutingServiceConnectionIdempotencyPolicy > |
|