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

GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata

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

SloMetadata contains resources required for proper SLO classification of the instance.

interface GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata {
tier?: string;
}

§Properties

§

Optional. List of nodes. Some producers need to use per-node metadata to calculate SLO. This field allows such producers to publish per-node SLO meta data, which will be consumed by SSA Eligibility Exporter and published in the form of per node metric to Monarch.

§

Optional. Multiple per-instance SLI eligibilities which apply for individual SLIs.

§
tier?: string
[src]

Name of the SLO tier the Instance belongs to. This name will be expected to match the tiers specified in the service SLO configuration. Field is mandatory and must not be empty.