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 | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< NetAppConnection > |
MakeDefaultNetAppConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< NetAppConnectionIdempotencyPolicy > |