InterconnectAttachmentGroupsOperationalStatus
import type { InterconnectAttachmentGroupsOperationalStatus } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InterconnectAttachmentGroupsOperationalStatus {
attachmentStatuses?: InterconnectAttachmentGroupsOperationalStatusAttachmentStatus[];
configured?: InterconnectAttachmentGroupConfigured;
groupStatus?:
| "DEGRADED"
| "FULLY_DOWN"
| "FULLY_UP"
| "UNSPECIFIED";
intent?: InterconnectAttachmentGroupIntent;
operational?: InterconnectAttachmentGroupConfigured;
}§Properties
§
attachmentStatuses?: InterconnectAttachmentGroupsOperationalStatusAttachmentStatus[]
[src]§
configured?: InterconnectAttachmentGroupConfigured
[src]§
groupStatus?: "DEGRADED" | "FULLY_DOWN" | "FULLY_UP" | "UNSPECIFIED"
[src]Summarizes the status of the group.
§
operational?: InterconnectAttachmentGroupConfigured
[src]The operational state of the group, including only active Attachments.