public sealed class ConfigSettings : ServiceSettingsBase
Reference documentation and code samples for the Cloud Security Compliance v1 API class ConfigSettings.
Settings for ConfigClient instances.
Namespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
ConfigSettings()
public ConfigSettings()
Constructs a new ConfigSettings object with default settings.
Properties
CreateCloudControlSettings
public CallSettings CreateCloudControlSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConfigClient.CreateCloudControl
and ConfigClient.CreateCloudControlAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
CreateFrameworkSettings
public CallSettings CreateFrameworkSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConfigClient.CreateFramework
and ConfigClient.CreateFrameworkAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
DeleteCloudControlSettings
public CallSettings DeleteCloudControlSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConfigClient.DeleteCloudControl
and ConfigClient.DeleteCloudControlAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
DeleteFrameworkSettings
public CallSettings DeleteFrameworkSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConfigClient.DeleteFramework
and ConfigClient.DeleteFrameworkAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
GetCloudControlSettings
public CallSettings GetCloudControlSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConfigClient.GetCloudControl
and ConfigClient.GetCloudControlAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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.
GetFrameworkSettings
public CallSettings GetFrameworkSettings { get; set; }
CallSettings for synchronous and asynchronous calls to ConfigClient.GetFramework
and ConfigClient.GetFrameworkAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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.
ListCloudControlsSettings
public CallSettings ListCloudControlsSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConfigClient.ListCloudControls
and ConfigClient.ListCloudControlsAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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.
ListFrameworksSettings
public CallSettings ListFrameworksSettings { get; set; }
CallSettings for synchronous and asynchronous calls to ConfigClient.ListFrameworks
and ConfigClient.ListFrameworksAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- 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 |
UpdateCloudControlSettings
public CallSettings UpdateCloudControlSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConfigClient.UpdateCloudControl
and ConfigClient.UpdateCloudControlAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
UpdateFrameworkSettings
public CallSettings UpdateFrameworkSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ConfigClient.UpdateFramework
and ConfigClient.UpdateFrameworkAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
public ConfigSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
ConfigSettings |
A deep clone of this ConfigSettings object. |
GetDefault()
public static ConfigSettings GetDefault()
Get a new instance of the default ConfigSettings.
Returns | |
---|---|
Type | Description |
ConfigSettings |
A new instance of the default ConfigSettings. |