Assured Workloads v1 API - Class AssuredWorkloadsServiceSettings (2.5.0)

public sealed class AssuredWorkloadsServiceSettings : ServiceSettingsBase

Reference documentation and code samples for the Assured Workloads v1 API class AssuredWorkloadsServiceSettings.

Settings for AssuredWorkloadsServiceClient instances.

Inheritance

object > ServiceSettingsBase > AssuredWorkloadsServiceSettings

Namespace

Google.Cloud.AssuredWorkloads.V1

Assembly

Google.Cloud.AssuredWorkloads.V1.dll

Constructors

AssuredWorkloadsServiceSettings()

public AssuredWorkloadsServiceSettings()

Constructs a new AssuredWorkloadsServiceSettings object with default settings.

Properties

AcknowledgeViolationSettings

public CallSettings AcknowledgeViolationSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AssuredWorkloadsServiceClient.AcknowledgeViolation and AssuredWorkloadsServiceClient.AcknowledgeViolationAsync.

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

CreateWorkloadOperationsSettings

public OperationsSettings CreateWorkloadOperationsSettings { get; set; }

Long Running Operation settings for calls to AssuredWorkloadsServiceClient.CreateWorkload and AssuredWorkloadsServiceClient.CreateWorkloadAsync.

Property Value
TypeDescription
OperationsSettings
Remarks

Uses default PollSettings of:

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

CreateWorkloadSettings

public CallSettings CreateWorkloadSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AssuredWorkloadsServiceClient.CreateWorkload and AssuredWorkloadsServiceClient.CreateWorkloadAsync .

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

DeleteWorkloadSettings

public CallSettings DeleteWorkloadSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AssuredWorkloadsServiceClient.DeleteWorkload and AssuredWorkloadsServiceClient.DeleteWorkloadAsync .

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

GetViolationSettings

public CallSettings GetViolationSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AssuredWorkloadsServiceClient.GetViolation and AssuredWorkloadsServiceClient.GetViolationAsync .

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

GetWorkloadSettings

public CallSettings GetWorkloadSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AssuredWorkloadsServiceClient.GetWorkload and AssuredWorkloadsServiceClient.GetWorkloadAsync.

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

ListViolationsSettings

public CallSettings ListViolationsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AssuredWorkloadsServiceClient.ListViolations and AssuredWorkloadsServiceClient.ListViolationsAsync .

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

ListWorkloadsSettings

public CallSettings ListWorkloadsSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AssuredWorkloadsServiceClient.ListWorkloads and AssuredWorkloadsServiceClient.ListWorkloadsAsync .

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

RestrictAllowedResourcesSettings

public CallSettings RestrictAllowedResourcesSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AssuredWorkloadsServiceClient.RestrictAllowedResources and AssuredWorkloadsServiceClient.RestrictAllowedResourcesAsync.

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

UpdateWorkloadSettings

public CallSettings UpdateWorkloadSettings { get; set; }

CallSettings for synchronous and asynchronous calls to AssuredWorkloadsServiceClient.UpdateWorkload and AssuredWorkloadsServiceClient.UpdateWorkloadAsync .

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

Methods

Clone()

public AssuredWorkloadsServiceSettings Clone()

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

Returns
TypeDescription
AssuredWorkloadsServiceSettings

A deep clone of this AssuredWorkloadsServiceSettings object.

GetDefault()

public static AssuredWorkloadsServiceSettings GetDefault()

Get a new instance of the default AssuredWorkloadsServiceSettings.

Returns
TypeDescription
AssuredWorkloadsServiceSettings

A new instance of the default AssuredWorkloadsServiceSettings.