Compute Engine v1 API - Class RolloutsSettings (3.28.0)

public sealed class RolloutsSettings : ServiceSettingsBase

Reference documentation and code samples for the Compute Engine v1 API class RolloutsSettings.

Settings for RolloutsClient instances.

Inheritance

object > ServiceSettingsBase > RolloutsSettings

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

RolloutsSettings()

public RolloutsSettings()

Constructs a new RolloutsSettings object with default settings.

Properties

CancelOperationsSettings

public OperationsSettings CancelOperationsSettings { get; set; }

Long Running Operation settings for calls to RolloutsClient.Cancel and RolloutsClient.CancelAsync .

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

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

CancelSettings

public CallSettings CancelSettings { get; set; }

CallSettings for synchronous and asynchronous calls to RolloutsClient.Cancel and RolloutsClient.CancelAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 600 seconds.

DeleteOperationsSettings

public OperationsSettings DeleteOperationsSettings { get; set; }

Long Running Operation settings for calls to RolloutsClient.Delete and RolloutsClient.DeleteAsync .

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

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

DeleteSettings

public CallSettings DeleteSettings { get; set; }

CallSettings for synchronous and asynchronous calls to RolloutsClient.Delete and RolloutsClient.DeleteAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 600 seconds.

GetSettings

public CallSettings GetSettings { get; set; }

CallSettings for synchronous and asynchronous calls to RolloutsClient.Get and RolloutsClient.GetAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: DeadlineExceeded, Unavailable.
  • Timeout: 600 seconds.

ListSettings

public CallSettings ListSettings { get; set; }

CallSettings for synchronous and asynchronous calls to RolloutsClient.List and RolloutsClient.ListAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 100 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: Unlimited
  • Retriable status codes: DeadlineExceeded, Unavailable.
  • Timeout: 600 seconds.

Methods

Clone()

public RolloutsSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
Type Description
RolloutsSettings

A deep clone of this RolloutsSettings object.

GetDefault()

public static RolloutsSettings GetDefault()

Get a new instance of the default RolloutsSettings.

Returns
Type Description
RolloutsSettings

A new instance of the default RolloutsSettings.