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

InterconnectGroupsOperationalStatus

import type { InterconnectGroupsOperationalStatus } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Request to get the status of the interconnect group with extra detail.

interface InterconnectGroupsOperationalStatus {
readonly configured?: InterconnectGroupConfigured;
readonly groupStatus?:
| "DEGRADED"
| "FULLY_DOWN"
| "FULLY_UP"
| "GROUPS_STATUS_UNSPECIFIED";
readonly intent?: InterconnectGroupIntent;
readonly operational?: InterconnectGroupConfigured;
}

§Properties

§
readonly configured?: InterconnectGroupConfigured
[src]

Output only. The configuration analysis, as returned by Get.

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

Output only. Summarizes the status of the group.

§

Output only. The intent of the resource, as returned by Get.

§
readonly operational?: InterconnectGroupConfigured
[src]

Output only. The operational state of the group, including only active Interconnects.