public sealed class OsConfigZonalServiceSettings : ServiceSettingsBaseSettings for OsConfigZonalServiceClient instances.
Namespace
Google.Cloud.OsConfig.V1Assembly
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 | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
GetVulnerabilityReportSettings
public CallSettings GetVulnerabilityReportSettings { get; set; }CallSettings for synchronous and asynchronous calls to
OsConfigZonalServiceClient.GetVulnerabilityReport and
OsConfigZonalServiceClient.GetVulnerabilityReportAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListInventoriesSettings
public CallSettings ListInventoriesSettings { get; set; }CallSettings for synchronous and asynchronous calls to
OsConfigZonalServiceClient.ListInventories and OsConfigZonalServiceClient.ListInventoriesAsync
.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
ListVulnerabilityReportsSettings
public CallSettings ListVulnerabilityReportsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
OsConfigZonalServiceClient.ListVulnerabilityReports and
OsConfigZonalServiceClient.ListVulnerabilityReportsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- Initial retry delay: 1000 milliseconds.
- Retry delay multiplier: 1.3
- Retry maximum delay: 60000 milliseconds.
- Maximum attempts: 5
- Retriable status codes: Unavailable.
- Timeout: 60 seconds.
Methods
Clone()
public OsConfigZonalServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
OsConfigZonalServiceSettings |
A deep clone of this OsConfigZonalServiceSettings object. |
GetDefault()
public static OsConfigZonalServiceSettings GetDefault()Get a new instance of the default OsConfigZonalServiceSettings.
| Returns | |
|---|---|
| Type | Description |
OsConfigZonalServiceSettings |
A new instance of the default OsConfigZonalServiceSettings. |