Google Cloud Memorystore for Memcache v1beta2 API - Class CloudMemcacheSettings (2.0.0-beta05)

public sealed class CloudMemcacheSettings : ServiceSettingsBase

Reference documentation and code samples for the Google Cloud Memorystore for Memcache v1beta2 API class CloudMemcacheSettings.

Settings for CloudMemcacheClient instances.

Inheritance

object > ServiceSettingsBase > CloudMemcacheSettings

Namespace

Google.Cloud.Memcache.V1Beta2

Assembly

Google.Cloud.Memcache.V1Beta2.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
TypeDescription
OperationsSettings
Remarks

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
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 1200 seconds.

ApplySoftwareUpdateOperationsSettings

public OperationsSettings ApplySoftwareUpdateOperationsSettings { get; set; }

Long Running Operation settings for calls to CloudMemcacheClient.ApplySoftwareUpdate and CloudMemcacheClient.ApplySoftwareUpdateAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

ApplySoftwareUpdateSettings

public CallSettings ApplySoftwareUpdateSettings { get; set; }

CallSettings for synchronous and asynchronous calls to CloudMemcacheClient.ApplySoftwareUpdate and CloudMemcacheClient.ApplySoftwareUpdateAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
OperationsSettings
Remarks

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
OperationsSettings
Remarks

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 1200 seconds.

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

The settings to use for the LocationsClient associated with the client.

Property Value
TypeDescription
LocationsSettings

RescheduleMaintenanceOperationsSettings

public OperationsSettings RescheduleMaintenanceOperationsSettings { get; set; }

Long Running Operation settings for calls to CloudMemcacheClient.RescheduleMaintenance and CloudMemcacheClient.RescheduleMaintenanceAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

RescheduleMaintenanceSettings

public CallSettings RescheduleMaintenanceSettings { get; set; }

CallSettings for synchronous and asynchronous calls to CloudMemcacheClient.RescheduleMaintenance and CloudMemcacheClient.RescheduleMaintenanceAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
OperationsSettings
Remarks

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
OperationsSettings
Remarks

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CloudMemcacheSettings

A deep clone of this CloudMemcacheSettings object.

GetDefault()

public static CloudMemcacheSettings GetDefault()

Get a new instance of the default CloudMemcacheSettings.

Returns
TypeDescription
CloudMemcacheSettings

A new instance of the default CloudMemcacheSettings.