Network Connectivity v1beta API - Class TransportManagerSettings (1.0.0-beta01)

public sealed class TransportManagerSettings : ServiceSettingsBase

Reference documentation and code samples for the Network Connectivity v1beta API class TransportManagerSettings.

Settings for TransportManagerClient instances.

Inheritance

object > ServiceSettingsBase > TransportManagerSettings

Namespace

Google.Cloud.NetworkConnectivity.V1Beta

Assembly

Google.Cloud.NetworkConnectivity.V1Beta.dll

Constructors

TransportManagerSettings()

public TransportManagerSettings()

Constructs a new TransportManagerSettings object with default settings.

Properties

CreateTransportOperationsSettings

public OperationsSettings CreateTransportOperationsSettings { get; set; }

Long Running Operation settings for calls to TransportManagerClient.CreateTransport and TransportManagerClient.CreateTransportAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

CreateTransportSettings

public CallSettings CreateTransportSettings { get; set; }

CallSettings for synchronous and asynchronous calls to TransportManagerClient.CreateTransport and TransportManagerClient.CreateTransportAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

DeleteTransportOperationsSettings

public OperationsSettings DeleteTransportOperationsSettings { get; set; }

Long Running Operation settings for calls to TransportManagerClient.DeleteTransport and TransportManagerClient.DeleteTransportAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

DeleteTransportSettings

public CallSettings DeleteTransportSettings { get; set; }

CallSettings for synchronous and asynchronous calls to TransportManagerClient.DeleteTransport and TransportManagerClient.DeleteTransportAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

GetRemoteTransportProfileSettings

public CallSettings GetRemoteTransportProfileSettings { get; set; }

CallSettings for synchronous and asynchronous calls to TransportManagerClient.GetRemoteTransportProfile and TransportManagerClient.GetRemoteTransportProfileAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

GetStatusSettings

public CallSettings GetStatusSettings { get; set; }

CallSettings for synchronous and asynchronous calls to TransportManagerClient.GetStatus and TransportManagerClient.GetStatusAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

GetTransportSettings

public CallSettings GetTransportSettings { get; set; }

CallSettings for synchronous and asynchronous calls to TransportManagerClient.GetTransport and TransportManagerClient.GetTransportAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

IAMPolicySettings

public IAMPolicySettings IAMPolicySettings { get; set; }

The settings to use for the IAMPolicyClient associated with the client.

Property Value
Type Description
IAMPolicySettings

ListRemoteTransportProfilesSettings

public CallSettings ListRemoteTransportProfilesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to TransportManagerClient.ListRemoteTransportProfiles and TransportManagerClient.ListRemoteTransportProfilesAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • Timeout: 60 seconds.

ListTransportsSettings

public CallSettings ListTransportsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to TransportManagerClient.ListTransports and TransportManagerClient.ListTransportsAsync.

Property Value
Type Description
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 10000 milliseconds.
  • Maximum attempts: 5
  • Retriable status codes: Unavailable.
  • 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

UpdateTransportOperationsSettings

public OperationsSettings UpdateTransportOperationsSettings { get; set; }

Long Running Operation settings for calls to TransportManagerClient.UpdateTransport and TransportManagerClient.UpdateTransportAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

UpdateTransportSettings

public CallSettings UpdateTransportSettings { get; set; }

CallSettings for synchronous and asynchronous calls to TransportManagerClient.UpdateTransport and TransportManagerClient.UpdateTransportAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

Methods

Clone()

public TransportManagerSettings Clone()

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

Returns
Type Description
TransportManagerSettings

A deep clone of this TransportManagerSettings object.

GetDefault()

public static TransportManagerSettings GetDefault()

Get a new instance of the default TransportManagerSettings.

Returns
Type Description
TransportManagerSettings

A new instance of the default TransportManagerSettings.