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

InstanceGroupManagerStatusVersionTarget

import type { InstanceGroupManagerStatusVersionTarget } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstanceGroupManagerStatusVersionTarget {
isReached?: boolean;
}

§Properties

§
isReached?: boolean
[src]

[Output Only] A bit indicating whether version target has been reached in this managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager.