public sealed class ReachabilityServiceSettings : ServiceSettingsBaseReference documentation and code samples for the Network Management v1 API class ReachabilityServiceSettings.
Settings for ReachabilityServiceClient instances.
Namespace
Google.Cloud.NetworkManagement.V1Assembly
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 | |
|---|---|
| Type | Description |
OperationsSettings |
|
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 | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
OperationsSettings |
|
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 | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
IAMPolicySettings |
|
ListConnectivityTestsSettings
public CallSettings ListConnectivityTestsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ReachabilityServiceClient.ListConnectivityTests and
ReachabilityServiceClient.ListConnectivityTestsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
LocationsSettings |
|
RerunConnectivityTestOperationsSettings
public OperationsSettings RerunConnectivityTestOperationsSettings { get; set; }Long Running Operation settings for calls to ReachabilityServiceClient.RerunConnectivityTest and
ReachabilityServiceClient.RerunConnectivityTestAsync.
| 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.
RerunConnectivityTestSettings
public CallSettings RerunConnectivityTestSettings { get; set; }CallSettings for synchronous and asynchronous calls to
ReachabilityServiceClient.RerunConnectivityTest and
ReachabilityServiceClient.RerunConnectivityTestAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
OperationsSettings |
|
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 | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 | |
|---|---|
| Type | Description |
ReachabilityServiceSettings |
A deep clone of this ReachabilityServiceSettings object. |
GetDefault()
public static ReachabilityServiceSettings GetDefault()Get a new instance of the default ReachabilityServiceSettings.
| Returns | |
|---|---|
| Type | Description |
ReachabilityServiceSettings |
A new instance of the default ReachabilityServiceSettings. |