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

InstanceGroupManagersSetInstanceTemplateRequest

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

§Properties

§
instanceTemplate?: string
[src]

The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.