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

GoogleCloudRecommenderV1ReliabilityProjection

import type { GoogleCloudRecommenderV1ReliabilityProjection } from "https://googleapis.deno.dev/v1/recommender:v1.ts";

Contains information on the impact of a reliability recommendation.

interface GoogleCloudRecommenderV1ReliabilityProjection {
details?: {
[key: string]: any;
}
;
risks?:
| "RISK_TYPE_UNSPECIFIED"
| "SERVICE_DISRUPTION"
| "DATA_LOSS"
| "ACCESS_DENY"[];
}

§Properties

§
details?: {
[key: string]: any;
}
[src]

Per-recommender projection.

§
risks?: "RISK_TYPE_UNSPECIFIED" | "SERVICE_DISRUPTION" | "DATA_LOSS" | "ACCESS_DENY"[]
[src]

Reliability risks mitigated by this recommendation.