public sealed class AppConnectionsServiceSettings : ServiceSettingsBaseReference documentation and code samples for the BeyondCorp AppConnections v1 API class AppConnectionsServiceSettings.
Settings for AppConnectionsServiceClient instances.
Namespace
Google.Cloud.BeyondCorp.AppConnections.V1Assembly
Google.Cloud.BeyondCorp.AppConnections.V1.dll
Constructors
AppConnectionsServiceSettings()
public AppConnectionsServiceSettings()Constructs a new AppConnectionsServiceSettings object with default settings.
Properties
CreateAppConnectionOperationsSettings
public OperationsSettings CreateAppConnectionOperationsSettings { get; set; }Long Running Operation settings for calls to AppConnectionsServiceClient.CreateAppConnection and
AppConnectionsServiceClient.CreateAppConnectionAsync.
| Property Value | |
|---|---|
| Type | Description |
OperationsSettings |
|
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
CreateAppConnectionSettings
public CallSettings CreateAppConnectionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
AppConnectionsServiceClient.CreateAppConnection and
AppConnectionsServiceClient.CreateAppConnectionAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
DeleteAppConnectionOperationsSettings
public OperationsSettings DeleteAppConnectionOperationsSettings { get; set; }Long Running Operation settings for calls to AppConnectionsServiceClient.DeleteAppConnection and
AppConnectionsServiceClient.DeleteAppConnectionAsync.
| Property Value | |
|---|---|
| Type | Description |
OperationsSettings |
|
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
DeleteAppConnectionSettings
public CallSettings DeleteAppConnectionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
AppConnectionsServiceClient.DeleteAppConnection and
AppConnectionsServiceClient.DeleteAppConnectionAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
GetAppConnectionSettings
public CallSettings GetAppConnectionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
AppConnectionsServiceClient.GetAppConnection and AppConnectionsServiceClient.GetAppConnectionAsync
.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 |
|
ListAppConnectionsSettings
public CallSettings ListAppConnectionsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
AppConnectionsServiceClient.ListAppConnections and
AppConnectionsServiceClient.ListAppConnectionsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- 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 |
|
ResolveAppConnectionsSettings
public CallSettings ResolveAppConnectionsSettings { get; set; }CallSettings for synchronous and asynchronous calls to
AppConnectionsServiceClient.ResolveAppConnections and
AppConnectionsServiceClient.ResolveAppConnectionsAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
UpdateAppConnectionOperationsSettings
public OperationsSettings UpdateAppConnectionOperationsSettings { get; set; }Long Running Operation settings for calls to AppConnectionsServiceClient.UpdateAppConnection and
AppConnectionsServiceClient.UpdateAppConnectionAsync.
| Property Value | |
|---|---|
| Type | Description |
OperationsSettings |
|
Uses default PollSettings of:
- Initial delay: 20 seconds.
- Delay multiplier: 1.5
- Maximum delay: 45 seconds.
- Total timeout: 24 hours.
UpdateAppConnectionSettings
public CallSettings UpdateAppConnectionSettings { get; set; }CallSettings for synchronous and asynchronous calls to
AppConnectionsServiceClient.UpdateAppConnection and
AppConnectionsServiceClient.UpdateAppConnectionAsync.
| Property Value | |
|---|---|
| Type | Description |
CallSettings |
|
- This call will not be retried.
- No timeout is applied.
Methods
Clone()
public AppConnectionsServiceSettings Clone()Creates a deep clone of this object, with all the same property values.
| Returns | |
|---|---|
| Type | Description |
AppConnectionsServiceSettings |
A deep clone of this AppConnectionsServiceSettings object. |
GetDefault()
public static AppConnectionsServiceSettings GetDefault()Get a new instance of the default AppConnectionsServiceSettings.
| Returns | |
|---|---|
| Type | Description |
AppConnectionsServiceSettings |
A new instance of the default AppConnectionsServiceSettings. |