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

InstanceGroupManagerStatusAllInstancesConfig

import type { InstanceGroupManagerStatusAllInstancesConfig } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstanceGroupManagerStatusAllInstancesConfig {
readonly currentRevision?: string;
readonly effective?: boolean;
}

§Properties

§
readonly currentRevision?: string
[src]

Output only. [Output Only] Current all-instances configuration revision. This value is in RFC3339 text format.

§
readonly effective?: boolean
[src]

Output only. [Output Only] A bit indicating whether this configuration has been applied to all managed instances in the group.