View Source GoogleApi.Compute.V1.Model.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig (google_api_compute v0.56.2)

Attributes

  • autoDeployConfidenceThreshold (type: number(), default: nil) -
  • autoDeployExpirationSec (type: integer(), default: nil) -
  • autoDeployImpactedBaselineThreshold (type: number(), default: nil) -
  • autoDeployLoadThreshold (type: number(), default: nil) -
  • name (type: String.t, default: nil) - The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the security policy.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Compute.V1.Model.SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig{
    autoDeployConfidenceThreshold: number() | nil,
    autoDeployExpirationSec: integer() | nil,
    autoDeployImpactedBaselineThreshold: number() | nil,
    autoDeployLoadThreshold: number() | nil,
    name: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.