public sealed class CloudMemcacheSettings : ServiceSettingsBase
Settings for CloudMemcacheClient instances.
Namespace
Google.Cloud.Memcache.V1Assembly
Google.Cloud.Memcache.V1.dll
Constructors
CloudMemcacheSettings()
public CloudMemcacheSettings()
Constructs a new CloudMemcacheSettings object with default settings.
Properties
ApplyParametersOperationsSettings
public OperationsSettings ApplyParametersOperationsSettings { get; set; }
Long Running Operation settings for calls to CloudMemcacheClient.ApplyParameters
and
CloudMemcacheClient.ApplyParametersAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
ApplyParametersSettings
public CallSettings ApplyParametersSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CloudMemcacheClient.ApplyParameters
and CloudMemcacheClient.ApplyParametersAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 1200 seconds.
CreateInstanceOperationsSettings
public OperationsSettings CreateInstanceOperationsSettings { get; set; }
Long Running Operation settings for calls to CloudMemcacheClient.CreateInstance
and
CloudMemcacheClient.CreateInstanceAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
CreateInstanceSettings
public CallSettings CreateInstanceSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CloudMemcacheClient.CreateInstance
and CloudMemcacheClient.CreateInstanceAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 1200 seconds.
DeleteInstanceOperationsSettings
public OperationsSettings DeleteInstanceOperationsSettings { get; set; }
Long Running Operation settings for calls to CloudMemcacheClient.DeleteInstance
and
CloudMemcacheClient.DeleteInstanceAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
DeleteInstanceSettings
public CallSettings DeleteInstanceSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CloudMemcacheClient.DeleteInstance
and CloudMemcacheClient.DeleteInstanceAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 1200 seconds.
GetInstanceSettings
public CallSettings GetInstanceSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CloudMemcacheClient.GetInstance
and CloudMemcacheClient.GetInstanceAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 1200 seconds.
ListInstancesSettings
public CallSettings ListInstancesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CloudMemcacheClient.ListInstances
and CloudMemcacheClient.ListInstancesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 1200 seconds.
UpdateInstanceOperationsSettings
public OperationsSettings UpdateInstanceOperationsSettings { get; set; }
Long Running Operation settings for calls to CloudMemcacheClient.UpdateInstance
and
CloudMemcacheClient.UpdateInstanceAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
UpdateInstanceSettings
public CallSettings UpdateInstanceSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CloudMemcacheClient.UpdateInstance
and CloudMemcacheClient.UpdateInstanceAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 1200 seconds.
UpdateParametersOperationsSettings
public OperationsSettings UpdateParametersOperationsSettings { get; set; }
Long Running Operation settings for calls to CloudMemcacheClient.UpdateParameters
and
CloudMemcacheClient.UpdateParametersAsync
.
Property Value | |
---|---|
Type | Description |
OperationsSettings |
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
UpdateParametersSettings
public CallSettings UpdateParametersSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
CloudMemcacheClient.UpdateParameters
and CloudMemcacheClient.UpdateParametersAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 1200 seconds.
Methods
Clone()
public CloudMemcacheSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
CloudMemcacheSettings | A deep clone of this CloudMemcacheSettings object. |
GetDefault()
public static CloudMemcacheSettings GetDefault()
Get a new instance of the default CloudMemcacheSettings.
Returns | |
---|---|
Type | Description |
CloudMemcacheSettings | A new instance of the default CloudMemcacheSettings. |