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

InstanceGroupManagerResourcePolicies

import type { InstanceGroupManagerResourcePolicies } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstanceGroupManagerResourcePolicies {
workloadPolicy?: string;
}

§Properties

§
workloadPolicy?: string
[src]

The URL of the workload policy that is specified for this managed instance group. It can be a full or partial URL. For example, the following are all valid URLs to a workload policy: - https://www.googleapis.com/compute/v1/projects/project/regions/region /resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - regions/region/resourcePolicies/resourcePolicy