Network Management v1 API - Class VpcFlowLogsServiceSettings (2.13.0)

public sealed class VpcFlowLogsServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Network Management v1 API class VpcFlowLogsServiceSettings.

Settings for VpcFlowLogsServiceClient instances.

Inheritance

object > ServiceSettingsBase > VpcFlowLogsServiceSettings

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

VpcFlowLogsServiceSettings()

public VpcFlowLogsServiceSettings()

Constructs a new VpcFlowLogsServiceSettings object with default settings.

Properties

CreateVpcFlowLogsConfigOperationsSettings

public OperationsSettings CreateVpcFlowLogsConfigOperationsSettings { get; set; }

Long Running Operation settings for calls to VpcFlowLogsServiceClient.CreateVpcFlowLogsConfig and VpcFlowLogsServiceClient.CreateVpcFlowLogsConfigAsync.

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.

CreateVpcFlowLogsConfigSettings

public CallSettings CreateVpcFlowLogsConfigSettings { get; set; }

CallSettings for synchronous and asynchronous calls to VpcFlowLogsServiceClient.CreateVpcFlowLogsConfig and VpcFlowLogsServiceClient.CreateVpcFlowLogsConfigAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

DeleteVpcFlowLogsConfigOperationsSettings

public OperationsSettings DeleteVpcFlowLogsConfigOperationsSettings { get; set; }

Long Running Operation settings for calls to VpcFlowLogsServiceClient.DeleteVpcFlowLogsConfig and VpcFlowLogsServiceClient.DeleteVpcFlowLogsConfigAsync.

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.

DeleteVpcFlowLogsConfigSettings

public CallSettings DeleteVpcFlowLogsConfigSettings { get; set; }

CallSettings for synchronous and asynchronous calls to VpcFlowLogsServiceClient.DeleteVpcFlowLogsConfig and VpcFlowLogsServiceClient.DeleteVpcFlowLogsConfigAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

GetVpcFlowLogsConfigSettings

public CallSettings GetVpcFlowLogsConfigSettings { get; set; }

CallSettings for synchronous and asynchronous calls to VpcFlowLogsServiceClient.GetVpcFlowLogsConfig and VpcFlowLogsServiceClient.GetVpcFlowLogsConfigAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

IAMPolicySettings

public IAMPolicySettings IAMPolicySettings { get; set; }

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

Property Value
Type Description
IAMPolicySettings

ListVpcFlowLogsConfigsSettings

public CallSettings ListVpcFlowLogsConfigsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to VpcFlowLogsServiceClient.ListVpcFlowLogsConfigs and VpcFlowLogsServiceClient.ListVpcFlowLogsConfigsAsync.

Property Value
Type Description
CallSettings
Remarks
  • 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

UpdateVpcFlowLogsConfigOperationsSettings

public OperationsSettings UpdateVpcFlowLogsConfigOperationsSettings { get; set; }

Long Running Operation settings for calls to VpcFlowLogsServiceClient.UpdateVpcFlowLogsConfig and VpcFlowLogsServiceClient.UpdateVpcFlowLogsConfigAsync.

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.

UpdateVpcFlowLogsConfigSettings

public CallSettings UpdateVpcFlowLogsConfigSettings { get; set; }

CallSettings for synchronous and asynchronous calls to VpcFlowLogsServiceClient.UpdateVpcFlowLogsConfig and VpcFlowLogsServiceClient.UpdateVpcFlowLogsConfigAsync.

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • No timeout is applied.

Methods

Clone()

public VpcFlowLogsServiceSettings Clone()

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

Returns
Type Description
VpcFlowLogsServiceSettings

A deep clone of this VpcFlowLogsServiceSettings object.

GetDefault()

public static VpcFlowLogsServiceSettings GetDefault()

Get a new instance of the default VpcFlowLogsServiceSettings.

Returns
Type Description
VpcFlowLogsServiceSettings

A new instance of the default VpcFlowLogsServiceSettings.