Namespace google::cloud::compute_ssl_policies_v1 (2.20.0)

Classes

SslPoliciesClient

Service for the sslPolicies resource.

SslPoliciesConnection

The SslPoliciesConnection object for SslPoliciesClient.

SslPoliciesConnectionIdempotencyPolicy

SslPoliciesLimitedErrorCountRetryPolicy

A retry policy for SslPoliciesConnection based on counting errors.

SslPoliciesLimitedTimeRetryPolicy

A retry policy for SslPoliciesConnection based on elapsed time.

SslPoliciesRetryPolicy

The retry policy for SslPoliciesConnection.

Structs

SslPoliciesBackoffPolicyOption

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

SslPoliciesConnectionIdempotencyPolicyOption

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

SslPoliciesPollingPolicyOption

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

SslPoliciesRetryPolicyOption

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

Functions

MakeDefaultSslPoliciesConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< SslPoliciesConnectionIdempotencyPolicy >

MakeSslPoliciesConnectionRest(Options)

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

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

Parameter
Name Description
options

(optional) Configure the SslPoliciesConnection created by this function.

Returns
Type Description
std::shared_ptr< SslPoliciesConnection >

Type Aliases

SslPoliciesPolicyOptionList

Alias Of: OptionList< SslPoliciesRetryPolicyOption, SslPoliciesBackoffPolicyOption, SslPoliciesPollingPolicyOption, SslPoliciesConnectionIdempotencyPolicyOption >

The options applicable to SslPolicies.