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