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

WorkloadProfile

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

workload resource

interface WorkloadProfile {
labels?: {
[key: string]: string;
}
;
name?: string;
refreshedTime?: Date;
sapWorkload?: SapWorkload;
workloadType?: "WORKLOAD_TYPE_UNSPECIFIED" | "S4_HANA";
}

§Properties

§
labels?: {
[key: string]: string;
}
[src]

Optional. such as name, description, version. More example can be found in deployment

§
name?: string
[src]

Identifier. name of resource names have the form 'projects/{project_id}/locations/{location}/workloadProfiles/{workload_id}'

§
refreshedTime?: Date
[src]

Required. time when the workload data was refreshed

§
sapWorkload?: SapWorkload
[src]

The sap workload content

§
workloadType?: "WORKLOAD_TYPE_UNSPECIFIED" | "S4_HANA"
[src]

Required. The type of the workload