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

InterconnectAttachmentGroupsOperationalStatus

import type { InterconnectAttachmentGroupsOperationalStatus } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InterconnectAttachmentGroupsOperationalStatus {
groupStatus?:
| "DEGRADED"
| "FULLY_DOWN"
| "FULLY_UP"
| "UNSPECIFIED";
}

§Properties

§
groupStatus?: "DEGRADED" | "FULLY_DOWN" | "FULLY_UP" | "UNSPECIFIED"
[src]

Summarizes the status of the group.

§

The operational state of the group, including only active Attachments.