public sealed class AppGatewaysServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the BeyondCorp AppGateways v1 API class AppGatewaysServiceSettings.
Settings for AppGatewaysServiceClient instances.
Namespace
Google.Cloud.BeyondCorp.AppGateways.V1Assembly
Google.Cloud.BeyondCorp.AppGateways.V1.dll
Constructors
AppGatewaysServiceSettings()
public AppGatewaysServiceSettings()
Constructs a new AppGatewaysServiceSettings object with default settings.
Properties
CreateAppGatewayOperationsSettings
public OperationsSettings CreateAppGatewayOperationsSettings { get; set; }
Long Running Operation settings for calls to AppGatewaysServiceClient.CreateAppGateway
and
AppGatewaysServiceClient.CreateAppGatewayAsync
.
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.
CreateAppGatewaySettings
public CallSettings CreateAppGatewaySettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AppGatewaysServiceClient.CreateAppGateway
and AppGatewaysServiceClient.CreateAppGatewayAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
DeleteAppGatewayOperationsSettings
public OperationsSettings DeleteAppGatewayOperationsSettings { get; set; }
Long Running Operation settings for calls to AppGatewaysServiceClient.DeleteAppGateway
and
AppGatewaysServiceClient.DeleteAppGatewayAsync
.
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.
DeleteAppGatewaySettings
public CallSettings DeleteAppGatewaySettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AppGatewaysServiceClient.DeleteAppGateway
and AppGatewaysServiceClient.DeleteAppGatewayAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
GetAppGatewaySettings
public CallSettings GetAppGatewaySettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AppGatewaysServiceClient.GetAppGateway
and AppGatewaysServiceClient.GetAppGatewayAsync
.
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 |
ListAppGatewaysSettings
public CallSettings ListAppGatewaysSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
AppGatewaysServiceClient.ListAppGateways
and AppGatewaysServiceClient.ListAppGatewaysAsync
.
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 |
Methods
Clone()
public AppGatewaysServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
AppGatewaysServiceSettings |
A deep clone of this AppGatewaysServiceSettings object. |
GetDefault()
public static AppGatewaysServiceSettings GetDefault()
Get a new instance of the default AppGatewaysServiceSettings.
Returns | |
---|---|
Type | Description |
AppGatewaysServiceSettings |
A new instance of the default AppGatewaysServiceSettings. |