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

GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata

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

Node information for custom per-node SLO implementations. SSA does not support per-node SLO, but producers can populate per-node information in SloMetadata for custom precomputations. SSA Eligibility Exporter will emit per-node metric based on this information.

interface GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata {
location?: string;
nodeId?: string;
}

§Properties

§
location?: string
[src]

The location of the node, if different from instance location.

§
nodeId?: string
[src]

The id of the node. This should be equal to SaasInstanceNode.node_id.

§

If present, this will override eligibility for the node coming from instance or exclusions for specified SLIs.