public sealed class VpcAccessServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Serverless VPC Access v1 API class VpcAccessServiceSettings.
Settings for VpcAccessServiceClient instances.
Namespace
Google.Cloud.VpcAccess.V1Assembly
Google.Cloud.VpcAccess.V1.dll
Constructors
VpcAccessServiceSettings()
public VpcAccessServiceSettings()
Constructs a new VpcAccessServiceSettings object with default settings.
Properties
CreateConnectorOperationsSettings
public OperationsSettings CreateConnectorOperationsSettings { get; set; }
Long Running Operation settings for calls to VpcAccessServiceClient.CreateConnector
and
VpcAccessServiceClient.CreateConnectorAsync
.
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.
CreateConnectorSettings
public CallSettings CreateConnectorSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
VpcAccessServiceClient.CreateConnector
and VpcAccessServiceClient.CreateConnectorAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
DeleteConnectorOperationsSettings
public OperationsSettings DeleteConnectorOperationsSettings { get; set; }
Long Running Operation settings for calls to VpcAccessServiceClient.DeleteConnector
and
VpcAccessServiceClient.DeleteConnectorAsync
.
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.
DeleteConnectorSettings
public CallSettings DeleteConnectorSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
VpcAccessServiceClient.DeleteConnector
and VpcAccessServiceClient.DeleteConnectorAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
GetConnectorSettings
public CallSettings GetConnectorSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
VpcAccessServiceClient.GetConnector
and VpcAccessServiceClient.GetConnectorAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
ListConnectorsSettings
public CallSettings ListConnectorsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
VpcAccessServiceClient.ListConnectors
and VpcAccessServiceClient.ListConnectorsAsync
.
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 |
Methods
Clone()
public VpcAccessServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
VpcAccessServiceSettings |
A deep clone of this VpcAccessServiceSettings object. |
GetDefault()
public static VpcAccessServiceSettings GetDefault()
Get a new instance of the default VpcAccessServiceSettings.
Returns | |
---|---|
Type | Description |
VpcAccessServiceSettings |
A new instance of the default VpcAccessServiceSettings. |