Namespace google::cloud::compute_instance_groups_v1 (2.18.0)

Classes

InstanceGroupsClient

Service for the instanceGroups resource.

InstanceGroupsConnection

The InstanceGroupsConnection object for InstanceGroupsClient.

InstanceGroupsConnectionIdempotencyPolicy

InstanceGroupsLimitedErrorCountRetryPolicy

A retry policy for InstanceGroupsConnection based on counting errors.

InstanceGroupsLimitedTimeRetryPolicy

A retry policy for InstanceGroupsConnection based on elapsed time.

InstanceGroupsRetryPolicy

The retry policy for InstanceGroupsConnection.

Structs

InstanceGroupsBackoffPolicyOption

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

InstanceGroupsConnectionIdempotencyPolicyOption

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

InstanceGroupsPollingPolicyOption

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

InstanceGroupsRetryPolicyOption

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

Functions

MakeDefaultInstanceGroupsConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< InstanceGroupsConnectionIdempotencyPolicy >

MakeInstanceGroupsConnectionRest(Options)

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

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

Parameter
Name Description
options

(optional) Configure the InstanceGroupsConnection created by this function.

Returns
Type Description
std::shared_ptr< InstanceGroupsConnection >

Type Aliases

InstanceGroupsPolicyOptionList

Alias Of: OptionList< InstanceGroupsRetryPolicyOption, InstanceGroupsBackoffPolicyOption, InstanceGroupsPollingPolicyOption, InstanceGroupsConnectionIdempotencyPolicyOption >

The options applicable to InstanceGroups.