public sealed class InternalRangeServiceSettings : ServiceSettingsBase
Reference documentation and code samples for the Network Connectivity v1 API class InternalRangeServiceSettings.
Settings for InternalRangeServiceClient instances.
Namespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
InternalRangeServiceSettings()
public InternalRangeServiceSettings()
Constructs a new InternalRangeServiceSettings object with default settings.
Properties
CreateInternalRangeOperationsSettings
public OperationsSettings CreateInternalRangeOperationsSettings { get; set; }
Long Running Operation settings for calls to InternalRangeServiceClient.CreateInternalRange
and
InternalRangeServiceClient.CreateInternalRangeAsync
.
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.
CreateInternalRangeSettings
public CallSettings CreateInternalRangeSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
InternalRangeServiceClient.CreateInternalRange
and
InternalRangeServiceClient.CreateInternalRangeAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
DeleteInternalRangeOperationsSettings
public OperationsSettings DeleteInternalRangeOperationsSettings { get; set; }
Long Running Operation settings for calls to InternalRangeServiceClient.DeleteInternalRange
and
InternalRangeServiceClient.DeleteInternalRangeAsync
.
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.
DeleteInternalRangeSettings
public CallSettings DeleteInternalRangeSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
InternalRangeServiceClient.DeleteInternalRange
and
InternalRangeServiceClient.DeleteInternalRangeAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
GetInternalRangeSettings
public CallSettings GetInternalRangeSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
InternalRangeServiceClient.GetInternalRange
and InternalRangeServiceClient.GetInternalRangeAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
IAMPolicySettings
public IAMPolicySettings IAMPolicySettings { get; set; }
The settings to use for the IAMPolicyClient associated with the client.
Property Value | |
---|---|
Type | Description |
IAMPolicySettings |
ListInternalRangesSettings
public CallSettings ListInternalRangesSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
InternalRangeServiceClient.ListInternalRanges
and
InternalRangeServiceClient.ListInternalRangesAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- 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 |
UpdateInternalRangeOperationsSettings
public OperationsSettings UpdateInternalRangeOperationsSettings { get; set; }
Long Running Operation settings for calls to InternalRangeServiceClient.UpdateInternalRange
and
InternalRangeServiceClient.UpdateInternalRangeAsync
.
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.
UpdateInternalRangeSettings
public CallSettings UpdateInternalRangeSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
InternalRangeServiceClient.UpdateInternalRange
and
InternalRangeServiceClient.UpdateInternalRangeAsync
.
Property Value | |
---|---|
Type | Description |
CallSettings |
- This call will not be retried.
- Timeout: 60 seconds.
Methods
Clone()
public InternalRangeServiceSettings Clone()
Creates a deep clone of this object, with all the same property values.
Returns | |
---|---|
Type | Description |
InternalRangeServiceSettings |
A deep clone of this InternalRangeServiceSettings object. |
GetDefault()
public static InternalRangeServiceSettings GetDefault()
Get a new instance of the default InternalRangeServiceSettings.
Returns | |
---|---|
Type | Description |
InternalRangeServiceSettings |
A new instance of the default InternalRangeServiceSettings. |