Namespace google::cloud::edgecontainer_v1 (2.18.0)

Classes

EdgeContainerClient

EdgeContainer API provides management of Kubernetes Clusters on Google Edge Cloud deployments.

EdgeContainerConnection

The EdgeContainerConnection object for EdgeContainerClient.

EdgeContainerConnectionIdempotencyPolicy

EdgeContainerLimitedErrorCountRetryPolicy

A retry policy for EdgeContainerConnection based on counting errors.

EdgeContainerLimitedTimeRetryPolicy

A retry policy for EdgeContainerConnection based on elapsed time.

EdgeContainerRetryPolicy

The retry policy for EdgeContainerConnection.

Structs

EdgeContainerBackoffPolicyOption

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

EdgeContainerConnectionIdempotencyPolicyOption

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

EdgeContainerPollingPolicyOption

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

EdgeContainerRetryPolicyOption

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

Functions

MakeEdgeContainerConnection(Options)

A factory function to construct an object of type EdgeContainerConnection.

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

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

Parameter
Name Description
options

(optional) Configure the EdgeContainerConnection created by this function.

Returns
Type Description
std::shared_ptr< EdgeContainerConnection >

MakeDefaultEdgeContainerConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< EdgeContainerConnectionIdempotencyPolicy >

Type Aliases

EdgeContainerPolicyOptionList

Alias Of: OptionList< EdgeContainerRetryPolicyOption, EdgeContainerBackoffPolicyOption, EdgeContainerPollingPolicyOption, EdgeContainerConnectionIdempotencyPolicyOption >

The options applicable to EdgeContainer.