Class OsConfigZonalServiceSettings (1.4.0)

public sealed class OsConfigZonalServiceSettings : ServiceSettingsBase

Settings for OsConfigZonalServiceClient instances.

Inheritance

Object > ServiceSettingsBase > OsConfigZonalServiceSettings

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Constructors

OsConfigZonalServiceSettings()

public OsConfigZonalServiceSettings()

Constructs a new OsConfigZonalServiceSettings object with default settings.

Properties

GetInventorySettings

public CallSettings GetInventorySettings { get; set; }

CallSettings for synchronous and asynchronous calls to OsConfigZonalServiceClient.GetInventory and OsConfigZonalServiceClient.GetInventoryAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: 5
  • Timeout: 60 seconds.

GetVulnerabilityReportSettings

public CallSettings GetVulnerabilityReportSettings { get; set; }

CallSettings for synchronous and asynchronous calls to OsConfigZonalServiceClient.GetVulnerabilityReport and OsConfigZonalServiceClient.GetVulnerabilityReportAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: 5
  • Timeout: 60 seconds.

ListInventoriesSettings

public CallSettings ListInventoriesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to OsConfigZonalServiceClient.ListInventories and OsConfigZonalServiceClient.ListInventoriesAsync .

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: 5
  • Timeout: 60 seconds.

ListVulnerabilityReportsSettings

public CallSettings ListVulnerabilityReportsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to OsConfigZonalServiceClient.ListVulnerabilityReports and OsConfigZonalServiceClient.ListVulnerabilityReportsAsync.

Property Value
TypeDescription
CallSettings
Remarks
  • Initial retry delay: 1000 milliseconds.
  • Retry delay multiplier: 1.3
  • Retry maximum delay: 60000 milliseconds.
  • Maximum attempts: 5
  • Timeout: 60 seconds.

Methods

Clone()

public OsConfigZonalServiceSettings Clone()

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

Returns
TypeDescription
OsConfigZonalServiceSettings

A deep clone of this OsConfigZonalServiceSettings object.

GetDefault()

public static OsConfigZonalServiceSettings GetDefault()

Get a new instance of the default OsConfigZonalServiceSettings.

Returns
TypeDescription
OsConfigZonalServiceSettings

A new instance of the default OsConfigZonalServiceSettings.