Serverless VPC Access v1 API - Class VpcAccessServiceSettings (2.4.0)

public sealed class VpcAccessServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Serverless VPC Access v1 API class VpcAccessServiceSettings.

Settings for VpcAccessServiceClient instances.

Inheritance

object > ServiceSettingsBase > VpcAccessServiceSettings

Namespace

Google.Cloud.VpcAccess.V1

Assembly

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
TypeDescription
OperationsSettings
Remarks

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
OperationsSettings
Remarks

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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
CallSettings
Remarks
  • 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
TypeDescription
LocationsSettings

Methods

Clone()

public VpcAccessServiceSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
TypeDescription
VpcAccessServiceSettings

A deep clone of this VpcAccessServiceSettings object.

GetDefault()

public static VpcAccessServiceSettings GetDefault()

Get a new instance of the default VpcAccessServiceSettings.

Returns
TypeDescription
VpcAccessServiceSettings

A new instance of the default VpcAccessServiceSettings.