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

GoogleCloudRecommenderV1Impact

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

Contains the impact a recommendation can have for a given category.

interface GoogleCloudRecommenderV1Impact {
category?:
| "CATEGORY_UNSPECIFIED"
| "COST"
| "SECURITY"
| "PERFORMANCE"
| "MANAGEABILITY"
| "SUSTAINABILITY"
| "RELIABILITY";
}

§Properties

§
category?: "CATEGORY_UNSPECIFIED" | "COST" | "SECURITY" | "PERFORMANCE" | "MANAGEABILITY" | "SUSTAINABILITY" | "RELIABILITY"
[src]

Category that is being targeted.

§

Use with CategoryType.COST

§

Use with CategoryType.RELIABILITY

§

Use with CategoryType.SECURITY

§

Use with CategoryType.SUSTAINABILITY