Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig

import type { SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfig {
autoDeployConfidenceThreshold?: number;
autoDeployExpirationSec?: number;
autoDeployImpactedBaselineThreshold?: number;
autoDeployLoadThreshold?: number;
detectionAbsoluteQps?: number;
detectionLoadThreshold?: number;
detectionRelativeToBaselineQps?: number;
name?: string;
}

§Properties

§
autoDeployConfidenceThreshold?: number
[src]
§
autoDeployExpirationSec?: number
[src]
§
autoDeployImpactedBaselineThreshold?: number
[src]
§
autoDeployLoadThreshold?: number
[src]
§
detectionAbsoluteQps?: number
[src]
§
detectionLoadThreshold?: number
[src]
§
detectionRelativeToBaselineQps?: number
[src]
§
name?: string
[src]

The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the security policy.

§

Configuration options for enabling Adaptive Protection to operate on specified granular traffic units.