public sealed class IDSSettings : ServiceSettingsBaseReference documentation and code samples for the Cloud IDS v1 API class IDSSettings.
Settings for IDSClient instances.
Namespace
Google.Cloud.Ids.V1Assembly
Google.Cloud.Ids.V1.dll
Constructors
IDSSettings()
public IDSSettings()Constructs a new IDSSettings object with default settings.
Properties
CreateEndpointOperationsSettings
public OperationsSettings CreateEndpointOperationsSettings { get; set; }Long Running Operation settings for calls to IDSClient.CreateEndpoint and
IDSClient.CreateEndpointAsync.
| 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.
CreateEndpointSettings
public CallSettings CreateEndpointSettings { get; set; }CallSettings for synchronous and asynchronous calls to IDSClient.CreateEndpoint
and IDSClient.CreateEndpointAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 3600 seconds.
DeleteEndpointOperationsSettings
public OperationsSettings DeleteEndpointOperationsSettings { get; set; }Long Running Operation settings for calls to IDSClient.DeleteEndpoint and
IDSClient.DeleteEndpointAsync.
| 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.
DeleteEndpointSettings
public CallSettings DeleteEndpointSettings { get; set; }CallSettings for synchronous and asynchronous calls to IDSClient.DeleteEndpoint
and IDSClient.DeleteEndpointAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- Timeout: 3600 seconds.
GetEndpointSettings
public CallSettings GetEndpointSettings { get; set; }CallSettings for synchronous and asynchronous calls to IDSClient.GetEndpoint
and IDSClient.GetEndpointAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 250 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 32000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListEndpointsSettings
public CallSettings ListEndpointsSettings { get; set; }CallSettings for synchronous and asynchronous calls to IDSClient.ListEndpoints
and IDSClient.ListEndpointsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 250 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 32000 milliseconds.
- Maximum attempts: Unlimited
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
Methods
Clone()
public IDSSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
IDSSettings |
A deep clone of this IDSSettings object. |
GetDefault()
public static IDSSettings GetDefault()Get a new instance of the default IDSSettings.
| Returns | |
|---|---|
| Type | Description |
IDSSettings |
A new instance of the default IDSSettings. |