public sealed class ClientGatewaysServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the BeyondCorp Client Gateways v1 API class ClientGatewaysServiceSettings.
Settings for ClientGatewaysServiceClient instances.
Namespace
Google.Cloud.BeyondCorp.ClientGateways.V1Assembly
Google.Cloud.BeyondCorp.ClientGateways.V1.dll
Constructors
ClientGatewaysServiceSettings()
public ClientGatewaysServiceSettings()
Constructs a new ClientGatewaysServiceSettings object with default settings.
Properties
CreateClientGatewayOperationsSettings
public OperationsSettings CreateClientGatewayOperationsSettings { get; set; }
Long Running Operation settings for calls to ClientGatewaysServiceClient.CreateClientGateway
and
ClientGatewaysServiceClient.CreateClientGatewayAsync
.
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.
CreateClientGatewaySettings
public CallSettings CreateClientGatewaySettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ClientGatewaysServiceClient.CreateClientGateway
and
ClientGatewaysServiceClient.CreateClientGatewayAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
DeleteClientGatewayOperationsSettings
public OperationsSettings DeleteClientGatewayOperationsSettings { get; set; }
Long Running Operation settings for calls to ClientGatewaysServiceClient.DeleteClientGateway
and
ClientGatewaysServiceClient.DeleteClientGatewayAsync
.
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.
DeleteClientGatewaySettings
public CallSettings DeleteClientGatewaySettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ClientGatewaysServiceClient.DeleteClientGateway
and
ClientGatewaysServiceClient.DeleteClientGatewayAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- No timeout is applied.
GetClientGatewaySettings
public CallSettings GetClientGatewaySettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ClientGatewaysServiceClient.GetClientGateway
and ClientGatewaysServiceClient.GetClientGatewayAsync
.
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 |
ListClientGatewaysSettings
public CallSettings ListClientGatewaysSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
ClientGatewaysServiceClient.ListClientGateways
and
ClientGatewaysServiceClient.ListClientGatewaysAsync
.
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 ClientGatewaysServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
ClientGatewaysServiceSettings |
A deep clone of this ClientGatewaysServiceSettings object. |
GetDefault()
public static ClientGatewaysServiceSettings GetDefault()
Get a new instance of the default ClientGatewaysServiceSettings.
Returns | |
---|---|
Type | Description |
ClientGatewaysServiceSettings |
A new instance of the default ClientGatewaysServiceSettings. |