Classes
VmwareEngineClient
VMwareEngine manages VMware's private clusters in the Cloud.
VmwareEngineConnection
The VmwareEngineConnection
object for VmwareEngineClient
.
VmwareEngineConnectionIdempotencyPolicy
VmwareEngineLimitedErrorCountRetryPolicy
A retry policy for VmwareEngineConnection
based on counting errors.
VmwareEngineLimitedTimeRetryPolicy
A retry policy for VmwareEngineConnection
based on elapsed time.
VmwareEngineRetryPolicy
The retry policy for VmwareEngineConnection
.
Structs
VmwareEngineBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
VmwareEngineConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
VmwareEnginePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
VmwareEngineRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeVmwareEngineConnection(Options)
A factory function to construct an object of type VmwareEngineConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of VmwareEngineClient.
The optional options
argument may be used to configure aspects of the returned VmwareEngineConnection
. 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< VmwareEngineConnection > |
MakeDefaultVmwareEngineConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< VmwareEngineConnectionIdempotencyPolicy > |