Network Services v1beta1 API - Class NetworkServicesSettings (1.0.0-beta01)

public sealed class NetworkServicesSettings : ServiceSettingsBase

Reference documentation and code samples for the Network Services v1beta1 API class NetworkServicesSettings.

Settings for NetworkServicesClient instances.

Inheritance

object > ServiceSettingsBase > NetworkServicesSettings

Namespace

Google.Cloud.NetworkServices.V1Beta1

Assembly

Google.Cloud.NetworkServices.V1Beta1.dll

Constructors

NetworkServicesSettings()

public NetworkServicesSettings()

Constructs a new NetworkServicesSettings object with default settings.

Properties

CreateEndpointPolicyOperationsSettings

public OperationsSettings CreateEndpointPolicyOperationsSettings { get; set; }

Long Running Operation settings for calls to NetworkServicesClient.CreateEndpointPolicy and NetworkServicesClient.CreateEndpointPolicyAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

CreateEndpointPolicySettings

public CallSettings CreateEndpointPolicySettings { get; set; }

CallSettings for synchronous and asynchronous calls to NetworkServicesClient.CreateEndpointPolicy and NetworkServicesClient.CreateEndpointPolicyAsync .

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

DeleteEndpointPolicyOperationsSettings

public OperationsSettings DeleteEndpointPolicyOperationsSettings { get; set; }

Long Running Operation settings for calls to NetworkServicesClient.DeleteEndpointPolicy and NetworkServicesClient.DeleteEndpointPolicyAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

DeleteEndpointPolicySettings

public CallSettings DeleteEndpointPolicySettings { get; set; }

CallSettings for synchronous and asynchronous calls to NetworkServicesClient.DeleteEndpointPolicy and NetworkServicesClient.DeleteEndpointPolicyAsync .

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

GetEndpointPolicySettings

public CallSettings GetEndpointPolicySettings { get; set; }

CallSettings for synchronous and asynchronous calls to NetworkServicesClient.GetEndpointPolicy and NetworkServicesClient.GetEndpointPolicyAsync.

Property Value
Type Description
CallSettings
Remarks
  • 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

ListEndpointPoliciesSettings

public CallSettings ListEndpointPoliciesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to NetworkServicesClient.ListEndpointPolicies and NetworkServicesClient.ListEndpointPoliciesAsync .

Property Value
Type Description
CallSettings
Remarks
  • 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

UpdateEndpointPolicyOperationsSettings

public OperationsSettings UpdateEndpointPolicyOperationsSettings { get; set; }

Long Running Operation settings for calls to NetworkServicesClient.UpdateEndpointPolicy and NetworkServicesClient.UpdateEndpointPolicyAsync.

Property Value
Type Description
OperationsSettings
Remarks

Uses default PollSettings of:

  • Initial delay: 20 seconds.
  • Delay multiplier: 1.5
  • Maximum delay: 45 seconds.
  • Total timeout: 24 hours.

UpdateEndpointPolicySettings

public CallSettings UpdateEndpointPolicySettings { get; set; }

CallSettings for synchronous and asynchronous calls to NetworkServicesClient.UpdateEndpointPolicy and NetworkServicesClient.UpdateEndpointPolicyAsync .

Property Value
Type Description
CallSettings
Remarks
  • This call will not be retried.
  • Timeout: 60 seconds.

Methods

Clone()

public NetworkServicesSettings Clone()

Creates a deep clone of this object, with all the same property values.

Returns
Type Description
NetworkServicesSettings

A deep clone of this NetworkServicesSettings object.

GetDefault()

public static NetworkServicesSettings GetDefault()

Get a new instance of the default NetworkServicesSettings.

Returns
Type Description
NetworkServicesSettings

A new instance of the default NetworkServicesSettings.