public sealed class ParallelstoreSettings : ServiceSettingsBase
Reference documentation and code samples for the Parallelstore v1beta API class ParallelstoreSettings.
Settings for ParallelstoreClient instances.
Namespace
Google.Cloud.Parallelstore.V1BetaAssembly
Google.Cloud.Parallelstore.V1Beta.dll
Constructors
ParallelstoreSettings()
public ParallelstoreSettings()
Constructs a new ParallelstoreSettings object with default settings.
Properties
CreateInstanceOperationsSettings
public OperationsSettings CreateInstanceOperationsSettings { get; set; }
Long Running Operation settings for calls to ParallelstoreClient.CreateInstance
and
ParallelstoreClient.CreateInstanceAsync
.
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.
CreateInstanceSettings
public CallSettings CreateInstanceSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ParallelstoreClient.CreateInstance
and ParallelstoreClient.CreateInstanceAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
DeleteInstanceOperationsSettings
public OperationsSettings DeleteInstanceOperationsSettings { get; set; }
Long Running Operation settings for calls to ParallelstoreClient.DeleteInstance
and
ParallelstoreClient.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
ParallelstoreClient.DeleteInstance
and ParallelstoreClient.DeleteInstanceAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ExportDataOperationsSettings
public OperationsSettings ExportDataOperationsSettings { get; set; }
Long Running Operation settings for calls to ParallelstoreClient.ExportData
and
ParallelstoreClient.ExportDataAsync
.
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.
ExportDataSettings
public CallSettings ExportDataSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ParallelstoreClient.ExportData
and ParallelstoreClient.ExportDataAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
GetInstanceSettings
public CallSettings GetInstanceSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ParallelstoreClient.GetInstance
and ParallelstoreClient.GetInstanceAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ImportDataOperationsSettings
public OperationsSettings ImportDataOperationsSettings { get; set; }
Long Running Operation settings for calls to ParallelstoreClient.ImportData
and
ParallelstoreClient.ImportDataAsync
.
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.
ImportDataSettings
public CallSettings ImportDataSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ParallelstoreClient.ImportData
and ParallelstoreClient.ImportDataAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
ListInstancesSettings
public CallSettings ListInstancesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ParallelstoreClient.ListInstances
and ParallelstoreClient.ListInstancesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
LocationsSettings
public LocationsSettings LocationsSettings { get; set; }
The settings to use for the LocationsClient associated with the client.
Property Value | |
---|---|
Type | Description |
LocationsSettings |
UpdateInstanceOperationsSettings
public OperationsSettings UpdateInstanceOperationsSettings { get; set; }
Long Running Operation settings for calls to ParallelstoreClient.UpdateInstance
and
ParallelstoreClient.UpdateInstanceAsync
.
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.
UpdateInstanceSettings
public CallSettings UpdateInstanceSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ParallelstoreClient.UpdateInstance
and ParallelstoreClient.UpdateInstanceAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public ParallelstoreSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
ParallelstoreSettings |
A deep clone of this ParallelstoreSettings object. |
GetDefault()
public static ParallelstoreSettings GetDefault()
Get a new instance of the default ParallelstoreSettings.
Returns | |
---|---|
Type | Description |
ParallelstoreSettings |
A new instance of the default ParallelstoreSettings. |