Network Management v1 API - Class ReachabilityServiceSettings (2.9.0)

public sealed class ReachabilityServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Network Management v1 API class ReachabilityServiceSettings.

Settings for ReachabilityServiceClient instances.

Inheritance

object > ServiceSettingsBase > ReachabilityServiceSettings

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

ReachabilityServiceSettings()

public ReachabilityServiceSettings()

Constructs a new ReachabilityServiceSettings object with default settings.

Properties

CreateConnectivityTestOperationsSettings

public OperationsSettings CreateConnectivityTestOperationsSettings { get; set; }

Long Running Operation settings for calls to ReachabilityServiceClient.CreateConnectivityTest and ReachabilityServiceClient.CreateConnectivityTestAsync.

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.

CreateConnectivityTestSettings

public CallSettings CreateConnectivityTestSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ReachabilityServiceClient.CreateConnectivityTest and ReachabilityServiceClient.CreateConnectivityTestAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

DeleteConnectivityTestOperationsSettings

public OperationsSettings DeleteConnectivityTestOperationsSettings { get; set; }

Long Running Operation settings for calls to ReachabilityServiceClient.DeleteConnectivityTest and ReachabilityServiceClient.DeleteConnectivityTestAsync.

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.

DeleteConnectivityTestSettings

public CallSettings DeleteConnectivityTestSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ReachabilityServiceClient.DeleteConnectivityTest and ReachabilityServiceClient.DeleteConnectivityTestAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

GetConnectivityTestSettings

public CallSettings GetConnectivityTestSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ReachabilityServiceClient.GetConnectivityTest and ReachabilityServiceClient.GetConnectivityTestAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

IAMPolicySettings

public IAMPolicySettings IAMPolicySettings { get; set; }

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

Property Value
TypeDescription
IAMPolicySettings

ListConnectivityTestsSettings

public CallSettings ListConnectivityTestsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ReachabilityServiceClient.ListConnectivityTests and ReachabilityServiceClient.ListConnectivityTestsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

LocationsSettings

public LocationsSettings LocationsSettings { get; set; }

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

Property Value
TypeDescription
LocationsSettings

RerunConnectivityTestOperationsSettings

public OperationsSettings RerunConnectivityTestOperationsSettings { get; set; }

Long Running Operation settings for calls to ReachabilityServiceClient.RerunConnectivityTest and ReachabilityServiceClient.RerunConnectivityTestAsync.

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.

RerunConnectivityTestSettings

public CallSettings RerunConnectivityTestSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ReachabilityServiceClient.RerunConnectivityTest and ReachabilityServiceClient.RerunConnectivityTestAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

UpdateConnectivityTestOperationsSettings

public OperationsSettings UpdateConnectivityTestOperationsSettings { get; set; }

Long Running Operation settings for calls to ReachabilityServiceClient.UpdateConnectivityTest and ReachabilityServiceClient.UpdateConnectivityTestAsync.

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.

UpdateConnectivityTestSettings

public CallSettings UpdateConnectivityTestSettings { get; set; }

CallSettings for synchronous and asynchronous calls to ReachabilityServiceClient.UpdateConnectivityTest and ReachabilityServiceClient.UpdateConnectivityTestAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

Methods

Clone()

public ReachabilityServiceSettings Clone()

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

Returns
TypeDescription
ReachabilityServiceSettings

A deep clone of this ReachabilityServiceSettings object.

GetDefault()

public static ReachabilityServiceSettings GetDefault()

Get a new instance of the default ReachabilityServiceSettings.

Returns
TypeDescription
ReachabilityServiceSettings

A new instance of the default ReachabilityServiceSettings.