public sealed class InstancesSettings : ServiceSettingsBase
Settings for InstancesClient instances.
Namespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
InstancesSettings()
public InstancesSettings()
Constructs a new InstancesSettings object with default settings.
Properties
DebugInstanceOperationsSettings
public OperationsSettings DebugInstanceOperationsSettings { get; set; }
Long Running Operation settings for calls to InstancesClient.DebugInstance
and
InstancesClient.DebugInstanceAsync
.
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.
DebugInstanceSettings
public CallSettings DebugInstanceSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
InstancesClient.DebugInstance
and InstancesClient.DebugInstanceAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
DeleteInstanceOperationsSettings
public OperationsSettings DeleteInstanceOperationsSettings { get; set; }
Long Running Operation settings for calls to InstancesClient.DeleteInstance
and
InstancesClient.DeleteInstanceAsync
.
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.
DeleteInstanceSettings
public CallSettings DeleteInstanceSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
InstancesClient.DeleteInstance
and InstancesClient.DeleteInstanceAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
GetInstanceSettings
public CallSettings GetInstanceSettings { get; set; }
CallSettings for synchronous and asynchronous calls to InstancesClient.GetInstance
and InstancesClient.GetInstanceAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
ListInstancesSettings
public CallSettings ListInstancesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
InstancesClient.ListInstances
and InstancesClient.ListInstancesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
public InstancesSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
InstancesSettings | A deep clone of this InstancesSettings object. |
GetDefault()
public static InstancesSettings GetDefault()
Get a new instance of the default InstancesSettings.
Returns | |
---|---|
Type | Description |
InstancesSettings | A new instance of the default InstancesSettings. |