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

DiscoveredWorkload

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

DiscoveredWorkload is a binary deployment (such as managed instance groups (MIGs) and GKE deployments) that performs the smallest logical subset of business functionality. A discovered workload can be registered to an App Hub Workload.

interface DiscoveredWorkload {
name?: string;
readonly workloadProperties?: WorkloadProperties;
readonly workloadReference?: WorkloadReference;
}

§Properties

§
name?: string
[src]

Identifier. The resource name of the discovered workload. Format: "projects/{host-project-id}/locations/{location}/discoveredWorkloads/{uuid}"

§
readonly workloadProperties?: WorkloadProperties
[src]

Output only. Properties of an underlying compute resource represented by the Workload. These are immutable.

§
readonly workloadReference?: WorkloadReference
[src]

Output only. Reference of an underlying compute resource represented by the Workload. These are immutable.