Namespace google::cloud::compute_vpn_gateways_v1 (2.17.0)

Classes

VpnGatewaysClient

Service for the vpnGateways resource.

VpnGatewaysConnection

The VpnGatewaysConnection object for VpnGatewaysClient.

VpnGatewaysConnectionIdempotencyPolicy

VpnGatewaysLimitedErrorCountRetryPolicy

A retry policy for VpnGatewaysConnection based on counting errors.

VpnGatewaysLimitedTimeRetryPolicy

A retry policy for VpnGatewaysConnection based on elapsed time.

VpnGatewaysRetryPolicy

The retry policy for VpnGatewaysConnection.

Structs

VpnGatewaysBackoffPolicyOption

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

VpnGatewaysConnectionIdempotencyPolicyOption

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

VpnGatewaysPollingPolicyOption

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

VpnGatewaysRetryPolicyOption

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

Functions

MakeDefaultVpnGatewaysConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< VpnGatewaysConnectionIdempotencyPolicy >

MakeVpnGatewaysConnectionRest(Options)

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

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

Parameter
Name Description
options

(optional) Configure the VpnGatewaysConnection created by this function.

Returns
Type Description
std::shared_ptr< VpnGatewaysConnection >

Type Aliases

VpnGatewaysPolicyOptionList

Alias Of: OptionList< VpnGatewaysRetryPolicyOption, VpnGatewaysBackoffPolicyOption, VpnGatewaysPollingPolicyOption, VpnGatewaysConnectionIdempotencyPolicyOption >

The options applicable to VpnGateways.