Namespace google::cloud::netapp_v1 (2.23.0-rc)

Classes

NetAppClient

NetApp Files Google Cloud Service.

NetAppConnection

The NetAppConnection object for NetAppClient.

NetAppConnectionIdempotencyPolicy

NetAppLimitedErrorCountRetryPolicy

A retry policy for NetAppConnection based on counting errors.

NetAppLimitedTimeRetryPolicy

A retry policy for NetAppConnection based on elapsed time.

NetAppRetryPolicy

The retry policy for NetAppConnection.

Structs

NetAppBackoffPolicyOption

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

NetAppConnectionIdempotencyPolicyOption

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

NetAppPollingPolicyOption

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

NetAppRetryPolicyOption

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

Functions

MakeNetAppConnection(Options)

A factory function to construct an object of type NetAppConnection.

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

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

Parameter
NameDescription
options

(optional) Configure the NetAppConnection created by this function.

Returns
TypeDescription
std::shared_ptr< NetAppConnection >

MakeDefaultNetAppConnectionIdempotencyPolicy()

Returns
TypeDescription
std::unique_ptr< NetAppConnectionIdempotencyPolicy >

Type Aliases

NetAppPolicyOptionList

Alias Of: OptionList< NetAppRetryPolicyOption, NetAppBackoffPolicyOption, NetAppPollingPolicyOption, NetAppConnectionIdempotencyPolicyOption >

The options applicable to NetApp.